source: git/Tst/Manual/MillerRabin.tst @ 2fede6

fieker-DuValspielwiese
Last change on this file since 2fede6 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: 102 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "crypto.lib";
3bigint x=2;
4x=x^787-1;
5MillerRabin(x,3);
6tst_status(1);$
Note: See TracBrowser for help on using the repository browser.