Add functions EC_POINT_mul and EC_GROUP_precompute.
authorBodo Möller <bodo@openssl.org>
Sun, 11 Mar 2001 12:27:24 +0000 (12:27 +0000)
committerBodo Möller <bodo@openssl.org>
Sun, 11 Mar 2001 12:27:24 +0000 (12:27 +0000)
commit3837491174ececd6ff1b0dcdda754443f89a7699
tree4c905fe36207a68c553979bc596dc98a515fd2ec
parent86a921af06f52d1b16fbc8a76d8f0ff1950d1c8a
Add functions EC_POINT_mul and EC_GROUP_precompute.
The latter does nothing for now, but its existence means
that applications can request precomputation when appropriate.
CHANGES
crypto/ec/ec.h
crypto/ec/ec_err.c
crypto/ec/ec_mult.c
crypto/ec/ectest.c