source: git/Tst/Manual/factorLenstraECM.tst @ 7161aca

fieker-DuValspielwiese
Last change on this file since 7161aca 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: 171 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "crypto.lib";
3list L=primList(1000);
4factorLenstraECM(181*32003,L,10,5);
5bigint h=10;
6h=h^30+25;
7factorLenstraECM(h,L,4,3);
8tst_status(1);$
Note: See TracBrowser for help on using the repository browser.