New 64-bit optimized implementation EC_GFp_nistp224_method().
authorBodo Möller <bodo@openssl.org>
Thu, 26 Aug 2010 14:29:55 +0000 (14:29 +0000)
committerBodo Möller <bodo@openssl.org>
Thu, 26 Aug 2010 14:29:55 +0000 (14:29 +0000)
commit04daec862ced4e5e3921724b7a59c432fa9cbab3
treee40a5a0af4b7026697cfb1ce6a3a7b3876310c69
parentd3bb63fc680031ac79a49231f49f549de412b083
New 64-bit optimized implementation EC_GFp_nistp224_method().
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