Actually leave secp160r1 as the default for the convenience of Pinoccio.

This commit is contained in:
Ken MacKay
2014-05-01 23:05:02 -07:00
parent 5c92fb07b6
commit 834c1c0b66
+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_secp256r1
#define uECC_CURVE uECC_secp160r1
#endif
/* uECC_SQUARE_FUNC - If enabled (defined as nonzero), this will cause a specific function to be used for (scalar) squaring