QChatPQC
Source material

NIST PQC Resources

Timeline, FAQs, videos, and links pulled from NIST's Post-Quantum Cryptography project -- the primary source ChatPQC grounds its answers in.

Project timeline

April 2016
NIST calls for a migration mindset

NISTIR 8105, "Report on Post-Quantum Cryptography," summarizes the state of quantum-resistant cryptography and signals that standardization work is coming.

December 2016
Formal Call for Proposals

NIST opens its public process to solicit, evaluate, and standardize quantum-resistant public-key algorithms.

November 2017
Submission deadline

69 candidate algorithms are submitted and accepted for Round 1 evaluation.

2019 - 2020
Rounds 2 and 3

The candidate pool narrows through public analysis, academic cryptanalysis, and NIST evaluation across multiple rounds.

July 2022
First four algorithms selected

NIST announces CRYSTALS-Kyber (KEM) and CRYSTALS-Dilithium, FALCON, and SPHINCS+ (signatures) for standardization, plus four additional KEM candidates advancing to a Round 4.

August 2023
Draft FIPS released for public comment

Draft versions of FIPS 203, 204, and 205 are published for public review.

August 13, 2024
FIPS 203, 204, 205 finalized

NIST publishes the first three post-quantum cryptography standards: ML-KEM, ML-DSA, and SLH-DSA, ready for immediate adoption.

March 11, 2025
HQC selected

NIST selects HQC, a code-based KEM, as a structurally diverse backup to ML-KEM, to be standardized as a future FIPS.

Ongoing
FN-DSA (Falcon) and additional signatures

Falcon standardization continues, alongside a separate on-ramp process evaluating additional general-purpose digital signature schemes beyond ML-DSA.

By 2035
Federal migration deadline

Per NIST IR 8547 and national policy, federal systems are directed to complete migration to PQC by 2035, with higher-risk systems facing earlier internal deadlines.

Videos

Frequently asked questions

Is the NIST PQC standardization process a competition?

It shares features of a competition but isn't one in the traditional sense -- there are no single 'winners.' NIST selects multiple algorithms for standardization, eliminates unsuitable submissions, and may keep strong candidates under public license for future or specialized use.

Should we double AES key lengths now to defend against quantum computers?

No immediate change is necessary. Grover's algorithm only offers a quadratic speedup against symmetric ciphers, and practical/parallelization constraints erode much of that theoretical advantage. AES-128 is expected to remain secure for decades; AES-192/256 remain safe further out. NIST will issue updated guidance if that changes.

What is NIST's guidance on hybrid key establishment (classical + PQC)?

NIST accommodates hybrid key-establishment (combining a classical scheme like ECDH with a PQC KEM such as ML-KEM) in FIPS 140-validated modes, per SP 800-56C composite key-derivation guidance. This lets implementers hedge against unknown weaknesses in either the classical or post-quantum component during the transition period.

What's the deadline for migrating to PQC?

NIST IR 8547 and related federal policy set 2035 as the target for completing migration of federal information systems, with higher-risk or long-lived-secret systems expected to move sooner. Deploying new cryptographic infrastructure historically takes close to two decades, which is why NIST recommends starting migration planning now rather than waiting for cryptographically relevant quantum computers to materialize.

What's happening with stateful hash-based signatures like LMS/XMSS?

NIST is coordinating with standards bodies such as the IETF on stateful hash-based signatures rather than running them through the primary CFP process, since they don't fit the requested general-purpose signature API. Their use is expected to stay limited to applications like firmware/code signing where state management can be handled securely.

Condensed from NIST’s PQC FAQ page. See the full, current FAQ at csrc.nist.gov/projects/post-quantum-cryptography/faqs.

Primary source links