X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/89bd399d7d3fdeb58f7a442bcd139b707e08e8d0..407d0f49d802d4cdb13022bf8466fcc9ef7a3c99:/math/f25519.c diff --git a/math/f25519.c b/math/f25519.c index d715033d..a886465e 100644 --- a/math/f25519.c +++ b/math/f25519.c @@ -82,10 +82,10 @@ typedef uint16 upiece; typedef uint32 udblpiece; ((i) == 5 || (i) == 10 || (i) == 15 || (i) == 20 || (i) == 25 ? 9 : 10) #define NPIECE 26 -#define B9 0x200 -#define B8 0x100 #define M10 0x3ff #define M9 0x1ff +#define B9 0x200 +#define B8 0x100 #endif