X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb/blobdiff_plain/6001a9ffafa1e77b2d192938d79e6da80febdc43..89bd399d7d3fdeb58f7a442bcd139b707e08e8d0:/math/f25519.c diff --git a/math/f25519.c b/math/f25519.c index 78844be6..d715033d 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,7 +82,6 @@ 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