Elliptic curves on binary fields work.
authormdw <mdw>
Sun, 21 Mar 2004 22:39:46 +0000 (22:39 +0000)
committermdw <mdw>
Sun, 21 Mar 2004 22:39:46 +0000 (22:39 +0000)
commitceb3f0c0a3b7bb3fa3250d31b04c382894095e52
tree17e51b2b2223cb7f2e85a386a145663921207097
parent343509982ee8c88ddafd0129b4dcf97e3c7a672d
Elliptic curves on binary fields work.
22 files changed:
.gdbinit
Makefile.m4
calc/ec2.cal [new file with mode: 0644]
calc/gfx.cal
ec-bin.c [new file with mode: 0644]
ec-prime.c
ec.h
f-binpoly.c [new file with mode: 0644]
f-prime.c
field.h
gf-arith.c [new file with mode: 0644]
gf-gcd.c [new file with mode: 0644]
gf.h [new file with mode: 0644]
gfreduce-exp.h [new file with mode: 0644]
gfreduce.c [new file with mode: 0644]
gfreduce.h [new file with mode: 0644]
gfx-sqr.c
gfx.h
mp-gcd.c
tests/gf [new file with mode: 0644]
tests/gfreduce [new file with mode: 0644]
tests/gfx