add support for elliptic curves over binary fields
authorBodo Möller <bodo@openssl.org>
Fri, 2 Aug 2002 13:42:24 +0000 (13:42 +0000)
committerBodo Möller <bodo@openssl.org>
Fri, 2 Aug 2002 13:42:24 +0000 (13:42 +0000)
commit7793f30e09c104b209206608a20f2088b1b635fd
treed2cd7bb2648283c9aba75420791330992f35a42d
parent714df32e33ab704e208fcf0c91ae32e9d925615e
add support for elliptic curves over binary fields

Submitted by: Duglas Stebila <douglas.stebila@sun.com>,
              Sheueling Chang <sheueling.chang@sun.com>

(CHANGES entries by Bodo Moeller)
17 files changed:
CHANGES
crypto/ec/Makefile.ssl
crypto/ec/ec.h
crypto/ec/ec2_mult.c [new file with mode: 0644]
crypto/ec/ec2_smpl.c [new file with mode: 0644]
crypto/ec/ec2_smpt.c [new file with mode: 0644]
crypto/ec/ec_curve.c
crypto/ec/ec_cvt.c
crypto/ec/ec_err.c
crypto/ec/ec_lcl.h
crypto/ec/ec_lib.c
crypto/ec/ec_mult.c
crypto/ec/ecp_mont.c
crypto/ec/ecp_nist.c
crypto/ec/ecp_recp.c
crypto/ec/ecp_smpl.c
crypto/ec/ectest.c