Future of Post-Quantum Cryptography
The future of post-quantum cryptography is likely to be a long, managed transition rather than a single cutover. As of 2024, NIST’s finalized foundation consists of ML-KEM for key establishment and ML-DSA and SLH-DSA for digital signatures; organizations are encouraged to begin migration now. The next phase will integrate these standards into protocols, products, certificates, applications, hardware, and validation processes. Hybrid deployments may bridge compatibility and security concerns, while inventory, monitoring, crypto agility, implementation hardening, and performance testing become continuing operational requirements. Additional algorithms may provide alternatives or backups, but no universal winner or exact CRQC date is established by the evidence.12345
- The established direction is deployment of the three principal NIST PQC standards released in 2024: ML-KEM, ML-DSA, and SLH-DSA.
- Migration is expected to involve protocol redesign, product and infrastructure updates, validation, implementation review, and performance engineering—not merely algorithm replacement.
- Hybrid schemes can support interoperability and transition risk management, but they add bandwidth, computation, latency, and implementation complexity.
- Additional standardization is underway for Falcon and HQC, alongside longer-term evaluation of additional signature schemes; these are not presented as finalized universal replacements.
- Organizations should inventory vulnerable public-key uses, prioritize systems, establish monitoring and crypto-agility mechanisms, and plan controlled deprecation and eventual removal of quantum-vulnerable algorithms.
What is established about the future
As of August 2024, NIST had released three finalized post-quantum cryptography standards: FIPS 203, the Module-Lattice-Based Key-Encapsulation Mechanism Standard (ML-KEM); FIPS 204, the Module-Lattice-Based Digital Signature Standard (ML-DSA); and FIPS 205, the Stateless Hash-Based Digital Signature Standard (SLH-DSA). NIST’s project materials state that these standards are expected to provide the foundation for most deployments and that they can and should be put into use. This is the clearest established direction: organizations will increasingly deploy standardized PQC primitives while adapting the surrounding systems that consume them.12
The transition is also driven by long-lived information. NIST describes a “harvest now, decrypt later” threat in which encrypted information is collected before a cryptographically relevant quantum computer exists and potentially decrypted later. NIST also notes that moving from algorithm standardization to full information-system integration has historically taken 10 to 20 years. Those observations support starting migration before a CRQC is built, but they do not establish when such a computer will exist.31
Deployment will be an integration program
Future PQC work will extend beyond selecting an algorithm. Products, services, protocols, and infrastructures will need updates, and organizations will need to identify where vulnerable algorithms are used and plan replacement or upgrade. The engineering literature anticipates significant protocol redesign because PQC algorithms have different properties from traditional public-key algorithms. A key-encapsulation mechanism establishes shared secret material that can then support symmetric encryption and authentication, so deployment must also verify how key establishment is composed with the application’s symmetric cryptography and key-management procedures.4
The practical scope includes software libraries, application programming interfaces, certificates, public-key infrastructures, devices, firmware, hardware, communications protocols, and operational tooling. Digital signatures deserve particular attention because they may appear in user data, documents, email, certificates, and references to public-key pairs. NIST’s November 2024 initial public draft says existing NIST standards and guidelines can accommodate hybrid key establishment and dual signatures when at least one component digital-signature algorithm is NIST-approved, while the application must decide whether it can absorb the implementation cost, performance reduction, engineering complexity, and independent security-review burden.3
4389Hybrid transition: useful bridge, not a universal default
Hybrid schemes combine traditional and post-quantum asymmetric algorithms. The stated motivations include maintaining security if a PQC algorithm or implementation is later found vulnerable, supporting clients that cannot yet use PQC, and satisfying protocol or validation constraints. Hybrid key exchange is therefore likely to appear in transition architectures where interoperability and staged risk reduction matter.5
However, hybridization has measurable costs. ETSI reports that combining a traditional algorithm with one or more PQC algorithms can reduce bandwidth efficiency, increase computation, add messages or round trips, and increase protocol and implementation complexity. The magnitude varies with the algorithm, platform, and implementation. TLS 1.3 hybrid key exchange was described in RFC 9954, published in July 2026, as an informational IETF document rather than an Internet standards-track specification. RFC 9794, published in June 2025, likewise defines terminology for post-quantum/traditional hybrid schemes as an informational reference, not a standards-track protocol specification.567
A credible transition therefore treats hybrid operation as an application- and protocol-specific design choice. Teams must define component algorithms, key-management behavior, negotiation and downgrade handling, failure behavior, compatibility boundaries, and the conditions for removing the traditional component. A hybrid design that is never tested for bandwidth, latency, energy, computation, and implementation failure modes can shift rather than solve migration risk.5
Validation and implementation security will become central
Final standards do not by themselves make a deployment secure. FIPS 203 is intended to provide sufficient information to implement ML-KEM in a manner that can pass validation, and it specifies three ML-KEM parameter sets with different tradeoffs between security strength and performance. NIST SP 800-227, finalized in September 2025, describes KEM definitions, properties, applications, and recommendations for secure implementation and use. These materials point toward a future in which conformance, module validation, secure composition, and evidence about implementation behavior are routine parts of PQC adoption.89
Implementation hardening will remain necessary because new algorithms and implementations do not have the same depth of operational history as traditional cryptography. The cited engineering evidence emphasizes that PQC implementations may contain bugs and that ongoing cryptanalysis requires constant monitoring. For hash-based signatures, state management is an additional constraint: stateful schemes require careful tracking so that an individual one-time-signature key is never reused. SLH-DSA is stateless, but the broader lesson remains that algorithm-specific operational rules must be enforced in code, procedures, testing, and incident response.431
- Test standards-based implementations against the relevant validation and interoperability requirements.
- Review cryptographic APIs, parameter selection, serialization, certificate handling, and key lifecycle behavior.
- Measure memory, CPU, bandwidth, latency, energy, and storage effects on representative platforms.
- Use independent security review and negative testing for parsing, negotiation, failure, and downgrade paths.
- Monitor published cryptanalysis, implementation advisories, errata, and changes in applicable standards.
Additional algorithms: alternatives and backups, not settled replacements
NIST’s ongoing standardization process is an important part of the future, but its status must be described precisely. NIST states that Falcon and HQC were selected for ongoing standardization: Falcon as a digital-signature algorithm and HQC as a key-encapsulation mechanism. NIST also describes a longer-term effort soliciting additional digital-signature schemes that could serve as a backup to ML-DSA or address unique use cases. In a November 2024 initial public draft, NIST said it intended to develop a FIPS specifying a digital-signature algorithm derived from Falcon and was evaluating other proposed signature algorithms.13
These candidates and processes should not be presented as equivalent to the finalized 2024 FIPS standards. Their future role depends on the outcome of standardization, security evaluation, performance assessment, implementation experience, and deployment needs. The rationale for diversity is resilience: alternatives may help address different platforms, use cases, or future confidence concerns. The evidence does not justify naming a guaranteed successor, predicting a single algorithm family for every application, or treating an ongoing candidate as already approved.134
Inventory, monitoring, and crypto agility will shape operations
A migration program needs an inventory of cryptographic use, not merely a list of products. NIST advises technology managers to inventory systems and applications that use encryption, identify vulnerable algorithms, prioritize systems, and alert technology departments and vendors about the change. The same approach applies to public-key signatures, certificates, key establishment, software dependencies, hardware, firmware, and embedded infrastructure. Prioritization should reflect data lifetime, exposure, system criticality, replacement lead time, and interoperability constraints; the evidence supports these activities but does not prescribe one universal scoring formula.2
Crypto agility is the operational capability to change cryptographic algorithms in protocols, applications, software, hardware, firmware, and infrastructure while preserving security and ongoing operations. NIST CSWP 39 Update 1, final as of June 29, 2026, surveys approaches, challenges, tradeoffs, and operational mechanisms for achieving that capability. In practice, agility means algorithm choices and policy should not be irreversibly scattered through application logic, certificates, configuration, hardware assumptions, and data formats. It also means migration teams need controlled rollout, observability, rollback boundaries, and a way to distinguish temporary compatibility measures from the target state.10
Monitoring must remain continuous rather than ending at deployment. The cited engineering evidence describes candidates as considered secure under the attacks discussed at publication while emphasizing that cryptanalysis research is ongoing. Organizations therefore need processes for tracking new attacks, implementation defects, parameter guidance, validation changes, protocol updates, and the status of additional algorithms. No cryptographic transition should be described as permanently finished.410
Performance engineering and eventual deprecation
PQC performance is not a single number. It varies by algorithm, parameter set, platform, and implementation approach. ML-KEM’s three parameter sets explicitly offer different security-strength and performance tradeoffs, while hybrid designs can add further overhead. Future deployment decisions will therefore require measurements in the actual workloads and constrained environments where cryptography runs, including network handshakes, certificate exchanges, signing services, mobile or embedded devices, and high-volume verification systems.85
The long-term direction is eventual retirement of quantum-vulnerable public-key uses, but deprecation should be controlled and staged. NIST IR 8547, an initial public draft published in November 2024, describes adoption of new PQC algorithms together with careful deprecation, controlled legacy use, and eventual removal of currently widespread quantum-vulnerable algorithms. NIST’s project material states that under the transition timeline in that draft, quantum-vulnerable algorithms would be deprecated and ultimately removed from NIST standards by 2035, with high-risk systems transitioning much earlier. Because IR 8547 is explicitly an initial public draft, its timeline must be treated as draft policy direction rather than an immutable prediction for every jurisdiction or application.3
Scenario-based view of the next phase
These scenarios are not mutually exclusive forecasts. A single organization may use a standards-led approach for new systems, hybrid mechanisms for interoperability-bound services, algorithm diversity where a use case requires it, crypto agility across the estate, and controlled retirement for legacy systems. The uncertain variables include the pace of protocol adoption, validation availability, implementation quality, performance constraints, regulatory requirements, cryptanalytic developments, and future standardization outcomes. The evidence supports planning for these branches rather than selecting one guaranteed future.6713410
| Scenario | Likely emphasis | Main benefit | Principal limitation |
|---|---|---|---|
| Standards-led deployment | ML-KEM, ML-DSA, and SLH-DSA integrated into products, protocols, certificates, and infrastructure | Uses finalized 2024 standards as the foundation for broad deployment | Integration, validation, compatibility, and performance work remain substantial |
| Hybrid bridge | Traditional and PQC components used together in selected protocols or applications | Supports backward compatibility and can reduce dependence on one component during transition | Adds bandwidth, computation, latency, and complexity; status varies by protocol |
| Algorithm-diversity path | Falcon, HQC, and additional signature candidates continue evaluation and possible standardization | May provide backups, alternatives, or support for unique use cases | Candidates and ongoing processes are not equivalent to finalized standards |
| Agile operations | Inventory, policy control, monitoring, testing, and replaceable cryptographic components become routine | Makes future algorithm changes more manageable while preserving operations | Requires sustained engineering, governance, observability, and independent review |
| Controlled retirement | Quantum-vulnerable algorithms move through deprecation, restricted legacy use, and removal | Reduces long-term exposure to vulnerable public-key uses | Timing depends on system risk, standards, regulation, interoperability, and migration readiness |
What organizations can do now
- Create and maintain an inventory of public-key encryption, key-establishment, signatures, certificates, and dependencies across applications, products, infrastructure, hardware, and firmware.
- Prioritize systems containing long-lived sensitive data, high-risk services, externally exposed protocols, and components with long procurement or replacement cycles.
- Map each use to a migration target, compatibility requirement, validation requirement, owner, test environment, and retirement condition.
- Begin testing the finalized ML-KEM, ML-DSA, and SLH-DSA standards where appropriate, while recording parameter, platform, bandwidth, latency, memory, and operational results.
- Evaluate hybrid designs only where their security, compatibility, validation, and performance tradeoffs are understood and documented.
- Build crypto-agility mechanisms so algorithms, parameters, policies, and protocol choices can be changed without uncontrolled system redesign.
- Establish monitoring for cryptanalysis, implementation vulnerabilities, standards updates, candidate status, and changes to applicable regulatory or validation requirements.
- Define staged deprecation and controlled legacy-use policies, with explicit exit criteria and a plan for eventual removal of quantum-vulnerable public-key uses.
Conclusion
The future of PQC is best understood as sustained cryptographic engineering and governance. The finalized 2024 NIST standards provide a foundation, while protocol integration, validation, implementation hardening, hybrid transition, performance measurement, inventory, monitoring, and crypto agility determine whether that foundation works in real systems. Additional algorithms may broaden the options, but their status and security must continue to be evaluated. Organizations should migrate according to risk and system constraints, preserve uncertainty about CRQC timing, and prepare for the controlled deprecation and eventual removal of quantum-vulnerable public-key uses.124310
Frequently asked questions
Are ML-KEM, ML-DSA, and SLH-DSA final standards?
Yes. NIST released FIPS 203, FIPS 204, and FIPS 205 in August 2024. The cited NIST project material identifies ML-KEM, ML-DSA, and SLH-DSA as the principal standards expected to form the foundation for most deployments.12
Does PQC migration require hybrid cryptography everywhere?
No. Hybrid operation is an application- and protocol-specific choice. It can support backward compatibility, transition risk management, or validation constraints, but it can also increase bandwidth, computation, latency, and complexity. NIST leaves the decision about hybrid key establishment or dual signatures to the specific application in the cited draft context.5
Are Falcon and HQC already finalized standards?
The evidence does not say that they are finalized. NIST states that Falcon and HQC were selected for ongoing standardization, and that additional signature schemes are being evaluated for possible standardization. They should therefore be labeled candidates or ongoing-standardization efforts, not treated as equivalent to the finalized FIPS standards.134
When will quantum-vulnerable algorithms be removed?
NIST project material says the transition timeline in NIST IR 8547 calls for deprecation and ultimate removal from NIST standards by 2035, with high-risk systems transitioning much earlier. However, IR 8547 is identified in the evidence as an initial public draft published in November 2024, so this should be treated as draft policy direction rather than a universal fixed deadline.3
Sources
- 1Post-Quantum Cryptography Standardization Project
National Institute of Standards and Technology · current · NIST PQC project
Accessed July 24, 2026 - 2What Is Post-Quantum Cryptography?
National Institute of Standards and Technology · current · NIST PQC overview
Accessed July 24, 2026 - 3Transition to Post-Quantum Cryptography Standards
National Institute of Standards and Technology · initial public draft · NIST IR 8547 IPD
Accessed July 24, 2026 - 4Post-Quantum Cryptography for Engineers
Internet Engineering Task Force · informational · RFC 9958
Accessed July 24, 2026 - 5Quantum-Safe Cryptography: Deployment Considerations for Hybrid Schemes
European Telecommunications Standards Institute · final · ETSI TR 103 966 V1.1.1
Accessed July 24, 2026 - 6Terminology for Post-Quantum Traditional Hybrid Schemes
Internet Engineering Task Force · informational · RFC 9794
Accessed July 24, 2026 - 7Hybrid Key Exchange in TLS 1.3
Internet Engineering Task Force · informational · RFC 9954
Accessed July 24, 2026 - 8Module-Lattice-Based Key-Encapsulation Mechanism Standard
National Institute of Standards and Technology · final · FIPS 203
Accessed July 24, 2026 - 9Recommendations for Key-Encapsulation Mechanisms
National Institute of Standards and Technology · final · NIST SP 800-227
Accessed July 24, 2026 - 10Considerations for Achieving Crypto Agility: Strategies and Practices
National Institute of Standards and Technology · final · NIST CSWP 39 Update 1
Accessed July 24, 2026