We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ed2e64 commit f3858eaCopy full SHA for f3858ea
mldsa/ntt.h
@@ -12,7 +12,8 @@
12
/* Absolute exclusive upper bound for the output of the forward NTT */
13
#define MLD_NTT_BOUND (9 * MLDSA_Q)
14
/* Absolute exclusive upper bound for the output of the inverse NTT*/
15
-#define MLD_INTT_BOUND (3 * MLDSA_Q / 4)
+
16
+#define MLD_INTT_BOUND (80 * MLDSA_Q / 100)
17
18
#define mld_ntt MLD_NAMESPACE(ntt)
19
/*************************************************
0 commit comments