From d1db98ddea35a5ff79d59c98e6b8ae5bed3796c0 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Tue, 25 Apr 2023 01:44:07 +0100 Subject: [PATCH] math/f25519.c: Add missing space in commant. --- math/f25519.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/f25519.c b/math/f25519.c index 7f8e66fc..b33005bc 100644 --- a/math/f25519.c +++ b/math/f25519.c @@ -756,7 +756,7 @@ static void carry_reduce(dblpiece x[NPIECE]) * signed. */ - /*For each piece, we bias it so that floor division (as done by an + /* For each piece, we bias it so that floor division (as done by an * arithmetic right shift) and modulus (as done by bitwise-AND) does the * right thing. */ -- 2.11.0