Changed comment in meson.build
Juniper Beatitudes [email protected]
Sun, 19 Jul 2026 13:04:07 -0500
1 files changed,
2 insertions(+),
4 deletions(-)
jump to
M
meson.build
→
meson.build
@@ -31,10 +31,8 @@
common_dep = declare_dependency(include_directories: common_incdir, link_with: common_target) set_variable(meson.project_name() + '_common_dep', common_dep) -# Post-quantum primitives from contrib/ (ML-KEM-768, ML-DSA-44). -# Built freestanding; they route memcpy/memset/zeroize through common's -# circe_memcpy/circe_memset, so they depend on common_dep. -# Exposes <project>_mlkem_dep and <project>_mldsa_dep. +## PQC + subdir('contrib') mlkem_dependency = get_variable(meson.project_name() + '_mlkem_dep') mldsa_dependency = get_variable(meson.project_name() + '_mldsa_dep')