Make secp256r1 the default.

This commit is contained in:
Ken MacKay
2014-05-01 22:38:05 -07:00
parent 28e95b4de8
commit 110c8826d6
+1 -1
View File
@@ -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