EC_set_half and the 'h' component of struct bn_ec_struct are unnecessary.
authorBodo Möller <bodo@openssl.org>
Sat, 3 Mar 2001 15:31:34 +0000 (15:31 +0000)
committerBodo Möller <bodo@openssl.org>
Sat, 3 Mar 2001 15:31:34 +0000 (15:31 +0000)
commit786e0c2424bcc315d17ff71c454d8f73b1533e49
treea44ce2280a3fe685ce8fc7e9419943b6db046476
parent794103d28517f5f3fd97fd7d1905f5bd8e897148
EC_set_half and the 'h' component of struct bn_ec_struct are unnecessary.
The computations for which h was used can be done more efficiently
by using BN_rshift1.
crypto/ec/ec.c
crypto/ec/ec.h
crypto/ec/ec_point.c