From 87d097b82f6ace7316d561146fb18c322ae2ed15 Mon Sep 17 00:00:00 2001 From: Loup Vaillant Date: Wed, 23 Oct 2019 08:25:47 +0200 Subject: [PATCH] Removed old (now unused) #define --- src/monocypher.c | 2 -- 1 file changed, 2 deletions(-) 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. -- 2.47.3