Note that secp224r1 is now supported.

This commit is contained in:
Ken MacKay
2015-10-12 21:52:44 -07:00
parent 2bc81fd845
commit e4d264b582
+1 -1
View File
@@ -13,7 +13,7 @@ Features
* Supports 8, 32, and 64-bit architectures.
* Small code size.
* No dynamic memory allocation.
* Support for 4 standard curves: secp160r1, secp192r1, secp256r1, and secp256k1.
* Support for 5 standard curves: secp160r1, secp192r1, secp224r1, secp256r1, and secp256k1.
* BSD 2-clause license.
Usage Notes