From e4d264b582a7d885e562c6b2bb2919aaec9b21c8 Mon Sep 17 00:00:00 2001 From: Ken MacKay Date: Mon, 12 Oct 2015 21:52:44 -0700 Subject: [PATCH] Note that secp224r1 is now supported. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24f1231..e3049a0 100644 --- a/README.md +++ b/README.md @@ -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