source: git/Tst/Manual/ellipticAdd.tst

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