Skip to content

Commit b74dc4c

Browse files
committed
Undefine macros at end of c file to facilitate SCU builds
Signed-off-by: Matthias J. Kannwischer <matthias@kannwischer.eu>
1 parent 823c93c commit b74dc4c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mldsa/src/poly_kl.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -815,3 +815,7 @@ void mld_polyw1_pack(uint8_t r[MLDSA_POLYW1_PACKEDBYTES], const mld_poly *a)
815815
}
816816
#endif /* MLD_CONFIG_PARAMETER_SET != 44 */
817817
}
818+
819+
/* To facilitate single-compilation-unit (SCU) builds, undefine all macros. */
820+
/* TODO: autogenerate */
821+
#undef POLY_UNIFORM_ETA_NBLOCKS

0 commit comments

Comments
 (0)