aboutsummaryrefslogtreecommitdiff
path: root/src/gp
diff options
context:
space:
mode:
authorJ08nY2017-02-14 22:57:49 +0100
committerJ08nY2017-02-14 22:57:49 +0100
commit2cf95775a1d1a41d49f86cbd2d66290653201367 (patch)
treedcaacac863a68ff69639a73c363dd498808e93e2 /src/gp
parent39c6155e0193ff69dcdf765e936487bfcf4f1b17 (diff)
downloadecgen-2cf95775a1d1a41d49f86cbd2d66290653201367.tar.gz
ecgen-2cf95775a1d1a41d49f86cbd2d66290653201367.tar.zst
ecgen-2cf95775a1d1a41d49f86cbd2d66290653201367.zip
Fixed invalid curve generation and prime order point generation
- Wrong point order was saved (point.c:105) - Curve was not copied correctly (curve.c:32)
Diffstat (limited to 'src/gp')
-rw-r--r--src/gp/gp.gp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gp/gp.gp b/src/gp/gp.gp
index 8c245a9..c6f9494 100644
--- a/src/gp/gp.gp
+++ b/src/gp/gp.gp
@@ -7,9 +7,3 @@
\r gp/utils
\r gp/invalid
*/
-
-test() = {
- local(e:ell, p, i:int);
- p = random(e);
- i = p[1];
-} \ No newline at end of file