<?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-ar-pquip-pqc-engineers-02" category="info" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.17.4 -->
  <front>
    <title abbrev="PQC for Engineers">Post-Quantum Cryptography for Engineers</title>
    <seriesInfo name="Internet-Draft" value="draft-ar-pquip-pqc-engineers-02"/>
    <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="July" day="23"/>
    <area>Security</area>
    <workgroup>PQUIP</workgroup>
    <keyword>PQC</keyword>
    <abstract>
      <?line 177?>

<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 algorithms are just like 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 SHA2, as the algorithm properties are significantly different from classical algorithms, and a drop-in replacement is not possible.</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-ar-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 181?>

<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, 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. 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 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 post-quantum cryptographic (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 are largely used for secure communications between organizations 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. 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.</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, etc. It 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 standard 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 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.</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:  Key Agreement schemes 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 find the prime factors of the large public key, which can be used 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 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, 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. 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.</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.</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. Grover’s algorithm theoretically requires doubling the key sizes of the algorithms that one deploys 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"/>​).</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 CRQCs is known  to break the 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 considering a security level equivalent to that of AES-128, meaning that NIST has confidence in standardizing parameters for PQC that offer similar levels of security as AES-128 does <xref target="NIST"/>​. As a result, 128-bit algorithms should be considered quantum-safe for many years to come.</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 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) and protocols would need to be replaced by algorithms and protocols that can offer cryptanalytic resistance against CRQCs. Note that Shor’s algorithm doesn’t run on any 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 in this case, 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-for-transition">
      <name>Timeline for transition</name>
      <t>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>
      <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 migrate to a PQC infrastructure and "z" the time until a CRQC that can break current cryptography is available. The model assumes that encrypted data can be intercepted and stored before the migration is completed in "y" years. 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 less 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.</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 regularly spaced) to build problems that are hard to solve such as the Shortest Vector or Closes Vector Problem, Learning with Errors, and Learning with Rounding. All these problems have good proof for worst-to-average case reduction, thus equating 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 basis used for the lattice. In particular, solving any of the mentioned problems can be easy when using reduced or "good" basis (i.e., as short as possible and as orthogonal as possible), while it becomes computationally infeasible when using "bad" basis (i.e., long vectors not orthogonal). Although the problem might seem trivial, it is computationally hard when considering many dimensions. 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). Conversely, private keys (i.e., the "good" basis) can be used for generating the signatures (e.g., finding the specific vector). Signing is equivalent to solving the lattice problem.</t>
        <t>Lattice-based schemes usually have good performances and average size public keys and signatures, making them good 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 are often prone to decryption failures, 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 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 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 of the secret key.</t>
        <t>SPHINCS 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>Key Encapsulation Mechanism (KEM) is a cryptographic technique used for securely exchanging symmetric keys 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.</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="interactivity-in-pqc-kem-and-diffie-hellman-dh-key-exchange">
          <name>Interactivity in PQC KEM and Diffie-Hellman (DH) Key Exchange</name>
          <t>PQ KEMs are interactive in nature because it involves back-and-forth communication to negotiate and establish the shared secret key and unlike Diffie-Hellman (DH) Key exchange (KEX) which provides non-interactive key exchange (NIKE) property. NIKE is a cryptographic primitive which enables two parties, who know each others public keys, to agree on a symmetric shared key without requiring any interaction. The following figure illustrates a sample flow of DH:</t>
          <artset>
            <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="384" width="544" viewBox="0 0 544 384" 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,192" fill="none" stroke="black"/>
                <path d="M 224,224 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="436" y="212">Combine(pk1,</text>
                  <text x="508" 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="108" y="308">Combine(pk2,</text>
                  <text x="180" 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 = Combine(pk1, sk2) |
                           |           | |------------------------|
                           |           |
                           |        pk2|
                           |<----------|
-------------------------\ |           |
| ss = Combine(pk2, sk1) |-|           |
|------------------------| |           |
                           |           |


]]></artwork>
          </artset>
        </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, Classic McEliece and Saber provide IND-CCA2 security.</li>
        </ul>
        <t>Understanding IND-CCA2 security is essential for individuals involved in designing or implementing cryptographic systems to evaluate the strength of the algorithm, assess its suitability for specific use cases, and ensure that data confidentiality and security requirements are met.</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.</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 Fiat Shamir with Abort 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.</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 (which is also platform-dependent to an extreme degree) is very difficult, as NIST's report noted. Providing a masked implementation of Falcon also seems impossible, per the authors at the RWPQC 2023 symposium earlier this year.</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 intractability assumption. 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 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 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.  Hash-then-Sign also greatly reduces the amount of data that needs to be processed by a hardware security module, which sometimes have somewhat limited data processing capabilities.</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 proof 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, the hash-then-sign paradigm is not needed for Dilithium, SPHINCS+ and Falcon.</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 required algorithm based on the security level based on their use case. The security is defined as a function of resources required to break AES and SHA3 algorithms, i.e., optimal key recovery for AES and optimal collision attacks for SHA3.</t>
      <table>
        <thead>
          <tr>
            <th align="left">PQ Security Level</th>
            <th align="left">AES/SHA3 hardness</th>
            <th align="left">PQC Algorithm</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">1</td>
            <td align="left">Find optimal key in AES-128</td>
            <td align="left">Kyber512, Falcon512, Sphincs+SHA256 128f/s</td>
          </tr>
          <tr>
            <td align="left">2</td>
            <td align="left">Find optimal collision in SHA3-256</td>
            <td align="left">Dilithium2</td>
          </tr>
          <tr>
            <td align="left">3</td>
            <td align="left">Find optimal key in AES-192</td>
            <td align="left">Kyber768, Dilithium3, Sphincs+SHA256 192f/s</td>
          </tr>
          <tr>
            <td align="left">4</td>
            <td align="left">Find optimal collision in SHA3-384</td>
            <td align="left">No algorithm tested at this level</td>
          </tr>
          <tr>
            <td align="left">5</td>
            <td align="left">Find optimal key in AES-256</td>
            <td align="left">Kyber1024, Falcon1024, Dilithium5, Sphincs+SHA256 256f/s</td>
          </tr>
        </tbody>
      </table>
      <t>Please note the Sphincs+SHA256 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 SHA256 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_SHA256</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_SHA512</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_SHA256</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, 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 validate (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.  Since such schemes generally also require both keys to be distributed (e.g. https://datatracker.ietf.org/doc/html/draft-truskovsky-lamps-pq-hybrid-x509-01), there are substantial performance costs in some scenarios.  This combination of properties makes optionally including post-quantum keys without requiring their use to be generally unattractive in most use cases.</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 them, a "composite" algorithm composed of two other algorithms is simply a new algorithm, and support for adding new algorithms generally already exists.  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 are combined into a single signature.  The answer can be as simple as concatenation, if the lengths are fixed or easily determined.</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, and both must validate, to the certificate management layer, where they still need to be addressed.</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>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, whereas quantum cryptanalysis harnesses the power of CRQCs 
to solve specific mathematical problems more efficiently. 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>
      </section>
      <section anchor="hybrid-key-exchange-bridging-the-gap-between-post-quantum-and-traditional-cryptography">
        <name>Hybrid Key Exchange : 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. In addition, certain deployments may need to retain traditional algorithms due to regulatory constraints, for example FIPS compliance. Hybrid key exchange enables potential security against "Harvest Now, Decrypt Later" attack 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>
        </ul>
      </section>
    </section>
    <section anchor="contributors">
      <name>Contributors</name>
      <t>The following individuals have contributed to this document:</t>
      <t>Kris Kwiatkowski</t>
      <t>PQShield, LTD</t>
      <t>United Kingdom.</t>
      <t>kris@amongbytes.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="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="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="6" month="February" 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-01"/>
        </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 and Amazon Web Services</organization>
            </author>
            <date day="27" month="February" 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-06"/>
        </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>
      </references>
    </references>
  </back>
  <!-- ##markdown-source:
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

-->

</rfc>
