implement fast point multiplication with precomputation
authorBodo Möller <bodo@openssl.org>
Thu, 6 Feb 2003 19:25:12 +0000 (19:25 +0000)
committerBodo Möller <bodo@openssl.org>
Thu, 6 Feb 2003 19:25:12 +0000 (19:25 +0000)
commit37c660ff9b22d6f0eb19a9881d3b663ca4f63449
treeb4e2e8e2eb24d85d0a9859194f34b1e62ee9f396
parent772ec4135c4c6f65c8cb6b3c7deb18f6e50dd6f9
implement fast point multiplication with precomputation

Submitted by: Nils Larsch
Reviewed by: Bodo Moeller
15 files changed:
CHANGES
apps/speed.c
crypto/ec/ec.h
crypto/ec/ec2_mult.c
crypto/ec/ec2_smpl.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/evp/Makefile.ssl
util/mkerr.pl