<?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.6.39 (Ruby 3.0.2) -->
<?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-00" category="info" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.18.0 -->
  <front>
    <title abbrev="PQC for Engineers">Post-Quantum Cryptography for Engineers</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-pquip-pqc-engineers-00"/>
    <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>
    <date year="2023" month="August" day="30"/>
    <area>Security</area>
    <workgroup>PQUIP</workgroup>
    <keyword>PQC</keyword>
    <abstract>
      <?line 185?>

<t>The presence of a Cryptographically Relevant Quantum Computer (CRQC) would render state-of-the-art, public-key cryptography deployed today obsolete, since all the assumptions about the intractability of the mathematical problems that offer confident levels of security today no longer apply in the presence of a CRQC.  This means there is a requirement to update protocols and infrastructure to use post-quantum algorithms, which are public-key algorithms designed to be secure against CRQCs as well as classical computers.  These new public-key algorithms behave similarly to previous public key algorithms, however the intractable mathematical problems have been carefully chosen so they are hard for CRQCs as well as classical computers. This document explains why engineers need to be aware of and understand post-quantum cryptography. It emphasizes the potential impact of CRQCs on current cryptographic systems and the need to transition to post-quantum algorithms to ensure long-term security. The most important thing to understand is that this transition is not like previous transitions from DES to AES or from SHA-1 to SHA-2. While drop-in replacement may be possible in some cases, others will require protocol re-design to accommodate significant differences in behavior between the new post-quantum algorithms and the classical algorithms that they are replacing.</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/"/>.
      </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 189?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>Quantum computing is no longer perceived as a conjecture of computational sciences and theoretical physics. Considerable research efforts and enormous corporate and government funding for the development of practical quantum computing systems are being invested currently. For instance, some recent results as of writing in mid 2023 such as Google’s announcement on achieving quantum supremacy <xref target="Google"/>, IBM’s latest 433-qubit processor Osprey <xref target="IBM"/> or even Nokia Bell Labs' work on topological qubits <xref target="Nokia"/> signify, among other outcomes, the accelerating efforts towards large-scale quantum computers. At the time of writing the document, Cryptographically Relevant Quantum Computers (CRQCs) that can break widely used public-key cryptographic algorithms are not yet available. However, it is worth noting that there is ongoing research and development in the field of quantum computing, with the goal of building more powerful and scalable quantum computers. 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 all of modern cryptography, happen to fall within the niche that we expect quantum computers to excel at. As such, as quantum technology advances, there is the potential for future quantum computers to have a significant impact on current cryptographic systems.  Forecasting the future is difficult, but the general consensus is that such computers might arrive some time in the 2030s, or might not arrive until 2050 or later.</t>
      <t>Extensive research has produced several "post-quantum cryptographic (PQC) algorithms" (sometimes refered to as "quantum-safe" 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. This document aims to provide general guidance to engineers who utilize public-key cryptography in their software. It covers topics such as selecting appropriate PQC algorithms, understanding the differences between PQC Key Encapsulation Mechanisms (KEMs) and traditional Diffie-Hellman style key exchange, and provides insights into expected key sizes and processing time differences between PQC algorithms and traditional ones. Additionally, it discusses the potential threat to symmetric cryptography from Cryptographically Relevant Quantum Computers (CRQCs).  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. It might be worth mentioning that recently NSA released an article on Future Quantum-Resistant (QR) Algorithm Requirements for National Security Systems <xref target="CNSA2-0"/> based on the need to protect against deployments of CRQCs in the future. Germany's BSI has also released a PQC migration and recommendations document <xref target="BSI-PQC"/> which largely aligns with United States NIST and NSA guidance, but does differ on some of the guidance.</t>
      <t>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 algorithms from the Symmetric side based on stream, block ciphers, hash functions, MACs, etc. 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 or Quantum Key Generation, which use quantum hardware to exploit quantum effects to protect communications and generate keys, respectively.  Post-quantum cryptography is based on conventional (i.e., non-quantum) math and software and can be run on any general purpose computer.</t>
      <t>Please note: 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 Cryptographic Forum Research Group (CFRG).</t>
    </section>
    <section anchor="conventions-and-definitions">
      <name>Conventions and Definitions</name>
      <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
      <?line -18?>

</section>
    <section anchor="contributing-to-this-document">
      <name>Contributing to This Document</name>
      <t>The guide was inspired by a thread in September 2022 on the <eref target="mailto:pqc@ietf.org">pqc@ietf.org</eref> mailing list.
The document is being collaborated on through a <eref target="https://github.com/tireddy2/pqc-for-engineers">GitHub repository</eref>.</t>
      <t>The editors actively encourage contributions to this document. Please consider writing a section on a topic that you think is missing. Short of that, writing a paragraph or two on an issue you found when writing code that uses PQC would make this document more useful to other coders. Opening issues that suggest new material is fine too, but relying on others to write the first draft of such material is much less likely to happen than if you take a stab at it yourself.</t>
    </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 sufficiently large general-purpose quantum computer, known as a CRQC. This document focuses on the principal functions of asymmetric cryptography:</t>
      <ul spacing="normal">
        <li>Key Agreement and Key Transport:  Key Agreement schemes, typically referred to as Diffie-Hellman or Elliptic Curve Diffie-Hellman, 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 public key cryptography and is therefore vulnerable to the Shor's algorithm. An CRQC can employ Shor's algorithm to efficiently find the prime factors of a large public key, which in turn can be exploited to derive the private key.</li>
        <li>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 public-private key pair based on the same mathematics as for Key Agreement and Key Transport, and hence a break in public key cryptography will also affect traditional digital signatures, hence the importance of developing post quantum digital signatures.</li>
      </ul>
    </section>
    <section anchor="invariants-of-post-quantum-cryptography">
      <name>Invariants of Post-Quantum Cryptography</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-SHA2), rely on secret keys shared between the sender and receiver. 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 (such as SHA-2) and a secret key shared between the sender and receiver to produce a message authentication code. CRQCs, in theory, do not offer substantial advantages in breaking symmetric-key algorithms compared to classical computers (see <xref target="symmetric"/> for more details).</t>
    </section>
    <section anchor="nist-pqc-algorithms">
      <name>NIST PQC Algorithms</name>
      <t>In 2016, the National Institute of Standards and Technology (NIST) started a process to solicit, evaluate, and standardize one or more quantum-resistant public-key cryptographic algorithms, as seen <eref target="https://csrc.nist.gov/projects/post-quantum-cryptography">here</eref>. The first set of algorithms for standardization (https://csrc.nist.gov/publications/detail/nistir/8413/final) were selected in July 2022.</t>
      <t>NIST announced as well that they will be <eref target="https://csrc.nist.gov/csrc/media/Projects/post-quantum-cryptography/documents/round-4/guidelines-for-submitting-tweaks-fourth-round.pdf">opening a fourth round</eref> to standardize an alternative KEM, and a <eref target="https://csrc.nist.gov/csrc/media/Projects/pqc-dig-sig/documents/call-for-proposals-dig-sig-sept-2022.pdf">call</eref> for new candidates for a post-quantum signature algorithm.</t>
      <t>These algorithms are not a drop-in replacement for classical asymmetric cryptographic algorithms.  RSA <xref target="RSA"/> and ECC <xref target="RFC6090"/> can be used for both key encapsulation and signatures, while for post-quantum algorithms, a different algorithm is needed for each.  When upgrading protocols, it is important to replace the existing use of classical algorithms with either a PQC key encapsulation method or a PQC signature method, depending on how RSA and/or ECC was previously being used. Additionally, Key Encapsulation Methods (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>
              <eref target="https://pq-crystals.org/kyber/">CRYSTALS-Kyber</eref>: Kyber is a module learning with errors (MLWE)-based key encapsulation mechanism (<xref target="lattice-based"/>).</li>
          </ul>
        </section>
        <section anchor="pqc-signatures">
          <name>PQC Signatures</name>
          <ul spacing="normal">
            <li>
              <eref target="https://pq-crystals.org/dilithium/">CRYSTALS-Dilithium</eref>: CRYSTALS-Dilithium is a lattice signature scheme (<xref target="lattice-based"/> and <xref target="sig-scheme"/>).</li>
            <li>
              <eref target="https://falcon-sign.info/">Falcon</eref>: Falcon is a lattice signature scheme (<xref target="lattice-based"/> and <xref target="sig-scheme"/>).</li>
            <li>
              <eref target="https://sphincs.org/">SPHINCS+</eref>: SPHINCS+ is a stateless hash-based signature scheme (<xref target="hash-based"/> and <xref target="sig-scheme"/>).</li>
          </ul>
        </section>
      </section>
      <section anchor="candidates-advancing-to-the-fourth-round-for-standardization-at-nist">
        <name>Candidates advancing to the fourth-round for standardization at NIST</name>
        <t>The fourth-round of the NIST process focuses only on KEMs. The goal of that round is to select an althernative algorithm that is based on different hard problem than Kyber.
The candidates still advancing for standardization are:</t>
        <ul spacing="normal">
          <li>
            <eref target="https://classic.mceliece.org/">Classic McEliece</eref>: 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.</li>
          <li>
            <eref target="https://bikesuite.org/">BIKE</eref>: Based on the the hardness of syndrome decoding of QC-MDPC codes. Quasi-Cyclic Moderate Density Parity Check (QC-MDPC) code are a class of error correcting codes that leverages bit flipping technique to efficiently correct errors.</li>
          <li>
            <eref target="http://pqc-hqc.org/">HQC</eref> : Based on the hardness of syndrome decoding of Quasi-cyclic concatenated Reed Muller Reed Solomon (RMRS) codes in the Hamming metric. Reed Muller (RM) codes are a class of block error correcting codes used especially in wireless and deep space communications. Reed Solomon (RS) are a class of block error correcting codes that are used to detect and correct multiple bit errors.</li>
          <li>
            <eref target="https://sike.org/">SIKE</eref> (Broken): Supersingular Isogeny Key Encapsulation (SIKE) is a specific realization of the SIDH (Supersingular Isogeny Diffie-Hellman) protocol. Recently, a <eref target="https://eprint.iacr.org/2022/975.pdf">mathematical attack</eref> based on the "glue-and-split" theorem from 1997 from Ernst Kani was found against the underlying chosen starting curve and torsion information. In practical terms, this attack allows for the efficient recovery of the private key. NIST announced that SIKE was no longer under consideration, but the authors of SIKE had asked for it to remain in the list so that people are aware that it is broken.  While SIKE is broken, Isogenies in general remain an active area of cryptographic research due to their very attractive bandwidth usage, and we may yet see more cryptographic primitives in the future from this research area.</li>
        </ul>
      </section>
    </section>
    <section anchor="threat-of-crqcs-on-cryptography">
      <name>Threat of CRQCs on Cryptography</name>
      <t>Post-quantum cryptography or quantum-safe cryptography refers to cryptographic algorithms that are secure against cryptographic attacks from both CRQCs and classic computers.</t>
      <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>
      <section anchor="symmetric">
        <name>Symmetric cryptography</name>
        <t>Grover's algorithm is a quantum search algorithm that provides a theoretical quadratic speedup for searching an unstructured database, compared to classical algorithms. If we 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 achieve quantum resistance. 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, 2^{64} operations performed in parallel are feasible for modern classical computers, but 2^{64} quantum operations performed serially in a quantum computer are not. 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 1/16, 1024 quantum computers will only reduce runtime by 1/32 and so forth ​(see <xref target="NIST"/> and <xref target="Cloudflare"/>​).  Therefore, while Grover's attack suggests that we should double the sizes of symmetric keys, the current consensus among experts is that the current key sizes remain secure in practice.</t>
        <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>How can someone be sure that an improved algorithm won’t outperform Grover's algorithm at some point in time? Christof Zalka has shown that Grover's algorithm (and in particular its non-parallel nature) achieves the best possible complexity for unstructured search <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 classical 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 classical and quantum attacks. As a result, 128-bit algorithms can be considered quantum-safe for the foreseeable future.</t>
      </section>
      <section anchor="asymmetric-cryptography">
        <name>Asymmetric cryptography</name>
        <t>“Shor’s algorithm” on the other side, efficiently solves the integer factorization problem (and the related discrete logarithm problem), which offer 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 classic computer, it needs a CRQC.</t>
        <t>For example, to provide some context, one would need 20 million noisy qubits to break RSA-2048 in 8 hours <xref target="RSA8HRS"/> or 4099 stable qubits to break it in 10 seconds <xref target="RSA10SC"/>.</t>
        <t>For structured data such as public-key and signatures, instead, CRQCs can fully solve the underlying hard problems used in classic cryptography (see Shor's Algorithm). Because an increase of 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 classic 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>
    <section anchor="timeline">
      <name>Timeline for transition</name>
      <t>The timeline, and driving motivation for transition differs slighly between data confidentiality (e.g., encryption) and data authentication (e.g., signature) use-cases.</t>
      <t>For data confidentiality, we are 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 can be decrypted 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 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.</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 the <xref target="Mosca"/>, "x" denotes the time that our 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 are we preparing our IT systems during those "y" years (or in other words, how can one 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. As an example, IBM, one of the leading actors in the development of a large-scale quantum computer, has recently published a roadmap committing to new quantum processors supporting more than 1000 qubits by 2025 and networked systems with 10k-100k qubits beyond 2026 <xref target="IBMRoadmap"/>. 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 we track 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>
    </section>
    <section anchor="post-quantum-cryptography-categories">
      <name>Post-quantum cryptography categories</name>
      <t>The current set of problems used in post-quantum cryptography can be currently grouped into three different categories: lattice-based, hash-based and code-based.</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, Shortest 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>The possibility to implement public-key schemes on lattices is tied to the characteristics of the vector basis used for the lattice. In particular, solving any of the mentioned problems can be easy when using "reduced" or "good" bases (i.e., as short as possible and as orthogonal as possible), while it becomes computationally infeasible when using "bad" bases (i.e., long vectors not orthogonal). Although the problem might seem trivial, it is computationally hard when considering many dimensions, or when the underlying field is not simple numbers, but high-order polynomials. Therefore, a typical approach is to use "bad" basis for public keys and "good" basis for private keys. The public keys ("bad" basis) let you easily verify signatures by checking, for example, that a vector is the closest or smallest, but do not let you solve the problem (i.e., finding the vector) that would yield the private key. Conversely, private keys (i.e., the "good" basis) can be used for generating the signatures (e.g., finding the specific vector).</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 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 such class of algorithms include Kyber, Falcon and Dilithium.</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 Post-Quantum 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 this point in time (July 2023), the PQC candidates by NIST are considered secure under these attacks and we suggest 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 70s, developed by Lamport and Merkle which creates a digital signature algorithm and its security is mathematically based on the security of the selected 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 schemes. Unlike digital signature techniques, most hash-based signature schemes are stateful, which means that signing necessitates the update and careful tracking of the secret key; producing multiple signatures using the same secret key state results in loss of security and ultimately signature forgery attacks against that key.</t>
        <t>The SPHINCS algorithm on the other hand leverages the HORS (Hash to Obtain Random Subset) technique and remains the only hash based signature scheme that is stateless.</t>
        <t>SPHINCS+ is an advancement on SPHINCS which reduces the signature sizes in SPHINCS and makes it more compact. SPHINCS+ was recently standardized by NIST.</t>
      </section>
      <section anchor="code-based">
        <name>Code-Based Public-Key Cryptography</name>
        <t>This area of cryptography stemmed 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 the 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 NIST Round 4 (unbroken) finalists: Classic McEliece, HQC, BIKE.</t>
      </section>
    </section>
    <section anchor="KEMs">
      <name>KEMs</name>
      <section anchor="what-is-a-kem">
        <name>What is a KEM</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 in one of two ways: (1) Derive a Data Encryption Key (DEK) to encrypt the data (2) Derive a Key Encryption Key (KEK) used to wrap the DEK.  The term "encapsulation" is chosen intentionally to indicate that KEM algorithms behave differently at the API level than the Key Agreement or Key Encipherment / Key Transport mechanisms that we are accustomed to using today. Key Agreement schemes imply that both parties contribute a public / private keypair to the exchange, while Key Encipherment / Key Transport schumes 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>def kemKeyGen() -&gt; (pk, sk)</li>
          <li>def kemEncaps(pk) -&gt; (ct, ss)</li>
          <li>def kemDecaps(ct, sk) -&gt; ss</li>
        </ul>
        <t>where pk is public key, sk is secret key, ct is the ciphertext representing an encapsulated key, and ss is shared secret.  The following figure illustrates a sample flow of KEM:</t>
        <artset>
          <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="352" width="544" viewBox="0 0 544 352" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
              <path d="M 8,280 L 8,304" fill="none" stroke="black"/>
              <path d="M 24,88 L 24,112" fill="none" stroke="black"/>
              <path d="M 184,32 L 184,64" fill="none" stroke="black"/>
              <path d="M 208,288 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,184 L 336,208" fill="none" stroke="black"/>
              <path d="M 360,32 L 360,64" fill="none" stroke="black"/>
              <path d="M 536,192 L 536,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 200,80" fill="none" stroke="black"/>
              <path d="M 32,112 L 200,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 344,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 200,272" fill="none" stroke="black"/>
              <path d="M 16,304 L 200,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="208" y="84">\</text>
                <text x="48" y="100">sk,</text>
                <text x="76" y="100">pk</text>
                <text x="96" y="100">=</text>
                <text x="152" y="100">kemKeyGen()</text>
                <text x="236" y="100">-|</text>
                <text x="208" y="116">|</text>
                <text x="244" y="148">pk</text>
                <text x="536" y="180">\</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="300" y="244">ct</text>
                <text x="208" y="276">\</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  |
                      +---------+ +---------+
  -----------------------\ |           |
  | sk, pk = kemKeyGen()   |-|         |
  |----------------------| |           |
                           |           |
                           | pk        |
                           |---------->|
                           |           | -------------------------\
                           |           |-| ss, ct = kemEncaps(pk) |
                           |           | |------------------------|
                           |           |
                           |        ct |
                           |<----------|
-------------------------\ |           |
| ss = kemDecaps(ct, sk) |-|           |
|------------------------| |           |
                           |           |

]]></artwork>
        </artset>
        <section anchor="authenticated-key-exchange-ake">
          <name>Authenticated Key Exchange (AKE)</name>
          <t>Authenticated Key Exchange 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-22"/>. 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"/>, explained in [hpke]. The following figure illustrates the Diffie-Hellman (DH) Key exchange:</t>
          <artset>
            <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="368" width="544" viewBox="0 0 544 368" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                <path d="M 8,296 L 8,320" fill="none" stroke="black"/>
                <path d="M 24,88 L 24,112" fill="none" stroke="black"/>
                <path d="M 184,32 L 184,64" fill="none" stroke="black"/>
                <path d="M 208,96 L 208,112" fill="none" stroke="black"/>
                <path d="M 208,304 L 208,320" fill="none" stroke="black"/>
                <path d="M 224,72 L 224,336" 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,336" fill="none" stroke="black"/>
                <path d="M 336,184 L 336,224" fill="none" stroke="black"/>
                <path d="M 360,32 L 360,64" fill="none" stroke="black"/>
                <path d="M 536,192 L 536,224" 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 200,80" fill="none" stroke="black"/>
                <path d="M 32,112 L 200,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 344,224 L 528,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 16,320 L 200,320" 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,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="208" y="84">\</text>
                  <text x="52" y="100">sk1,</text>
                  <text x="88" y="100">pk1</text>
                  <text x="112" y="100">=</text>
                  <text x="156" y="100">KeyGen()</text>
                  <text x="216" y="100">-</text>
                  <text x="248" y="148">pk1</text>
                  <text x="536" y="180">\</text>
                  <text x="328" y="196">-</text>
                  <text x="364" y="196">sk2,</text>
                  <text x="400" y="196">pk2</text>
                  <text x="424" y="196">=</text>
                  <text x="468" y="196">KeyGen()</text>
                  <text x="356" y="212">ss</text>
                  <text x="376" y="212">=</text>
                  <text x="428" y="212">KeyEx(pk1,</text>
                  <text x="492" y="212">sk2)</text>
                  <text x="304" y="260">pk2</text>
                  <text x="208" y="292">\</text>
                  <text x="28" y="308">ss</text>
                  <text x="48" y="308">=</text>
                  <text x="100" y="308">KeyEx(pk2,</text>
                  <text x="164" y="308">sk1)</text>
                  <text x="216" y="308">-</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art"><![CDATA[
                      +---------+ +---------+
                      | Client  | | Server  |
                      +---------+ +---------+
  -----------------------\ |           |
  | sk1, pk1 = KeyGen()  |-|           |
  |----------------------| |           |
                           |           |
                           | pk1       |
                           |---------->|
                           |           | -------------------------\
                           |           |-| sk2, pk2 = KeyGen()    |
                           |           | | ss = KeyEx(pk1, sk2)   |
                           |           | |------------------------|
                           |           |
                           |        pk2|
                           |<----------|
-------------------------\ |           |
| ss = KeyEx(pk2, sk1)   |-|           |
|------------------------| |           |
                           |           |

]]></artwork>
          </artset>
          <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 Authenticated Key Exchange (AKE). It's also worth noting that in an Ephemeral-Static Diffie-Hellman (DH) scenario, where <tt>sk2</tt> and <tt>pk2</tt> represent long-term keys. such as those contained in an email encryption certificate, the client can compute <tt>ss = KeyEx(pk2, sk1)</tt> without waiting for a response from the Server. This characteristic transforms it into a non-interactive and authenticated key exchange method. Many Internet protocols rely on this aspect of DH. When using Key Encapsulation Mechanisms (KEMs) as the underlying primitive, a flow may be non-interactive or authenticated, but not both. Consequently, certain Internet protocols will necessitate redesign to accommodate this distinction, either by introducing extra network round-trips or by making trade-offs in security properties.</t>
          <t>Post-Quantum KEMs are inherently interactive Authenticated Key Exchange (AKE) protocols because they involve back-and-forth communication to negotiate and establish a shared secret key. This is unlike Diffie-Hellman (DH) Key Exchange (KEX) or RSA Key Transport, which provide the non-interactive key exchange (NIKE) property. NIKE is a cryptographic primitive that enables two parties who know each other's public keys to agree on a symmetric shared key without requiring any real-time interaction. Consider encrypted email, where the content needs to be encrypted and sent even if the receiving device containing the decryption keys (e.g., a phone or laptop) is currently offline.</t>
        </section>
      </section>
      <section anchor="hpke">
        <name>HPKE</name>
        <t>HPKE (Hybrid Public Key Encryption) <xref target="RFC9180"/> deals with a variant of KEM which is essentially a PKE of arbitrary sized plaintexts for a recipient public key. It works with a combination of KEMs, KDFs and AEAD schemes (Authenticated Encryption with Additional Data). 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. Kyber, which is a KEM does not support the static-ephemeral key exchange that allows HPKE based on DH based KEMs its (optional) authenticated modes as discussed in Section 1.2 of <xref target="I-D.westerbaan-cfrg-hpke-xyber768d00-02"/>.</t>
      </section>
      <section anchor="security-property">
        <name>Security property</name>
        <ul spacing="normal">
          <li>IND-CCA2 : IND-CCA2 (INDistinguishability under adaptive Chosen-Ciphertext Attack) is an advanced security notion for encryption schemes. It ensures the confidentiality of the plaintext, resistance against chosen-ciphertext attacks, and prevents the adversary from forging new ciphertexts. An appropriate definition of IND-CCA2 security for KEMs can be found in <xref target="CS01"/> and <xref target="BHK09"/>. Kyber and Classic McEliece provide IND-CCA2 security.</li>
        </ul>
        <t>Understanding IND-CCA2 security is essential for individuals involved in designing or implementing cryptographic systems and protocols 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. IETF specification authors should include all security concerns in the 'Security Considerations' section of the relevant RFC and not rely on implementers being deep experts in cryptographic theory.</t>
      </section>
    </section>
    <section anchor="pqc-signatures-1">
      <name>PQC Signatures</name>
      <section anchor="what-is-a-post-quantum-signature">
        <name>What is a Post-quantum Signature</name>
        <t>Any digital signature scheme that provides a construction defining security under post quantum setting falls under this category of PQ signatures.</t>
      </section>
      <section anchor="security-property-1">
        <name>Security property</name>
        <ul spacing="normal">
          <li>EUF-CMA : 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. Dilithium, Falcon and SPHINCS+ provide EUF-CMA security.</li>
        </ul>
        <t>Understanding EUF-CMA security is essential for individual involved in designing or implementing cryptographic systems to ensure the security, reliability, and trustworthiness of digital signature schemes. It allows for informed decision-making, vulnerability analysis, compliance with standards, and designing systems that provide strong protection against forgery attacks. Understanding EUF-CMA security is generally not necessary for developers migrating to using an IETF-vetted post-quantum cryptography (PQC) signature scheme within a given protocol or flow. IETF specification authors should include all security concerns in the 'Security Considerations' section of the relevant RFC and should not assume that implementers are deep experts in cryptographic theory</t>
      </section>
      <section anchor="sig-scheme">
        <name>Details of FALCON, Dilithium, and SPHINCS+</name>
        <t>Dilithium <xref target="Dilithium"/> is a digital signature algorithm (part of the CRYSTALS suite) based on the hardness 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" method that leverages rejection sampling to render lattice based FS schemes compact and secure. Additionally, Dilithium offers both deterministic and randomized signing. Security properties of Dilithium are discussed in Section 9 of <xref target="I-D.ietf-lamps-dilithium-certificates"/>.</t>
        <t>Falcon <xref target="Falcon"/> 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 class of lattices and a trapdoor sampler technique.</t>
        <t>The main design principle of Falcon 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.  Falcon also offers very efficient signing and verification procedures. The main potential downsides of Falcon 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>Access to a robust floating-point stack in Falcon is essential for accurate, efficient, and secure execution of the mathematical computations involved in the scheme. It helps maintain precision, supports error correction techniques, and contributes to the overall reliability and performance of Falcon's cryptographic operations as well makes it more resistant to side-channel attacks.</t>
        <t>Falcon's signing operations require constant-time, 64-bit floating point operations to avoid catastrophic side channel vulnerabilities. Doing this correctly is very difficult and is also platform-dependent to an extreme degree, as NIST's report noted. Providing a masked implementation of Falcon also seems impossible, per the authors at the RWPQC 2023 symposium.</t>
        <t>The performance characteristics of Dilithium and Falcon may differ based on the specific implementation and hardware platform. Generally, Dilithium is known for its relatively fast signature generation, while Falcon can provide more efficient signature verification. The choice may depend on whether the application requires more frequent signature generation or signature verification. For further clarity, please refer to the tables in sections <xref target="RecSecurity"/> and <xref target="Comparisons"/>.</t>
        <t>SPHINCS+ <xref target="SPHINCS"/> 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. SPHINCS+ was designed to sign up to 2^64 messages 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. SPHINCS+ offers smaller key sizes, larger signature sizes, slower signature generation, and slower verification when compared to Dilithium and Falcon. SPHINCS+ 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. The advantages and disadvantages of SPHINCS+ over other signature algorithms is disussed in Section 3.1 of <xref target="I-D.draft-ietf-cose-sphincs-plus"/>.</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 changes over time. In both schemes, reusing a secret key state compromises cryptographic security guarantees.</t>
        <t>Multi-Tree 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. XMSS and Hierarchical Signature System (HSS) use a 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 XMSS^MT 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.</t>
        <t>XMSS and HSS/LMS can be applied in various scenarios where digital signatures are required, such as software updates.</t>
      </section>
      <section anchor="hash-then-sign-versus-sign-then-hash">
        <name>Hash-then-Sign Versus Sign-then-Hash</name>
        <t>Within the hash-then-sign paradigm, the message is hashed before signing it.  Hashing the message before signing it provides an additional layer of security by ensuring that only a fixed-size digest of the message is signed, rather than the entire message itself. By pre-hashing, the onus of resistance to existential forgeries becomes heavily reliant on the collision-resistance of the hash function in use.  As well as this security goal, the hash-then-sign paradigm also has the ability to improve performance by reducing the size of signed messages.  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. 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. 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>Protocols like TLS 1.3 and DNSSEC use the Hash-then-Sign paradigm. TLS 1.3 <xref target="RFC8446"/> uses it in the Certificate Verify to prove that the endpoint possesses the private key corresponding to its certificate, while DNSSEC <xref target="RFC4033"/> uses it to provide origin authentication and integrity assurance services for DNS data.</t>
        <t>In the case of Dilithium, it internally incorporates the necessary hash operations as part of its signing algorithm. Dilithium directly takes the original message, applies a hash function internally, and then uses the resulting hash value for the signature generation process. In case of SPHINCS+, it internally performs randomized message compression using a keyed hash function that can process arbitrary length messages. In case of Falcon, a hash function is used as part of the signature process, it uses the SHAKE-256 hash function to derive a digest of the message being signed. Therefore, Dilithium, Falcon, and SIHPNCS+ 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 Dilithium, Falcon, or SPHINCS+, 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 strongly preferred where applications can tolerate it.</t>
      </section>
    </section>
    <section anchor="RecSecurity">
      <name>Recommendations for Security / Performance Tradeoffs</name>
      <t>The table below denotes the 5 security levels provided by NIST required for PQC algorithms. Users can leverage the appropriate algorithm based on the security level required for their use case. The security is defined as a function of resources required to break AES 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 {NIST} as of time of writing (July 2023).</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">Atleast as hard as to break AES-128 (exhaustive key recovery)</td>
            <td align="left">Kyber512, Falcon512, Sphincs+SHA-256 128f/s</td>
          </tr>
          <tr>
            <td align="left">2</td>
            <td align="left">Atleast as hard as to break SHA-256/SHA3-256 (collision search)</td>
            <td align="left">Dilithium2</td>
          </tr>
          <tr>
            <td align="left">3</td>
            <td align="left">Atleast as hard as to break AES-192 (exhaustive key recovery)</td>
            <td align="left">Kyber768, Dilithium3, Sphincs+SHA-256 192f/s</td>
          </tr>
          <tr>
            <td align="left">4</td>
            <td align="left">Atleast as hard as to break 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">Atleast as hard as to break AES-256 (exhaustive key recovery)</td>
            <td align="left">Kyber1024, Falcon1024, Dilithium5, Sphincs+SHA-256 256f/s</td>
          </tr>
        </tbody>
      </table>
      <t>Please note the Sphincs+SHA-256 x"f/s" in the above table denotes whether its the Sphincs+ fast (f) version or small (s) version for "x" bit AES security level. Refer to <xref target="I-D.ietf-lamps-cms-sphincs-plus-02"/> for further details on Sphincs+ algorithms.</t>
      <t>The following table discusses the signature size differences for similar SPHINCS+ 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 parametrisation 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">SPHINCS+-{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">SPHINCS+-{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">SPHINCS+-{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">SPHINCS+-{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">SPHINCS+-{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">SPHINCS+-{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">Kyber512</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">Falcon512</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">Dilithium2</td>
            <td align="left">1312</td>
            <td align="left">2528</td>
            <td align="left">2420</td>
          </tr>
          <tr>
            <td align="left">3</td>
            <td align="left">Kyber768</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">Falcon1024</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">Kyber1024</td>
            <td align="left">1568</td>
            <td align="left">3168</td>
            <td align="left">1588</td>
          </tr>
        </tbody>
      </table>
    </section>
    <section anchor="Comparisons">
      <name>Comparing PQC KEMs/Signatures vs Traditional KEMs (KEXs)/Signatures</name>
      <t>In this section, we provide two tables for comparison of different KEMs and Signatures respectively, in the traditional and Post scenarios. These tables will 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, 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">Kyber512</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">Kyber768</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">Kyber1024</td>
            <td align="left">1568</td>
            <td align="left">3168</td>
            <td align="left">1588</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">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">Falcon512</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">Dilithium2</td>
            <td align="left">1312</td>
            <td align="left">2528</td>
            <td align="left">768</td>
          </tr>
          <tr>
            <td align="left">3</td>
            <td align="left">Dilithium3</td>
            <td align="left">1952</td>
            <td align="left">4000</td>
            <td align="left">3293</td>
          </tr>
          <tr>
            <td align="left">5</td>
            <td align="left">Falcon1024</td>
            <td align="left">1793</td>
            <td align="left">2305</td>
            <td align="left">1280</td>
          </tr>
        </tbody>
      </table>
      <t>As one can clearly observe from the above tables, leveraging a PQC KEM/Signature significantly increases the key sizes and the ciphertext/signature sizes as well as compared to traditional KEM(KEX)/Signatures. But the PQC algorithms do provide the additional security level in case there is an attack from a CRQC, whereas schemes based on prime factorization or discrete logarithm problems (finite field or elliptic curves) would provide no level of security at all against such attacks.</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 elliptic curve, will fall to quantum cryptalanysis, 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 classical 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 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>
        <ol spacing="normal" type="1"><li>Concatenate 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.</li>
          <li>Cascade 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"/>.</li>
        </ol>
      </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. 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 instance, a PQ/T hybrid certificate 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 <xref target="I-D.ounsworth-pq-composite-keys"/>; separate certificates could be used for individual component algorithms <xref target="I-D.ietf-lamps-cert-binding-for-multi-auth"/>.</t>
        <t>The frequency and duration of system upgrades and the time when CRQCs will become widely available need to be weighed in to determine whether and when to support the PQ/T Hybrid Authentication property.</t>
      </section>
      <section anchor="additional-considerations">
        <name>Additional Considerations</name>
        <t>It is also possible to use more than two algorithms together in a hybrid scheme, and there are multiple possible ways those algorithms can be combined.  For the purposes of a post-quantum transition, the simple combination of a post-quantum algorithm with a single classical algorithm is the most straightforward, but the use of multiple post-quantum algorithms with different hard math problems has also been considered.  When combining algorithms, it is possible to require that both algorithms be used together (the so-called "and" mode) or that only one does (the "or" mode), or even some more complicated scheme.  Schemes that do not require both algorithms to validate only have the strength of the weakest algorithm, and therefore offer little or no security benefit but may offer backwards compatibility, crypto agility, or ease-of-migration benefits.  Care should be taken when designing "or" mode hybrids to ensure that the larger PQ keys are not required to be transmitted to and processed by legacy clients that will not use them; this was the major drawback of the failed proposal <xref target="I-D.draft-truskovsky-lamps-pq-hybrid-x509"/>.  This combination of properties makes optionally including post-quantum keys without requiring their use to be generally unattractive in most use cases. On the other hand, including a classical key -- particularly an elliptic curve key -- alongside a lattice key is generally considered to be negligeable in terms of the extra bandwidth usage.</t>
        <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.  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 time of writing (August 2023) 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 pairs of algorithms that can be combined.  A recent trends in protocols is to only allow a small number of "known good" configurations that make sense, 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 crypto 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 adressing 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 (https://datatracker.ietf.org/doc/draft-bonnell-lamps-chameleon-certs/).</t>
        <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 standardised 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>
        <t>Many of these points are still being actively explored and discussed, and the consensus may change over time.</t>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <section anchor="cryptanalysis">
        <name>Cryptanalysis</name>
        <t>Classical 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.
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 Kyber <xref target="KyberSide"/> and one attack on Saber <xref target="SaberSide"/>. 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 relevant for both classical 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.
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 hardcoded 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 hardcoded 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 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 we rely on today. In addition, certain deployments may need to retain traditional algorithms due to regulatory constraints, for example FIPS or PCI compliance. Hybrid key exchange enables potential security against "Harvest Now, Decrypt Later" attack and hybrid signatures provide for time to react in the case of the announcement of a devastating attack agaist any one algorithm, while not fully abandoning traditional cryptosystems.</t>
      </section>
    </section>
    <section anchor="further-reading-resources">
      <name>Further Reading &amp; Resources</name>
      <section anchor="reading-list">
        <name>Reading List</name>
        <t>(A reading list. <eref target="https://nostarch.com/seriouscrypto">Serious Cryptography</eref>. Pointers to PQC sites with good explanations. List of reasonable Wikipedia pages.)</t>
      </section>
      <section anchor="developer-resources">
        <name>Developer Resources</name>
        <ul spacing="normal">
          <li>
            <eref target="https://openquantumsafe.org/">Open Quantum Safe</eref> and corresponding <eref target="https://github.com/open-quantum-safe">github</eref></li>
          <li>
            <eref target="https://github.com/ietf-wg-pquip/state-of-protocols-and-pqc">PQUIP WG list of PQC-related protocol work within the IETF</eref></li>
        </ul>
      </section>
    </section>
    <section anchor="contributors">
      <name>Contributors</name>
      <t>The authors would like to acknowledge that this content is assembled from countless hours of discussion and countless megabytes of email discussions. We have tried to reference as much source material as possible, and apologize to anyone whose work was inadvertently missed.</t>
      <t>In particular, the authors would like to acknowledge the contributions to this document by the following individuals:</t>
      <t>Kris Kwiatkowski</t>
      <t>PQShield, LTD</t>
      <t>United Kingdom.</t>
      <t>kris@amongbytes.com</t>
      <t>Mike Ounsworth</t>
      <t>Entrust</t>
      <t>Canada</t>
      <t>mike.ounsworth@entrust.com</t>
    </section>
    <section numbered="false" anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>It leverages text from https://github.com/paulehoffman/post-quantum-for-engineers/blob/main/pqc-for-engineers.md. Thanks to Dan Wing, Florence D, Thom Wiggers, Sophia Grundner-Culemann, Sofia Celi, Melchior Aelmans, and Falko Strenzke for the discussion, review and comments.</t>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </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>
      </references>
      <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="IBM" target="https://newsroom.ibm.com/2022-11-09-IBM-Unveils-400-Qubit-Plus-Quantum-Processor-and-Next-Generation-IBM-Quantum-System-Two">
          <front>
            <title>IBM Unveils 400 Qubit-Plus Quantum Processor and Next-Generation IBM Quantum System Two</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="Google" target="https://ai.googleblog.com/2019/10/quantum-supremacy-using-programmable.html">
          <front>
            <title>Quantum Supremacy Using a Programmable Superconducting Processor</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="Nokia" target="https://journals.aps.org/prx/pdf/10.1103/PhysRevX.13.011028">
          <front>
            <title>Interference Measurements of Non-Abelian e/4 &amp; Abelian e/2 Quasiparticle Braiding</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="IBMRoadmap" target="https://www.ibm.com/quantum/roadmap">
          <front>
            <title>The IBM Quantum Development Roadmap</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="Falcon" target="https://falcon-sign.info/">
          <front>
            <title>Fast Fourier lattice-based compact signatures over NTRU</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="Dilithium" target="https://pq-crystals.org/dilithium/index.shtml">
          <front>
            <title>Cryptographic Suite for Algebraic Lattices (CRYSTALS) - Dilithium</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="SPHINCS" target="https://sphincs.org/index.html">
          <front>
            <title>SPHINCS+</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="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="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="I-D.draft-ietf-lake-edhoc-22">
          <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="25" month="August" year="2023"/>
            <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-22"/>
        </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.westerbaan-cfrg-hpke-xyber768d00-02">
          <front>
            <title>X25519Kyber768Draft00 hybrid post-quantum KEM for HPKE</title>
            <author fullname="Bas Westerbaan" initials="B." surname="Westerbaan">
              <organization>Cloudflare</organization>
            </author>
            <author fullname="Christopher A. Wood" initials="C. A." surname="Wood">
              <organization>Cloudflare</organization>
            </author>
            <date day="4" month="May" year="2023"/>
            <abstract>
              <t>   This memo defines X25519Kyber768Draft00, a hybrid post-quantum KEM,
   for HPKE (RFC9180).  This KEM does not support the authenticated
   modes of HPKE.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-westerbaan-cfrg-hpke-xyber768d00-02"/>
        </reference>
        <reference anchor="I-D.ietf-lamps-dilithium-certificates">
          <front>
            <title>Internet X.509 Public Key Infrastructure: Algorithm Identifiers for Dilithium</title>
            <author fullname="Jake Massimo" initials="J." surname="Massimo">
              <organization>AWS</organization>
            </author>
            <author fullname="Panos Kampanakis" initials="P." surname="Kampanakis">
              <organization>AWS</organization>
            </author>
            <author fullname="Sean Turner" initials="S." surname="Turner">
              <organization>sn3rd</organization>
            </author>
            <author fullname="Bas Westerbaan" initials="B." surname="Westerbaan">
              <organization>Cloudflare</organization>
            </author>
            <date day="7" month="August" year="2023"/>
            <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 Dilithium quantum-resistant
   signatures in Internet X.509 certificates and certificate revocation
   lists.  The conventions for the associated post-quantum signatures,
   subject public keys, and private key are also described.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-lamps-dilithium-certificates-02"/>
        </reference>
        <reference anchor="I-D.draft-ietf-cose-sphincs-plus">
          <front>
            <title>JOSE and COSE Encoding for SPHINCS+</title>
            <author fullname="Michael Prorock" initials="M." surname="Prorock">
              <organization>mesur.io</organization>
            </author>
            <author fullname="Orie Steele" initials="O." surname="Steele">
              <organization>Transmute</organization>
            </author>
            <author fullname="Rafael Misoczki" initials="R." surname="Misoczki">
              <organization>Google</organization>
            </author>
            <author fullname="Michael Osborne" initials="M." surname="Osborne">
              <organization>IBM</organization>
            </author>
            <author fullname="Christine Cloostermans" initials="C." surname="Cloostermans">
              <organization>NXP</organization>
            </author>
            <date day="9" month="July" year="2023"/>
            <abstract>
              <t>   This document describes JSON and CBOR serializations for SPHINCS+, a
   Post-Quantum Cryptography (PQC) signature suite.

   This document does not define any new cryptography, only
   seralizations of existing cryptographic systems.

   This document registers key types for JOSE and COSE, specifically
   HASH.

   Key types in this document are specified by the cryptographic
   algorithm family in use by a particular algorithm as discussed in
   RFC7517.

   This document registers signature algorithms types for JOSE and COSE,
   specifically SPHINCS+256s and others as required for use of various
   parameterizations of the SPHINCS+ post-quantum signature scheme.

   Note to RFC Editor: SPHINCS+ is described and noted as a part of the
   2022 PQC Selected Digital Signature Algorithims
   (https://csrc.nist.gov/Projects/post-quantum-cryptography/selected-
   algorithms-2022) As a result, this document should not be proceed to
   AUTH48 until NIST completes paramter tuning and selection as a part
   of the PQC (https://csrc.nist.gov/projects/post-quantum-cryptography)
   standardization process.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-cose-sphincs-plus-01"/>
        </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="I-D.ietf-lamps-cms-sphincs-plus-02">
          <front>
            <title>Use of the SPHINCS+ 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="17" month="May" year="2023"/>
            <abstract>
              <t>   SPHINCS+ is a stateless hash-based signature scheme.  This document
   specifies the conventions for using the SPHINCS+ stateless hash-based
   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-02"/>
        </reference>
        <reference anchor="I-D.ietf-pquip-pqt-hybrid-terminology">
          <front>
            <title>Terminology for Post-Quantum Traditional Hybrid Schemes</title>
            <author fullname="Florence D" initials="F." surname="D">
              <organization>UK National Cyber Security Centre</organization>
            </author>
            <date day="4" month="May" year="2023"/>
            <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.

About This Document

   This note is to be removed before publishing as an RFC.

   Status information for this document may be found at
   https://datatracker.ietf.org/doc/draft-ietf-pquip-pqt-hybrid/.


              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-pquip-pqt-hybrid-terminology-00"/>
        </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</organization>
            </author>
            <date day="21" month="August" year="2023"/>
            <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-08"/>
        </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.ounsworth-pq-composite-keys">
          <front>
            <title>Composite Public and Private Keys For Use In Internet PKI</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>CableLabs</organization>
            </author>
            <author fullname="Jan Klaußner" initials="J." surname="Klaußner">
              <organization>D-Trust GmbH</organization>
            </author>
            <date day="29" month="May" year="2023"/>
            <abstract>
              <t>   The migration to post-quantum cryptography is unique in the history
   of modern digital cryptography in that neither the old outgoing nor
   the new incoming algorithms are fully trusted to protect data for the
   required data lifetimes.  The outgoing algorithms, such as RSA and
   elliptic curve, may fall to quantum cryptalanysis, while the incoming
   post-quantum algorithms face uncertainty about both the underlying
   mathematics as well as hardware and software implementations that
   have not had sufficient maturing time to rule out classical
   cryptanalytic attacks and implementation bugs.

   Cautious implementers may wish to layer cryptographic algorithms such
   that an attacker would need to break all of them in order to
   compromise the data being protected using either a Post-Quantum /
   Traditional Hybrid, Post-Quantum / Post-Quantum Hybrid, or
   combinations thereof.  This document, and its companions, defines a
   specific instantiation of hybrid paradigm called "composite" where
   multiple cryptographic algorithms are combined to form a single key,
   signature, or key encapsulation mechanism (KEM) such that they can be
   treated as a single atomic object at the protocol level.

   This document defines the structures CompositePublicKey and
   CompositePrivateKey, which are sequences of the respective structure
   for each component algorithm.  Explicit pairings of algorithms are
   defined which should meet most Internet needs.

   This document is intended to be coupled with corresponding documents
   that define the structure and semantics of composite signatures and
   encryption, such as [I-D.ounsworth-pq-composite-sigs] and
   [I-D.ounsworth-pq-composite-kem].

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ounsworth-pq-composite-keys-05"/>
        </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="26" month="June" year="2023"/>
            <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-01"/>
        </reference>
        <reference anchor="I-D.draft-truskovsky-lamps-pq-hybrid-x509">
          <front>
            <title>Multiple Public-Key Algorithm X.509 Certificates</title>
            <author fullname="Alexander Truskovsky" initials="A." surname="Truskovsky">
              <organization>ISARA Corporation</organization>
            </author>
            <author fullname="Daniel Van Geest" initials="D." surname="Van Geest">
              <organization>ISARA Corporation</organization>
            </author>
            <author fullname="Scott Fluhrer" initials="S." surname="Fluhrer">
              <organization>Cisco Systems</organization>
            </author>
            <author fullname="Panos Kampanakis" initials="P." surname="Kampanakis">
              <organization>Cisco Systems</organization>
            </author>
            <author fullname="Mike Ounsworth" initials="M." surname="Ounsworth">
              <organization>Entrust Datacard, Ltd</organization>
            </author>
            <author fullname="Serge Mister" initials="S." surname="Mister">
              <organization>Entrust Datacard, Ltd</organization>
            </author>
            <date day="24" month="August" year="2023"/>
            <abstract>
              <t>   Tombstone notice:

   This draft is no longer being pursued at the IETF.  A variant of this
   proposal was adopted in [itu-t-x509-2019], which allows two keys to
   be placed in a certificate but only one used at a time.  The major
   downside of this proposal is that it requires the large PQC key to be
   sent even to legacy clients which will not use it.  Additionally,
   this proposal does not present a generic encoding for the multiple
   signatures produced by the multiple keys contained in a hybrid
   certificate, leaving the responsibility to dependent protocols and
   applications for how to carry multiple signatures and how to signal
   that multiple signatures should have been present in order to detect
   stripping attacks.  As such, this document represents only a partial
   solution to the dual-signature problem.  How, and whether, to
   implement dual-signatures is an active and ongoing discussion topic
   at the IETF and work continues in this area across several working
   groups.  The PQUIP WG serves as a central location for all PQC-
   related discussion.

   Original abstract:

   This document describes a method of embedding alternative sets of
   cryptographic materials into X.509v3 digital certificates, X.509v2
   Certificate Revocation Lists (CRLs), and PKCS #10 Certificate Signing
   Requests (CSRs).  The embedded alternative cryptographic materials
   allow a Public Key Infrastructure (PKI) to use multiple cryptographic
   algorithms in a single object, and allow it to transition to the new
   cryptographic algorithms while maintaining backwards compatibility
   with systems using the existing algorithms.  Three X.509 extensions
   and three PKCS #10 attributes are defined, and the signing and
   verification procedures for the alternative cryptographic material
   contained in the extensions and attributes are detailed.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-truskovsky-lamps-pq-hybrid-x509-02"/>
        </reference>
      </references>
    </references>
  </back>
  <!-- ##markdown-source:
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

-->

</rfc>
