File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed
examples/monolithic_build Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 1442
1442
#undef empty_cu_avx2_rej_uniform_table
1443
1443
#endif
1444
1444
1445
- /* mlkem/ntt.c */
1446
- #if defined(INVNTT_BOUND_REF )
1447
- #undef INVNTT_BOUND_REF
1448
- #endif
1449
-
1450
1445
/* mlkem/ntt.c */
1451
1446
#if defined(MONT_F )
1452
1447
#undef MONT_F
Original file line number Diff line number Diff line change @@ -439,10 +439,6 @@ void poly_ntt(poly *p)
439
439
* opportunity for auto-vectorization.
440
440
*/
441
441
442
- /* Check that bound for reference invNTT implies contractual bound */
443
- #define INVNTT_BOUND_REF NTT_BOUND8
444
- STATIC_ASSERT (INVNTT_BOUND_REF <= INVNTT_BOUND , invntt_bound )
445
-
446
442
/* MONT_F = mont^2/128 = 1441. */
447
443
/* Used to invert and reduce coefficients in the Inverse NTT. */
448
444
#define MONT_F 1441
You can’t perform that action at this time.
0 commit comments