<?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-11" 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-11"/>
    <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="06"/>
    <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 discusses the signature size differences for similar SLH-DSA algorithm security levels with the "simple" version but for different categories i.e., (f) for fast verification and (s) for compactness/smaller. Both SHA-256 and SHAKE-256 parameterization output the same signature sizes, so both have been included.</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 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="25" month="April" 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-08"/>
      </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
Z8PFH5f5gv6eDDO7cXhwsNUsx/O8afKqbFcLuuPNy8+vtsrlfJzVz7am9Nxn
W5OqbLKyWTbPkrZeZls0iKOttM5SGsxFNlnWebva3rqt6uvLuloueIg/vTnf
3rrOVvTp9NlWMkxo1FtbWzdZuaQnJoldyaPapg/k7ds/01Py8jL5Ad/j83ma
F3zd5J8wjVFVX+LjtJ5c0cdXbbtonu3t4Sp8lN9kI7tsDx/sjevqtsn26P69
bRpA06bl9EtaVCW9bZU1W4v8WfK/t9VkkDRV3dbZrKGfVnP9oa3zSTtIJtV8
npUtfUIrO08XCxri/7G1lS7bq6rG9GhESTJbFoUs+yktSZ0mz9Myq/+QZfwt
jSgt8z+lLS31s+RDdZ2n/PmEVu9Z8n5Z5pMr+aBali328oesnqflij/MdB1S
fvJorE/+pxLPGdH4ttdH8Tmvl/O0yJrbtE4+ZdPp6gEDoTFf0vLUMug6u+Sr
3qZ1mbbpdRqP8E051ZttfNdVOW3z+p8u8fuGcb3I5zSJvGqSi8lVlZd5WqbX
efOAwZ22V0SInVWqs2ySRYOY2gtGTfgCWazhOCuKYZGOm43LNq9aOn+vq6LI
xll23TOwF/llfpbVbTC287xtm/Gyvuzs4k8Xp9Hg2nw+urJH/9OUHjShB0Vj
yUs6au9Hycdl2dABauWJMrr3+XXW+YKG9oy4AZ3Npk3eYe7ZlL8wlqHf8WdE
0lnWPksOH+3vJxdVQcehTT5V6TT5y7/8P8nFkm5ODvb3g4l9bNv0Nh0kH8uW
qK+KZ3dGSzs1qpjS+N4evk2OfngUTnlOQx5VNuR/ymQ0mDEdyLIiIm/p3D7b
2gLz8r8lYAI3WT1sMj7t/MjE+ObZKPnf0uKaxvWXf/kvcuFf/uX/bZI/KiuV
m8BK0oJYY95ezZO8SaoFrX9aDP7yL/9fcn61avJJWtDZuMmz2+R0kNxUxSh5
vD9IFotRcvjk+PHw8Mmjg0FycHJyMtrWEaT1Ja2g/MIcMpmlRQMS/HxFXLEd
fsoWNNPOgI3HyzWgsqwgNpzIxcnh/uF+/ILEmNtlUY3Tos4b4owNPW7ZZszf
FstxQeMHRTZ7Ou9hK0No9fHDmh8/xOP3+ob849nwxYeLDWM9q+aLZcuLWE4T
OnwJXbthlLe3tyMaTVny2KpJWw33jw5I2IwW01nfmz+8ufjcee9mYXgBvp3W
Uz2BG8YwaerJqMyJuC6rm71FXf0hm7TN3gKPtQWaBI/d/M2wiV/YN4GzolpO
ZyR3ss40MDMmxkWRpQ09PAnfkzTLekG7mW2YxLioLkcT92yckz3MaRgN1h7S
u6nv3w3fvnzfGdWrN+cXRAdHxEOq6bLIhu/StiXmMxynTTZN3mar4ctyki6a
ZcFTTt5nkyviec3crf6GEZc3BdFi41ceP+CTPbxzD8sxwk8jevsmaqAhv7g4
7R/y8dqQn/OQwYVbOr8X+SVJp2Wd/Q0HerxpoBfvXm8e6aNnGEKbkdBtktdp
c/V3GOmjTSN99aFvoCkJiVcVKW1ZnRQRBRChLdJJmzQ2SGKXxFaTD58//bRh
mPQq0g6HuGME7t1LjZ/WBnFKtEWq05T12I/jNiUZTUxmbZUa5jvnzOeGRKDK
E5pV02bz5jcbBjUtRulkzmxoWuV7tDp7B/ujg4PjR3tHj06OjvdH/M9h75m+
2D/oDPZFhunxSE7LtCCZQesyS85rWisWH8H46ABhhDg9pNtkc5oBa8hZkl6m
4N7J6TRdQMAlZ1cVadXJWb64Ivmf/UJfkaCdXG+YVEanvWxHeTqpeWaH+/sH
NK2nfZN4/vrt/klnFhfLMf3Q5jSivBRWns1o2XmsNJ03H14Mz85OnyU/k4rF
k31d3SYXV9WymNJYU1JYysts+CJzExzTI/KGvqhus+k/PnzYJ3vHB73D/uH9
p6dP1yhlqkThqDJpeGVJwkcLm9rCTnhhh7T2TXpJ3/OqNqMNA1xkFXHp0aSB
vkqq0yibLveavLjJq70LOscTUqb+p8P9i0lOeks+yyf0y3m6IOtpT8kV3zqC
3Tv9oh9/cR9+EVL4IpTw5VQG/MUo4YtQwvC9DPiLkMGmQ0121On5m67cJJNw
mNDnSVm1WfMg6Xh28elsb56RAr93boIylL/DUP7SQZos2QTay35J57Riw1lO
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
yNMNPpj+geEqoTBL+6bzF4KnOC8OcAEA

-->

</rfc>
