Trust centre · Cryptography
Post-quantum migration
AqtaCore is not post-quantum secure today. We document what we sign with, what survives a cryptographically relevant quantum computer (CRQC), and the specific criteria that trigger our v2 migration to ML-DSA hybrid signing.
The chain hash (SHA-256) is quantum-resilient. Tampering with any past receipt still breaks every later chain hash regardless of signature-forgery capability. This bounds the blast radius of a future CRQC for our customers under DORA, MiFID II, or EU AI Act long-retention obligations.
What we sign with today
ATTESTATION-v2 target: hybrid signing
Every v2 receipt will carry two signatures over the canonical payload: classical Ed25519 (RFC 8032) plus post-quantum ML-DSA-65 (NIST FIPS 204). A receipt is valid if and only if both signatures verify. This matches NIST SP 800-208 transition guidance and the IETF PQUIP working group's hybrid-mode recommendation.
Timeline criteria
v2 is gated on three checkpoints, in order. Once all three are met, AqtaCore commits to publishing v2 within 90 days and dual-signing for the entire active retention window.
- 1NIST FIPS 204 reaches federal-use statusML-DSA standardised; SP 800-208 transition guidance applies.✓ Met
- 2Reference implementations of ML-DSA in both Python and JavaScriptTracking pq-crystals/dilithium and nokia/oqs-provider with permissive licences and independent audit.◷ In progress
- 3A regulator cites post-quantum readiness as a procurement requirementWe review ANSSI, BSI, and EU AI Act post-market guidance quarterly. The trigger is expected to flip in the 2026-2028 window; we monitor each issuance.○ Pending
Threat model today
- No risk to receipt confidentiality. v1 receipts contain no plaintext prompt or response. There is nothing for a quantum attacker to decrypt later.
- Forgery risk in 2030+. A CRQC available in the 2030s could forge receipts that appear to come from an issuer key that was active before migration. Audit-log retention requirements of 5-10 years (DORA, MiFID II) intersect this window. Hybrid-sign well before NIST estimates suggest a CRQC is imminent.
- Chain integrity preserved. The SHA-256 receipt chain remains a quantum-resilient tamper-evidence anchor. Auditors verifying pre-migration receipts after a CRQC arrives can still bound the set of possibly-forged receipts to those signed with a known-compromised key.
For enterprise security reviewers
The normative text is in ATTESTATION-v1.0.1, §12 Post-Quantum Migration. Confidential security disclosures: SECURITY.md.
Last reviewed: April 2026. We refresh this page on each NIST or ANSSI/BSI guidance update we monitor.