From 9b5cc022be285f98aa19f464796eb66baba01c4b Mon Sep 17 00:00:00 2001 From: Loup Vaillant Date: Mon, 16 Mar 2020 23:41:31 +0100 Subject: [PATCH] Whitespace nitpick --- src/monocypher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/monocypher.c b/src/monocypher.c index 545f1df..857d3b7 100644 --- a/src/monocypher.c +++ b/src/monocypher.c @@ -2311,7 +2311,7 @@ void crypto_elligator2_direct(uint8_t curve[32], const uint8_t hash[32]) // // Note that to ensure the representative is fully random, we do *not* // clear the cofactor. -int crypto_elligator2_inverse(u8 hash[32], const u8 secret_key [32], u8 tweak) +int crypto_elligator2_inverse(u8 hash[32], const u8 secret_key[32], u8 tweak) { static const fe lop_x = { 21352778, 5345713, 4660180, -8347857, 24143090, -- 2.47.3