Change internals of the EC library so that the functions
authorBodo Möller <bodo@openssl.org>
Wed, 8 May 2002 11:54:24 +0000 (11:54 +0000)
committerBodo Möller <bodo@openssl.org>
Wed, 8 May 2002 11:54:24 +0000 (11:54 +0000)
commitb6db386ffd66f9227989df64ebedd95bc61597de
tree2d70d51946df2a8c89e9cbf78bb27a25487a4910
parent2c975b501daf915758aafc699814af0f4a92599c
Change internals of the EC library so that the functions
EC_GROUP_{set_generator,get_generator,get_order,get_cofactor} are
implemented directly in crypto/ec/ec_lib.c and not dispatched to
methods.

Also fix EC_GROUP_copy to copy the NID.
CHANGES
crypto/ec/ec.h
crypto/ec/ec_lcl.h
crypto/ec/ec_lib.c
crypto/ec/ecp_mont.c
crypto/ec/ecp_smpl.c