Rename implementations of method functions so that they match
authorBodo Möller <bodo@openssl.org>
Fri, 2 Aug 2002 14:28:37 +0000 (14:28 +0000)
committerBodo Möller <bodo@openssl.org>
Fri, 2 Aug 2002 14:28:37 +0000 (14:28 +0000)
commit35b73a1f2069f17c6cde57ff534d5b09a5e4be02
treea2f64e9506ac289ce226471174f6f858f9b9640d
parent9e4f9b36fc64146382f1023526bba8d98bf53125
Rename implementations of method functions so that they match
the new method names where _GF... suffixes have been removed.

Revert changes to ..._{get/set}_Jprojective_coordinates_...:
The current implementation for ECC over binary fields does not use
projective coordinates, and if it did, it would not use Jacobian
projective coordinates; so it's OK to use the ..._GFp prefix for all
this.

Add author attributions to some files so that it doesn't look
as if Sun wrote all of this :-)
17 files changed:
CHANGES
crypto/bn/Makefile.ssl
crypto/ec/Makefile.ssl
crypto/ec/ec.h
crypto/ec/ec2_smpl.c
crypto/ec/ec2_smpt.c
crypto/ec/ec_cvt.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/ec/ectest.c
test/Makefile.ssl