Skip to content

Commit f3858ea

Browse files
committed
wip: test with 0.8 Q
Signed-off-by: willieyz <[email protected]>
1 parent 2ed2e64 commit f3858ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mldsa/ntt.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
/* Absolute exclusive upper bound for the output of the forward NTT */
1313
#define MLD_NTT_BOUND (9 * MLDSA_Q)
1414
/* Absolute exclusive upper bound for the output of the inverse NTT*/
15-
#define MLD_INTT_BOUND (3 * MLDSA_Q / 4)
15+
16+
#define MLD_INTT_BOUND (80 * MLDSA_Q / 100)
1617

1718
#define mld_ntt MLD_NAMESPACE(ntt)
1819
/*************************************************

0 commit comments

Comments
 (0)