A variety of small tweaks and fixes. Make mpmont etc. return errors
authormdw <mdw>
Tue, 9 Nov 2004 11:26:04 +0000 (11:26 +0000)
committermdw <mdw>
Tue, 9 Nov 2004 11:26:04 +0000 (11:26 +0000)
commitf4535c6454395e6d56ce0091a07b6d4f7d54a47f
tree031b208d8297b7a62bffadb74c2c535ddd004d1e
parente40955b56456a6191ebff48b00c667a0674b3bdb
A variety of small tweaks and fixes.  Make mpmont etc. return errors
rather than exploding messily.  Add program for finding primitive
polynomials (includes a poor version of ECM factoring!).  Add
exponentiation for integers and binary polynomials.
25 files changed:
Makefile.m4
f-niceprime.c
f-prime.c
field.h
gdsa.c
gdsa.h
gf-arith.c
gf-exp.c [new file with mode: 0644]
gf-exp.h [new file with mode: 0644]
gf.h
gkcdsa.c
gkcdsa.h
mp-arith.c
mp-exp.c [new file with mode: 0644]
mp-exp.h [new file with mode: 0644]
mp.h
mpbarrett.c
mpbarrett.h
mpmont.c
mpmont.h
mpreduce.c
mpreduce.h
tests/gf
tests/mp
utils/prim.c [new file with mode: 0644]