X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/e830bb692041c75eb29b8c511db21af81b3aae2d..7875ad25119a0099dfcfba3fbd256e404c722ff3:/math/f25519.c diff --git a/math/f25519.c b/math/f25519.c index 78844be6..a886465e 100644 --- a/math/f25519.c +++ b/math/f25519.c @@ -50,7 +50,6 @@ typedef uint32 upiece; typedef uint64 udblpiece; #define M26 0x03ffffffu #define M25 0x01ffffffu -#define B26 0x04000000u #define B25 0x02000000u #define B24 0x01000000u @@ -83,11 +82,10 @@ typedef uint16 upiece; typedef uint32 udblpiece; ((i) == 5 || (i) == 10 || (i) == 15 || (i) == 20 || (i) == 25 ? 9 : 10) #define NPIECE 26 -#define B10 0x0400 -#define B9 0x200 -#define B8 0x100 #define M10 0x3ff #define M9 0x1ff +#define B9 0x200 +#define B8 0x100 #endif