From 2b0c51f4b317272882e3f16c414007fe831cda43 Mon Sep 17 00:00:00 2001 From: Michael Hamburg Date: Fri, 19 Jun 2015 16:22:01 -0700 Subject: [PATCH] scalar arithmetic passing. on to ec, which surely doesnt work --- include/decaf_255.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/decaf_255.h b/include/decaf_255.h index b978155..95311ac 100644 --- a/include/decaf_255.h +++ b/include/decaf_255.h @@ -55,7 +55,7 @@ typedef uint64_t decaf_dword_t; #endif #define DECAF_255_LIMBS (320/DECAF_WORD_BITS) -#define DECAF_255_SCALAR_BITS 252 +#define DECAF_255_SCALAR_BITS 254 // Curve25519: 253 #define DECAF_255_SCALAR_LIMBS (256/DECAF_WORD_BITS) /** Galois field element internal structure */