pqcreadiness.ai is for saleFor saleBuy it now on Sedo

pqcreadiness.ai

Standards status reviewed 29 July 2026

FIPS 206 · FN-DSA · Falcon

FN-DSA is not final. Your signature migration should not wait for it.

Three of NIST’s four post-quantum algorithms have been finalized since August 2024. The fourth — FN-DSA, the compact one everybody wants for certificate chains — is still a draft, and the most common planning mistake right now is assuming otherwise. Here is what actually changes when FIPS 206 lands, what to inventory before then, and what to put to your CA.

Where things stand

The four standards, and the one that isn’t

StandardNameFormerlyPurposeStatus
FIPS 203ML-KEMCRYSTALS-KyberKey encapsulationFinal, 13 Aug 2024
FIPS 204ML-DSACRYSTALS-DilithiumDigital signaturesFinal, 13 Aug 2024
FIPS 205SLH-DSASPHINCS+Digital signatures (hash-based)Final, 13 Aug 2024
FIPS 206FN-DSAFalconDigital signatures (compact)Draft submitted 28 Aug 2025
TBDHQCHQCBackup key encapsulationSelected Mar 2025

NIST submitted the FN-DSA draft for approval on 28 August 2025. An initial public draft and its comment period come before a final standard, and a final FIPS 206 is widely expected in late 2026 or early 2027. Treat any vendor claim of “FN-DSA support” today as pre-standard.

01 — At finalization

What actually changes when FIPS 206 lands

Less than most roadmaps assume. Finalization is a procurement and validation event, not a technical one for most organizations.

02 — The case for it

The whole argument for FN-DSA is size

Post-quantum signatures are large. A TLS handshake carries several of them plus the public keys to verify them, and the resulting chain can push past the point where a handshake fits in the initial congestion window. That is the problem FN-DSA is for.

Signature size, bytes — drawn to scale

ECDSA P-256
64
RSA-2048
256
FN-DSA-512
666
FN-DSA-1024
1,280
ML-DSA-44
2,420
ML-DSA-65
3,309
ML-DSA-87
4,627
SLH-DSA-128s
7,856

FN-DSA-512 signatures are roughly 3.6× smaller than ML-DSA-44’s. That gap compounds across every certificate in a chain, which is the case for using it at the root and intermediate tiers. It is also the only argument for it — and it is not free.

Parameter setSignaturePublic keyNIST category
ECDSA P-2566433classical
RSA-2048256256classical
FN-DSA-5126668971
FN-DSA-10241,2801,7935
ML-DSA-442,4201,3122
ML-DSA-653,3091,9523
ML-DSA-874,6272,5925
SLH-DSA-128s7,856321

The cost is on the signing side. FN-DSA signs using Gaussian sampling over floating-point arithmetic, and implementing that in constant time without leaking key material is materially harder than for the module-lattice schemes. That difficulty is the reason FIPS 206 is years behind the others.

Verification is unaffected — it is fast and straightforward. So the shape of the fit is specific: sign rarely, under controlled conditions, in hardware you trust; verify constantly, everywhere. That is a root or intermediate CA certificate. It is not high-volume online signing, and it is not a general replacement for ML-DSA.

03 — The actual clock

Signature urgency is about lifetime, not harvest-now-decrypt-later

Most post-quantum urgency arguments are about confidentiality: an adversary records encrypted traffic today and decrypts it once a cryptanalytically relevant quantum computer exists. That reasoning is sound, and it is why key establishment migration is the first priority.

It does not apply to signatures. Recording a signature today gives an attacker nothing; forgery requires the quantum computer to exist at the moment of the attack. So the question for signatures is not what was captured, it is what is still in force.

That reframes the inventory. A twenty-five year root CA certificate, a device firmware verification key burned into silicon, a code signing chain that has to validate a decade from now — those have to survive past any credible CRQC date, so they need a post-quantum answer now. A ninety-day TLS leaf certificate does not.

And the dates that will actually force action are procurement dates, not physics. CNSA 2.0 sets a January 2027 acquisition gate for National Security Systems, with exclusive use by 2033. NIST’s transition guidance deprecates 112-bit classical algorithms after 2030 and disallows them after 2035. Those are on calendars now.

04 — Do this now

What to inventory before FIPS 206 finalizes

None of this depends on FN-DSA. It is the work you would do anyway, and it is what determines whether finalization is a configuration change or a project.

05 — Vendor conversations

What to ask your CA

These are written to be answerable with a date or a document. Anything that comes back as a posture statement is a non-answer.

  1. Which post-quantum algorithms and parameter sets can you issue today?You are listening for specific parameter sets. “ML-DSA” is not an answer; ML-DSA-44, -65 or -87 is.
  2. Are those implementations FIPS 140-3 validated, and under which certificate number?Validated is a different claim from compliant or conformant. Ask for the number.
  3. What is your position on FN-DSA once FIPS 206 is final?A credible answer distinguishes root and intermediate tiers from leaf issuance, and does not promise production support before finalization.
  4. Do you support hybrid or composite certificates, and until when?Hybrids are the practical migration path for most estates. Get their sunset thinking too, not just the start date.
  5. What is your plan for the root, and what is the transition mechanism?New post-quantum roots take years to reach ubiquitous trust stores. Cross-signing plans matter more than issuance capability.
  6. What breaks in our estate at your chain sizes?Ask for measured handshake sizes for the chains they would actually issue you, not published algorithm figures.
  7. If we issue a post-quantum certificate today, what is the re-issue path when the profile changes?Cost and mechanics of re-issuance, in writing. This is where the draft-to-final churn lands.

06 — Failure modes

What not to do

Get told when FIPS 206 moves

One email when the initial public draft is published, and one when the standard is final. Nothing else.

No tracking pixels in the emails. Unsubscribe in one click.

Questions

Common questions

Is FN-DSA finalized?

No. NIST submitted the FN-DSA draft standard for approval on 28 August 2025, and it has not been published as a final FIPS. An initial public draft and its comment period come first. A final FIPS 206 is widely expected in late 2026 or early 2027. ML-KEM, ML-DSA and SLH-DSA were finalized on 13 August 2024 and are the ones you can deploy today.

Should we wait for FN-DSA before migrating?

No. ML-DSA is the finalized general-purpose post-quantum signature standard, and it is what compliance regimes point at today. FN-DSA is a narrower optimization for cases where signature and public key size dominate. Waiting for it delays your entire signature migration to buy a size saving that only matters in specific places.

Is FN-DSA part of CNSA 2.0?

No, and NSA has said it will not be added. CNSA 2.0 requires ML-KEM-1024 and ML-DSA-87 exclusively, plus LMS or XMSS for firmware and software signing. If you sell into US National Security Systems, FN-DSA is not a compliance path and never will be.

Why did FN-DSA take so long?

Falcon's signing procedure relies on Gaussian sampling over floating-point arithmetic. Implementing it in constant time, without leaking key material through side channels, is materially harder than for the module-lattice schemes. Verification is not affected, which is why the algorithm is attractive on the verifying side and awkward on the signing side.

What is FN-DSA actually good for?

Root and intermediate CA certificates, and other places where an artifact is signed rarely under controlled conditions but verified constantly and carried over constrained links. Its signatures are roughly 3.6 times smaller than ML-DSA-44's, which compounds across a certificate chain. It is a poor fit for high-volume online signing.

Does harvest-now-decrypt-later apply to signatures?

No. Recording a signature today does not let an attacker forge one later. Signature migration urgency is driven by artifact lifetime instead: a root CA certificate, a firmware signing key or a long-dated code signing chain has to outlive the arrival of a cryptanalytically relevant quantum computer, so anything with a twenty-year horizon needs a post-quantum answer now.

pqcreadiness.ai is for sale

The domain is owned outright and can transfer to a serious buyer. Tell me who you are and what you have in mind, and you’ll get a straight answer on price and timing.

Or email pgaraca@gmail.com.

Buy it now on Sedo, where payment is held in escrow until the transfer completes.