* cipher/dilithium.c: Fix comments.

--

GnuPG-bug-id: 7640
Signed-off-by: NIIBE Yutaka <gni...@fsij.org>
---
 cipher/dilithium.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cipher/dilithium.c b/cipher/dilithium.c
index 79ca211f..b9a16459 100644
--- a/cipher/dilithium.c
+++ b/cipher/dilithium.c
@@ -201,8 +201,8 @@ static void polyw1_pack(uint8_t *r, const poly *a);
 void randombytes(uint8_t *out, size_t outlen);
 
 /*************** dilithium/ref/reduce.h */
-#define MONT -4186625 // 2^32 % Q
-#define QINV 58728449 // q^(-1) mod 2^32
+#define MONT -4186625 /* 2^32 % Q */
+#define QINV 58728449 /* q^(-1) mod 2^32 */
 
 static int32_t montgomery_reduce(int64_t a);
 
_______________________________________________
Gcrypt-devel mailing list
Gcrypt-devel@gnupg.org
https://lists.gnupg.org/mailman/listinfo/gcrypt-devel

Reply via email to