From: Loup Vaillant Date: Wed, 23 Oct 2019 06:25:47 +0000 (+0200) Subject: Removed old (now unused) #define X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=87d097b82f6ace7316d561146fb18c322ae2ed15;p=Monocypher.git Removed old (now unused) #define --- diff --git a/src/monocypher.c b/src/monocypher.c index 444e249..974332b 100644 --- a/src/monocypher.c +++ b/src/monocypher.c @@ -1714,11 +1714,9 @@ static int slide_step(slide_ctx *ctx, int width, int i, const u8 scalar[32]) return i == ctx->next_index ? ctx->next_digit: 0; } - #define P_W_WIDTH 3 // Affects the size of the stack #define B_W_WIDTH 5 // Affects the size of the binary #define P_W_SIZE (1<<(P_W_WIDTH-2)) -#define B_W_SIZE (1<<(B_W_WIDTH-2)) // Variable time! Internal buffers are not wiped! Inputs must not be secret! // => Use only to *check* signatures.