From 3969cd482675829a13e30f4d694c811467c763c1 Mon Sep 17 00:00:00 2001 From: Ken MacKay Date: Sun, 26 Jan 2014 22:18:56 -0800 Subject: [PATCH] Added note about secp256k1 support. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 172f51d..8639206 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,8 @@ Features * Small code size: ECDH in as little as 2KB, ECDH + ECDSA in as little as 3KB when compiled for Thumb (eg, Cortex-M0). * No dynamic memory allocation. * Reasonably fast: on an LPC1114 at 48MHz (ARM Cortex-M0, 32-cycle 32x32 bit multiply), 192-bit ECDH shared secret calculation takes as little as ~175ms (depending on selected optimizations). - * Support for 4 standard curves: secp128r1, secp192r1, secp256r1, and secp384r1 + * Support for 4 standard curves: secp128r1, secp192r1, secp256r1, and secp384r1. + * Also supports secp256k1. * BSD 2-clause license. Usage Notes