source: git/Tst/Manual/ellipticMult.tst @ 0d6b7fc

spielwiese Release-4-3-2p2
Last change on this file since 0d6b7fc 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: 155 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "crypto.lib";
3bigint N=11;
4bigint a=1;
5bigint b=6;
6list P;
7P[1]=2;
8P[2]=4;
9P[3]=1;
10ellipticMult(N,a,b,P,3);
11tst_status(1);$
Note: See TracBrowser for help on using the repository browser.