]> git.ipfire.org Git - thirdparty/openssl.git/commit - crypto/ec/ec_lib.c
More EC stuff, including EC_POINTs_mul() for simultaneous scalar
authorBodo Möller <bodo@openssl.org>
Sat, 10 Mar 2001 23:18:35 +0000 (23:18 +0000)
committerBodo Möller <bodo@openssl.org>
Sat, 10 Mar 2001 23:18:35 +0000 (23:18 +0000)
commit48fe4d6233ac2d60745742a27f820dd88bc6689d
tree760676bc4de19a5141734bf9a07abc4494463345
parent7b8250053bc9fa05cccaf146e96a28ad5333923f
More EC stuff, including EC_POINTs_mul() for simultaneous scalar
multiplication of an arbitrary number of points.
13 files changed:
CHANGES
crypto/bn/Makefile.ssl
crypto/bn/bn_lcl.h
crypto/ec/ec.h
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