quantum-safe: Bridging the Post-Quantum Production Gap with a Hybrid-by-Default Python Cryptography Library
Animesh Shaw

TL;DR
This paper introduces 'quantum-safe', a Python cryptography library that addresses critical gaps in post-quantum cryptography deployment, including hybrid support, migration tools, and protocol integration, with comprehensive evaluation and performance analysis.
Contribution
The paper presents a complete Python library that closes post-quantum cryptography deployment gaps and provides a systematic evaluation of the ecosystem's readiness.
Findings
quantum-safe scores full on all eight production-readiness dimensions
X25519 + ML-KEM-768 handshake completes in 243 μs under Docker/Linux
ML-KEM-768 decapsulation has CoV = 3.9%, within AES-256-GCM noise floor
Abstract
The August 2024 finalisation of FIPS 203 (ML-KEM), FIPS 204 (ML-DSA), and FIPS 205 (SLH-DSA) closed the algorithmic gap in post-quantum cryptography (PQC). The production gap -- hybrid combiners, versioned key formats, protocol helpers, and migration tooling -- remains open. We present quantum-safe, a Python library that closes all three critical gaps we identify, and a systematic evaluation of the nine-library ecosystem that quantifies them. We score nine PQC libraries across eight production-readiness dimensions. Three dimensions have coverage below 35%: hybrid KEM support (11%), migration tooling (22%), and protocol integration (33%). quantum-safe scores Full on all eight. The full API reduces the hybrid KEM task from 45 lines of manual combiner code to three lines, directly lowering the risk of insecure combiner implementations. We report the first statistically rigorous…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
