ML-KEM
4 articles on ML-KEM.
Hybrid Cryptography: Why Ed25519 + ML-DSA Is the Safe Migration Path
Why serious post-quantum rollouts combine a classical and a post-quantum algorithm instead of switching outright. How hybrid signatures and KEMs work, how to combine them correctly, the pitfalls, and why QAuth signs with both Ed25519 and ML-DSA-65.
May 1, 2026·6 min readML-KEM vs ML-DSA: NIST's Post-Quantum Standards Explained
ML-KEM (FIPS 203) and ML-DSA (FIPS 204) solve two different problems — key exchange vs digital signatures. A clear, developer-focused explainer on what each does, their security levels, key and signature sizes, and when to use which.
April 15, 2026·5 min readMigrating to Post-Quantum Cryptography: A Practical Developer Guide (2026)
Harvest-now-decrypt-later means quantum-vulnerable data is already being stolen today. A practical, no-hype migration guide: crypto-agility, where ML-KEM and ML-DSA fit, the hybrid rollout, and a concrete inventory-first plan for engineering teams.
April 2, 2026·6 min readQuantumShield: Building a Post-Quantum Cryptography Library from Scratch
Deep dive into implementing hybrid post-quantum encryption using NIST FIPS 203/204/205 standards with defense-in-depth architecture. Learn about ML-KEM, ML-DSA, SLH-DSA, and cascading encryption.
January 29, 2026·10 min read