frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Cryptopp-modern 2026.3.0M-KEM/ML-DSA/SLH-DSA and X-Wing hybrid KEM for C++

https://github.com/cryptopp-modern/cryptopp-modern/discussions/18
2•CoraleDev•1h ago

Comments

CoraleDev•1h ago
I Maintain cryptopp-modern (a modernised Crypto++ fork)

2026.3.0 adds NIST PQC algorithms: - ML-KEM (FIPS 203) - ML-DSA (FIPS 204) - SLH-DSA (FIPS 205) - X-Wing Hybrid KEM (X25519 - ML-KEM-768)

Docs + API links are in the announcement

Feedback welcome, especially: - Packaging priority (vcpkg vs Conan) - CI/build friction (MSVC/Linux/macOS) - missing examples you'd want for real world adoption

CoraleDev•1h ago
Docs index: https://cryptopp-modern.com/docs/ ML-KEM: https://cryptopp-modern.com/docs/api/pqc/mlkem/ ML-DSA: https://cryptopp-modern.com/docs/api/pqc/mldsa/ SLH-DSA: https://cryptopp-modern.com/docs/api/pqc/slhdsa/ X-Wing: https://cryptopp-modern.com/docs/api/pqc/xwing/