<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.29 (Ruby 3.2.3) -->
<?rfc strict="yes"?>
<?rfc comments="yes"?>
<?rfc docmapping="yes"?>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-pquip-pqc-engineers-12" category="info" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.28.1 -->
  <front>
    <title abbrev="PQC for Engineers">Post-Quantum Cryptography for Engineers</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-pquip-pqc-engineers-12"/>
    <author fullname="Aritra Banerjee">
      <organization>Nokia</organization>
      <address>
        <postal>
          <city>Munich</city>
          <country>Germany</country>
        </postal>
        <email>aritra.banerjee@nokia.com</email>
      </address>
    </author>
    <author fullname="Tirumaleswar Reddy">
      <organization>Nokia</organization>
      <address>
        <postal>
          <city>Bangalore</city>
          <region>Karnataka</region>
          <country>India</country>
        </postal>
        <email>kondtir@gmail.com</email>
      </address>
    </author>
    <author fullname="Dimitrios Schoinianakis">
      <organization>Nokia</organization>
      <address>
        <postal>
          <city>Athens</city>
          <country>Greece</country>
        </postal>
        <email>dimitrios.schoinianakis@nokia-bell-labs.com</email>
      </address>
    </author>
    <author fullname="Timothy Hollebeek">
      <organization>DigiCert</organization>
      <address>
        <postal>
          <city>Pittsburgh</city>
          <country>USA</country>
        </postal>
        <email>tim.hollebeek@digicert.com</email>
      </address>
    </author>
    <author initials="M." surname="Ounsworth" fullname="Mike Ounsworth">
      <organization abbrev="Entrust">Entrust Limited</organization>
      <address>
        <postal>
          <street>2500 Solandt Road – Suite 100</street>
          <city>Ottawa, Ontario</city>
          <code>K2K 3G5</code>
          <country>Canada</country>
        </postal>
        <email>mike.ounsworth@entrust.com</email>
      </address>
    </author>
    <date year="2025" month="May" day="20"/>
    <area>Security</area>
    <workgroup>PQUIP</workgroup>
    <keyword>PQC</keyword>
    <abstract>
      <?line 251?>

<t>The advent of a cryptographically relevant quantum computer (CRQC) would render state-of-the-art, traditional public-key algorithms deployed today obsolete, as the mathematical assumptions underpinning their security would no longer hold. To address this, protocols and infrastructure must transition to post-quantum algorithms, which are designed to resist both traditional and quantum attacks. This document explains why engineers need to be aware of and understand post-quantum cryptography (PQC), detailing the impact of CRQCs on existing systems and the challenges involved in transitioning to post-quantum algorithms. Unlike previous cryptographic updates, this shift may require significant protocol redesign due to the unique properties of post-quantum algorithms.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-pquip-pqc-engineers/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        pquip Working Group mailing list (<eref target="mailto:pqc@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/pqc/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/pqc/"/>.
      </t>
    </note>
  </front>
  <middle>
    <?line 255?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>Quantum computing is no longer just a theoretical concept in computational science and physics; it is now an active area of research with practical implications. Considerable research efforts and enormous corporate and government funding for the development of practical quantum computing systems are currently being invested. At the time this document is published, cryptographically relevant quantum computers (CRQCs) that can break widely used public-key cryptographic algorithms are not yet available. However, there is ongoing research and development in the field of quantum computing, with the goal of building more powerful and scalable quantum computers.</t>
      <t>One common myth is that quantum computers are faster than conventional CPUs and GPUs in all areas. This is not the case; much as GPUs outperform general-purpose CPUs only on specific types of problems, so too will quantum computers have a niche set of problems on which they excel. Unfortunately for cryptographers, integer factorization and discrete logarithms, the mathematical problems underpinning much of classical cryptography, happen to fall within the niche that quantum computers are expected to excel at. As quantum technology advances, there is the potential for future quantum computers to have a significant impact on current cryptographic systems. Predicting the date of emergence of a CRQC is a challenging task, and there is ongoing uncertainty regarding when they will become practically feasible <xref target="CRQCThreat"/>.</t>
      <t>Extensive research has produced several post-quantum cryptographic (PQC) algorithms that offer the potential to ensure cryptography's survival in the quantum computing era. However, transitioning to a post-quantum infrastructure is not a straightforward task, and there are numerous challenges to overcome. It requires a combination of engineering efforts, proactive assessment and evaluation of available technologies, and a careful approach to product development.</t>
      <t>PQC is sometimes referred to as "quantum-proof", "quantum-safe", or "quantum-resistant". It is the development of cryptographic algorithms designed to secure communication and data in a world where quantum computers are powerful enough to break traditional cryptographic systems, such as RSA and ECC. PQC algorithms are intended to be resistant to attacks by quantum computers, which use quantum-mechanical phenomena to solve mathematical problems that are infeasible for classical computers.</t>
      <t>As the threat of CRQCs draws nearer, engineers responsible for designing, maintaining, and securing cryptographic systems must prepare for the significant changes that the existence of CRQCs will bring. Engineers need to understand how to implement post-quantum algorithms in applications, how to evaluate the trade-offs between security and performance, and how to ensure backward compatibility with current systems where needed. This is not merely a one-for-one replacement of algorithms; in many cases, the shift to PQC will involve redesigning protocols and infrastructure to accommodate the significant differences in resource utilization and key sizes between traditional and PQC algorithms.</t>
      <t>This document aims to provide general guidance to engineers working on cryptographic libraries, network security, and infrastructure development, where long-term security planning is crucial. The document covers topics such as selecting appropriate PQC algorithms, understanding the differences between PQC key encapsulation mechanisms (KEMs) and traditional Diffie-Hellman and RSA style key exchanges, and provides insights into expected key, ciphertext and signature sizes and processing time differences between PQC and traditional algorithms. Additionally, it discusses the potential threat to symmetric cryptography and hash functions from CRQCs.</t>
      <t>It is important to remember that asymmetric algorithms (also known as public key algorithms) are largely used for secure communications between organizations or endpoints that may not have previously interacted, so a significant amount of coordination between organizations, and within and between ecosystems needs to be taken into account. Such transitions are some of the most complicated in the tech industry and will require staged migrations in which upgraded agents need to co-exist and communicate with non-upgraded agents at a scale never before undertaken.</t>
      <t>The National Security Agency (NSA) of the United States released an article on future PQC algorithm requirements for US national security systems <xref target="CNSA2-0"/> based on the need to protect against deployments of CRQCs in the future. The German Federal Office for Information Security (BSI) has also released a PQC migration and recommendations document <xref target="BSI-PQC"/> which largely aligns with United States National Institute of Standards and Technology (NIST) and NSA guidance, but differs on some of the guidance.</t>
      <t>CRQCs pose a threat to both symmetric and asymmetric cryptographic schemes. However, the threat to asymmetric cryptography is significantly greater due to Shor's algorithm, which can break widely-used public key schemes like RSA and ECC. Symmetric cryptography and hash functions also face some risk from Grover's algorithm, although the impact is less severe and can typically be mitigated by doubling key and digest lengths. It is crucial for the reader to understand that when the word "PQC" is mentioned in the document, it means asymmetric cryptography (or public key cryptography), and not any symmetric algorithms based on stream ciphers, block ciphers, hash functions, MACs, etc., which are less vulnerable to quantum computers. This document does not cover such topics as when traditional algorithms might become vulnerable (for that, see documents such as <xref target="QC-DNS"/> and others). It also does not cover unrelated technologies like quantum key distribution (QKD) or quantum key generation, which use quantum hardware to exploit quantum effects to protect communications and generate keys, respectively. PQC is based on conventional (that is, not quantum) math and software and can be run on any general purpose computer.</t>
      <t>This document does not go into the deep mathematics or technical specification of the PQC algorithms, but rather provides an overview to engineers on the current threat landscape and the relevant algorithms designed to help prevent those threats. Also, the cryptographic and algorithmic guidance given in this document should be taken as non-authoritative if it conflicts with emerging and evolving guidance from the IRTF's Crypto Forum Research Group (CFRG).</t>
      <t>There is ongoing discussion about whether to use the term "post-quantum", "quantum ready", or "quantum resistant", to describe algorithms that resist CRQCs, and a consensus has not yet been reached. It is important to clarify that "post-quantum" refers to algorithms designed to withstand attacks by CRQCs and classical computers alike. These algorithms are based on mathematically hard cryptographic problems that neither CRQCs nor classical computers are expected to break. This document uses any of these terms interchangeably to refer to such
algorithms.</t>
    </section>
    <section anchor="threat-of-crqcs-on-cryptography">
      <name>Threat of CRQCs on Cryptography</name>
      <t>When considering the security risks associated with the ability of a quantum computer to attack traditional cryptography, it is important to distinguish between the impact on symmetric algorithms and public-key ones. Dr. Peter Shor and Dr. Lov Grover developed two algorithms that changed the way the world thinks of security under the presence of a CRQC.</t>
      <t>Quantum computers are, by their nature, hybrids of classical and quantum computational units. For example, Shor's algorithm consists of a combination of quantum and classical computational steps. Thus, the term "quantum adversary" should be thought of as "quantum-enhanced adversary", meaning they have access to both classical and quantum computational techniques.</t>
      <t>Despite the fact that large-scale quantum computers do not yet exist to experiment on, the theoretical properties of quantum computation are very well understood. This allows us to reason today about the upper limits of quantum-enhanced computation, and indeed to design cryptographic algorithms that are resistant to any conceivable form of quantum cryptanalysis.</t>
      <section anchor="symmetric">
        <name>Symmetric Cryptography</name>
        <t>For unstructured data such as symmetric encrypted data or cryptographic hashes, although CRQCs can search for specific solutions across all possible input combinations (e.g., Grover's algorithm), no quantum algorithm is known to break the underlying security properties of these classes of algorithms.</t>
        <t>Grover's algorithm is a quantum search algorithm that provides a theoretical quadratic speedup for searching an unstructured database, compared to traditional search algorithms.
This has led to the common misconception that symmetric key lengths need to be doubled for quantum security. When you consider the mapping of hash values to their corresponding hash inputs (also known as pre-image), or of ciphertext blocks to the corresponding plaintext blocks, as an unstructured database, then Grover’s algorithm theoretically requires doubling the key sizes of the symmetric algorithms that are currently deployed today to counter the quadratic speedup and maintain current security level. This is because Grover’s algorithm reduces the amount of operations to break 128-bit symmetric cryptography to 2^{64} quantum operations, which might sound computationally feasible. However, quantum operations are fundamentally different from classical ones, whereas 2^{64} classical operations can be efficiently parallelized, 2^{64} quantum operations must be performed serially, making them infeasible on practical quantum computers.</t>
        <t>Grover's algorithm is highly non-parallelizable and even if one deploys 2^c computational units in parallel to brute-force a key using Grover's algorithm, it will complete in time proportional to 2^{(128−c)/2}, or, put simply, using 256 quantum computers will only reduce runtime by a factor of 16, 1024 quantum computers will only reduce runtime by a factor of 32 and so forth (see <xref target="NIST"/> and <xref target="Cloudflare"/>). Due to this inherent limitation, the general expert consensus is that AES-128 remains secure in practice, and key sizes do not necessarily need to be doubled.</t>
        <t>It would be natural to ask whether future research will develop a superior algorithm that could outperform Grover's algorithm in the general case. However, Christof Zalka has shown that Grover's algorithm achieves the best possible complexity for this type of search, meaning no significantly faster quantum approach is expected <xref target="Grover-search"/></t>
        <t>Finally, in their evaluation criteria for PQC, NIST is assessing the security levels of proposed post-quantum algorithms by comparing them against the equivalent traditional and quantum security of AES-128, 192, and 256. This indicates that NIST is confident in the stable security properties of AES, even in the presence of both traditional and quantum attacks. As a result, 128-bit algorithms can be considered quantum-safe for the foreseeable future. However, for compliance purposes, some organizations, such as the National Agency for the Security of Information Systems (ANSSI), recommend the use of AES-256 <xref target="ANSSI"/>.</t>
      </section>
      <section anchor="asymmetric-cryptography">
        <name>Asymmetric Cryptography</name>
        <t>“Shor’s algorithm” efficiently solves the integer factorization problem (and the related discrete logarithm problem), which underpin the foundations of the vast majority of public-key cryptography that the world uses today. This implies that, if a CRQC is developed, today’s public-key cryptography algorithms (e.g., RSA, Diffie-Hellman and elliptic curve cryptography, as well as less commonly-used variants such as ElGamal and Schnorr signatures) and protocols would need to be replaced by algorithms and protocols that can offer cryptanalytic resistance against CRQCs. Note that Shor’s algorithm cannot run solely on a classical computer, it requires a CRQC.</t>
        <t>For example, to provide some context, one would need around 20 million noisy qubits to break RSA-2048 in 8 hours <xref target="RSAShor"/> and <xref target="RSA8HRS"/> or 4099 stable (or logical) qubits to break it in 10 seconds <xref target="RSA10SC"/>.</t>
        <t>For structured data such as public keys and signatures, CRQCs can fully solve the underlying hard problems used in traditional cryptography (see Shor's algorithm). Because an increase in the size of the key-pair would not provide a secure solution (short of RSA keys that are many gigabytes in size <xref target="PQRSA"/>), a complete replacement of the algorithm is needed. Therefore, post-quantum public-key cryptography must rely on problems that are different from the ones used in traditional public-key cryptography (i.e., the integer factorization problem, the finite-field discrete logarithm problem, and the elliptic-curve discrete logarithm problem).</t>
      </section>
      <section anchor="quantum-side-channel-attacks">
        <name>Quantum Side-channel Attacks</name>
        <t>The field of cryptographic side-channel attacks potentially stands to gain a boost in attacker power once cryptanalytic techniques can be enhanced with quantum computation techniques <xref target="QuantSide"/>. While a full discussion of quantum side-channel techniques is beyond the scope of this document, implementers of cryptographic hardware should be aware that current best-practices for side-channel resistance may not be sufficient against quantum adversaries.</t>
      </section>
    </section>
    <section anchor="traditional-cryptographic-primitives-that-could-be-replaced-by-pqc">
      <name>Traditional Cryptographic Primitives that Could Be Replaced by PQC</name>
      <t>Any asymmetric cryptographic algorithm based on integer factorization, finite field discrete logarithms or elliptic curve discrete logarithms will be vulnerable to attacks using Shor's algorithm on a CRQC. This document focuses on the principal functions of asymmetric cryptography:</t>
      <ul spacing="normal">
        <li>
          <t>Key agreement and key transport: Key agreement schemes, typically referred to as Diffie-Hellman (DH) or Elliptic Curve Diffie-Hellman (ECDH), as well as key transport, typically using RSA encryption, are used to establish a shared cryptographic key for secure communication. They are one of the mechanisms that can be replaced by PQC, as this is based on existing public key cryptography and is therefore vulnerable to Shor's algorithm. A CRQC can employ Shor's algorithm to efficiently find the prime factors of a large public key (in the case of RSA), which in turn can be exploited to derive the private key. In the case of Diffie-Hellman, a CRQC has the potential to calculate the discrete logarithm of the (short or long-term) Diffie-Hellman public key. This, in turn, would reveal the secret required to derive the symmetric encryption key.</t>
        </li>
        <li>
          <t>Digital signatures: Digital signature schemes are used to authenticate the identity of a sender, detect unauthorized modifications to data, and underpin trust in a system. Similar to key agreement, signatures also depend on a public-private key pair based on the same mathematics as for key agreement and key transport, and hence a break in existing public key cryptography will also affect traditional digital signatures, hence the importance of developing post-quantum digital signatures.</t>
        </li>
        <li>
          <t>BBS signatures: BBS (Boneh-Boyen-Shacham) signatures are a privacy-preserving signature scheme that offers zero-knowledge proof-like properties by allowing selective disclosure of specific signed attributes without revealing the entire set of signed data. The security of BBS signatures relies on the hardness of the discrete logarithm problem, making them vulnerable to Shor's algorithm. A CRQC can break the data authenticity security property of BBS but not the data confidentiality (Section 6.9 of <xref target="I-D.irtf-cfrg-bbs-signatures"/>).</t>
        </li>
        <li>
          <t>Content encryption: Content encryption typically refers to the encryption of the data using symmetric key algorithms, such as AES, to ensure confidentiality. The threat to symmetric cryptography is discussed in <xref target="symmetric"/>.</t>
        </li>
      </ul>
    </section>
    <section anchor="invariants-of-pqc-necessitating-compliance-adjustments">
      <name>Invariants of PQC: Necessitating Compliance Adjustments</name>
      <t>In the context of PQC, symmetric-key cryptographic algorithms are generally not directly impacted by quantum computing advancements. Symmetric-key cryptography, which includes keyed primitives such as block ciphers (e.g., AES) and message authentication mechanisms (e.g., HMAC-SHA256), relies on secret keys shared between the sender and receiver and remains secure even in a post-quantum world. Symmetric cryptography also includes hash functions (e.g., SHA-256) that are used for secure message digesting without any shared key material. HMAC is a specific construction that utilizes a cryptographic hash function and a secret key shared between the sender and receiver to produce a message authentication code.</t>
      <t>Grover's algorithm does not pose a practical threat to symmetric cryptography (see <xref target="symmetric"/> for more details). As a result, CRQCs offer no substantial advantages in breaking symmetric-key algorithms compared to classical computers. However, for compliance purposes, such as meeting the standards of CNSA 2.0 (Commercial National Security Algorithm Suite 2.0) <xref target="CNSA2-0"/>, AES-256 must be used to ensure the highest level of security against both traditional and quantum threats.</t>
    </section>
    <section anchor="nist-pqc-algorithms">
      <name>NIST PQC Algorithms</name>
      <t>At time of writing, NIST have standardized three PQC algorithms, with more expected to be standardised in the future (<xref target="NISTFINAL"/>). These algorithms are not necessarily drop-in replacements for traditional asymmetric cryptographic algorithms. For instance, RSA <xref target="RSA"/> and ECC <xref target="RFC6090"/> can be used as both a key encapsulation method (KEM) and as a signature scheme, whereas there is currently no post-quantum algorithm that can perform both functions. When upgrading protocols, it is important to replace the existing use of traditional algorithms with either a PQC KEM or a PQC signature method, depending on how the traditional algorithm was previously being used. Additionally, KEMs, as described in <xref target="KEMs"/>, present a different API than either key agreement or key transport primitives. As a result, they may require protocol-level or application-level changes in order to be incorporated.</t>
      <section anchor="nist-candidates-selected-for-standardization">
        <name>NIST Candidates Selected for Standardization</name>
        <section anchor="pqc-key-encapsulation-mechanisms-kems">
          <name>PQC Key Encapsulation Mechanisms (KEMs)</name>
          <ul spacing="normal">
            <li>
              <t><xref target="ML-KEM"/>: Module-Lattice-based Key-Encapsulation Mechanism Standard (FIPS-203).</t>
            </li>
            <li>
              <t><xref target="HQC"/>: This algorithm is based on the hardness of the syndrome decoding problem for quasi-cyclic concatenated Reed-Muller and Reed-Solomon (RMRS) codes in the Hamming metric. Reed-Muller (RM) codes are a class of block error-correcting codes commonly used in wireless and deep-space communications, while Reed-Solomon (RS) codes are widely used to detect and correct multiple-bit errors. HQC has been selected as part of the NIST post-quantum cryptography project but has not yet been standardized.</t>
            </li>
          </ul>
        </section>
        <section anchor="pqc-signatures">
          <name>PQC Signatures</name>
          <ul spacing="normal">
            <li>
              <t><xref target="ML-DSA"/>: Module-Lattice-Based Digital Signature Standard (FIPS-204).</t>
            </li>
            <li>
              <t><xref target="SLH-DSA"/>: Stateless Hash-Based Digital Signature (FIPS-205).</t>
            </li>
            <li>
              <t><xref target="FN-DSA"/>: FN-DSA is a lattice signature scheme (FIPS-206) (<xref target="lattice-based"/> and <xref target="sig-scheme"/>).</t>
            </li>
          </ul>
        </section>
      </section>
    </section>
    <section anchor="iso-candidates-selected-for-standardization">
      <name>ISO Candidates Selected for Standardization</name>
      <t>At the time of writing, ISO has standardized three PQC KEM algorithms, which are mentioned in the following subsection.</t>
      <section anchor="pqc-key-encapsulation-mechanisms-kems-1">
        <name>PQC Key Encapsulation Mechanisms (KEMs)</name>
        <ul spacing="normal">
          <li>
            <t><xref target="FrodoKEM"/>: Key Encapsulation mechanism based on the hardness on learning with errors in algebraically unstructured lattices.</t>
          </li>
          <li>
            <t><xref target="ClassicMcEliece"/>: Based on the hardness of syndrome decoding of Goppa codes. Goppa codes are a class of error-correcting codes that can correct a certain number of errors in a transmitted message. The decoding problem involves recovering the original message from the received noisy codeword.</t>
          </li>
          <li>
            <t><xref target="NTRU"/>: Key encapsulation mechanism based on the "N-th degree Truncated polynomial Ring Units" (NTRU) lattices.</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="timeline">
      <name>Timeline for Transition</name>
      <t>The timeline, and driving motivation for transition differs slightly between data confidentiality (e.g., encryption) and data authentication (e.g., signature) use-cases.</t>
      <t>For data confidentiality, one is concerned with the so-called "harvest now, decrypt later" attack where a malicious actor with adequate resources can launch an attack to store sensitive encrypted data today that they hope to decrypt once a CRQC is available. This implies that, every day, sensitive encrypted data is susceptible to the attack by not implementing quantum-safe strategies, as it corresponds to data possibly being deciphered in the future.</t>
      <t>For authentication, it is often the case that signatures have a very short lifetime between signing and verifying (such as during a TLS handshake) but some authentication use-cases do require long lifetimes, such as signing firmware or software that will be active for decades, signing legal documents, or signing certificates that will be embedded into hardware devices such as smartcards. Even for short-lived signatures use cases, the infrastructure often relies on long-lived root keys which can be difficult to update or replace on in-field devices.</t>
      <figure anchor="Mosca">
        <name>Mosca model</name>
        <artwork><![CDATA[
+------------------------+----------------------------+
|                        |                            |
|           y            |             x              |
+------------------------+----------+-----------------+
|                                   | <--------------->
|               z                   |   Security gap
+-----------------------------------+

]]></artwork>
      </figure>
      <t>These challenges are illustrated nicely by the so-called Mosca model discussed in <xref target="Threat-Report"/>. In <xref target="Mosca"/>, "x" denotes the time that systems and data need to remain secure, "y" the number of years to fully migrate to a PQC infrastructure, and "z" the time until a CRQC that can break current cryptography is available. The model assumes either that encrypted data can be intercepted and stored before the migration is completed in "y" years, or that signatures will still be relied upon for "x" years after their creation. This data remains vulnerable for the complete "x" years of their lifetime, thus the sum "x+y" gives us an estimate of the full timeframe that data remain insecure. The model essentially asks how one is preparing IT systems during those "y" years (in other words, how one can minimize those "y" years) to minimize the transition phase to a PQC infrastructure and hence minimize the risks of data being exposed in the future.</t>
      <t>Finally, other factors that could accelerate the introduction of a CRQC should not be under-estimated, like for example faster-than-expected advances in quantum computing and more efficient versions of Shor’s algorithm requiring fewer qubits. Innovation often comes in waves, so it is to the industry’s benefit to remain vigilant and prepare as early as possible. Bear in mind also that while the industry tracks advances from public research institutions such as universities and companies that publish their results, there is also a great deal of large-budget quantum research being conducted privately by various national interests. Therefore, the true state of quantum computer advancement is likely several years ahead of the publicly available research.</t>
      <t>Organizations should also consider carefully and honestly what their migration timeline "y" actually is. If you think only of the time between receiving a patch from your technology vendor, and rolling that patch out, then "y" might seem as short as a few weeks. However, this represents the minority of migration cases; more often, a PQC migration will involve at least some amount of hardware replacement. For example, performance-sensitive applications will need CPUs with PQC hardware acceleration. Security-sensitive applications will need PQC TPMs, TEEs, Secure Enclaves, and other cryptographic co-processors. Smartcard applications will require replacement of the cards as well as of the readers which can come in many form-factors: tap-for-entry door and turnstile readers, PIN pad machines, laptops with built-in smartcard readers, and many others.</t>
      <t>Included in "y" is not only the deployment time, but also preparation time: integration, testing, auditing, and re-certification of cryptographic environments. Consider also upstream effects that contribute to "y", including lead-times for your vendors to produce PQC-ready products, which may itself include auditing and certification delays, time for regulating bodies to adopt PQC policies, time for auditors to become familiar with the new requirements, etc. If you measure the full migration time "y" from when your vendors begin implementing PQC functionality, to when you switch off your last non-PQC-capable device, then "y" can be quite long; likely measured in years or decades for even most moderately-sized organizations.</t>
    </section>
    <section anchor="pqc-categories">
      <name>PQC Categories</name>
      <t>The post-quantum cryptographic schemes standardized by NIST, along with the ongoing Round 4 candidates, can be categorized into three main groups: lattice-based, hash-based, and code-based. Other approaches, such as isogeny-based, multivariate-based, and MPC-in-the-Head-based cryptography, are also being explored in research and standardization efforts. NIST has been calling for additional digital signature proposals to be considered in the PQC standardization process which has completed two rounds in October, 2024 <xref target="AddSig"/>.</t>
      <section anchor="lattice-based">
        <name>Lattice-Based Public-Key Cryptography</name>
        <t>Lattice-based public-key cryptography leverages the simple construction of lattices (i.e., a regular collection of points in a Euclidean space that are evenly spaced) to create "trapdoor" problems. These problems are efficient to compute if you possess the secret information but challenging to compute otherwise. Examples of such problems include the shortest vector, closest vector, short integer solution, learning with errors, module learning with errors, and learning with rounding problems. All of these problems feature strong proofs for worst-to-average case reduction, effectively relating the hardness of the average case to the worst case.</t>
        <t>Lattice-based schemes usually have good performances and average size public keys and signatures (average within the PQC primitives at least; they are still several orders of magnitude larger than e.g., RSA or ECC signatures), making them the best available candidates for general-purpose use such as replacing the use of RSA in PKIX certificates.</t>
        <t>Examples of this class of algorithms include ML-KEM, FN-DSA, ML-DSA and FrodoKEM.</t>
        <t>It is noteworthy that lattice-based encryption schemes require a rounding step during decryption which has a non-zero probability of "rounding the wrong way" and leading to a decryption failure, meaning that valid encryptions are decrypted incorrectly; as such, an attacker could significantly reduce the security of lattice-based schemes that have a relatively high failure rate. However, for most of the NIST PQC proposals, the number of required oracle queries to force a decryption failure is above practical limits, as has been shown in <xref target="LattFail1"/>. More recent works have improved upon the results in <xref target="LattFail1"/>, showing that the cost of searching for additional failing ciphertexts after one or more have already been found, can be sped up dramatically <xref target="LattFail2"/>. Nevertheless, at the time this document is published, the PQC candidates by NIST are considered secure under these attacks and constant monitoring as cryptanalysis research is ongoing.</t>
      </section>
      <section anchor="hash-based">
        <name>Hash-Based Public-Key Cryptography</name>
        <t>Hash based PKC has been around since the 1970s, when it was developed by Lamport and Merkle. It is used to create digital signature algorithms and its security is based on the security of the underlying cryptographic hash function. Many variants of hash-based signatures (HBS) have been developed since the 70s including the recent XMSS <xref target="RFC8391"/>, HSS/LMS <xref target="RFC8554"/> or BPQS <xref target="BPQS"/> schemes. Unlike many other digital signature techniques, most hash-based signature schemes are stateful, which means that signing necessitates the update and careful tracking of the state of the secret key. Producing multiple signatures using the same secret key state results in loss of security and may ultimately enable signature forgery attacks against that key.</t>
        <t>Stateful hash-based signatures with long service lifetimes require additional operational complexity compared with other signature types. For example, consider a 20-year root key; there is an expectation that 20 years is longer than the expected lifetime of the hardware that key is stored on, and therefore the key will need to be migrated to new hardware at some point. Disaster-recovery scenarios where the primary node fails without warning can be similarly tricky. This requires careful operational and compliance consideration to ensure that no private key state can be reused across the migration or disaster recovery event. One approach for avoiding these issues is to only use stateful HBS for short-term use cases that do not require horizontal scaling, for example signing a batch of firmware images and then retiring the signing key.</t>
        <t>The SLH-DSA algorithm, which was standardized by NIST, leverages the HORST (hash to obtain random subset with trees) technique and remains the only standardized hash based signature scheme that is stateless, thus avoiding the complexities associated with state management. SLH-DSA is an advancement on SPHINCS which reduces the signature sizes in SPHINCS and makes it more compact.</t>
      </section>
      <section anchor="code-based">
        <name>Code-Based Public-Key Cryptography</name>
        <t>This area of cryptography started in the 1970s and 80s based on the seminal work of McEliece and Niederreiter which focuses on the study of cryptosystems based on error-correcting codes. Some popular error correcting codes include Goppa codes (used in McEliece cryptosystems), encoding and decoding syndrome codes used in Hamming quasi-cyclic (HQC), or quasi-cyclic moderate density parity check (QC-MDPC) codes.</t>
        <t>Examples include all the unbroken NIST Round 4 finalists: Classic McEliece, HQC (selected by NIST for standardization), and BIKE.</t>
      </section>
    </section>
    <section anchor="KEMs">
      <name>KEMs</name>
      <t>A Key Encapsulation Mechanism (KEM) is a cryptographic technique used for securely exchanging symmetric key material between two parties over an insecure channel. It is commonly used in hybrid encryption schemes, where a combination of asymmetric (public key) and symmetric encryption is employed. The KEM encapsulation results in a fixed-length symmetric key that can be used with a symmetric algorithm, typically a block cipher, in one of two different ways:</t>
      <ul spacing="normal">
        <li>
          <t>Derive a data encryption key (DEK) to encrypt the data</t>
        </li>
        <li>
          <t>Derive a key encryption key (KEK) used to wrap a DEK</t>
        </li>
      </ul>
      <t>These techniques are often referred to as "hybrid public key encryption (HPKE)" <xref target="RFC9180"/> mechanism.</t>
      <t>The term "encapsulation" is chosen intentionally to indicate that KEM algorithms behave differently at the API level from the key agreement or key encipherment / key transport mechanisms that are in use today. Key agreement schemes imply that both parties contribute a public / private key pair to the exchange, while key encipherment / key transport schemes imply that the symmetric key material is chosen by one party and "encrypted" or "wrapped" for the other party. KEMs, on the other hand, behave according to the following API:</t>
      <t>KEM relies on the following primitives <xref target="PQCAPI"/>:</t>
      <ul spacing="normal">
        <li>
          <t>def kemKeyGen() -&gt; (pk, sk)</t>
        </li>
        <li>
          <t>def kemEncaps(pk) -&gt; (ss, ct)</t>
        </li>
        <li>
          <t>def kemDecaps(ct, sk) -&gt; ss</t>
        </li>
      </ul>
      <t>where <tt>pk</tt> is the public key, <tt>sk</tt> is the secret key, <tt>ct</tt> is the ciphertext representing an encapsulated key, and <tt>ss</tt> is the shared secret. The following figure illustrates a sample flow of a KEM-based key exchange:</t>
      <figure anchor="tab-kem-ke">
        <name>KEM based key exchange</name>
        <artset>
          <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="336" width="536" viewBox="0 0 536 336" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
              <path d="M 8,272 L 8,304" fill="none" stroke="black"/>
              <path d="M 24,80 L 24,112" fill="none" stroke="black"/>
              <path d="M 184,32 L 184,64" fill="none" stroke="black"/>
              <path d="M 208,80 L 208,112" fill="none" stroke="black"/>
              <path d="M 208,272 L 208,304" fill="none" stroke="black"/>
              <path d="M 224,72 L 224,320" fill="none" stroke="black"/>
              <path d="M 264,32 L 264,64" fill="none" stroke="black"/>
              <path d="M 280,32 L 280,64" fill="none" stroke="black"/>
              <path d="M 320,72 L 320,320" fill="none" stroke="black"/>
              <path d="M 336,176 L 336,208" fill="none" stroke="black"/>
              <path d="M 360,32 L 360,64" fill="none" stroke="black"/>
              <path d="M 528,176 L 528,208" fill="none" stroke="black"/>
              <path d="M 184,32 L 264,32" fill="none" stroke="black"/>
              <path d="M 280,32 L 360,32" fill="none" stroke="black"/>
              <path d="M 184,64 L 264,64" fill="none" stroke="black"/>
              <path d="M 280,64 L 360,64" fill="none" stroke="black"/>
              <path d="M 24,80 L 208,80" fill="none" stroke="black"/>
              <path d="M 24,112 L 208,112" fill="none" stroke="black"/>
              <path d="M 232,160 L 312,160" fill="none" stroke="black"/>
              <path d="M 336,176 L 528,176" fill="none" stroke="black"/>
              <path d="M 336,208 L 528,208" fill="none" stroke="black"/>
              <path d="M 232,256 L 312,256" fill="none" stroke="black"/>
              <path d="M 8,272 L 208,272" fill="none" stroke="black"/>
              <path d="M 8,304 L 208,304" fill="none" stroke="black"/>
              <polygon class="arrowhead" points="320,160 308,154.4 308,165.6" fill="black" transform="rotate(0,312,160)"/>
              <polygon class="arrowhead" points="240,256 228,250.4 228,261.6" fill="black" transform="rotate(180,232,256)"/>
              <g class="text">
                <text x="220" y="52">Client</text>
                <text x="316" y="52">Server</text>
                <text x="48" y="100">pk,</text>
                <text x="76" y="100">sk</text>
                <text x="96" y="100">=</text>
                <text x="152" y="100">kemKeyGen()</text>
                <text x="216" y="100">-</text>
                <text x="244" y="148">pk</text>
                <text x="328" y="196">-</text>
                <text x="360" y="196">ss,</text>
                <text x="388" y="196">ct</text>
                <text x="408" y="196">=</text>
                <text x="472" y="196">kemEncaps(pk)</text>
                <text x="292" y="244">ct</text>
                <text x="28" y="292">ss</text>
                <text x="48" y="292">=</text>
                <text x="112" y="292">kemDecaps(ct,</text>
                <text x="184" y="292">sk)</text>
                <text x="216" y="292">-</text>
              </g>
            </svg>
          </artwork>
          <artwork type="ascii-art"><![CDATA[
                      +---------+ +---------+
                      | Client  | | Server  |
                      +---------+ +---------+
  +----------------------+ |           |
  | pk, sk = kemKeyGen() |-|           |
  +----------------------+ |           |
                           |           |
                           | pk        |
                           |---------->|
                           |           | +-----------------------+
                           |           |-| ss, ct = kemEncaps(pk)|
                           |           | +-----------------------+
                           |           |
                           |       ct  |
                           |<----------|
+------------------------+ |           |
| ss = kemDecaps(ct, sk) |-|           |
+------------------------+ |           |
                           |           |
]]></artwork>
        </artset>
      </figure>
      <section anchor="authenticated-key-exchange">
        <name>Authenticated Key Exchange</name>
        <t>Authenticated Key Exchange (AKE) with KEMs where both parties contribute a KEM public key to the overall session key is interactive as described in <xref target="I-D.draft-ietf-lake-edhoc"/>. However, single-sided KEM, such as when one peer has a KEM key in a certificate and the other peer wants to encrypt for it (as in S/MIME or OpenPGP email), can be achieved using non-interactive HPKE <xref target="RFC9180"/>. The following figure illustrates the Diffie-Hellman (DH) Key exchange:</t>
        <figure anchor="tab-dh-ake">
          <name>Diffie-Hellman based AKE</name>
          <artset>
            <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="480" width="552" viewBox="0 0 552 480" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                <path d="M 8,320 L 8,368" fill="none" stroke="black"/>
                <path d="M 24,80 L 24,128" fill="none" stroke="black"/>
                <path d="M 136,336 L 136,344" fill="none" stroke="black"/>
                <path d="M 184,32 L 184,64" fill="none" stroke="black"/>
                <path d="M 216,80 L 216,128" fill="none" stroke="black"/>
                <path d="M 216,320 L 216,368" fill="none" stroke="black"/>
                <path d="M 232,72 L 232,464" fill="none" stroke="black"/>
                <path d="M 264,32 L 264,64" fill="none" stroke="black"/>
                <path d="M 280,32 L 280,64" fill="none" stroke="black"/>
                <path d="M 328,72 L 328,464" fill="none" stroke="black"/>
                <path d="M 344,192 L 344,256" fill="none" stroke="black"/>
                <path d="M 344,432 L 344,464" fill="none" stroke="black"/>
                <path d="M 360,32 L 360,64" fill="none" stroke="black"/>
                <path d="M 544,192 L 544,256" fill="none" stroke="black"/>
                <path d="M 544,432 L 544,464" fill="none" stroke="black"/>
                <path d="M 184,32 L 264,32" fill="none" stroke="black"/>
                <path d="M 280,32 L 360,32" fill="none" stroke="black"/>
                <path d="M 184,64 L 264,64" fill="none" stroke="black"/>
                <path d="M 280,64 L 360,64" fill="none" stroke="black"/>
                <path d="M 24,80 L 216,80" fill="none" stroke="black"/>
                <path d="M 24,128 L 216,128" fill="none" stroke="black"/>
                <path d="M 240,176 L 320,176" fill="none" stroke="black"/>
                <path d="M 344,192 L 544,192" fill="none" stroke="black"/>
                <path d="M 344,256 L 544,256" fill="none" stroke="black"/>
                <path d="M 240,304 L 320,304" fill="none" stroke="black"/>
                <path d="M 8,320 L 216,320" fill="none" stroke="black"/>
                <path d="M 8,368 L 216,368" fill="none" stroke="black"/>
                <path d="M 240,416 L 320,416" fill="none" stroke="black"/>
                <path d="M 344,432 L 544,432" fill="none" stroke="black"/>
                <path d="M 344,464 L 544,464" fill="none" stroke="black"/>
                <polygon class="arrowhead" points="328,416 316,410.4 316,421.6" fill="black" transform="rotate(0,320,416)"/>
                <polygon class="arrowhead" points="328,176 316,170.4 316,181.6" fill="black" transform="rotate(0,320,176)"/>
                <polygon class="arrowhead" points="248,304 236,298.4 236,309.6" fill="black" transform="rotate(180,240,304)"/>
                <g class="text">
                  <text x="220" y="52">Client</text>
                  <text x="316" y="52">Server</text>
                  <text x="72" y="100">Long-term</text>
                  <text x="140" y="100">client</text>
                  <text x="188" y="100">key:</text>
                  <text x="116" y="116">sk1,</text>
                  <text x="152" y="116">pk1</text>
                  <text x="224" y="116">-</text>
                  <text x="256" y="164">pk1</text>
                  <text x="336" y="212">-</text>
                  <text x="392" y="212">Long-term</text>
                  <text x="460" y="212">server</text>
                  <text x="508" y="212">key:</text>
                  <text x="436" y="228">sk2,</text>
                  <text x="472" y="228">pk2</text>
                  <text x="364" y="244">ss</text>
                  <text x="384" y="244">=</text>
                  <text x="436" y="244">KeyEx(pk1,</text>
                  <text x="500" y="244">sk2)</text>
                  <text x="312" y="292">pk2</text>
                  <text x="28" y="340">ss</text>
                  <text x="48" y="340">=</text>
                  <text x="96" y="340">KeyEx(pk2</text>
                  <text x="164" y="340">sk1)</text>
                  <text x="92" y="356">encryptContent(ss)</text>
                  <text x="224" y="356">-</text>
                  <text x="280" y="388">encrypted</text>
                  <text x="288" y="404">content</text>
                  <text x="428" y="452">decryptContent(ss)</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art"><![CDATA[
                      +---------+ +---------+
                      | Client  | | Server  |
                      +---------+ +---------+
  +-----------------------+ |           |
  | Long-term client key: | |           |
  |         sk1, pk1      |-|           |
  +-----------------------+ |           |
                            |           |
                            | pk1       |
                            |---------->|
                            |           | +------------------------+
                            |           |-| Long-term server key:  |
                            |           | |         sk2, pk2       |
                            |           | | ss = KeyEx(pk1, sk2)   |
                            |           | +------------------------+
                            |           |
                            |        pk2|
                            |<----------|
+-------------------------+ |           |
| ss = KeyEx(pk2, sk1)    | |           |
| encryptContent(ss)      |-|           |
+-------------------------+ |           |
                            | encrypted |
                            |   content |
                            |---------->|
                            |           | +------------------------+
                            |           | | decryptContent(ss)     |
                            |           | +------------------------+
]]></artwork>
          </artset>
        </figure>
        <t>What's important to note about the sample flow above is that the shared secret <tt>ss</tt> is derived using key material from both the Client and the Server, which classifies it as an AKE. There is another property of a key exchange, called Non-Interactive Key Exchange (NIKE) which refers to whether the sender can compute the shared secret <tt>ss</tt> and encrypt content without requiring active interaction (an exchange of network messages) with the recipient. <xref target="tab-dh-ake"/> shows a Diffie-Hellman key exchange which is an AKE, since both parties are using long-term keys which can have established trust (for example, via certificates), but it is not a NIKE, since the client needs to wait for the network interaction to receive the receiver's public key <tt>pk2</tt> before it can compute the shared secret <tt>ss</tt> and begin content encryption. However, a DH key exchange can be an AKE and a NIKE at the same time if the receiver's public key is known to the sender in advance, and many Internet protocols rely on this property of DH-based key exchanges.</t>
        <figure anchor="tab-dh-ake-nike">
          <name>Diffie-Hellman based AKE and NIKE simultaneously</name>
          <artset>
            <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="400" width="536" viewBox="0 0 536 400" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                <path d="M 8,80 L 8,192" fill="none" stroke="black"/>
                <path d="M 136,160 L 136,168" fill="none" stroke="black"/>
                <path d="M 168,32 L 168,64" fill="none" stroke="black"/>
                <path d="M 200,80 L 200,192" fill="none" stroke="black"/>
                <path d="M 216,72 L 216,368" fill="none" stroke="black"/>
                <path d="M 248,32 L 248,64" fill="none" stroke="black"/>
                <path d="M 264,32 L 264,64" fill="none" stroke="black"/>
                <path d="M 312,72 L 312,368" fill="none" stroke="black"/>
                <path d="M 328,288 L 328,368" fill="none" stroke="black"/>
                <path d="M 344,32 L 344,64" fill="none" stroke="black"/>
                <path d="M 456,336 L 456,344" fill="none" stroke="black"/>
                <path d="M 528,288 L 528,368" fill="none" stroke="black"/>
                <path d="M 168,32 L 248,32" fill="none" stroke="black"/>
                <path d="M 264,32 L 344,32" fill="none" stroke="black"/>
                <path d="M 168,64 L 248,64" fill="none" stroke="black"/>
                <path d="M 264,64 L 344,64" fill="none" stroke="black"/>
                <path d="M 8,80 L 200,80" fill="none" stroke="black"/>
                <path d="M 8,192 L 200,192" fill="none" stroke="black"/>
                <path d="M 224,272 L 304,272" fill="none" stroke="black"/>
                <path d="M 328,288 L 528,288" fill="none" stroke="black"/>
                <path d="M 328,368 L 528,368" fill="none" stroke="black"/>
                <polygon class="arrowhead" points="312,272 300,266.4 300,277.6" fill="black" transform="rotate(0,304,272)"/>
                <g class="text">
                  <text x="204" y="52">Client</text>
                  <text x="300" y="52">Server</text>
                  <text x="56" y="100">Long-term</text>
                  <text x="124" y="100">client</text>
                  <text x="172" y="100">key:</text>
                  <text x="100" y="116">sk1,</text>
                  <text x="136" y="116">pk1</text>
                  <text x="208" y="116">-</text>
                  <text x="56" y="132">Long-term</text>
                  <text x="124" y="132">server</text>
                  <text x="172" y="132">key:</text>
                  <text x="96" y="148">pk2</text>
                  <text x="28" y="164">ss</text>
                  <text x="48" y="164">=</text>
                  <text x="96" y="164">KeyEx(pk2</text>
                  <text x="164" y="164">sk1)</text>
                  <text x="92" y="180">encryptContent(ss)</text>
                  <text x="208" y="180">-</text>
                  <text x="244" y="228">pk1,</text>
                  <text x="264" y="244">encrypted</text>
                  <text x="272" y="260">content</text>
                  <text x="320" y="308">-</text>
                  <text x="376" y="308">Long-term</text>
                  <text x="444" y="308">server</text>
                  <text x="492" y="308">key:</text>
                  <text x="420" y="324">sk2,</text>
                  <text x="456" y="324">pk2</text>
                  <text x="348" y="340">ss</text>
                  <text x="368" y="340">=</text>
                  <text x="416" y="340">KeyEx(pk1</text>
                  <text x="484" y="340">sk2)</text>
                  <text x="412" y="356">decryptContent(ss)</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art"><![CDATA[
                      +---------+ +---------+
                      | Client  | | Server  |
                      +---------+ +---------+
  +-----------------------+ |           |
  | Long-term client key: | |           |
  |         sk1, pk1      |-|           |
  | Long-term server key: | |           |
  |         pk2           | |           |
  | ss = KeyEx(pk2, sk1)  | |           |
  | encryptContent(ss)    |-|           |
  +-----------------------+ |           |
                            |           |
                            | pk1,      |
                            | encrypted |
                            |   content |
                            |---------->|
                            |           | +------------------------+
                            |           |-| Long-term server key:  |
                            |           | |         sk2, pk2       |
                            |           | | ss = KeyEx(pk1, sk2)   |
                            |           | | decryptContent(ss)     |
                            |           | +------------------------+
]]></artwork>
          </artset>
        </figure>
        <t>The complication with KEMs is that a KEM <tt>Encaps()</tt> is non-deterministic; it involves randomness chosen by the sender of that message. Therefore, in order to perform an AKE, the client must wait for the server to generate the needed randomness and perform <tt>Encaps()</tt> against the client key, which necessarily requires a network round-trip. Therefore, a KEM-based protocol can either be an AKE or a NIKE, but cannot be both at the same time. Consequently, certain Internet protocols will necessitate a redesign to accommodate this distinction, either by introducing extra network round-trips or by making trade-offs in security properties.</t>
        <figure anchor="tab-kem-ake">
          <name>KEM based AKE</name>
          <artset>
            <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="480" width="560" viewBox="0 0 560 480" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                <path d="M 8,80 L 8,112" fill="none" stroke="black"/>
                <path d="M 8,288 L 8,352" fill="none" stroke="black"/>
                <path d="M 184,32 L 184,64" fill="none" stroke="black"/>
                <path d="M 208,80 L 208,112" fill="none" stroke="black"/>
                <path d="M 208,336 L 208,352" fill="none" stroke="black"/>
                <path d="M 224,72 L 224,464" fill="none" stroke="black"/>
                <path d="M 264,32 L 264,64" fill="none" stroke="black"/>
                <path d="M 280,32 L 280,64" fill="none" stroke="black"/>
                <path d="M 320,72 L 320,464" fill="none" stroke="black"/>
                <path d="M 336,176 L 336,224" fill="none" stroke="black"/>
                <path d="M 336,416 L 336,464" fill="none" stroke="black"/>
                <path d="M 360,32 L 360,64" fill="none" stroke="black"/>
                <path d="M 552,176 L 552,224" fill="none" stroke="black"/>
                <path d="M 552,416 L 552,464" fill="none" stroke="black"/>
                <path d="M 184,32 L 264,32" fill="none" stroke="black"/>
                <path d="M 280,32 L 360,32" fill="none" stroke="black"/>
                <path d="M 184,64 L 264,64" fill="none" stroke="black"/>
                <path d="M 280,64 L 360,64" fill="none" stroke="black"/>
                <path d="M 8,80 L 208,80" fill="none" stroke="black"/>
                <path d="M 8,112 L 208,112" fill="none" stroke="black"/>
                <path d="M 232,160 L 312,160" fill="none" stroke="black"/>
                <path d="M 336,176 L 552,176" fill="none" stroke="black"/>
                <path d="M 336,224 L 552,224" fill="none" stroke="black"/>
                <path d="M 232,272 L 312,272" fill="none" stroke="black"/>
                <path d="M 8,288 L 200,288" fill="none" stroke="black"/>
                <path d="M 8,352 L 208,352" fill="none" stroke="black"/>
                <path d="M 232,400 L 312,400" fill="none" stroke="black"/>
                <path d="M 336,416 L 552,416" fill="none" stroke="black"/>
                <path d="M 336,464 L 552,464" fill="none" stroke="black"/>
                <polygon class="arrowhead" points="320,400 308,394.4 308,405.6" fill="black" transform="rotate(0,312,400)"/>
                <polygon class="arrowhead" points="320,160 308,154.4 308,165.6" fill="black" transform="rotate(0,312,160)"/>
                <polygon class="arrowhead" points="240,272 228,266.4 228,277.6" fill="black" transform="rotate(180,232,272)"/>
                <g class="text">
                  <text x="220" y="52">Client</text>
                  <text x="316" y="52">Server</text>
                  <text x="36" y="100">pk1,</text>
                  <text x="72" y="100">sk1</text>
                  <text x="96" y="100">=</text>
                  <text x="152" y="100">kemKeyGen()</text>
                  <text x="216" y="100">-</text>
                  <text x="240" y="148">pk1</text>
                  <text x="328" y="196">-</text>
                  <text x="364" y="196">ss1,</text>
                  <text x="400" y="196">ct1</text>
                  <text x="424" y="196">=</text>
                  <text x="492" y="196">kemEncaps(pk1)</text>
                  <text x="364" y="212">pk2,</text>
                  <text x="400" y="212">sk2</text>
                  <text x="424" y="212">=</text>
                  <text x="480" y="212">kemKeyGen()</text>
                  <text x="288" y="260">ct1,pk2</text>
                  <text x="32" y="308">ss1</text>
                  <text x="56" y="308">=</text>
                  <text x="124" y="308">kemDecaps(ct1,</text>
                  <text x="204" y="308">sk1)</text>
                  <text x="236" y="308">-|</text>
                  <text x="36" y="324">ss2,</text>
                  <text x="72" y="324">ct2</text>
                  <text x="96" y="324">=</text>
                  <text x="164" y="324">kemEncaps(pk2)</text>
                  <text x="28" y="340">ss</text>
                  <text x="48" y="340">=</text>
                  <text x="112" y="340">Combiner(ss1,</text>
                  <text x="188" y="340">ss2)</text>
                  <text x="240" y="388">ct2</text>
                  <text x="328" y="436">-</text>
                  <text x="360" y="436">ss2</text>
                  <text x="384" y="436">=</text>
                  <text x="452" y="436">kemDecaps(ct2,</text>
                  <text x="532" y="436">sk2)</text>
                  <text x="356" y="452">ss</text>
                  <text x="376" y="452">=</text>
                  <text x="440" y="452">Combiner(ss1,</text>
                  <text x="516" y="452">ss2)</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art"><![CDATA[
                      +---------+ +---------+
                      | Client  | | Server  |
                      +---------+ +---------+
+------------------------+ |           |
| pk1, sk1 = kemKeyGen() |-|           |
+------------------------+ |           |
                           |           |
                           |pk1        |
                           |---------->|
                           |           | +--------------------------+
                           |           |-| ss1, ct1 = kemEncaps(pk1)|
                           |           | | pk2, sk2 = kemKeyGen()   |
                           |           | +--------------------------+
                           |           |
                           |    ct1,pk2|
                           |<----------|
+------------------------+ |           |
| ss1 = kemDecaps(ct1, sk1)|-|         |
| ss2, ct2 = kemEncaps(pk2)|           |
| ss = Combiner(ss1, ss2)| |           |
+------------------------+ |           |
                           |           |
                           |ct2        |
                           |---------->|
                           |           | +--------------------------+
                           |           |-| ss2 = kemDecaps(ct2, sk2)|
                           |           | | ss = Combiner(ss1, ss2)  |
                           |           | +--------------------------+
]]></artwork>
          </artset>
        </figure>
        <t>Here, <tt>Combiner(ss1, ss2)</tt>, often referred to as a KEM Combiner, is a cryptographic construction that takes in two shared secrets and returns a single combined shared secret. The simplest combiner is concatenation <tt>ss1 || ss2</tt>, but combiners can vary in complexity depending on the cryptographic properties required. For example, if the combination should preserve IND-CCA2 of either input even if the other is chosen maliciously, then a more complex construct is required. Another consideration for combiner design is so-called "binding properties" introduced in <xref target="KEEPINGUP"/>, which may require the ciphertexts and recipient public keys to be included in the combiner. KEM combiner security analysis becomes more complicated in hybrid settings where the two KEMs represent different algorithms, for example, where one is ML-KEM and the other is ECDH. For a more thorough discussion of KEM combiners, see <xref target="KEEPINGUP"/>, <xref target="I-D.draft-ounsworth-cfrg-kem-combiners"/>, and <xref target="I-D.draft-connolly-cfrg-xwing-kem"/>.</t>
      </section>
      <section anchor="security-properties-of-kems">
        <name>Security Properties of KEMs</name>
        <section anchor="ind-cca2">
          <name>IND-CCA2</name>
          <t>IND-CCA2 (INDistinguishability under adaptive Chosen-Ciphertext Attack) is an advanced security notion for encryption schemes. It ensures the confidentiality of the plaintext and resistance against chosen-ciphertext attacks. An appropriate definition of IND-CCA2 security for KEMs can be found in <xref target="CS01"/> and <xref target="BHK09"/>. ML-KEM <xref target="ML-KEM"/> and Classic McEliece provide IND-CCA2 security.</t>
          <t>Understanding IND-CCA2 security is essential for individuals involved in designing or implementing cryptographic systems and protocols in order to evaluate the strength of the algorithm, assess its suitability for specific use cases, and ensure that data confidentiality and security requirements are met. Understanding IND-CCA2 security is generally not necessary for developers migrating to using an IETF-vetted key establishment method (KEM) within a given protocol or flow. IND-CCA2 is a widely accepted security notion for public key encryption mechanisms, making it suitable for a broad range of applications. IETF specification authors should include all security concerns in the "Security Considerations" section of the relevant RFC and not rely on implementers being experts in cryptographic theory.</t>
        </section>
        <section anchor="binding">
          <name>Binding</name>
          <t>KEMs also have an orthogonal set of properties to consider when designing protocols around them: binding <xref target="KEEPINGUP"/>. This can be "ciphertext binding", "public key binding", "context binding", or any other property that is important to not be substituted between KEM invocations. In general, a KEM is considered to bind a certain value if substitution of that value by an attacker will necessarily result in a different shared secret being derived. As an example, if an attacker can construct two different ciphertexts which will decapsulate to the same shared secret; or can construct a ciphertext which will decapsulate to the same shared secret under two different public keys, or can substitute whole KEM exchanges from one session into another, then the construction is not ciphertext binding, public key binding, or context binding respectively. Similarly, protocol designers may wish to bind protocol state information such as a transaction ID or nonce so that attempts to replay ciphertexts from one session inside a different session will be blocked at the cryptographic level because the server derives a different shared secret and is thus is unable to decrypt the content.</t>
          <t>The solution to binding is generally achieved at the protocol design level: It is recommended to avoid using the KEM output shared secret directly without integrating it into an appropriate protocol. While KEM algorithms provide key secrecy, they do not inherently ensure source authenticity, protect against replay attacks, or guarantee freshness. These security properties should be addressed by incorporating the KEM into a protocol that has been analyzed for such protections. Even though modern KEMs such as ML-KEM produce full-entropy shared secrets, it is still advisable for binding reasons to pass it through a key derivation function (KDF) and also include all values that you wish to bind; then finally you will have a shared secret that is safe to use at the protocol level.</t>
        </section>
      </section>
      <section anchor="hpke">
        <name>HPKE</name>
        <t>Modern cryptography has long used the notion of "hybrid encryption" where an asymmetric algorithm is used to establish a key, and then a symmetric algorithm is used for bulk content encryption.</t>
        <t>HPKE (hybrid public key encryption) <xref target="RFC9180"/> is a specific instantiation of this which works with a combination of KEMs, KDFs and AEAD (authenticated encryption with additional data) schemes. HPKE includes three authenticated variants, including one that authenticates possession of a pre-shared key and two optional ones that authenticate possession of a key encapsulation mechanism (KEM) private key. HPKE can be extended to support hybrid post-quantum KEM <xref target="I-D.draft-connolly-cfrg-xwing-kem"/>. ML-KEM does not support the static-ephemeral key exchange that allows HPKE based on DH based KEMs and its optional authenticated modes as discussed in section 1.5 of <xref target="I-D.draft-connolly-cfrg-xwing-kem"/>.</t>
      </section>
    </section>
    <section anchor="pqc-signatures-1">
      <name>PQC Signatures</name>
      <t>Any digital signature scheme that provides a construction defining security under a post-quantum setting falls under this category of PQC signatures.</t>
      <section anchor="security-properties-of-pqc-signatures">
        <name>Security Properties of PQC Signatures</name>
      </section>
      <section anchor="euf-cma-and-suf-cma">
        <name>EUF-CMA and SUF-CMA</name>
        <t>EUF-CMA (existential unforgeability under chosen message attack) <xref target="GMR88"/> is a security notion for digital signature schemes. It guarantees that an adversary, even with access to a signing oracle, cannot forge a valid signature for an arbitrary message. EUF-CMA provides strong protection against forgery attacks, ensuring the integrity and authenticity of digital signatures by preventing unauthorized modifications or fraudulent signatures. ML-DSA, FN-DSA, and SLH-DSA provide EUF-CMA security.</t>
        <t>SUF-CMA (strong unforgeability under chosen message attack) builds upon EUF-CMA by requiring that an adversary cannot produce a different valid signature for a message that has already been signed by the signing oracle. Like EUF-CMA, SUF-CMA provides robust assurances for digital signature schemes, further enhancing their security posture. ML-DSA, FN-DSA, and SLH-DSA also achieve SUF-CMA security.</t>
        <t>Understanding EUF-CMA and SUF-CMA security is essential for designing or implementing cryptographic systems in order to ensure the security, reliability, and robustness of digital signature schemes. These notions allow for informed decision-making, vulnerability analysis, compliance with standards, and designing systems that provide strong protection against forgery attacks. For developers migrating to using an IETF-vetted PQC signature scheme within a given protocol or flow, a deep understanding of EUF-CMA and SUF-CMA security may not be necessary, as the schemes vetted by IETF adhere to these stringent security standards.</t>
        <t>EUF-CMA and SUF-CMA are considered strong security benchmarks for public key signature algorithms, making them suitable for most applications. IETF specification authors should include all security concerns in the "Security Considerations" section of the relevant RFC and should not assume that implementers are experts in cryptographic theory.</t>
      </section>
      <section anchor="sig-scheme">
        <name>Details of FN-DSA, ML-DSA, and SLH-DSA</name>
        <t>ML-DSA <xref target="ML-DSA"/> is a digital signature algorithm based on the hardness of lattice problems over module lattices (i.e., the Module Learning with Errors problem (MLWE)). The design of the algorithm is based on the "Fiat-Shamir with Aborts" <xref target="Lyu09"/> framework introduced by Lyubashevsky, that leverages rejection sampling to render lattice-based Fiat-Shamir (FS) schemes compact and secure. ML-DSA uses uniformly-distributed random number sampling over small integers to compute coefficients in error vectors, which makes the scheme easier to implement compared with FN-DSA <xref target="FN-DSA"/> which uses Gaussian-distributed numbers, necessitating the need to use floating point arithmetic during signature generation.</t>
        <t>ML-DSA offers both deterministic and randomized signing and is instantiated with 3 parameter sets providing different security levels. Security properties of ML-DSA are discussed in Section 9 of <xref target="I-D.ietf-lamps-dilithium-certificates"/>.</t>
        <t>FN-DSA <xref target="FN-DSA"/> is based on the GPV hash-and-sign lattice-based signature framework introduced by Gentry, Peikert, and Vaikuntanathan, which is a framework that requires a certain class of lattices and a trapdoor sampler technique.</t>
        <t>The main design principle of FN-DSA is compactness, i.e., it was designed in a way that achieves minimal total memory bandwidth requirement (the sum of the signature size plus the public key size). This is possible due to the compactness of NTRU lattices. FN-DSA also offers very efficient signing and verification procedures. The main potential downsides of FN-DSA refer to the non-triviality of its algorithms and the need for floating point arithmetic support in order to support Gaussian-distributed random number sampling where the other lattice schemes use the less efficient but easier to support uniformly-distributed random number sampling.</t>
        <t>Implementers of FN-DSA need to be aware that FN-DSA signing is highly susceptible to side-channel attacks, unless constant-time 64-bit floating-point operations are used. This requirement is extremely platform-dependent, as noted in NIST's report.</t>
        <t>The performance characteristics of ML-DSA and FN-DSA may differ based on the specific implementation and hardware platform. Generally, ML-DSA is known for its relatively fast signature generation, while FN-DSA can provide more efficient signature verification. The choice may depend on whether the application requires more frequent signature generation or signature verification (See <xref target="LIBOQS"/>). For further clarity on the sizes and security levels, please refer to the tables in sections <xref target="RecSecurity"/> and <xref target="Comparisons"/>.</t>
        <t>SLH-DSA <xref target="SLH-DSA"/> utilizes the concept of stateless hash-based signatures, where each signature is unique and unrelated to any previous signature (as discussed in <xref target="hash-based"/>). This property eliminates the need for maintaining state information during the signing process. SLH-DSA was designed to sign up to 2^64 messages under a given key pair, and it offers three security levels. The parameters for each of the security levels were chosen to provide 128 bits of security, 192 bits of security, and 256 bits of security. SLH-DSA offers smaller public key sizes, larger signature sizes, slower signature generation, and slower verification when compared to ML-DSA and FN-DSA. SLH-DSA does not introduce a new hardness assumption beyond those inherent to the underlying hash functions. It builds upon established foundations in cryptography, making it a reliable and robust digital signature scheme for a post-quantum world.</t>
        <t>All of these algorithms, ML-DSA, FN-DSA, and SLH-DSA include two signature modes: pure mode, where the entire content is signed directly, and pre-hash mode, where a digest of the content is signed.</t>
      </section>
      <section anchor="details-of-xmss-and-lms">
        <name>Details of XMSS and LMS</name>
        <t>The eXtended Merkle Signature Scheme (XMSS) <xref target="RFC8391"/> and Hierarchical Signature Scheme (HSS) / Leighton-Micali Signature (LMS) <xref target="RFC8554"/> are stateful hash-based signature schemes, where the secret key state changes over time. In both schemes, reusing a secret key state compromises cryptographic security guarantees.</t>
        <t>XMSS and LMS can be used for signing a potentially large but fixed number of messages and the number of signing operations depends upon the size of the tree. XMSS and LMS provide cryptographic digital signatures without relying on the conjectured hardness of mathematical problems, instead leveraging the properties of cryptographic hash functions. Multi-tree XMSS and LMS (i.e., XMSS-MT and HSS respectively) use a hyper-tree based hierarchical approach with a Merkle tree at each level of the hierarchy. <xref target="RFC8391"/> describes both single-tree and multi-tree variants of XMSS, while <xref target="RFC8554"/> describes the Leighton-Micali One-Time Signature (LM-OTS) system as well as the LMS and HSS N-time signature systems. Comparison of XMSS and LMS is discussed in Section 10 of <xref target="RFC8554"/>.</t>
        <t>The number of tree layers in multi-tree XMSS and HSS provides a trade-off between signature size on the one side and key generation and signing speed on the other side. Increasing the number of layers reduces key generation time exponentially and signing time linearly at the cost of increasing the signature size linearly. HSS allows for customization of each subtree whereas XMSS-MT does not, electing instead to use the same structure for each subtree.</t>
        <t>Due to the complexities described above, the XMSS and LMS are not a suitable replacement for traditional signature schemes like RSA or ECDSA. Applications that expect a long lifetime of a signature, like firmware update or secure boot, are typical use cases where those schemes can be successfully applied.</t>
        <section anchor="lms-key-and-signature-sizes">
          <name>LMS Key and Signature Sizes</name>
          <t>The LMS scheme is characterized by four distinct parameter sets: the underlying hash function (SHA2-256 or SHAKE-256), the length of the digest (24 or 32 bytes), the LMS tree height parameter that controls a maximal number of signatures that the private key can produce, and the width of the Winternitz coefficients (see <xref target="RFC8554"/>, section 4.1) that can be used to trade-off signing time for signature size. Parameters can be mixed, providing 80 possible parameterizations of the scheme.</t>
          <t>The public (PK) and private (SK) key size depends on the length of the digest (M). The signature size depends on the digest, the Winternitz parameter (W), the LMS tree height (H), and the length of the digest. The table below provides key and signature sizes for parameterization with the digest size M=32 of the scheme.</t>
          <table>
            <thead>
              <tr>
                <th align="left">PK</th>
                <th align="left">SK</th>
                <th align="left">W</th>
                <th align="left">H=5</th>
                <th align="left">H=10</th>
                <th align="left">H=15</th>
                <th align="left">H=20</th>
                <th align="left">H=25</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">56</td>
                <td align="left">52</td>
                <td align="left">1</td>
                <td align="left">8684</td>
                <td align="left">8844</td>
                <td align="left">9004</td>
                <td align="left">9164</td>
                <td align="left">9324</td>
              </tr>
              <tr>
                <td align="left">56</td>
                <td align="left">52</td>
                <td align="left">2</td>
                <td align="left">4460</td>
                <td align="left">4620</td>
                <td align="left">4780</td>
                <td align="left">4940</td>
                <td align="left">5100</td>
              </tr>
              <tr>
                <td align="left">56</td>
                <td align="left">52</td>
                <td align="left">4</td>
                <td align="left">2348</td>
                <td align="left">2508</td>
                <td align="left">2668</td>
                <td align="left">2828</td>
                <td align="left">2988</td>
              </tr>
              <tr>
                <td align="left">56</td>
                <td align="left">52</td>
                <td align="left">8</td>
                <td align="left">1292</td>
                <td align="left">1452</td>
                <td align="left">1612</td>
                <td align="left">1772</td>
                <td align="left">1932</td>
              </tr>
            </tbody>
          </table>
        </section>
      </section>
      <section anchor="hash-then-sign">
        <name>Hash-then-Sign</name>
        <t>Within the hash-then-sign paradigm, the message is hashed before signing it. By pre-hashing, the onus of resistance to existential forgeries becomes heavily reliant on the collision-resistance of the hash function in use. The hash-then-sign paradigm has the ability to improve application performance by reducing the size of signed messages that need to be transmitted between application and cryptographic module, and making the signature size predictable and manageable. As a corollary, hashing remains mandatory even for short messages and assigns a further computational requirement onto the verifier. This makes the performance of hash-then-sign schemes more consistent, but not necessarily more efficient.</t>
        <t>Using a hash function to produce a fixed-size digest of a message ensures that the signature is compatible with a wide range of systems and protocols, regardless of the specific message size or format. Crucially for hardware security modules, Hash-then-Sign also significantly reduces the amount of data that needs to be transmitted and processed by a Hardware Security Module (HSM). Consider scenarios such as a networked HSM located in a different data center from the calling application or a smart card connected over a USB interface. In these cases, streaming a message that is megabytes or gigabytes long can result in notable network latency, on-device signing delays, or even depletion of available on-device memory.</t>
        <t>Note that the vast majority of Internet protocols that sign large messages already perform some form of content hashing at the protocol level, so this tends to be more of a concern with proprietary cryptographic protocols, and protocols from non-IETF standards bodies. Protocols like TLS 1.3 and DNSSEC use the Hash-then-Sign paradigm. In TLS 1.3 <xref target="RFC8446"/> CertificateVerify messages, the content that is covered under the signature includes the transcript hash output (Section 4.4.1 of <xref target="RFC8446"/>), while DNSSEC <xref target="RFC4033"/> uses it to provide origin authentication and integrity assurance services for DNS data. Similarly, the Cryptographic Message Syntax (CMS) <xref target="RFC5652"/> includes a mandatory message digest step before invoking the signature algorithm.</t>
        <t>In the case of ML-DSA, it internally incorporates the necessary hash operations as part of its signing algorithm. ML-DSA directly takes the original message, applies a hash function internally, and then uses the resulting hash value for the signature generation process. In the case of SLH-DSA, it internally performs randomized message compression using a keyed hash function that can process arbitrary length messages. In the case of FN-DSA, the SHAKE-256 hash function is used as part of the signature process to derive a digest of the message being signed.</t>
        <t>Therefore, ML-DSA, FN-DSA, and SLH-DSA offer enhanced security over the traditional Hash-then-Sign paradigm because by incorporating dynamic key material into the message digest, a pre-computed hash collision on the message to be signed no longer yields a signature forgery. Applications requiring the performance and bandwidth benefits of Hash-then-Sign may still pre-hash at the protocol level prior to invoking ML-DSA, FN-DSA, or SLH-DSA, but protocol designers should be aware that doing so re-introduces the weakness that hash collisions directly yield signature forgeries. Signing the full un-digested message is recommended where applications can tolerate it.</t>
      </section>
    </section>
    <section anchor="RecSecurity">
      <name>Recommendations for Security / Performance Tradeoffs</name>
      <t>The table below denotes the five security levels provided by NIST for PQC algorithms. Neither NIST nor the IETF make any specific recommendations about which security level to use. In general, protocols will include algorithm choices at multiple levels so that users can choose the level appropriate to their policies and data classification, similar to how organizations today choose which size of RSA key to use. The security levels are defined as requiring computational resources comparable to or greater than an attack on AES (128, 192 and 256) and SHA2/SHA3 algorithms, i.e., exhaustive key recovery for AES and optimal collision search for SHA2/SHA3. This information is a re-print of information provided in the NIST PQC project <xref target="NIST"/> as of time this document is published.</t>
      <table>
        <thead>
          <tr>
            <th align="left">PQ Security Level</th>
            <th align="left">AES/SHA(2/3) hardness</th>
            <th align="left">PQC Algorithm</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">1</td>
            <td align="left">AES-128 (exhaustive key recovery)</td>
            <td align="left">ML-KEM-512, FN-DSA-512, SLH-DSA-SHA2/SHAKE-128f/s</td>
          </tr>
          <tr>
            <td align="left">2</td>
            <td align="left">SHA-256/SHA3-256 (collision search)</td>
            <td align="left">ML-DSA-44</td>
          </tr>
          <tr>
            <td align="left">3</td>
            <td align="left">AES-192 (exhaustive key recovery)</td>
            <td align="left">ML-KEM-768, ML-DSA-65, SLH-DSA-SHA2/SHAKE-192f/s</td>
          </tr>
          <tr>
            <td align="left">4</td>
            <td align="left">SHA-384/SHA3-384 (collision search)</td>
            <td align="left">No algorithm tested at this level</td>
          </tr>
          <tr>
            <td align="left">5</td>
            <td align="left">AES-256 (exhaustive key recovery)</td>
            <td align="left">ML-KEM-1024, FN-DSA-1024, ML-DSA-87, SLH-DSA-SHA2/SHAKE-256f/s</td>
          </tr>
        </tbody>
      </table>
      <t>The SLH-DSA-x-yf/s "f/s" in the above table denotes whether SLH-DSA is using SHAKE or SHA-2 as an underlying hash function "x" and whether it is the fast (f) or small (s) version for "y" bit AES security level. Refer to <xref target="I-D.ietf-lamps-cms-sphincs-plus"/> for further details on SLH-DSA algorithms.</t>
      <t>The following table compares the signature sizes for different SLH-DSA algorithm categories at equivalent security levels, using the "simple" version. The categories include "(f)" for fast signature generation, and "(s)" for smaller signature size and faster verification, although with slower signature generation. Both SHA-256 and SHAKE-256 parameterizations produce the same signature sizes and are therefore included together in the table.</t>
      <table>
        <thead>
          <tr>
            <th align="left">PQ Security Level</th>
            <th align="left">Algorithm</th>
            <th align="left">Public key size (in bytes)</th>
            <th align="left">Private key size (in bytes)</th>
            <th align="left">Signature size (in bytes)</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">1</td>
            <td align="left">SLH-DSA-{SHA2,SHAKE}-128f</td>
            <td align="left">32</td>
            <td align="left">64</td>
            <td align="left">17088</td>
          </tr>
          <tr>
            <td align="left">1</td>
            <td align="left">SLH-DSA-{SHA2,SHAKE}-128s</td>
            <td align="left">32</td>
            <td align="left">64</td>
            <td align="left">7856</td>
          </tr>
          <tr>
            <td align="left">3</td>
            <td align="left">SLH-DSA-{SHA2,SHAKE}-192f</td>
            <td align="left">48</td>
            <td align="left">96</td>
            <td align="left">35664</td>
          </tr>
          <tr>
            <td align="left">3</td>
            <td align="left">SLH-DSA-{SHA2,SHAKE}-192s</td>
            <td align="left">48</td>
            <td align="left">96</td>
            <td align="left">16224</td>
          </tr>
          <tr>
            <td align="left">5</td>
            <td align="left">SLH-DSA-{SHA2,SHAKE}-256f</td>
            <td align="left">64</td>
            <td align="left">128</td>
            <td align="left">49856</td>
          </tr>
          <tr>
            <td align="left">5</td>
            <td align="left">SLH-DSA-{SHA2,SHAKE}-256s</td>
            <td align="left">64</td>
            <td align="left">128</td>
            <td align="left">29792</td>
          </tr>
        </tbody>
      </table>
      <t>The following table discusses the impact of performance on different security levels in terms of private key sizes, public key sizes, and ciphertext/signature sizes.</t>
      <table>
        <thead>
          <tr>
            <th align="left">PQ Security Level</th>
            <th align="left">Algorithm</th>
            <th align="left">Public key size (in bytes)</th>
            <th align="left">Private key size (in bytes)</th>
            <th align="left">Ciphertext/signature size (in bytes)</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">1</td>
            <td align="left">ML-KEM-512</td>
            <td align="left">800</td>
            <td align="left">1632</td>
            <td align="left">768</td>
          </tr>
          <tr>
            <td align="left">1</td>
            <td align="left">FN-DSA-512</td>
            <td align="left">897</td>
            <td align="left">1281</td>
            <td align="left">666</td>
          </tr>
          <tr>
            <td align="left">2</td>
            <td align="left">ML-DSA-44</td>
            <td align="left">1312</td>
            <td align="left">2560</td>
            <td align="left">2420</td>
          </tr>
          <tr>
            <td align="left">3</td>
            <td align="left">ML-KEM-768</td>
            <td align="left">1184</td>
            <td align="left">2400</td>
            <td align="left">1088</td>
          </tr>
          <tr>
            <td align="left">3</td>
            <td align="left">ML-DSA-65</td>
            <td align="left">1952</td>
            <td align="left">4032</td>
            <td align="left">3309</td>
          </tr>
          <tr>
            <td align="left">5</td>
            <td align="left">FN-DSA-1024</td>
            <td align="left">1793</td>
            <td align="left">2305</td>
            <td align="left">1280</td>
          </tr>
          <tr>
            <td align="left">5</td>
            <td align="left">ML-KEM-1024</td>
            <td align="left">1568</td>
            <td align="left">3168</td>
            <td align="left">1588</td>
          </tr>
          <tr>
            <td align="left">5</td>
            <td align="left">ML-DSA-87</td>
            <td align="left">2592</td>
            <td align="left">4896</td>
            <td align="left">4627</td>
          </tr>
        </tbody>
      </table>
    </section>
    <section anchor="Comparisons">
      <name>Comparing PQC KEMs/Signatures vs Traditional KEMs (KEXs)/Signatures</name>
      <t>This section provides two tables for comparison of different KEMs and signatures respectively, in the traditional and post-quantum scenarios. These tables focus on the secret key sizes, public key sizes, and ciphertext/signature sizes for the PQC algorithms and their traditional counterparts of similar security levels.</t>
      <t>The first table compares traditional vs. PQC KEMs in terms of security, public and private key sizes, and ciphertext sizes.</t>
      <table>
        <thead>
          <tr>
            <th align="left">PQ Security Level</th>
            <th align="left">Algorithm</th>
            <th align="left">Public key size (in bytes)</th>
            <th align="left">Private key size (in bytes)</th>
            <th align="left">Ciphertext size (in bytes)</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">Traditional</td>
            <td align="left">P256_HKDF_SHA-256</td>
            <td align="left">65</td>
            <td align="left">32</td>
            <td align="left">65</td>
          </tr>
          <tr>
            <td align="left">Traditional</td>
            <td align="left">P521_HKDF_SHA-512</td>
            <td align="left">133</td>
            <td align="left">66</td>
            <td align="left">133</td>
          </tr>
          <tr>
            <td align="left">Traditional</td>
            <td align="left">X25519_HKDF_SHA-256</td>
            <td align="left">32</td>
            <td align="left">32</td>
            <td align="left">32</td>
          </tr>
          <tr>
            <td align="left">1</td>
            <td align="left">ML-KEM-512</td>
            <td align="left">800</td>
            <td align="left">1632</td>
            <td align="left">768</td>
          </tr>
          <tr>
            <td align="left">3</td>
            <td align="left">ML-KEM-768</td>
            <td align="left">1184</td>
            <td align="left">2400</td>
            <td align="left">1088</td>
          </tr>
          <tr>
            <td align="left">5</td>
            <td align="left">ML-KEM-1024</td>
            <td align="left">1568</td>
            <td align="left">3168</td>
            <td align="left">1568</td>
          </tr>
        </tbody>
      </table>
      <t>The next table compares traditional vs. PQC signature schemes in terms of security, public, private key sizes, and signature sizes.</t>
      <table>
        <thead>
          <tr>
            <th align="left">PQ Security Level</th>
            <th align="left">Algorithm</th>
            <th align="left">Public key size (in bytes)</th>
            <th align="left">Private key size (in bytes)</th>
            <th align="left">Signature size (in bytes)</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">Traditional</td>
            <td align="left">RSA2048</td>
            <td align="left">256</td>
            <td align="left">256</td>
            <td align="left">256</td>
          </tr>
          <tr>
            <td align="left">Traditional</td>
            <td align="left">ECDSA-P256</td>
            <td align="left">64</td>
            <td align="left">32</td>
            <td align="left">64</td>
          </tr>
          <tr>
            <td align="left">1</td>
            <td align="left">FN-DSA-512</td>
            <td align="left">897</td>
            <td align="left">1281</td>
            <td align="left">666</td>
          </tr>
          <tr>
            <td align="left">2</td>
            <td align="left">ML-DSA-44</td>
            <td align="left">1312</td>
            <td align="left">2560</td>
            <td align="left">2420</td>
          </tr>
          <tr>
            <td align="left">3</td>
            <td align="left">ML-DSA-65</td>
            <td align="left">1952</td>
            <td align="left">4032</td>
            <td align="left">3309</td>
          </tr>
          <tr>
            <td align="left">5</td>
            <td align="left">FN-DSA-1024</td>
            <td align="left">1793</td>
            <td align="left">2305</td>
            <td align="left">1280</td>
          </tr>
          <tr>
            <td align="left">5</td>
            <td align="left">ML-DSA-87</td>
            <td align="left">2592</td>
            <td align="left">4896</td>
            <td align="left">4627</td>
          </tr>
        </tbody>
      </table>
      <t>As is clear from the above table, PQC KEMs and signature schemes typically have significantly larger keys and ciphertexts/signatures than their traditional counterparts. These increased key and signatures sizes could introduce problems in protocols. As an example, IKEv2 uses UDP as the transport for its messages. One challenge with integrating a PQC KEM into IKEv2 is that IKE fragmentation cannot be utilized in the initial IKE_SA_INIT exchange. To address this issue, <xref target="RFC9242"/> introduces a solution by defining a new exchange called the "Intermediate Exchange" which can be fragmented using the IKE fragmentation mechanism. <xref target="RFC9370"/> then uses this Intermediate Exchange to carry out the PQC key exchange after the initial IKEv2 exchange and before the IKE_AUTH exchange. Another example from <xref target="SP-1800-38C"/> section 6.3.3 shows that increased key and signature sizes cause protocol key exchange messages to span more network packets, therefore it results in a higher total loss probability per packet. In lossy network conditions, this may increase the latency of the key exchange.</t>
    </section>
    <section anchor="post-quantum-and-traditional-hybrid-schemes">
      <name>Post-Quantum and Traditional Hybrid Schemes</name>
      <t>The migration to PQC is unique in the history of modern digital cryptography in that neither the traditional algorithms nor the post-quantum algorithms are fully trusted to protect data for the required lifetimes. The traditional algorithms, such as RSA and ECDH, will fall to quantum cryptanalysis, while the post-quantum algorithms face uncertainty about the underlying mathematics, compliance issues, unknown vulnerabilities, and hardware and software implementations that have not had sufficient maturing time to rule out traditional cryptanalytic attacks and implementation bugs.</t>
      <t>During the transition from traditional to post-quantum algorithms, there may be a desire or a requirement for protocols that use both algorithm types. <xref target="I-D.ietf-pquip-pqt-hybrid-terminology"/> defines the terminology for the post-quantum and traditional (PQ/T) hybrid schemes.</t>
      <section anchor="pqt-hybrid-confidentiality">
        <name>PQ/T Hybrid Confidentiality</name>
        <t>The PQ/T Hybrid Confidentiality property can be used to protect from a "harvest now, decrypt later" attack described in <xref target="timeline"/>, which refers to an attacker collecting encrypted data now and waiting for quantum computers to become powerful enough to break the encryption later. Two types of hybrid key agreement schemes are discussed below.</t>
        <ul spacing="normal">
          <li>
            <t>Concatenated hybrid key agreement scheme: The final shared secret that will be used as an input of the key derivation function is the result of the concatenation of the secrets established with each key agreement scheme. For example, in <xref target="I-D.ietf-tls-hybrid-design"/>, the client uses the TLS supported groups extension to advertise support for a PQ/T hybrid scheme, and the server can select this group if it supports the scheme. The hybrid-aware client and server establish a hybrid secret by concatenating the two shared secrets, which is used as the shared secret in the existing TLS 1.3 key schedule.</t>
          </li>
          <li>
            <t>Cascaded hybrid key agreement scheme: The final shared secret is computed by applying as many iterations of the key derivation function as the number of key agreement schemes composing the hybrid key agreement scheme. For example, <xref target="RFC9370"/> extends the Internet Key Exchange Protocol Version 2 (IKEv2) to allow one or more PQC algorithms in addition to the traditional algorithm to derive the final IKE SA keys using the cascade method as explained in Section 2.2.2 of <xref target="RFC9370"/>.</t>
          </li>
        </ul>
        <t>Various instantiations of these two types of hybrid key agreement schemes have been explored. One must be careful when selecting which hybrid scheme to use. The chosen scheme for protocols like TLS 1.3 <xref target="I-D.ietf-tls-hybrid-design"/> has IND-CCA2 robustness, that is IND-CCA2 security is guaranteed for the scheme as long as at least one of the component algorithms is IND-CCA2 secure.</t>
      </section>
      <section anchor="pqt-hybrid-authentication">
        <name>PQ/T Hybrid Authentication</name>
        <t>The PQ/T hybrid authentication property can be utilized in scenarios where an on-path attacker possesses network devices equipped with CRQCs, capable of breaking traditional authentication protocols, or where an attacker can attack long-lived authenticated data such as CA certificates or signed software images. This property ensures authentication through a PQ/T hybrid scheme or a PQ/T hybrid protocol, as long as at least one component algorithm remains secure to provide the intended security level. For example, a PQ/T hybrid certificate <xref target="I-D.ietf-lamps-pq-composite-sigs"/>can be employed to facilitate a PQ/T hybrid authentication protocol. However, a PQ/T hybrid authentication protocol does not need to use a PQ/T hybrid certificate; separate certificates could be used for individual component algorithms <xref target="I-D.ietf-lamps-cert-binding-for-multi-auth"/>. When separate certificates are used, it may be possible for attackers to take them apart or put them together in unexpected ways, including enabling cross-protocol attacks. The exact risks this presents are highly dependent on the protocol and use case, so a full security analysis is needed. Best practices for ensuring that pairs of certificates are only used as intended are discussed in more detail in Sections 12.3.2 and 12.3.3 of this document.</t>
        <t>The frequency and duration of system upgrades and the time when CRQCs will become widely available need to be weighed to determine whether and when to support the PQ/T Hybrid Authentication property.</t>
      </section>
      <section anchor="hybrid-cryptographic-algorithm-combinations-considerations-and-approaches">
        <name>Hybrid Cryptographic Algorithm Combinations: Considerations and Approaches</name>
        <section anchor="hybrid-cryptographic-combinations">
          <name>Hybrid Cryptographic Combinations</name>
          <t>It is also possible to use more than two algorithms together in a hybrid scheme, with various methods for combining them. For post-quantum transition purposes, the combination of a post-quantum algorithm with a traditional algorithm is the most straightforward and recommended. The use of multiple post-quantum algorithms with different mathematical bases has also been considered. Combining algorithms in a way that requires both to be used together ensures stronger security, while combinations that do not require both will sacrifice security but offer other benefits like backwards compatibility and crypto agility. Including a traditional key alongside a post-quantum key often has minimal bandwidth impact.</t>
        </section>
        <section anchor="composite-keys-in-hybrid-schemes">
          <name>Composite Keys in Hybrid Schemes</name>
          <t>When combining keys in an "and" mode, it may make more sense to consider them to be a single composite key, instead of two keys. This generally requires fewer changes to various components of PKI ecosystems, many of which are not prepared to deal with two keys or dual signatures. To those protocol- or application-layer parsers, a "composite" algorithm composed of two "component" algorithms is simply a new algorithm, and support for adding new algorithms generally already exists. Treating multiple "component" keys as a single "composite" key also has security advantages such as preventing cross-protocol reuse of the individual component keys and guarantees about revoking or retiring all component keys together at the same time, especially if the composite is treated as a single object all the way down into the cryptographic module.</t>
          <t>All that needs to be done is to standardize the formats of how the two keys from the two algorithms are combined into a single data structure, and how the two resulting signatures or KEMs are combined into a single signature or KEM. The answer can be as simple as concatenation, if the lengths are fixed or easily determined. At the time this document is published, security research is ongoing as to the security properties of concatenation-based composite signatures and KEMs vs more sophisticated signature and KEM combiners, and in which protocol contexts those simpler combiners are sufficient.</t>
          <t>One last consideration is the specific pairs of algorithms that can be combined. A recent trend in protocols is to only allow a small number of "known good" configurations that make sense, often referred to in cryptography as a "ciphersuite", instead of allowing arbitrary combinations of individual configuration choices that may interact in dangerous ways. The current consensus is that the same approach should be followed for combining cryptographic algorithms, and that "known good" pairs should be explicitly listed ("explicit composite"), instead of just allowing arbitrary combinations of any two cryptographic algorithms ("generic composite").</t>
          <t>The same considerations apply when using multiple certificates to transport a pair of related keys for the same subject. Exactly how two certificates should be managed in order to avoid some of the pitfalls mentioned above is still an active area of investigation. Using two certificates keeps the certificate tooling simple and straightforward, but in the end simply moves the problems with requiring that both certs are intended to be used as a pair, must produce two signatures which must be carried separately, and both must validate, to the certificate management layer, where addressing these concerns in a robust way can be difficult.</t>
          <t>At least one scheme has been proposed that allows the pair of certificates to exist as a single certificate when being issued and managed, but dynamically split into individual certificates when needed (<xref target="I-D.draft-bonnell-lamps-chameleon-certs"/>.</t>
        </section>
        <section anchor="key-reuse-in-hybrid-schemes">
          <name>Key Reuse in Hybrid Schemes</name>
          <t>An important security note, particularly when using hybrid signature keys, but also to a lesser extent hybrid KEM keys, is key reuse. In traditional cryptography, problems can occur with so-called "cross-protocol attacks" when the same key can be used for multiple protocols; for example signing TLS handshakes and signing S/MIME emails. While it is not best-practice to reuse keys within the same protocol, for example using the same key for multiple S/MIME certificates for the same user, it is not generally catastrophic for security. However, key reuse becomes a large security problem within hybrids.</t>
          <t>Consider an {RSA, ML-DSA} hybrid key where the RSA key also appears within a single-algorithm certificate. In this case, an attacker could perform a "stripping attack" where they take some piece of data signed with the {RSA, ML-DSA} key, remove the ML-DSA signature and present the data as if it was intended for the RSA only certificate. This leads to a set of security definitions called "non-separability properties", which refers to how well the signature scheme resists various complexities of downgrade / stripping attacks <xref target="I-D.draft-ietf-pquip-hybrid-signature-spectrums"/>. Therefore, it is recommended that implementers either reuse the entire hybrid key as a whole, or perform fresh key generation of all component keys per usage, and must not take an existing key and reuse it as a component of a hybrid.</t>
        </section>
        <section anchor="jurisdictional-fragmentation">
          <name>Jurisdictional Fragmentation</name>
          <t>Another potential application of hybrids bears mentioning, even though it is not directly PQC-related. That is using hybrids to navigate inter-jurisdictional cryptographic connections. Traditional cryptography is already fragmented by jurisdiction: consider that while most jurisdictions support Elliptic Curve Diffie-Hellman, those in the United States will prefer the NIST curves while those in Germany will prefer the Brainpool curves. China, Russia, and other jurisdictions have their own national cryptography standards. This situation of fragmented global cryptography standards is unlikely to improve with PQC. If "and" mode hybrids become standardized for the reasons mentioned above, then one could imagine leveraging them to create "ciphersuites" in which a single cryptographic operation simultaneously satisfies the cryptographic requirements of both endpoints.</t>
        </section>
        <section anchor="future-directions-and-ongoing-research">
          <name>Future Directions and Ongoing Research</name>
          <t>Many aspects of hybrid cryptography are still under investigation. LAMPS WG at IETF is actively exploring the security properties of these combinations, and future standards will reflect the evolving consensus on these issues.</t>
        </section>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <section anchor="cryptanalysis">
        <name>Cryptanalysis</name>
        <t>Traditional cryptanalysis exploits weaknesses in algorithm design, mathematical vulnerabilities, or implementation flaws, that are exploitable with classical (i.e. non-quantum) hardware, whereas quantum cryptanalysis harnesses the power of CRQCs to solve specific mathematical problems more efficiently. Another form of quantum cryptanalysis is "quantum side-channel" attacks. In such attacks, a device under threat is directly connected to a quantum computer, which then injects entangled or superimposed data streams to exploit hardware that lacks protection against quantum side-channels. Both pose threats to the security of cryptographic algorithms, including those used in PQC. Developing and adopting new cryptographic algorithms resilient against these threats is crucial for ensuring long-term security in the face of advancing cryptanalysis techniques.</t>
        <t>Recent attacks on the side-channel implementations using deep learning based power analysis have also shown that one needs to be cautious while implementing the required PQC algorithms in hardware. Two of the most recent works include one attack on ML-KEM <xref target="KyberSide"/> and one attack on Saber <xref target="SaberSide"/>. An evolving threat landscape points to the fact that lattice based cryptography is indeed more vulnerable to side-channel attacks as in <xref target="SideCh"/>, <xref target="LatticeSide"/>. Consequently, there were some mitigation techniques for side channel attacks that have been proposed as in <xref target="Mitigate1"/>, <xref target="Mitigate2"/>, and <xref target="Mitigate3"/>.</t>
      </section>
      <section anchor="cryptographic-agility">
        <name>Cryptographic Agility</name>
        <t>Cryptographic agility is recommended for both traditional and quantum cryptanalysis as it enables organizations to adapt to emerging threats, adopt stronger algorithms, comply with standards, and plan for long-term security in the face of evolving cryptanalytic techniques and the advent of CRQCs.</t>
        <t>Several PQC schemes are available that need to be tested; cryptography experts around the world are pushing for the best possible solutions, and the first standards that will ease the introduction of PQC are being prepared. It is of paramount importance and a call for imminent action for organizations, bodies, and enterprises to start evaluating their cryptographic agility, assess the complexity of implementing PQC into their products, processes, and systems, and develop a migration plan that achieves their security goals to the best possible extent.</t>
        <t>An important and often overlooked step in achieving cryptographic agility is maintaining a cryptographic inventory. Modern software stacks incorporate cryptography in numerous places, making it challenging to identify all instances. Therefore, cryptographic agility and inventory management take two major forms: First, application developers responsible for software maintenance should actively search for instances of hard-coded cryptographic algorithms within applications. When possible, they should design the choice of algorithm to be dynamic, based on application configuration. Second, administrators, policy officers, and compliance teams should take note of any instances where an application exposes cryptographic configurations. These instances should be managed either through organization-wide written cryptographic policies or automated cryptographic policy systems.</t>
        <t>Numerous commercial solutions are available for both detecting hard-coded cryptographic algorithms in source code and compiled binaries, as well as providing cryptographic policy management control planes for enterprise and production environments.</t>
      </section>
      <section anchor="hybrid-key-exchange-and-signatures-bridging-the-gap-between-post-quantum-and-traditional-cryptography">
        <name>Hybrid Key Exchange and Signatures: Bridging the Gap Between Post-Quantum and Traditional Cryptography</name>
        <t>Post-quantum algorithms selected for standardization are relatively new and they have not been subject to the same depth of study as traditional algorithms. PQC implementations will also be new and therefore more likely to contain implementation bugs than the battle-tested crypto implementations that are relied on today. In addition, certain deployments may need to retain traditional algorithms due to regulatory constraints, for example FIPS <xref target="SP-800-56C"/> or PCI compliance. Hybrid key exchange is recommended to enhance security against the "harvest now, decrypt later" attack. Additionally, hybrid signatures provide for time to react in the case of the announcement of a devastating attack against any one algorithm, while not fully abandoning traditional cryptosystems.</t>
        <t>Hybrid key exchange performs both a classical and a post-quantum key exchange in parallel. It provides security redundancy against potential weaknesses in PQ algorithms, allows for a gradual transition of trust in PQC algorithms, and, in backward-compatible designs, enables gradual adoption without breaking compatibility with existing systems. For instance, in TLS 1.3, a hybrid key exchange can combine a widely supported classical algorithm, such as X25519, with a post-quantum algorithm like ML-KEM. This allows legacy clients to continue using the classical algorithm while enabling upgraded clients to proceed with hybrid key exchange. In contrast, overhead-spreading hybrid designs focus on reducing the PQ overhead. For example, approaches like those described in <xref target="I-D.hale-mls-combiner"/> amortize PQ costs by selectively applying PQ updates in key exchange processes, allowing systems to balance security and efficiency. This strategy ensures a post-quantum secure channel while keeping the overhead manageable, making it particularly suitable for constrained environments.</t>
        <t>While some hybrid key exchange options introduce additional computational and bandwidth overhead, the impact of traditional key exchange algorithms (e.g., key size) is typically small, helping to keep the overall increase in resource usage manageable for most systems. In highly constrained environments, however, those hybrid key exchange protocols may be impractical due to their higher resource requirements compared to pure post-quantum or traditional key exchange approaches. However, some hybrid key exchange designs distribute the PQC overhead, making them more suitable for constrained environments. The choice of hybrid key exchange design depends on the specific system requirements and use case, so the appropriate approach may vary.</t>
      </section>
      <section anchor="caution-ciphertext-commitment-in-kem-vs-dh">
        <name>Caution: Ciphertext commitment in KEM vs DH</name>
        <t>The ciphertext generated by a KEM is not necessarily directly linked to the shared secret it produces. KEMs allow for multiple ciphertexts to encapsulate the same shared secret, which enables flexibility in key management without enforcing a strict one-to-one correspondence between ciphertexts and shared secrets. This allows for secret reuse across different recipients, sessions, or operational contexts without the need for new secrets for each use, simplifying key distribution and reducing computational overhead. In contrast, cryptographic schemes like Diffie-Hellman inherently link the public key to the derived shared secret, meaning any change in the public key results in a different shared secret.</t>
      </section>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document has no IANA considerations.</t>
    </section>
    <section anchor="further-reading-resources">
      <name>Further Reading &amp; Resources</name>
      <t>A good book on modern cryptography is Serious Cryptography, 2nd Edition, by Jean-Philippe Aumasson, ISBN 9781718503847.</t>
      <t>The Open Quantum Safe (OQS) Project <xref target="OQS"/> is an open-source project that aims to support the transition to quantum-resistant cryptography.</t>
      <t>The IETF's PQUIP Working Group <xref target="PQUIP-WG"/> maintains a list of PQC-related protocol work within the IETF.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-informative-references">
      <name>Informative References</name>
      <reference anchor="Grover-search">
        <front>
          <title>C. Zalka, “Grover’s quantum searching algorithm is optimal,” Physical Review A, vol. 60, pp. 2746-2751, 1999.</title>
          <author>
            <organization/>
          </author>
          <date/>
        </front>
      </reference>
      <reference anchor="Threat-Report" target="https://globalriskinstitute.org/publications/quantum-threat-timeline-report-2020/">
        <front>
          <title>Quantum Threat Timeline Report 2020</title>
          <author>
            <organization/>
          </author>
          <date/>
        </front>
      </reference>
      <reference anchor="QC-DNS" target="https://www.icann.org/octo-031-en.pdf">
        <front>
          <title>Quantum Computing and the DNS</title>
          <author>
            <organization/>
          </author>
          <date/>
        </front>
      </reference>
      <reference anchor="NIST" target="https://csrc.nist.gov/projects/post-quantum-cryptography/post-quantum-cryptography-standardization">
        <front>
          <title>Post-Quantum Cryptography Standardization</title>
          <author>
            <organization/>
          </author>
          <date/>
        </front>
      </reference>
      <reference anchor="Cloudflare" target="https://blog.cloudflare.com/nist-post-quantum-surprise/">
        <front>
          <title>NIST’s pleasant post-quantum surprise</title>
          <author>
            <organization/>
          </author>
          <date/>
        </front>
      </reference>
      <reference anchor="ML-KEM" target="https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.203.pdf">
        <front>
          <title>FIPS-203: Module-Lattice-based Key-Encapsulation Mechanism Standard</title>
          <author>
            <organization/>
          </author>
          <date/>
        </front>
      </reference>
      <reference anchor="ML-DSA" target="https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.204.pdf">
        <front>
          <title>FIPS-204: Module-Lattice-Based Digital Signature Standard</title>
          <author>
            <organization/>
          </author>
          <date/>
        </front>
      </reference>
      <reference anchor="SLH-DSA" target="https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.205.pdf">
        <front>
          <title>FIPS-205: Stateless Hash-Based Digital Signature Standard</title>
          <author>
            <organization/>
          </author>
          <date/>
        </front>
      </reference>
      <reference anchor="FN-DSA" target="https://falcon-sign.info/">
        <front>
          <title>Fast Fourier lattice-based compact signatures over NTRU</title>
          <author>
            <organization/>
          </author>
          <date/>
        </front>
      </reference>
      <reference anchor="RSA" target="https://dl.acm.org/doi/pdf/10.1145/359340.359342">
        <front>
          <title>A Method for Obtaining Digital Signatures and Public-Key Cryptosystems+</title>
          <author>
            <organization/>
          </author>
          <date/>
        </front>
      </reference>
      <reference anchor="CS01" target="https://eprint.iacr.org/2001/108">
        <front>
          <title>Design and Analysis of Practical Public-Key Encryption Schemes Secure against Adaptive Chosen Ciphertext Attack</title>
          <author>
            <organization/>
          </author>
          <date/>
        </front>
      </reference>
      <reference anchor="BHK09" target="https://eprint.iacr.org/2009/418">
        <front>
          <title>Subtleties in the Definition of IND-CCA: When and How Should Challenge-Decryption be Disallowed?</title>
          <author>
            <organization/>
          </author>
          <date/>
        </front>
      </reference>
      <reference anchor="GMR88" target="https://people.csail.mit.edu/silvio/Selected%20Scientific%20Papers/Digital%20Signatures/A_Digital_Signature_Scheme_Secure_Against_Adaptive_Chosen-Message_Attack.pdf">
        <front>
          <title>A digital signature scheme secure against adaptive chosen-message attacks.</title>
          <author>
            <organization/>
          </author>
          <date/>
        </front>
      </reference>
      <reference anchor="PQCAPI" target="https://csrc.nist.gov/CSRC/media/Projects/Post-Quantum-Cryptography/documents/example-files/api-notes.pdf">
        <front>
          <title>PQC - API notes</title>
          <author>
            <organization/>
          </author>
          <date/>
        </front>
      </reference>
      <reference anchor="RSA8HRS" target="https://arxiv.org/abs/1905.09749">
        <front>
          <title>How to factor 2048 bit RSA integers in 8 hours using 20 million noisy qubits</title>
          <author>
            <organization/>
          </author>
          <date/>
        </front>
      </reference>
      <reference anchor="RSA10SC" target="https://www.quintessencelabs.com/blog/breaking-rsa-encryption-update-state-art">
        <front>
          <title>Breaking RSA Encryption - an Update on the State-of-the-Art</title>
          <author>
            <organization/>
          </author>
          <date/>
        </front>
      </reference>
      <reference anchor="RSAShor" target="https://arxiv.org/pdf/quant-ph/0205095.pdf">
        <front>
          <title>Circuit for Shor’s algorithm using 2n+3 qubits</title>
          <author>
            <organization/>
          </author>
          <date/>
        </front>
      </reference>
      <reference anchor="LIBOQS" target="https://github.com/open-quantum-safe/liboqs">
        <front>
          <title>LibOQS - Open Quantum Safe</title>
          <author>
            <organization/>
          </author>
          <date/>
        </front>
      </reference>
      <reference anchor="KyberSide" target="https://eprint.iacr.org/2022/1452">
        <front>
          <title>A Side-Channel Attack on a Hardware Implementation of CRYSTALS-Kyber</title>
          <author>
            <organization/>
          </author>
          <date/>
        </front>
      </reference>
      <reference anchor="SaberSide" target="https://link.springer.com/article/10.1007/s13389-023-00315-3">
        <front>
          <title>A side-channel attack on a masked and shuffled software implementation of Saber</title>
          <author>
            <organization/>
          </author>
          <date/>
        </front>
      </reference>
      <reference anchor="SideCh" target="https://eprint.iacr.org/2022/919">
        <front>
          <title>Side-Channel Attacks on Lattice-Based KEMs Are Not Prevented by Higher-Order Masking</title>
          <author>
            <organization/>
          </author>
          <date/>
        </front>
      </reference>
      <reference anchor="LatticeSide" target="https://eprint.iacr.org/2019/948">
        <front>
          <title>Generic Side-channel attacks on CCA-secure lattice-based PKE and KEM schemes</title>
          <author>
            <organization/>
          </author>
          <date/>
        </front>
      </reference>
      <reference anchor="Mitigate1" target="https://eprint.iacr.org/2022/873">
        <front>
          <title>POLKA: Towards Leakage-Resistant Post-Quantum CCA-Secure Public Key Encryption</title>
          <author>
            <organization/>
          </author>
          <date/>
        </front>
      </reference>
      <reference anchor="Mitigate2" target="https://ieeexplore.ieee.org/document/9855226">
        <front>
          <title>Leakage-Resilient Certificate-Based Authenticated Key Exchange Protocol</title>
          <author>
            <organization/>
          </author>
          <date/>
        </front>
      </reference>
      <reference anchor="Mitigate3" target="https://eprint.iacr.org/2022/916">
        <front>
          <title>Post-Quantum Authenticated Encryption against Chosen-Ciphertext Side-Channel Attacks</title>
          <author>
            <organization/>
          </author>
          <date/>
        </front>
      </reference>
      <reference anchor="CNSA2-0" target="https://media.defense.gov/2022/Sep/07/2003071834/-1/-1/0/CSA_CNSA_2.0_ALGORITHMS_.PDF">
        <front>
          <title>Announcing the Commercial National Security Algorithm Suite 2.0</title>
          <author>
            <organization/>
          </author>
          <date/>
        </front>
      </reference>
      <reference anchor="LattFail1" target="https://link.springer.com/chapter/10.1007/978-3-030-17259-6_19#chapter-info">
        <front>
          <title>Decryption Failure Attacks on IND-CCA Secure Lattice-Based Schemes</title>
          <author>
            <organization/>
          </author>
          <date/>
        </front>
      </reference>
      <reference anchor="LattFail2" target="https://link.springer.com/chapter/10.1007/978-3-030-45727-3_1">
        <front>
          <title>(One) Failure Is Not an Option: Bootstrapping the Search for Failures in Lattice-Based Encryption Schemes.</title>
          <author>
            <organization/>
          </author>
          <date/>
        </front>
      </reference>
      <reference anchor="BSI-PQC" target="https://www.bsi.bund.de/SharedDocs/Downloads/EN/BSI/Publications/Brochure/quantum-safe-cryptography.html?nn=916626">
        <front>
          <title>Quantum-safe cryptography – fundamentals, current developments and recommendations</title>
          <author>
            <organization/>
          </author>
          <date year="2022" month="May"/>
        </front>
      </reference>
      <reference anchor="PQRSA" target="https://cr.yp.to/papers/pqrsa-20170419.pdf">
        <front>
          <title>Post-quantum RSA</title>
          <author>
            <organization/>
          </author>
          <date year="2017" month="April"/>
        </front>
      </reference>
      <reference anchor="SP-800-56C" target="https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-56Cr2.pdf">
        <front>
          <title>Recommendation for Key-Derivation Methods in Key-Establishment Schemes</title>
          <author>
            <organization/>
          </author>
          <date/>
        </front>
      </reference>
      <reference anchor="Lyu09" target="https://www.iacr.org/archive/asiacrypt2009/59120596/59120596.pdf">
        <front>
          <title>V. Lyubashevsky, “Fiat-Shamir With Aborts: Applications to Lattice and Factoring-Based Signatures“, ASIACRYPT 2009</title>
          <author>
            <organization/>
          </author>
          <date/>
        </front>
      </reference>
      <reference anchor="SP-1800-38C" target="https://www.nccoe.nist.gov/sites/default/files/2023-12/pqc-migration-nist-sp-1800-38c-preliminary-draft.pdf">
        <front>
          <title>Migration to Post-Quantum Cryptography Quantum Readiness: Quantum-Resistant Cryptography Technology Interoperability and Performance Report</title>
          <author>
            <organization/>
          </author>
          <date/>
        </front>
      </reference>
      <reference anchor="KEEPINGUP" target="https://eprint.iacr.org/2023/1933">
        <front>
          <title>Keeping Up with the KEMs: Stronger Security Notions for KEMs and automated analysis of KEM-based protocols</title>
          <author>
            <organization/>
          </author>
          <date>n.d.</date>
        </front>
      </reference>
      <reference anchor="NISTFINAL" target="https://www.nist.gov/news-events/news/2024/08/nist-releases-first-3-finalized-post-quantum-encryption-standards">
        <front>
          <title>NIST Releases First 3 Finalized Post-Quantum Encryption Standards</title>
          <author>
            <organization/>
          </author>
          <date>n.d.</date>
        </front>
      </reference>
      <reference anchor="ANSSI" target="https://cyber.gouv.fr/sites/default/files/document/follow_up_position_paper_on_post_quantum_cryptography.pdf">
        <front>
          <title>ANSSI views on the Post-Quantum Cryptography transition</title>
          <author>
            <organization/>
          </author>
          <date>n.d.</date>
        </front>
      </reference>
      <reference anchor="HQC" target="http://pqc-hqc.org/">
        <front>
          <title>HQC</title>
          <author>
            <organization/>
          </author>
          <date>n.d.</date>
        </front>
      </reference>
      <reference anchor="BIKE" target="http://pqc-hqc.org/">
        <front>
          <title>BIKE</title>
          <author>
            <organization/>
          </author>
          <date>n.d.</date>
        </front>
      </reference>
      <reference anchor="ClassicMcEliece" target="https://classic.mceliece.org/">
        <front>
          <title>Classic McEliece</title>
          <author>
            <organization/>
          </author>
          <date>n.d.</date>
        </front>
      </reference>
      <reference anchor="SIKE" target="https://sike.org/">
        <front>
          <title>SIKE – Supersingular Isogeny Key Encapsulation</title>
          <author>
            <organization/>
          </author>
          <date>n.d.</date>
        </front>
      </reference>
      <reference anchor="SIDH-Attack" target="https://eprint.iacr.org/2022/975.pdf">
        <front>
          <title>An efficient key recovery attack on SIDH</title>
          <author>
            <organization/>
          </author>
          <date>n.d.</date>
        </front>
      </reference>
      <reference anchor="PQUIP-WG" target="https://datatracker.ietf.org/group/pquip/documents/">
        <front>
          <title>Post-Quantum Use In Protocols (pquip) Working Group</title>
          <author>
            <organization/>
          </author>
          <date>n.d.</date>
        </front>
      </reference>
      <reference anchor="OQS" target="https://openquantumsafe.org/">
        <front>
          <title>Open Quantum Safe Project</title>
          <author>
            <organization/>
          </author>
          <date>n.d.</date>
        </front>
      </reference>
      <reference anchor="NTRU" target="https://ntru.org/index.shtml">
        <front>
          <title>NTRU</title>
          <author>
            <organization/>
          </author>
          <date>n.d.</date>
        </front>
      </reference>
      <reference anchor="FrodoKEM" target="https://frodokem.org/">
        <front>
          <title>FrodoKEM</title>
          <author>
            <organization/>
          </author>
          <date>n.d.</date>
        </front>
      </reference>
      <reference anchor="CRQCThreat" target="https://sam-jaques.appspot.com/quantum_landscape_2024">
        <front>
          <title>CRQCThreat</title>
          <author>
            <organization/>
          </author>
          <date>n.d.</date>
        </front>
      </reference>
      <reference anchor="QuantSide" target="https://arxiv.org/pdf/2304.03315">
        <front>
          <title>QuantSide</title>
          <author>
            <organization/>
          </author>
          <date>n.d.</date>
        </front>
      </reference>
      <reference anchor="AddSig" target="https://csrc.nist.gov/Projects/pqc-dig-sig/standardization">
        <front>
          <title>AddSig</title>
          <author>
            <organization/>
          </author>
          <date>n.d.</date>
        </front>
      </reference>
      <reference anchor="BPQS" target="https://eprint.iacr.org/2018/658.pdf">
        <front>
          <title>BPQS</title>
          <author>
            <organization/>
          </author>
          <date>n.d.</date>
        </front>
      </reference>
      <reference anchor="I-D.irtf-cfrg-bbs-signatures">
        <front>
          <title>The BBS Signature Scheme</title>
          <author fullname="Tobias Looker" initials="T." surname="Looker">
            <organization>MATTR</organization>
          </author>
          <author fullname="Vasilis Kalos" initials="V." surname="Kalos">
            <organization>MATTR</organization>
          </author>
          <author fullname="Andrew Whitehead" initials="A." surname="Whitehead">
            <organization>Portage</organization>
          </author>
          <author fullname="Mike Lodder" initials="M." surname="Lodder">
            <organization>CryptID</organization>
          </author>
          <date day="3" month="March" year="2025"/>
          <abstract>
            <t>   This document describes the BBS Signature scheme, a secure, multi-
   message digital signature protocol, supporting proving knowledge of a
   signature while selectively disclosing any subset of the signed
   messages.  Concretely, the scheme allows for signing multiple
   messages whilst producing a single, constant size, digital signature.
   Additionally, the possessor of a BBS signatures is able to create
   zero-knowledge, proofs of knowledge of a signature, while selectively
   disclosing subsets of the signed messages.  Being zero-knowledge, the
   BBS proofs do not reveal any information about the undisclosed
   messages or the signature itself, while at the same time,
   guaranteeing the authenticity and integrity of the disclosed
   messages.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-irtf-cfrg-bbs-signatures-08"/>
      </reference>
      <reference anchor="RFC6090">
        <front>
          <title>Fundamental Elliptic Curve Cryptography Algorithms</title>
          <author fullname="D. McGrew" initials="D." surname="McGrew"/>
          <author fullname="K. Igoe" initials="K." surname="Igoe"/>
          <author fullname="M. Salter" initials="M." surname="Salter"/>
          <date month="February" year="2011"/>
          <abstract>
            <t>This note describes the fundamental algorithms of Elliptic Curve Cryptography (ECC) as they were defined in some seminal references from 1994 and earlier. These descriptions may be useful for implementing the fundamental algorithms without using any of the specialized methods that were developed in following years. Only elliptic curves defined over fields of characteristic greater than three are in scope; these curves are those used in Suite B. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="6090"/>
        <seriesInfo name="DOI" value="10.17487/RFC6090"/>
      </reference>
      <reference anchor="RFC8391">
        <front>
          <title>XMSS: eXtended Merkle Signature Scheme</title>
          <author fullname="A. Huelsing" initials="A." surname="Huelsing"/>
          <author fullname="D. Butin" initials="D." surname="Butin"/>
          <author fullname="S. Gazdag" initials="S." surname="Gazdag"/>
          <author fullname="J. Rijneveld" initials="J." surname="Rijneveld"/>
          <author fullname="A. Mohaisen" initials="A." surname="Mohaisen"/>
          <date month="May" year="2018"/>
          <abstract>
            <t>This note describes the eXtended Merkle Signature Scheme (XMSS), a hash-based digital signature system that is based on existing descriptions in scientific literature. This note specifies Winternitz One-Time Signature Plus (WOTS+), a one-time signature scheme; XMSS, a single-tree scheme; and XMSS^MT, a multi-tree variant of XMSS. Both XMSS and XMSS^MT use WOTS+ as a main building block. XMSS provides cryptographic digital signatures without relying on the conjectured hardness of mathematical problems. Instead, it is proven that it only relies on the properties of cryptographic hash functions. XMSS provides strong security guarantees and is even secure when the collision resistance of the underlying hash function is broken. It is suitable for compact implementations, is relatively simple to implement, and naturally resists side-channel attacks. Unlike most other signature systems, hash-based signatures can so far withstand known attacks using quantum computers.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="8391"/>
        <seriesInfo name="DOI" value="10.17487/RFC8391"/>
      </reference>
      <reference anchor="RFC8554">
        <front>
          <title>Leighton-Micali Hash-Based Signatures</title>
          <author fullname="D. McGrew" initials="D." surname="McGrew"/>
          <author fullname="M. Curcio" initials="M." surname="Curcio"/>
          <author fullname="S. Fluhrer" initials="S." surname="Fluhrer"/>
          <date month="April" year="2019"/>
          <abstract>
            <t>This note describes a digital-signature system based on cryptographic hash functions, following the seminal work in this area of Lamport, Diffie, Winternitz, and Merkle, as adapted by Leighton and Micali in 1995. It specifies a one-time signature scheme and a general signature scheme. These systems provide asymmetric authentication without using large integer mathematics and can achieve a high security level. They are suitable for compact implementations, are relatively simple to implement, and are naturally resistant to side-channel attacks. Unlike many other signature systems, hash-based signatures would still be secure even if it proves feasible for an attacker to build a quantum computer.</t>
            <t>This document is a product of the Crypto Forum Research Group (CFRG) in the IRTF. This has been reviewed by many researchers, both in the research group and outside of it. The Acknowledgements section lists many of them.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="8554"/>
        <seriesInfo name="DOI" value="10.17487/RFC8554"/>
      </reference>
      <reference anchor="RFC9180">
        <front>
          <title>Hybrid Public Key Encryption</title>
          <author fullname="R. Barnes" initials="R." surname="Barnes"/>
          <author fullname="K. Bhargavan" initials="K." surname="Bhargavan"/>
          <author fullname="B. Lipp" initials="B." surname="Lipp"/>
          <author fullname="C. Wood" initials="C." surname="Wood"/>
          <date month="February" year="2022"/>
          <abstract>
            <t>This document describes a scheme for hybrid public key encryption (HPKE). This scheme provides a variant of public key encryption of arbitrary-sized plaintexts for a recipient public key. It also includes three authenticated variants, including one that authenticates possession of a pre-shared key and two optional ones that authenticate possession of a key encapsulation mechanism (KEM) private key. HPKE works for any combination of an asymmetric KEM, key derivation function (KDF), and authenticated encryption with additional data (AEAD) encryption function. Some authenticated variants may not be supported by all KEMs. We provide instantiations of the scheme using widely used and efficient primitives, such as Elliptic Curve Diffie-Hellman (ECDH) key agreement, HMAC-based key derivation function (HKDF), and SHA2.</t>
            <t>This document is a product of the Crypto Forum Research Group (CFRG) in the IRTF.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="9180"/>
        <seriesInfo name="DOI" value="10.17487/RFC9180"/>
      </reference>
      <reference anchor="I-D.draft-ietf-lake-edhoc">
        <front>
          <title>Ephemeral Diffie-Hellman Over COSE (EDHOC)</title>
          <author fullname="Göran Selander" initials="G." surname="Selander">
            <organization>Ericsson AB</organization>
          </author>
          <author fullname="John Preuß Mattsson" initials="J. P." surname="Mattsson">
            <organization>Ericsson AB</organization>
          </author>
          <author fullname="Francesca Palombini" initials="F." surname="Palombini">
            <organization>Ericsson AB</organization>
          </author>
          <date day="22" month="January" year="2024"/>
          <abstract>
            <t>   This document specifies Ephemeral Diffie-Hellman Over COSE (EDHOC), a
   very compact and lightweight authenticated Diffie-Hellman key
   exchange with ephemeral keys.  EDHOC provides mutual authentication,
   forward secrecy, and identity protection.  EDHOC is intended for
   usage in constrained scenarios and a main use case is to establish an
   OSCORE security context.  By reusing COSE for cryptography, CBOR for
   encoding, and CoAP for transport, the additional code size can be
   kept very low.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ietf-lake-edhoc-23"/>
      </reference>
      <reference anchor="I-D.draft-ounsworth-cfrg-kem-combiners">
        <front>
          <title>Combiner function for hybrid key encapsulation mechanisms (Hybrid KEMs)</title>
          <author fullname="Mike Ounsworth" initials="M." surname="Ounsworth">
            <organization>Entrust Limited</organization>
          </author>
          <author fullname="Aron Wussler" initials="A." surname="Wussler">
            <organization>Proton AG</organization>
          </author>
          <author fullname="Stavros Kousidis" initials="S." surname="Kousidis">
            <organization>BSI</organization>
          </author>
          <date day="31" month="January" year="2024"/>
          <abstract>
            <t>   The migration to post-quantum cryptography often calls for performing
   multiple key encapsulations in parallel and then combining their
   outputs to derive a single shared secret.

   This document defines a comprehensible and easy to implement Keccak-
   based KEM combiner to join an arbitrary number of key shares, that is
   compatible with NIST SP 800-56Cr2 [SP800-56C] when viewed as a key
   derivation function.  The combiners defined here are practical split-
   key PRFs and are CCA-secure as long as at least one of the ingredient
   KEMs is.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ounsworth-cfrg-kem-combiners-05"/>
      </reference>
      <reference anchor="I-D.draft-connolly-cfrg-xwing-kem">
        <front>
          <title>X-Wing: general-purpose hybrid post-quantum KEM</title>
          <author fullname="Deirdre Connolly" initials="D." surname="Connolly">
            <organization>SandboxAQ</organization>
          </author>
          <author fullname="Peter Schwabe" initials="P." surname="Schwabe">
            <organization>MPI-SP &amp; Radboud University</organization>
          </author>
          <author fullname="Bas Westerbaan" initials="B." surname="Westerbaan">
            <organization>Cloudflare</organization>
          </author>
          <date day="3" month="May" year="2025"/>
          <abstract>
            <t>   This memo defines X-Wing, a general-purpose post-quantum/traditional
   hybrid key encapsulation mechanism (PQ/T KEM) built on X25519 and ML-
   KEM-768.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-connolly-cfrg-xwing-kem-07"/>
      </reference>
      <reference anchor="I-D.ietf-lamps-dilithium-certificates">
        <front>
          <title>Internet X.509 Public Key Infrastructure - Algorithm Identifiers for the Module-Lattice-Based Digital Signature Algorithm (ML-DSA)</title>
          <author fullname="Jake Massimo" initials="J." surname="Massimo">
            <organization>AWS</organization>
          </author>
          <author fullname="Panos Kampanakis" initials="P." surname="Kampanakis">
            <organization>AWS</organization>
          </author>
          <author fullname="Sean Turner" initials="S." surname="Turner">
            <organization>sn3rd</organization>
          </author>
          <author fullname="Bas Westerbaan" initials="B." surname="Westerbaan">
            <organization>Cloudflare</organization>
          </author>
          <date day="7" month="May" year="2025"/>
          <abstract>
            <t>   Digital signatures are used within X.509 certificates, Certificate
   Revocation Lists (CRLs), and to sign messages.  This document
   describes the conventions for using FIPS 204, the Module-Lattice-
   Based Digital Signature Algorithm (ML-DSA) in Internet X.509
   certificates and certificate revocation lists.  The conventions for
   the associated signatures, subject public keys, and private key are
   also described.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ietf-lamps-dilithium-certificates-09"/>
      </reference>
      <reference anchor="RFC8446">
        <front>
          <title>The Transport Layer Security (TLS) Protocol Version 1.3</title>
          <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
          <date month="August" year="2018"/>
          <abstract>
            <t>This document specifies version 1.3 of the Transport Layer Security (TLS) protocol. TLS allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
            <t>This document updates RFCs 5705 and 6066, and obsoletes RFCs 5077, 5246, and 6961. This document also specifies new requirements for TLS 1.2 implementations.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="8446"/>
        <seriesInfo name="DOI" value="10.17487/RFC8446"/>
      </reference>
      <reference anchor="RFC4033">
        <front>
          <title>DNS Security Introduction and Requirements</title>
          <author fullname="R. Arends" initials="R." surname="Arends"/>
          <author fullname="R. Austein" initials="R." surname="Austein"/>
          <author fullname="M. Larson" initials="M." surname="Larson"/>
          <author fullname="D. Massey" initials="D." surname="Massey"/>
          <author fullname="S. Rose" initials="S." surname="Rose"/>
          <date month="March" year="2005"/>
          <abstract>
            <t>The Domain Name System Security Extensions (DNSSEC) add data origin authentication and data integrity to the Domain Name System. This document introduces these extensions and describes their capabilities and limitations. This document also discusses the services that the DNS security extensions do and do not provide. Last, this document describes the interrelationships between the documents that collectively describe DNSSEC. [STANDARDS-TRACK]</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="4033"/>
        <seriesInfo name="DOI" value="10.17487/RFC4033"/>
      </reference>
      <reference anchor="RFC5652">
        <front>
          <title>Cryptographic Message Syntax (CMS)</title>
          <author fullname="R. Housley" initials="R." surname="Housley"/>
          <date month="September" year="2009"/>
          <abstract>
            <t>This document describes the Cryptographic Message Syntax (CMS). This syntax is used to digitally sign, digest, authenticate, or encrypt arbitrary message content. [STANDARDS-TRACK]</t>
          </abstract>
        </front>
        <seriesInfo name="STD" value="70"/>
        <seriesInfo name="RFC" value="5652"/>
        <seriesInfo name="DOI" value="10.17487/RFC5652"/>
      </reference>
      <reference anchor="I-D.ietf-lamps-cms-sphincs-plus">
        <front>
          <title>Use of the SLH-DSA Signature Algorithm in the Cryptographic Message Syntax (CMS)</title>
          <author fullname="Russ Housley" initials="R." surname="Housley">
            <organization>Vigil Security, LLC</organization>
          </author>
          <author fullname="Scott Fluhrer" initials="S." surname="Fluhrer">
            <organization>Cisco Systems</organization>
          </author>
          <author fullname="Panos Kampanakis" initials="P." surname="Kampanakis">
            <organization>Amazon Web Services</organization>
          </author>
          <author fullname="Bas Westerbaan" initials="B." surname="Westerbaan">
            <organization>Cloudflare</organization>
          </author>
          <date day="13" month="January" year="2025"/>
          <abstract>
            <t>   SLH-DSA is a stateless hash-based signature scheme.  This document
   specifies the conventions for using the SLH-DSA signature algorithm
   with the Cryptographic Message Syntax (CMS).  In addition, the
   algorithm identifier and public key syntax are provided.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ietf-lamps-cms-sphincs-plus-19"/>
      </reference>
      <reference anchor="RFC9242">
        <front>
          <title>Intermediate Exchange in the Internet Key Exchange Protocol Version 2 (IKEv2)</title>
          <author fullname="V. Smyslov" initials="V." surname="Smyslov"/>
          <date month="May" year="2022"/>
          <abstract>
            <t>This document defines a new exchange, called "Intermediate Exchange", for the Internet Key Exchange Protocol Version 2 (IKEv2). This exchange can be used for transferring large amounts of data in the process of IKEv2 Security Association (SA) establishment. An example of the need to do this is using key exchange methods resistant to Quantum Computers (QCs) for IKE SA establishment. The Intermediate Exchange makes it possible to use the existing IKE fragmentation mechanism (which cannot be used in the initial IKEv2 exchange), helping to avoid IP fragmentation of large IKE messages if they need to be sent before IKEv2 SA is established.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="9242"/>
        <seriesInfo name="DOI" value="10.17487/RFC9242"/>
      </reference>
      <reference anchor="RFC9370">
        <front>
          <title>Multiple Key Exchanges in the Internet Key Exchange Protocol Version 2 (IKEv2)</title>
          <author fullname="CJ. Tjhai" initials="CJ." surname="Tjhai"/>
          <author fullname="M. Tomlinson" initials="M." surname="Tomlinson"/>
          <author fullname="G. Bartlett" initials="G." surname="Bartlett"/>
          <author fullname="S. Fluhrer" initials="S." surname="Fluhrer"/>
          <author fullname="D. Van Geest" initials="D." surname="Van Geest"/>
          <author fullname="O. Garcia-Morchon" initials="O." surname="Garcia-Morchon"/>
          <author fullname="V. Smyslov" initials="V." surname="Smyslov"/>
          <date month="May" year="2023"/>
          <abstract>
            <t>This document describes how to extend the Internet Key Exchange Protocol Version 2 (IKEv2) to allow multiple key exchanges to take place while computing a shared secret during a Security Association (SA) setup.</t>
            <t>This document utilizes the IKE_INTERMEDIATE exchange, where multiple key exchanges are performed when an IKE SA is being established. It also introduces a new IKEv2 exchange, IKE_FOLLOWUP_KE, which is used for the same purpose when the IKE SA is being rekeyed or is creating additional Child SAs.</t>
            <t>This document updates RFC 7296 by renaming a Transform Type 4 from "Diffie-Hellman Group (D-H)" to "Key Exchange Method (KE)" and renaming a field in the Key Exchange Payload from "Diffie-Hellman Group Num" to "Key Exchange Method". It also renames an IANA registry for this Transform Type from "Transform Type 4 - Diffie- Hellman Group Transform IDs" to "Transform Type 4 - Key Exchange Method Transform IDs". These changes generalize key exchange algorithms that can be used in IKEv2.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="9370"/>
        <seriesInfo name="DOI" value="10.17487/RFC9370"/>
      </reference>
      <reference anchor="I-D.ietf-pquip-pqt-hybrid-terminology">
        <front>
          <title>Terminology for Post-Quantum Traditional Hybrid Schemes</title>
          <author fullname="Flo D" initials="F." surname="D">
            <organization>UK National Cyber Security Centre</organization>
          </author>
          <author fullname="Michael P" initials="M." surname="P">
            <organization>UK National Cyber Security Centre</organization>
          </author>
          <author fullname="Britta Hale" initials="B." surname="Hale">
            <organization>Naval Postgraduate School</organization>
          </author>
          <date day="10" month="January" year="2025"/>
          <abstract>
            <t>   One aspect of the transition to post-quantum algorithms in
   cryptographic protocols is the development of hybrid schemes that
   incorporate both post-quantum and traditional asymmetric algorithms.
   This document defines terminology for such schemes.  It is intended
   to be used as a reference and, hopefully, to ensure consistency and
   clarity across different protocols, standards, and organisations.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ietf-pquip-pqt-hybrid-terminology-06"/>
      </reference>
      <reference anchor="I-D.ietf-tls-hybrid-design">
        <front>
          <title>Hybrid key exchange in TLS 1.3</title>
          <author fullname="Douglas Stebila" initials="D." surname="Stebila">
            <organization>University of Waterloo</organization>
          </author>
          <author fullname="Scott Fluhrer" initials="S." surname="Fluhrer">
            <organization>Cisco Systems</organization>
          </author>
          <author fullname="Shay Gueron" initials="S." surname="Gueron">
            <organization>University of Haifa and Meta</organization>
          </author>
          <date day="14" month="January" year="2025"/>
          <abstract>
            <t>   Hybrid key exchange refers to using multiple key exchange algorithms
   simultaneously and combining the result with the goal of providing
   security even if all but one of the component algorithms is broken.
   It is motivated by transition to post-quantum cryptography.  This
   document provides a construction for hybrid key exchange in the
   Transport Layer Security (TLS) protocol version 1.3.

   Discussion of this work is encouraged to happen on the TLS IETF
   mailing list tls@ietf.org or on the GitHub repository which contains
   the draft: https://github.com/dstebila/draft-ietf-tls-hybrid-design.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ietf-tls-hybrid-design-12"/>
      </reference>
      <reference anchor="I-D.ietf-lamps-pq-composite-sigs">
        <front>
          <title>Composite ML-DSA for use in X.509 Public Key Infrastructure and CMS</title>
          <author fullname="Mike Ounsworth" initials="M." surname="Ounsworth">
            <organization>Entrust Limited</organization>
          </author>
          <author fullname="John Gray" initials="J." surname="Gray">
            <organization>Entrust Limited</organization>
          </author>
          <author fullname="Massimiliano Pala" initials="M." surname="Pala">
            <organization>OpenCA Labs</organization>
          </author>
          <author fullname="Jan Klaußner" initials="J." surname="Klaußner">
            <organization>Bundesdruckerei GmbH</organization>
          </author>
          <author fullname="Scott Fluhrer" initials="S." surname="Fluhrer">
            <organization>Cisco Systems</organization>
          </author>
          <date day="3" month="March" year="2025"/>
          <abstract>
            <t>   This document defines combinations of ML-DSA [FIPS.204] in hybrid
   with traditional algorithms RSASSA-PKCS1-v1_5, RSASSA-PSS, ECDSA,
   Ed25519, and Ed448.  These combinations are tailored to meet security
   best practices and regulatory requirements.  Composite ML-DSA is
   applicable in any application that uses X.509, PKIX, and CMS data
   structures and protocols that accept ML-DSA, but where the operator
   wants extra protection against breaks or catastrophic bugs in ML-DSA.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ietf-lamps-pq-composite-sigs-04"/>
      </reference>
      <reference anchor="I-D.ietf-lamps-cert-binding-for-multi-auth">
        <front>
          <title>Related Certificates for Use in Multiple Authentications within a Protocol</title>
          <author fullname="Alison Becker" initials="A." surname="Becker">
            <organization>National Security Agency</organization>
          </author>
          <author fullname="Rebecca Guthrie" initials="R." surname="Guthrie">
            <organization>National Security Agency</organization>
          </author>
          <author fullname="Michael J. Jenkins" initials="M. J." surname="Jenkins">
            <organization>National Security Agency</organization>
          </author>
          <date day="10" month="December" year="2024"/>
          <abstract>
            <t>   This document defines a new CSR attribute, relatedCertRequest, and a
   new X.509 certificate extension, RelatedCertificate.  The use of the
   relatedCertRequest attribute in a CSR and the inclusion of the
   RelatedCertificate extension in the resulting certificate together
   provide additional assurance that two certificates each belong to the
   same end entity.  This mechanism is particularly useful in the
   context of non-composite hybrid authentication, which enables users
   to employ the same certificates in hybrid authentication as in
   authentication done with only traditional or post-quantum algorithms.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ietf-lamps-cert-binding-for-multi-auth-06"/>
      </reference>
      <reference anchor="I-D.draft-bonnell-lamps-chameleon-certs">
        <front>
          <title>A Mechanism for Encoding Differences in Paired Certificates</title>
          <author fullname="Corey Bonnell" initials="C." surname="Bonnell">
            <organization>DigiCert</organization>
          </author>
          <author fullname="John Gray" initials="J." surname="Gray">
            <organization>Entrust</organization>
          </author>
          <author fullname="D. Hook" initials="D." surname="Hook">
            <organization>KeyFactor</organization>
          </author>
          <author fullname="Tomofumi Okubo" initials="T." surname="Okubo">
            <organization>DigiCert</organization>
          </author>
          <author fullname="Mike Ounsworth" initials="M." surname="Ounsworth">
            <organization>Entrust</organization>
          </author>
          <date day="16" month="April" year="2025"/>
          <abstract>
            <t>   This document specifies a method to efficiently convey the
   differences between two certificates in an X.509 version 3 extension.
   This method allows a relying party to extract information sufficient
   to reconstruct the paired certificate and perform certification path
   validation using the reconstructed certificate.  In particular, this
   method is especially useful as part of a key or signature algorithm
   migration, where subjects may be issued multiple certificates
   containing different public keys or signed with different CA private
   keys or signature algorithms.  This method does not require any
   changes to the certification path validation algorithm as described
   in RFC 5280.  Additionally, this method does not violate the
   constraints of serial number uniqueness for certificates issued by a
   single certification authority.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-bonnell-lamps-chameleon-certs-06"/>
      </reference>
      <reference anchor="I-D.draft-ietf-pquip-hybrid-signature-spectrums">
        <front>
          <title>Hybrid signature spectrums</title>
          <author fullname="Nina Bindel" initials="N." surname="Bindel">
            <organization>SandboxAQ</organization>
          </author>
          <author fullname="Britta Hale" initials="B." surname="Hale">
            <organization>Naval Postgraduate School</organization>
          </author>
          <author fullname="Deirdre Connolly" initials="D." surname="Connolly">
            <organization>SandboxAQ</organization>
          </author>
          <author fullname="Flo D" initials="F." surname="D">
            <organization>UK National Cyber Security Centre</organization>
          </author>
          <date day="9" month="January" year="2025"/>
          <abstract>
            <t>   This document describes classification of design goals and security
   considerations for hybrid digital signature schemes, including proof
   composability, non-separability of the component signatures given a
   hybrid signature, backwards/forwards compatibility, hybrid
   generality, and simultaneous verification.

   Discussion of this work is encouraged to happen on the IETF PQUIP
   mailing list pqc@ietf.org or on the GitHub repository which contains
   the draft: https://github.com/dconnolly/draft-ietf-pquip-hybrid-
   signature-spectrums

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ietf-pquip-hybrid-signature-spectrums-06"/>
      </reference>
      <reference anchor="I-D.hale-mls-combiner">
        <front>
          <title>Flexible Hybrid PQ MLS Combiner</title>
          <author fullname="Joël" initials="" surname="Joël">
            <organization>AWS</organization>
          </author>
          <author fullname="Britta Hale" initials="B." surname="Hale">
            <organization>Naval Postgraduate School</organization>
          </author>
          <author fullname="Marta Mularczyk" initials="M." surname="Mularczyk">
            <organization>AWS</organization>
          </author>
          <author fullname="Xisen Tian" initials="X." surname="Tian">
            <organization>Naval Postgraduate School</organization>
          </author>
          <date day="26" month="September" year="2024"/>
          <abstract>
            <t>   This document describes a protocol for combining a traditional MLS
   session with a post-quantum (PQ) MLS session to achieve flexible and
   efficient hybrid PQ security that amortizes the computational cost of
   PQ Key Encapsulation Mechanisms and Digital Signature Algorithms.
   Specifically, we describe how to use the exporter secret of a PQ MLS
   session, i.e. an MLS session using a PQ ciphersuite, to seed PQ
   guarantees into an MLS session using a traditional ciphersuite.  By
   supporting on-demand traditional-only key updates (a.k.a.  PARTIAL
   updates) or hybrid-PQ key updates (a.k.a.  FULL updates), we can
   reduce the bandwidth and computational overhead associated with PQ
   operations while meeting the requirement of frequent key rotations.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-hale-mls-combiner-01"/>
      </reference>
    </references>
    <?line 812?>

<section numbered="false" anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>This document leverages text from an earlier draft by Paul Hoffman. Thanks to Dan Wing, Florence D, Thom Wiggers, Sophia Grundner-Culemann, Panos Kampanakis, Ben S, Sofia Celi, Melchior Aelmans, Falko Strenzke, Deirdre Connolly, Hani Ezzadeen, Britta Hale, and Daniel Van Geest for the discussion, review and comments.</t>
      <t>In particular, the authors would like to acknowledge the contributions to this document by Kris Kwiatkowski.</t>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA+y92XIbaZYmeM+ncGPYWJGdALhqoWKyqyhKCmm0MURFRs1M
TysdgIP0pMMd6e4gA8mMsbqc65mrMet5uXySOd9Z/sXhoKis7KzqtlZmSCTg
y7+c/+znO8PhcKvN2yJ7lmyfV007/HGZlu1ynpzVq0VbXdbp4mqVzKo6eVle
5mWW1c32Vjoe19kN7vjxrPvdJG2zy6pePUvyclZtbU2rSZnO6fHTOp21wzxr
Z8PFH5f5gv6eDDO7cVjQfU271SzH87xp8qpsVwu6683Lz6+2yuV8nNXPtqZ0
zbOtSVU2Wdksm2dJWy+zLRrI0VZaZykN6CKbLOu8XW1v3Vb19WVdLRc8zJ/e
nG9vXWcr+nT6bCsZJjTyra2tm6xc0hOTxK7kkW3TB/L27Z/pKXl5mfyA7/H5
PM0Lvm7yT5jKqKov8XFaT67o46u2XTTP9vZwFT7Kb7KRXbaHD/bGdXXbZHt0
/942DaBp03L6JS2qkt62ypqtRf4s+d/bajJImqpu62zW0E+ruf7Q1vmkHSST
aj7PypY+odWdp4sFDfH/2NpKl+1VVWN6NKIkmS2LQpb+lJakTpPnaZnVf8gy
/pZGlJb5n9KWlvpZ8qG6zlP+fEKr9yx5vyzzyZV8UC3LFvv5Q1bP03LFH2a6
Dik/eTTWJ/9TieeMaHzb66P4nNfLeVpkzW1aJ5+y6XT1gIHQmC9peWoZdJ1d
8lVv07pM2/Q6jUf4ppzqzTa+66qctnn9T5f4fcO4XuRzmkReNcnF5KrKyzwt
0+u8ecDgTtsrIsTOKtVZNsmiQUztBaMmfIEs1nCcFQVR/7jZuGzzqqUz+Loq
imycZdc9A3uRX+ZnWd0GYzvP27YZL+vLzi7+dHEaDa7N56Mre/Q/TelBE3pQ
NJa8pKP2fpR8XJYNHaBWniije59fZ50vaGjPiCPQ2Wza5B3mnk35C2Mb+h1/
RiSdZe2z5PDR/n5yURV0HNrkU5VOk7/8y/+TXCzp5uRgfz+Y2Me2TW/TQfKx
bIn6qnh2Z7S0U6OKKY3v7eHb5OiHR+GU5zTkUWVD/qdMRoMZ04EsKyLyls7t
s60tMDD/WwImcJPVwybj086PTIx3no2S/y0trmlcf/mX/yIX/uVf/t8m+aOy
U7kJrCQtiD3m7dU8yZukWtD6p8XgL//y/yXnV6smn6QFnY2bPLtNTgfJTVWM
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
AAkKnezl5qoKJtoMngJGFopJrhn05BhymMIhmex1DsoGuu+oYh1t6t6T8JWj
AKzdTaP5Vx6Lf9V5+JYDYX8OQlHr/ngdrPvl0/39HrUguPXg8dHhPV8nCakz
PU/gy746Lq8Pro3r5MlXxnX49OCer5Pk8ePHDxhXMLfw7jX10L48ODpYW47o
Vjp8aysajevw+LBvyZNN2mbPPgZL7sZ18LRHlQ3Hdby+09G4DsAn/8pxeXV2
bVwnj+5fr+P9r9DX0dH+ydfH9Sj42P8YqJfdcT05CabSc+vh0f6je75mAnzA
PvaPK9CBu+N61HecgluPDtYviMf16CH72D8ur4J3vzx8dPKVfXx6snbeonEd
Pz7sO9I8Lji1NDWQxBKsZaB87HnEiuSmYVeW+VIZBGTn7ct/bnbDq+6+C+sg
tAm5pe+4PBLkTmthhQLDBjmJXsw5oJEg2SjM/xw4bS0YGAeiIiQPi2JaQbx7
82TpO5UHOcJ/ndB0rv/YIWeBgzxOhpsggpvVcJpLnYA6rbolDKow5DW6CXRM
h+BxN4ip6aZF2oCvTND5hNlJG+d2rxrwX1MLsD9n8VCiq/4KF83fVwkIj4mf
0znJpS+v37549cXsmeB8Pl7jdJ3Tu86iu8K29wlJknx1XI8OD/y4VBHwwraH
R4cv7hPxMTPsfcLXx/XPh48eHZx0F8y+7VuOb1uv/idE4+Lh9938b6/MeS2g
Z1z/hspJsqZ+BOP6ryRsNy2YGlslmMgDWOd6evJ9fHSwiYk+zJT6e/DQzd6F
5L9VHip/Pl2cHu4fP3WrJX+Uo26mlb4LYrug9wm2Wl8ZFuevD8/dMxxn7/Vv
fxNn3+gh/zqnWrPv/t7WXbLGIvlP17r7ext3/fxzzYj6e9tQ/exzzYj6e5tQ
G4bVNVX+TpbKKaNETIosDZILg4jDwGvCHYasfF0rQIqVQIbGeZZafctdImKl
uNkLzBAO396v1pu5odVAAcBk8BwxHSaKpWRltw4fKPfgVc0aKvWbty9vDiUf
6acX51YGxmlqDN1gtf8+w+djybWTBVJ/NPk1RNtNbeUkx0Web73b0PRtVqeX
Ho3ANxbTunYXCeZOBrQcdM+Xi9Mvbz68+ewQJmlZKkO/lTBX3jTLbGAwpHSA
OQfNJYOkHqh4vPLwjVKaHDT45DYiHOvgXMp5NuXMAWspux30SR1nbipZCFK8
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
QGEW9qz1Fy+QC1qCcAEA

-->

</rfc>
