New 64-bit optimized implementation EC_GFp_nistp224_method().
authorBodo Möller <bodo@openssl.org>
Thu, 26 Aug 2010 14:29:27 +0000 (14:29 +0000)
committerBodo Möller <bodo@openssl.org>
Thu, 26 Aug 2010 14:29:27 +0000 (14:29 +0000)
commit48ce525d168a5f063a3346e8e3a30411367e4e2a
tree8ba04cf502aaa2c18a1fc5b64e38f6ec114bbd4a
parent3081e2ca7311526555954ab10ef094ec90d17b43
New 64-bit optimized implementation EC_GFp_nistp224_method().
Binary compatibility is not affected as this will only be
compiled in if explicitly requested (#ifdef EC_NISTP224_64_GCC_128).

Submitted by: Emilia Kasper (Google)
CHANGES
crypto/ec/Makefile
crypto/ec/ec.h
crypto/ec/ec_curve.c
crypto/ec/ec_err.c
crypto/ec/ec_lcl.h
crypto/ec/ecp_nistp224.c [new file with mode: 0644]
crypto/ec/ectest.c