all repos — circe-vpn @ 6af25f7545c545d038b45921402dcdeed392c9d7

Circe VPN

Changed comment in meson.build
Juniper Beatitudes [email protected]
Sun, 19 Jul 2026 13:04:07 -0500
commit

6af25f7545c545d038b45921402dcdeed392c9d7

parent

556b655293e9ce71509a72ef3c98ea334b5aa85b

1 files changed, 2 insertions(+), 4 deletions(-)

jump to
M meson.buildmeson.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')