From 110c8826d69dd6bc7d1a54098abb5c3c59f7f132 Mon Sep 17 00:00:00 2001 From: Ken MacKay Date: Thu, 1 May 2014 22:38:05 -0700 Subject: [PATCH] Make secp256r1 the default. --- uECC.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uECC.h b/uECC.h index 2c9927b..170309f 100644 --- a/uECC.h +++ b/uECC.h @@ -35,7 +35,7 @@ uECC_asm_fast - Use GCC inline assembly optimized for maximum speed. */ #define uECC_secp256r1 3 #define uECC_secp256k1 4 #ifndef uECC_CURVE - #define uECC_CURVE uECC_secp160r1 + #define uECC_CURVE uECC_secp256r1 #endif /* uECC_SQUARE_FUNC - If enabled (defined as nonzero), this will cause a specific function to be used for (scalar) squaring