We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75e025c commit da0c929Copy full SHA for da0c929
mlkem/ntt.c
@@ -727,3 +727,10 @@ void poly_invntt_tomont(poly *p)
727
debug_assert_abs_bound(p, MLKEM_N, INVNTT_BOUND);
728
}
729
#endif /* MLKEM_USE_NATIVE_INTT */
730
+
731
+#else /* MLKEM_NATIVE_MULTILEVEL_BUILD_NO_SHARED */
732
733
+#define empty_cu_ntt MLKEM_NAMESPACE_K(empty_cu_ntt)
734
+int empty_cu_ntt;
735
736
+#endif /* MLKEM_NATIVE_MULTILEVEL_BUILD_NO_SHARED */
mlkem/ntt.h
@@ -70,3 +70,5 @@ __contract__(
70
assigns(memory_slice(r, sizeof(poly)))
71
ensures(array_abs_bound(r->coeffs, 0, MLKEM_N, INVNTT_BOUND))
72
);
73
74
+#endif /* NTT_H */
0 commit comments