Why a post-quantum blockchain matters
In plain English: classical cryptography has an expiry date, the data being signed today will outlive it, and a blockchain built for finance has to account for that now. Here is the threat, the timeline, and what being post-quantum actually buys you.
The threat, in four points
None of this requires a quantum computer to exist yet. The exposure is created the moment you sign long-lived data with classical cryptography.
What “post-quantum” actually means here
Post-quantum cryptography is ordinary software cryptography built on mathematical problems that a quantum computer is not known to solve efficiently. It runs on today’s hardware — no quantum machine required to use it, and no quantum machine able to break it.
In 2024 NIST finalized the first standards: ML-KEM for key exchange (FIPS 203), ML-DSA for signatures (FIPS 204), and SLH-DSA as a hash-based signature alternative (FIPS 205). Armature uses Level-3 parameters — ML-DSA-65 and ML-KEM-768 — the same family standardized for high-assurance use.
The practical payoff is durability: an identity, signature or record created on Armature today stays verifiable and unforgeable across the quantum transition, instead of quietly becoming a liability the day quantum hardware arrives.
What Armature does about it
Frequently asked
Go deeper
See the cryptography in full
The Quantum section documents every cryptographic surface on Armature. The SDK puts the same primitives in your own code.