source: git/Tst/Manual/babyGiant.tst @ 159ca3

fieker-DuValspielwiese
Last change on this file since 159ca3 was 2fede6, checked in by Hans Schoenemann <hannes@…>, 10 years ago
rewrite of crypto.lib: use bigint instead of number
  • Property mode set to 100644
File size: 118 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "crypto.lib";
3bigint b=2;
4bigint y=10;
5bigint p=101;
6babyGiant(b,y,p);
7tst_status(1);$
Note: See TracBrowser for help on using the repository browser.