Elliptic curves over GF(p), new BIGNUM functions, Montgomery re-implementation.
authorBodo Möller <bodo@openssl.org>
Sun, 26 Nov 2000 12:12:35 +0000 (12:12 +0000)
committerBodo Möller <bodo@openssl.org>
Sun, 26 Nov 2000 12:12:35 +0000 (12:12 +0000)
commit7e0c5264e76963b691221082ddb50152c8fc2c75
tree63e0825c3b07a6cb623407bc3cdf53369631874b
parent73343ac38abfbe34cf889e9da286d5c577ce7973
Elliptic curves over GF(p), new BIGNUM functions, Montgomery re-implementation.

These new files will not be included literally in OpenSSL, but I intend
to integrate most of their contents.  Most file names will change,
and when the integration is done, the superfluous files will be deleted.

Submitted by: Lenka Fibikova <fibikova@exp-math.uni-essen.de>
crypto/bn/bn_modfs.c [new file with mode: 0644]
crypto/bn/bn_modfs.h [new file with mode: 0644]
crypto/bn/bn_mont2.c [new file with mode: 0644]
crypto/bn/bn_mont2.h [new file with mode: 0644]
crypto/ec/ec.c [new file with mode: 0644]
crypto/ec/ec.h [new file with mode: 0644]
crypto/ec/ec_point.c [new file with mode: 0644]