<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.5 (Ruby 3.0.2) -->
<?rfc strict="yes"?>
<?rfc comments="yes"?>
<?rfc docmapping="yes"?>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-pquip-pqc-engineers-03" category="info" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.20.0 -->
  <front>
    <title abbrev="PQC for Engineers">Post-Quantum Cryptography for Engineers</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-pquip-pqc-engineers-03"/>
    <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="2024" month="February" day="22"/>
    <area>Security</area>
    <workgroup>PQUIP</workgroup>
    <keyword>PQC</keyword>
    <abstract>
      <?line 189?>

<t>The presence of a Cryptographically Relevant Quantum Computer (CRQC) would render state-of-the-art, traditional public-key algorithms deployed today obsolete, since the assumptions about the intractability of the mathematical problems for these algorithms that offer confident levels of security today no longer apply in the presence of a CRQC. This means there is a requirement to update protocols and infrastructure to use post-quantum algorithms, which are public-key algorithms designed to be secure against CRQCs as well as classical computers.  These new public-key algorithms behave similarly to previous public key algorithms, however the intractable mathematical problems have been carefully chosen so they are hard for CRQCs as well as classical computers. This document explains why engineers need to be aware of and understand post-quantum cryptography. It emphasizes the potential impact of CRQCs on current cryptographic systems and the need to transition to post-quantum algorithms to ensure long-term security. The most important thing to understand is that this transition is not like previous transitions from DES to AES or from SHA-1 to SHA-2. While drop-in replacement may be possible in some cases, others will require protocol re-design to accommodate significant differences in behavior between the new post-quantum algorithms and the classical algorithms that they are replacing.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-pquip-pqc-engineers/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        pquip Working Group mailing list (<eref target="mailto:pqc@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/pqc/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/pqc/"/>.
      </t>
    </note>
  </front>
  <middle>
    <?line 193?>

<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. At the time of writing the document, Cryptographically Relevant Quantum Computers (CRQCs) that can break widely used public-key cryptographic algorithms are not yet available. However, it is worth noting that there is ongoing research and development in the field of quantum computing, with the goal of building more powerful and scalable quantum computers. One common myth is that quantum computers are faster than conventional CPUs and GPUs in all areas. This is not the case; much as GPUs outperform general-purpose CPUs only on specific types of problems, so too will quantum computers have a niche set of problems on which they excel; unfortunately for cryptographers, integer factorization and discrete logarithms, the mathematical problems underpinning all of modern cryptography, happen to fall within the niche that we expect quantum computers to excel at. As such, as quantum technology advances, there is the potential for future quantum computers to have a significant impact on current cryptographic systems. Predicting the emergence of CRQC is a challenging task, and there is ongoing uncertainty regarding when they will become practically feasible.</t>
      <t>Extensive research has produced several "post-quantum cryptographic (PQC) algorithms" (sometimes referred to as "quantum-safe" algorithms) that offer the potential to ensure cryptography's survival in the quantum computing era. However, transitioning to a post-quantum infrastructure is not a straightforward task, and there are numerous challenges to overcome. It requires a combination of engineering efforts, proactive assessment and evaluation of available technologies, and a careful approach to product development. This document aims to provide general guidance to engineers who utilize public-key cryptography in their software. It covers topics such as selecting appropriate PQC algorithms, understanding the differences between PQC Key Encapsulation Mechanisms (KEMs) and traditional Diffie-Hellman style key exchange, and provides insights into expected key sizes and processing time differences between PQC algorithms and traditional ones. Additionally, it discusses the potential threat to symmetric cryptography from Cryptographically Relevant Quantum Computers (CRQCs).  It is important to remember that asymmetric algorithms (also known as public key algorithms) are largely used for secure communications between organizations or endpoints that may not have previously interacted, so a significant amount of coordination between organizations, and within and between ecosystems needs to be taken into account.  Such transitions are some of the most complicated in the tech industry and will require staged migrations in which upgraded agents need to co-exist and communicate with non-upgraded agents at a scale never before undertaken. It might be worth mentioning that recently NSA released an article on Future Quantum-Resistant (QR) Algorithm Requirements for National Security Systems <xref target="CNSA2-0"/> based on the need to protect against deployments of CRQCs in the future. Germany's BSI has also released a PQC migration and recommendations document <xref target="BSI-PQC"/> which largely aligns with United States NIST and NSA guidance, but does differ on some of the guidance.</t>
      <t>It is crucial for the reader to understand that when the word "PQC" is mentioned in the document, it means Asymmetric Cryptography (or Public key Cryptography) and not any algorithms from the Symmetric side based on stream, block ciphers, hash functions, MACs, etc. This document does not cover such topics as when traditional algorithms might become vulnerable (for that, see documents such as <xref target="QC-DNS"/> and others).  It also does not cover unrelated technologies like Quantum Key Distribution or Quantum Key Generation, which use quantum hardware to exploit quantum effects to protect communications and generate keys, respectively.  Post-quantum cryptography is based on conventional (i.e., non-quantum) math and software and can be run on any general purpose computer.</t>
      <t>Please note: This document does not go into the deep mathematics or technical specification of the PQC algorithms, but rather provides an overview to engineers on the current threat landscape and the relevant algorithms designed to help prevent those threats.  Also, the cryptographic and algorithmic guidance given in this document should be taken as non-authoritative if it conflicts with emerging and evolving guidance from the IRTF's Cryptographic Forum Research Group (CFRG).</t>
      <t>While there is ongoing discussion about whether to use the term 'Post-Quantum' or 'Quantum Ready/Resistant' to describe algorithms that resist CRQCs, a consensus has not yet been reached. It's important to clarify that 'Post-Quantum' refers to algorithms designed to withstand attacks by CRQCs and classical computers alike. These algorithms are based on mathematically hard cryptographic problems that neither CRQCs nor classical computers are expected to break. The term "quantum resistant" or "quantum ready" are used for algorithms which are synonymous with Post-Quantum termed algorithms but a final decision has not yet been reached as to the ambiguity of these terms.</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>
          <t>Key Agreement and Key Transport:  Key Agreement schemes, typically referred to as Diffie-Hellman (DH) or Elliptic Curve Diffie-Hellman (ECDH), as well as Key Transport, typically using RSA Encryption, are used to establish a shared cryptographic key for secure communication. They are one of the mechanisms that can be replaced by PQC, as this is based on public key cryptography and is therefore vulnerable to the Shor's algorithm. A CRQC can employ Shor's algorithm to efficiently find the prime factors of a large public key (in case of RSA), which in turn can be exploited to derive the private key. In the case of Diffie-Hellman, a CRQC has the potential to calculate the exponent or discrete logarithm of the (short or long-term) Diffie-Hellman public key. This, in turn, would reveal the precise secret required to derive the session key.</t>
        </li>
        <li>
          <t>Digital Signatures: Digital Signature schemes are used to authenticate the identity of a sender, detect unauthorized modifications to data and underpin trust in a system. Similar to Key Agreement, signatures also depend on a public-private key pair based on the same mathematics as for Key Agreement and Key Transport, and hence a break in public key cryptography will also affect traditional digital signatures, hence the importance of developing post-quantum digital signatures.</t>
        </li>
      </ul>
    </section>
    <section anchor="invariants-of-post-quantum-cryptography">
      <name>Invariants of Post-Quantum Cryptography</name>
      <t>In the context of PQC, symmetric-key cryptographic algorithms are generally not directly impacted by quantum computing advancements. Symmetric-key cryptography, which includes keyed primitives such as block ciphers (e.g., AES) and message authentication mechanisms (e.g., HMAC-SHA2), rely on secret keys shared between the sender and receiver. Symmetric cryptography also includes hash functions (e.g., SHA-256) that are used for secure message digesting without any shared key material. HMAC is a specific construction that utilizes a cryptographic hash function (such as SHA-2) and a secret key shared between the sender and receiver to produce a message authentication code. CRQCs, in theory, do not offer substantial advantages in breaking symmetric-key algorithms compared to classical computers (see <xref target="symmetric"/> for more details).</t>
    </section>
    <section anchor="nist-pqc-algorithms">
      <name>NIST PQC Algorithms</name>
      <t>In 2016, the National Institute of Standards and Technology (NIST) started a process to solicit, evaluate, and standardize one or more quantum-resistant public-key cryptographic algorithms, as seen <eref target="https://csrc.nist.gov/projects/post-quantum-cryptography">here</eref>. The first set of algorithms for standardization (https://csrc.nist.gov/publications/detail/nistir/8413/final) were selected in July 2022.</t>
      <t>NIST announced as well that they will be <eref target="https://csrc.nist.gov/csrc/media/Projects/post-quantum-cryptography/documents/round-4/guidelines-for-submitting-tweaks-fourth-round.pdf">opening a fourth round</eref> to standardize an alternative KEM, and a <eref target="https://csrc.nist.gov/csrc/media/Projects/pqc-dig-sig/documents/call-for-proposals-dig-sig-sept-2022.pdf">call</eref> for new candidates for a post-quantum signature algorithm.</t>
      <t>These algorithms are not a drop-in replacement for classical asymmetric cryptographic algorithms. For instance, RSA <xref target="RSA"/> and ECC <xref target="RFC6090"/> can be used as both a key encapsulation method (KEM) and as a signature scheme, whereas there is currently no post-quantum algorithm that can perform both functions. When upgrading protocols, it is important to replace the existing use of classical algorithms with either a PQC KEM or a PQC signature method, depending on how the classical algorithm was previously being used. Additionally, KEMs, as described in Section 10, present a different API than either key agreement or key transport primitives. As a result, they may require protocol-level or application-level changes in order to be incorporated.</t>
      <section anchor="nist-candidates-selected-for-standardization">
        <name>NIST candidates selected for standardization</name>
        <section anchor="pqc-key-encapsulation-mechanisms-kems">
          <name>PQC Key Encapsulation Mechanisms (KEMs)</name>
          <ul spacing="normal">
            <li>
              <t><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"/>).</t>
            </li>
          </ul>
        </section>
        <section anchor="pqc-signatures">
          <name>PQC Signatures</name>
          <ul spacing="normal">
            <li>
              <t><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"/>).</t>
            </li>
            <li>
              <t><eref target="https://falcon-sign.info/">Falcon</eref>: Falcon is a lattice signature scheme (<xref target="lattice-based"/> and <xref target="sig-scheme"/>).</t>
            </li>
            <li>
              <t><eref target="https://sphincs.org/">SPHINCS+</eref>: SPHINCS+ is a stateless hash-based signature scheme (<xref target="hash-based"/> and <xref target="sig-scheme"/>).</t>
            </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 alternative algorithm that is based on different hard problem than Kyber.
The candidates still advancing for standardization are:</t>
        <ul spacing="normal">
          <li>
            <t><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.</t>
          </li>
          <li>
            <t><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.</t>
          </li>
          <li>
            <t><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.</t>
          </li>
          <li>
            <t><eref target="https://sike.org/">SIKE</eref> (Broken): Supersingular Isogeny Key Encapsulation (SIKE) is a specific realization of the SIDH (Supersingular Isogeny Diffie-Hellman) protocol. Recently, a <eref target="https://eprint.iacr.org/2022/975.pdf">mathematical attack</eref> based on the "glue-and-split" theorem from 1997 from Ernst Kani was found against the underlying chosen starting curve and torsion information. In practical terms, this attack allows for the efficient recovery of the private key. NIST announced that SIKE was no longer under consideration, but the authors of SIKE had asked for it to remain in the list so that people are aware that it is broken.  While SIKE is broken, Isogenies in general remain an active area of cryptographic research due to their very attractive bandwidth usage, and we may yet see more cryptographic primitives in the future from this research area.</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="threat-of-crqcs-on-cryptography">
      <name>Threat of CRQCs on Cryptography</name>
      <t>Post-quantum cryptography or quantum-safe cryptography refers to cryptographic algorithms that are secure against cryptographic attacks from both CRQCs and classic computers.</t>
      <t>When considering the security risks associated with the ability of a quantum computer to attack traditional cryptography, it is important to distinguish between the impact on symmetric algorithms and public-key ones. Dr. Peter Shor and Dr. Lov Grover developed two algorithms that changed the way the world thinks of security under the presence of a CRQC.</t>
      <section anchor="symmetric">
        <name>Symmetric cryptography</name>
        <t>Grover's algorithm is a quantum search algorithm that provides a theoretical quadratic speedup for searching an unstructured database, compared to classical algorithms. If we consider the mapping of hash values to their corresponding hash inputs (also known as pre-image), or of ciphertext blocks to the corresponding plaintext blocks, as an unstructured database, then Grover’s algorithm theoretically requires doubling the key sizes of the symmetric algorithms that are currently deployed today to achieve quantum resistance. This is because Grover’s algorithm reduces the amount of operations to break 128-bit symmetric cryptography to 2^{64} quantum operations, which might sound computationally feasible. However, 2^{64} operations performed in parallel are feasible for modern classical computers, but 2^{64} quantum operations performed serially in a quantum computer are not. Grover's algorithm is highly non-parallelizable and even if one deploys 2^c computational units in parallel to brute-force a key using Grover's algorithm, it will complete in time proportional to 2^{(128−c)/2}, or, put simply, using 256 quantum computers will only reduce runtime by a factor of 16, 1024 quantum computers will only reduce runtime by a factor of 32 and so forth ​(see <xref target="NIST"/> and <xref target="Cloudflare"/>​).  Therefore, while Grover's attack suggests that we should double the sizes of symmetric keys, the current consensus among experts is that the current key sizes remain secure in practice.</t>
        <t>For unstructured data such as symmetric encrypted data or cryptographic hashes, although CRQCs can search for specific solutions across all possible input combinations (e.g., Grover's Algorithm), no quantum algorithm is known to break the underlying security properties of these classes of algorithms.</t>
        <t>How can someone be sure that an improved algorithm won’t outperform Grover's algorithm at some point in time? Christof Zalka has shown that Grover's algorithm (and in particular its non-parallel nature) achieves the best possible complexity for unstructured search <xref target="Grover-search"/>.</t>
        <t>Finally, in their evaluation criteria for PQC, NIST is assessing the security levels of proposed post-quantum algorithms by comparing them against the equivalent classical and quantum security of AES-128, 192, and 256. This indicates that NIST is confident in the stable security properties of AES, even in the presence of both classical and quantum attacks. As a result, 128-bit algorithms can be considered quantum-safe for the foreseeable future.</t>
      </section>
      <section anchor="asymmetric-cryptography">
        <name>Asymmetric cryptography</name>
        <t>“Shor’s algorithm” on the other side, efficiently solves the integer factorization problem (and the related discrete logarithm problem), which offer the foundations of the vast majority of public-key cryptography that the world uses today. This implies that, if a CRQC is developed, today’s public-key cryptography algorithms (e.g., RSA, Diffie-Hellman and Elliptic Curve Cryptography, as well as less commonly-used variants such as ElGamal and Schnorr signatures) and protocols would need to be replaced by algorithms and protocols that can offer cryptanalytic resistance against CRQCs. Note that Shor’s algorithm cannot run solely on a classic computer, it needs a CRQC.</t>
        <t>For example, to provide some context, one would need 20 million noisy qubits to break RSA-2048 in 8 hours <xref target="RSAShor"/><xref target="RSA8HRS"/> or 4099 stable (or logical) qubits to break it in 10 seconds <xref target="RSA10SC"/>.</t>
        <t>For structured data such as public-key and signatures, instead, CRQCs can fully solve the underlying hard problems used in classic cryptography (see Shor's Algorithm). Because an increase of the size of the key-pair would not provide a secure solution short of RSA keys that are many gigabytes in size <xref target="PQRSA"/>, a complete replacement of the algorithm is needed. Therefore, post-quantum public-key cryptography must rely on problems that are different from the ones used in classic public-key cryptography (i.e., the integer factorization problem, the finite-field discrete logarithm problem, and the elliptic-curve discrete logarithm problem).</t>
      </section>
    </section>
    <section anchor="timeline">
      <name>Timeline for transition</name>
      <t>The timeline, and driving motivation for transition differs slightly between data confidentiality (e.g., encryption) and data authentication (e.g., signature) use-cases.</t>
      <t>For data confidentiality, we are concerned with the so-called "Harvest Now, Decrypt Later" attack where a malicious actor with adequate resources can launch an attack to store sensitive encrypted data today that can be decrypted once a CRQC is available. This implies that, every day, sensitive encrypted data is susceptible to the attack by not implementing quantum-safe strategies, as it corresponds to data being deciphered in the future.</t>
      <t>For authentication, it is often the case that signatures have a very short lifetime between signing and verifying -- such as during a TLS handshake -- but some authentication use-cases do require long lifetimes, such as signing firmware or software that will be active for decades, signing legal documents, or signing certificates that will be embedded into hardware devices such as smartcards.</t>
      <figure anchor="Mosca">
        <name>Mosca model</name>
        <artwork><![CDATA[
+------------------------+----------------------------+
|                        |                            |
|         y              |           x                |
+------------------------+----------+-----------------+
|                                   | <--------------->
|               z                   |   Security gap
+-----------------------------------+

]]></artwork>
      </figure>
      <t>These challenges are illustrated nicely by the so-called Mosca model discussed in ​<xref target="Threat-Report"/>. In the <xref target="Mosca"/>, "x" denotes the time that our systems and data need to remain secure, "y" the number of years to fully migrate to a PQC infrastructure and "z" the time until a CRQC that can break current cryptography is available. The model assumes either that encrypted data can be intercepted and stored before the migration is completed in "y" years,  or that signatures will still be relied upon for "x" years after their creation. This data remains vulnerable for the complete "x" years of their lifetime, thus the sum "x+y" gives us an estimate of the full timeframe that data remain insecure. The model essentially asks how are we preparing our IT systems during those "y" years (or in other words, how can one minimize those "y" years) to minimize the transition phase to a PQC infrastructure and hence minimize the risks of data being exposed in the future.</t>
      <t>Finally, other factors that could accelerate the introduction of a CRQC should not be under-estimated, like for example faster-than-expected advances in quantum computing and more efficient versions of Shor’s algorithm requiring fewer qubits. Innovation often comes in waves, so it is to the industry’s benefit to remain vigilant and prepare as early as possible. Bear in mind also that while we track advances from public research institutions such as universities and companies that publish their results, there is also a great deal of large-budget quantum research being conducted privately by various national interests. Therefore, the true state of quantum computer advancement is likely several years ahead of the publicly available research.</t>
    </section>
    <section anchor="post-quantum-cryptography-categories">
      <name>Post-quantum cryptography categories</name>
      <t>The current set of problems used in post-quantum cryptography can be currently grouped into three different categories: lattice-based, hash-based and code-based.</t>
      <section anchor="lattice-based">
        <name>Lattice-Based Public-Key Cryptography</name>
        <t>Lattice-based public-key cryptography leverages the simple construction of lattices (i.e., a regular collection of points in a Euclidean space that are evenly spaced) to create 'trapdoor' problems. These problems are efficient to compute if you possess the secret information but challenging to compute otherwise. Examples of such problems include the Shortest Vector, Closest Vector, Shortest Integer Solution, Learning with Errors, Module Learning with Errors, and Learning with Rounding problems. All of these problems feature strong proofs for worst-to-average case reduction, effectively relating the hardness of the average case to the worst case.</t>
        <t>The possibility to implement public-key schemes on lattices is tied to the characteristics of the vector basis used for the lattice. In particular, solving any of the mentioned problems can be easy when using "reduced" or "good" bases (i.e., as short as possible and as orthogonal as possible), while it becomes computationally infeasible when using "bad" bases (i.e., long vectors not orthogonal). Although the problem might seem trivial, it is computationally hard when considering many dimensions, or when the underlying field is not simple numbers, but high-order polynomials. Therefore, a typical approach is to use "bad" basis for public keys and "good" basis for private keys. The public keys ("bad" basis) let you easily verify signatures by checking, for example, that a vector is the closest or smallest, but do not let you solve the problem (i.e., finding the vector) that would yield the private key. Conversely, private keys (i.e., the "good" basis) can be used for generating the signatures (e.g., finding the specific vector).</t>
        <t>Lattice-based schemes usually have good performances and average size public keys and signatures (average within the PQC primitives at least, they are still several orders of magnitude larger than RSA or ECC signatures), making them the best available candidates for general-purpose use such as replacing the use of RSA in PKIX certificates.</t>
        <t>Examples of such class of algorithms include Kyber, Falcon and Dilithium.</t>
        <t>It is noteworthy that lattice-based encryption schemes require a rounding step during decryption which has a non-zero probability of "rounding the wrong way" and leading to a decryption failure, meaning that valid encryptions are decrypted incorrectly; as such, an attacker could significantly reduce the security of lattice-based schemes that have a relatively high failure rate. However, for most of the NIST Post-Quantum Proposals, the number of required oracle queries to force a decryption failure is above practical limits, as has been shown in <xref target="LattFail1"/>. More recent works have improved upon the results in <xref target="LattFail1"/>, showing that the cost of searching for additional failing ciphertexts after one or more have already been found, can be sped up dramatically <xref target="LattFail2"/>. Nevertheless, at this point in time (July 2023), the PQC candidates by NIST are considered secure under these attacks and we suggest constant monitoring as cryptanalysis research is ongoing.</t>
      </section>
      <section anchor="hash-based">
        <name>Hash-Based Public-Key Cryptography</name>
        <t>Hash based PKC has been around since the 1970s, when it was developed by Lamport and Merkle. It is used to create digital signature algorithms and its security is mathematically based on the security of the selected cryptographic hash function. Many variants of hash-based signatures (HBS) have been developed since the 70s including the recent XMSS <xref target="RFC8391"/>, HSS/LMS <xref target="RFC8554"/> or BPQS schemes. Unlike digital signature techniques, most hash-based signature schemes are stateful, which means that signing necessitates the update and careful tracking of the secret key. Producing multiple signatures using the same secret key state results in loss of security and ultimately signature forgery attacks against that key.</t>
        <t>The SPHINCS algorithm on the other hand leverages the HORST (Hash to Obtain Random Subset with Trees) 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 started in the 1970s and 80s based on the seminal work of McEliece and Niederreiter which focuses on the study of cryptosystems based on error-correcting codes. Some popular error correcting codes include the Goppa codes (used in McEliece cryptosystems), encoding and decoding syndrome codes used in Hamming Quasi-Cyclic (HQC) or Quasi-cyclic Moderate density parity check (QC-MDPC) codes.</t>
        <t>Examples include all the NIST Round 4 (unbroken) finalists: Classic McEliece, HQC, BIKE.</t>
      </section>
    </section>
    <section anchor="KEMs">
      <name>KEMs</name>
      <section anchor="what-is-a-kem">
        <name>What is a KEM</name>
        <t>A Key Encapsulation Mechanism (KEM) is a cryptographic technique used for securely exchanging symmetric key material between two parties over an insecure channel. It is commonly used in hybrid encryption schemes, where a combination of asymmetric (public-key) and symmetric encryption is employed. The KEM encapsulation results in a fixed-length symmetric key that can be used in one of two ways: (1) Derive a Data Encryption Key (DEK) to encrypt the data (2) Derive a Key Encryption Key (KEK) used to wrap the DEK.  The term "encapsulation" is chosen intentionally to indicate that KEM algorithms behave differently at the API level than the Key Agreement or Key Encipherment / Key Transport mechanisms that we are accustomed to using today. Key Agreement schemes imply that both parties contribute a public / private keypair to the exchange, while Key Encipherment / Key Transport schemes imply that the symmetric key material is chosen by one party and "encrypted" or "wrapped" for the other party. KEMs, on the other hand, behave according to the following API:</t>
        <t>KEM relies on the following primitives <xref target="PQCAPI"/>:</t>
        <ul spacing="normal">
          <li>
            <t>def kemKeyGen() -&gt; (pk, sk)</t>
          </li>
          <li>
            <t>def kemEncaps(pk) -&gt; (ct, ss)</t>
          </li>
          <li>
            <t>def kemDecaps(ct, sk) -&gt; ss</t>
          </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 based key exchange:</t>
        <figure anchor="tab-kem-ke">
          <name>KEM based Key Exchange</name>
          <artset>
            <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="336" width="536" viewBox="0 0 536 336" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                <path d="M 8,272 L 8,304" fill="none" stroke="black"/>
                <path d="M 24,80 L 24,112" fill="none" stroke="black"/>
                <path d="M 184,32 L 184,64" fill="none" stroke="black"/>
                <path d="M 208,80 L 208,112" fill="none" stroke="black"/>
                <path d="M 208,272 L 208,304" fill="none" stroke="black"/>
                <path d="M 224,72 L 224,320" fill="none" stroke="black"/>
                <path d="M 264,32 L 264,64" fill="none" stroke="black"/>
                <path d="M 280,32 L 280,64" fill="none" stroke="black"/>
                <path d="M 320,72 L 320,320" fill="none" stroke="black"/>
                <path d="M 336,176 L 336,208" fill="none" stroke="black"/>
                <path d="M 360,32 L 360,64" fill="none" stroke="black"/>
                <path d="M 528,176 L 528,208" fill="none" stroke="black"/>
                <path d="M 184,32 L 264,32" fill="none" stroke="black"/>
                <path d="M 280,32 L 360,32" fill="none" stroke="black"/>
                <path d="M 184,64 L 264,64" fill="none" stroke="black"/>
                <path d="M 280,64 L 360,64" fill="none" stroke="black"/>
                <path d="M 24,80 L 208,80" fill="none" stroke="black"/>
                <path d="M 24,112 L 208,112" fill="none" stroke="black"/>
                <path d="M 232,160 L 312,160" fill="none" stroke="black"/>
                <path d="M 336,176 L 528,176" fill="none" stroke="black"/>
                <path d="M 336,208 L 528,208" fill="none" stroke="black"/>
                <path d="M 232,256 L 312,256" fill="none" stroke="black"/>
                <path d="M 8,272 L 208,272" fill="none" stroke="black"/>
                <path d="M 8,304 L 208,304" fill="none" stroke="black"/>
                <polygon class="arrowhead" points="320,160 308,154.4 308,165.6" fill="black" transform="rotate(0,312,160)"/>
                <polygon class="arrowhead" points="240,256 228,250.4 228,261.6" fill="black" transform="rotate(180,232,256)"/>
                <g class="text">
                  <text x="220" y="52">Client</text>
                  <text x="316" y="52">Server</text>
                  <text x="48" y="100">sk,</text>
                  <text x="76" y="100">pk</text>
                  <text x="96" y="100">=</text>
                  <text x="152" y="100">kemKeyGen()</text>
                  <text x="216" y="100">-</text>
                  <text x="244" y="148">pk</text>
                  <text x="328" y="196">-</text>
                  <text x="360" y="196">ss,</text>
                  <text x="388" y="196">ct</text>
                  <text x="408" y="196">=</text>
                  <text x="472" y="196">kemEncaps(pk)</text>
                  <text x="292" y="244">ct</text>
                  <text x="28" y="292">ss</text>
                  <text x="48" y="292">=</text>
                  <text x="112" y="292">kemDecaps(ct,</text>
                  <text x="184" y="292">sk)</text>
                  <text x="216" y="292">-</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art"><![CDATA[
                      +---------+ +---------+
                      | Client  | | Server  |
                      +---------+ +---------+
  +----------------------+ |           |
  | sk, pk = kemKeyGen() |-|           |
  +----------------------+ |           |
                           |           |
                           | pk        |
                           |---------->|
                           |           | +-----------------------+
                           |           |-| ss, ct = kemEncaps(pk)|
                           |           | +-----------------------+
                           |           |
                           |       ct  |
                           |<----------|
+------------------------+ |           |
| ss = kemDecaps(ct, sk) |-|           |
+------------------------+ |           |
                           |           |
]]></artwork>
          </artset>
        </figure>
        <section anchor="authenticated-key-exchange-ake">
          <name>Authenticated Key Exchange (AKE)</name>
          <t>Authenticated Key Exchange with KEMs where both parties contribute a KEM public key to the overall session key is interactive as described in <xref target="I-D.draft-ietf-lake-edhoc-22"/>. However, single-sided KEM, such as when one peer has a KEM key in a certificate and the other peer wants to encrypt for it (as in S/MIME or OpenPGP email), can be achieved using non-interactive HPKE <xref target="RFC9180"/>, explained in [hpke]. The following figure illustrates the Diffie-Hellman (DH) Key exchange:</t>
          <figure anchor="tab-dh-ake">
            <name>Diffie-Hellman based Authenticated Key Exchange</name>
            <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,288 L 8,320" fill="none" stroke="black"/>
                  <path d="M 24,80 L 24,112" fill="none" stroke="black"/>
                  <path d="M 184,32 L 184,64" fill="none" stroke="black"/>
                  <path d="M 208,80 L 208,112" fill="none" stroke="black"/>
                  <path d="M 208,288 L 208,320" fill="none" stroke="black"/>
                  <path d="M 224,72 L 224,336" fill="none" stroke="black"/>
                  <path d="M 264,32 L 264,64" fill="none" stroke="black"/>
                  <path d="M 280,32 L 280,64" fill="none" stroke="black"/>
                  <path d="M 320,72 L 320,336" fill="none" stroke="black"/>
                  <path d="M 336,176 L 336,224" fill="none" stroke="black"/>
                  <path d="M 360,32 L 360,64" fill="none" stroke="black"/>
                  <path d="M 536,176 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 208,80" fill="none" stroke="black"/>
                  <path d="M 24,112 L 208,112" fill="none" stroke="black"/>
                  <path d="M 232,160 L 312,160" fill="none" stroke="black"/>
                  <path d="M 336,176 L 536,176" fill="none" stroke="black"/>
                  <path d="M 336,224 L 536,224" fill="none" stroke="black"/>
                  <path d="M 232,272 L 312,272" fill="none" stroke="black"/>
                  <path d="M 8,288 L 208,288" fill="none" stroke="black"/>
                  <path d="M 8,320 L 208,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="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="328" y="196">-</text>
                    <text x="364" y="196">sk2,</text>
                    <text x="400" y="196">pk2</text>
                    <text x="424" y="196">=</text>
                    <text x="468" y="196">KeyGen()</text>
                    <text x="356" y="212">ss</text>
                    <text x="376" y="212">=</text>
                    <text x="428" y="212">KeyEx(pk1,</text>
                    <text x="492" y="212">sk2)</text>
                    <text x="304" y="260">pk2</text>
                    <text x="28" y="308">ss</text>
                    <text x="48" y="308">=</text>
                    <text x="100" y="308">KeyEx(pk2,</text>
                    <text x="164" y="308">sk1)</text>
                    <text x="216" y="308">-</text>
                  </g>
                </svg>
              </artwork>
              <artwork type="ascii-art"><![CDATA[
                      +---------+ +---------+
                      | Client  | | Server  |
                      +---------+ +---------+
  +----------------------+ |           |
  | sk1, pk1 = KeyGen()  |-|           |
  +----------------------+ |           |
                           |           |
                           | pk1       |
                           |---------->|
                           |           | +------------------------+
                           |           |-| sk2, pk2 = KeyGen()    |
                           |           | | ss = KeyEx(pk1, sk2)   |
                           |           | +------------------------+
                           |           |
                           |        pk2|
                           |<----------|
+------------------------+ |           |
| ss = KeyEx(pk2, sk1)   |-|           |
+------------------------+ |           |
                           |           |
]]></artwork>
            </artset>
          </figure>
          <t>What's important to note about the sample flow above is that the shared secret <tt>ss</tt> is derived using key material from both the Client and the Server, which classifies it as an Authenticated Key Exchange (AKE). It's also worth noting that in an Ephemeral-Static Diffie-Hellman (DH) scenario, where <tt>sk2</tt> and <tt>pk2</tt> represent long-term keys. such as those contained in an email encryption certificate, the client can compute <tt>ss = KeyEx(pk2, sk1)</tt> without waiting for a response from the Server. This characteristic transforms it into a non-interactive and authenticated key exchange method. Many Internet protocols rely on this aspect of DH. When using Key Encapsulation Mechanisms (KEMs) as the underlying primitive, a flow may be non-interactive or authenticated, but not both. Consequently, certain Internet protocols will necessitate redesign to accommodate this distinction, either by introducing extra network round-trips or by making trade-offs in security properties.</t>
          <t>Post-Quantum KEMs are inherently interactive Key Exchange (KE) protocols because they involve back-and-forth communication to negotiate and establish a shared secret key. This is unlike Diffie-Hellman (DH) Key Exchange (KEX) or RSA Key Transport, which provide the non-interactive key exchange (NIKE) property. NIKE is a cryptographic primitive that enables two parties who know each other's public keys to agree on a symmetric shared key without requiring any real-time interaction. Consider encrypted email, where the content needs to be encrypted and sent even if the receiving device containing the decryption keys (e.g., a phone or laptop) is currently offline.</t>
          <t>Another important property of Diffie-Hellman is that in addition to being a NIKE, it is also an Authenticated Key Exchange (AKE), meaning that since both parties needed to involve their asymmetric keypair, both parties have proof-of-identity of the other party. In order to achieve an AKE with KEM primitives, two full KEM exchanges need to be performed, and their results combined to form a single shared secret.</t>
          <figure anchor="tab-kem-ake">
            <name>KEM based Authenticated Key Exchange</name>
            <artset>
              <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="480" width="560" viewBox="0 0 560 480" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                  <path d="M 8,288 L 8,352" fill="none" stroke="black"/>
                  <path d="M 24,80 L 24,112" fill="none" stroke="black"/>
                  <path d="M 184,32 L 184,64" fill="none" stroke="black"/>
                  <path d="M 208,80 L 208,88" fill="none" stroke="black"/>
                  <path d="M 208,104 L 208,112" fill="none" stroke="black"/>
                  <path d="M 208,336 L 208,352" fill="none" stroke="black"/>
                  <path d="M 224,72 L 224,464" fill="none" stroke="black"/>
                  <path d="M 264,32 L 264,64" fill="none" stroke="black"/>
                  <path d="M 280,32 L 280,64" fill="none" stroke="black"/>
                  <path d="M 320,72 L 320,464" fill="none" stroke="black"/>
                  <path d="M 336,176 L 336,224" fill="none" stroke="black"/>
                  <path d="M 336,416 L 336,464" fill="none" stroke="black"/>
                  <path d="M 360,32 L 360,64" fill="none" stroke="black"/>
                  <path d="M 552,176 L 552,224" fill="none" stroke="black"/>
                  <path d="M 552,416 L 552,464" fill="none" stroke="black"/>
                  <path d="M 184,32 L 264,32" fill="none" stroke="black"/>
                  <path d="M 280,32 L 360,32" fill="none" stroke="black"/>
                  <path d="M 184,64 L 264,64" fill="none" stroke="black"/>
                  <path d="M 280,64 L 360,64" fill="none" stroke="black"/>
                  <path d="M 24,80 L 208,80" fill="none" stroke="black"/>
                  <path d="M 24,112 L 208,112" fill="none" stroke="black"/>
                  <path d="M 232,160 L 312,160" fill="none" stroke="black"/>
                  <path d="M 336,176 L 552,176" fill="none" stroke="black"/>
                  <path d="M 336,224 L 552,224" fill="none" stroke="black"/>
                  <path d="M 232,272 L 312,272" fill="none" stroke="black"/>
                  <path d="M 8,288 L 200,288" fill="none" stroke="black"/>
                  <path d="M 8,352 L 208,352" fill="none" stroke="black"/>
                  <path d="M 232,400 L 312,400" fill="none" stroke="black"/>
                  <path d="M 336,416 L 552,416" fill="none" stroke="black"/>
                  <path d="M 336,464 L 552,464" fill="none" stroke="black"/>
                  <polygon class="arrowhead" points="320,400 308,394.4 308,405.6" fill="black" transform="rotate(0,312,400)"/>
                  <polygon class="arrowhead" points="320,160 308,154.4 308,165.6" fill="black" transform="rotate(0,312,160)"/>
                  <polygon class="arrowhead" points="240,272 228,266.4 228,277.6" fill="black" transform="rotate(180,232,272)"/>
                  <path class="jump" d="M 208,104 C 214,104 214,88 208,88" fill="none" stroke="black"/>
                  <g class="text">
                    <text x="220" y="52">Client</text>
                    <text x="316" y="52">Server</text>
                    <text x="52" y="100">sk1,</text>
                    <text x="88" y="100">pk1</text>
                    <text x="112" y="100">=</text>
                    <text x="164" y="100">kemKeyGen(</text>
                    <text x="236" y="100">-|</text>
                    <text x="240" y="148">pk1</text>
                    <text x="328" y="196">-</text>
                    <text x="364" y="196">ss1,</text>
                    <text x="400" y="196">ct1</text>
                    <text x="424" y="196">=</text>
                    <text x="492" y="196">kemEncaps(pk1)</text>
                    <text x="364" y="212">sk2,</text>
                    <text x="400" y="212">pk2</text>
                    <text x="424" y="212">=</text>
                    <text x="480" y="212">kemKeyGen()</text>
                    <text x="288" y="260">ct1,pk2</text>
                    <text x="32" y="308">ss1</text>
                    <text x="56" y="308">=</text>
                    <text x="124" y="308">kemDecaps(ct1,</text>
                    <text x="204" y="308">sk1)</text>
                    <text x="236" y="308">-|</text>
                    <text x="36" y="324">ss2,</text>
                    <text x="72" y="324">ct2</text>
                    <text x="96" y="324">=</text>
                    <text x="164" y="324">kemEncaps(pk2)</text>
                    <text x="28" y="340">ss</text>
                    <text x="48" y="340">=</text>
                    <text x="112" y="340">Combiner(ss1,</text>
                    <text x="188" y="340">ss2)</text>
                    <text x="240" y="388">ct2</text>
                    <text x="328" y="436">-</text>
                    <text x="360" y="436">ss2</text>
                    <text x="384" y="436">=</text>
                    <text x="452" y="436">kemDecaps(ct2,</text>
                    <text x="532" y="436">sk2)</text>
                    <text x="356" y="452">ss</text>
                    <text x="376" y="452">=</text>
                    <text x="440" y="452">Combiner(ss1,</text>
                    <text x="516" y="452">ss2)</text>
                  </g>
                </svg>
              </artwork>
              <artwork type="ascii-art"><![CDATA[
                      +---------+ +---------+
                      | Client  | | Server  |
                      +---------+ +---------+
  +----------------------+ |           |
  | sk1, pk1 = kemKeyGen() |-|         |
  +----------------------+ |           |
                           |           |
                           |pk1        |
                           |---------->|
                           |           | +--------------------------+
                           |           |-| ss1, ct1 = kemEncaps(pk1)|
                           |           | | sk2, pk2 = kemKeyGen()   |
                           |           | +--------------------------+
                           |           |
                           |    ct1,pk2|
                           |<----------|
+------------------------+ |           |
| ss1 = kemDecaps(ct1, sk1)|-|         |
| ss2, ct2 = kemEncaps(pk2)|           |
| ss = Combiner(ss1, ss2)| |           |
+------------------------+ |           |
                           |           |
                           |ct2        |
                           |---------->|
                           |           | +--------------------------+
                           |           |-| ss2 = kemDecaps(ct2, sk2)|
                           |           | | ss = Combiner(ss1, ss2)  |
                           |           | +--------------------------+
]]></artwork>
            </artset>
          </figure>
          <t>Here, <tt>Combiner(ss1, ss2)</tt>, often referred to as a KEM Combiner is a cryptographic construction that takes in two shared secrets and returns a single combined shared secret. The simplest combiner is concatenation <tt>ss1 || ss2</tt>, but combiners can vary in complexity depending on the cryptographic properties required; for example if the combination should preserve IND-CCA2 of either input even if the other is chosen maliciously, then a more complex construct is required. Sometimes combiners require both the shared secrets and ciphertexts as input and can act on more than two KEMs; <tt>Combiner(ss1, ct1, ss2, ct2, ..)</tt>. For a more thorough discussion of KEM combiners, see <xref target="I-D.draft-ounsworth-cfrg-kem-combiners-04"/>.</t>
        </section>
      </section>
      <section anchor="security-property">
        <name>Security property</name>
        <ul spacing="normal">
          <li>
            <t>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 valid ciphertexts (given access to the public key). An appropriate definition of IND-CCA2 security for KEMs can be found in <xref target="CS01"/> and <xref target="BHK09"/>. Kyber and Classic McEliece provides IND-CCA2 security.</t>
          </li>
        </ul>
        <t>Understanding IND-CCA2 security is essential for individuals involved in designing or implementing cryptographic systems and protocols to evaluate the strength of the algorithm, assess its suitability for specific use cases, and ensure that data confidentiality and security requirements are met. Understanding IND-CCA2 security is generally not necessary for developers migrating to using an IETF-vetted key establishment method (KEM) within a given protocol or flow. IETF specification authors should include all security concerns in the 'Security Considerations' section of the relevant RFC and not rely on implementers being deep experts in cryptographic theory.</t>
      </section>
      <section 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. HPKE can be extended to support hybrid post-quantum KEM <xref target="I-D.westerbaan-cfrg-hpke-xyber768d00-02"/>. Kyber, which is a KEM does not support the static-ephemeral key exchange that allows HPKE based on DH based KEMs and its optional authenticated modes as discussed in Section 1.2 of <xref target="I-D.westerbaan-cfrg-hpke-xyber768d00-02"/>.</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>
            <t>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.</t>
          </li>
        </ul>
        <t>Understanding EUF-CMA security is essential for individual involved in designing or implementing cryptographic systems to ensure the security, reliability, and trustworthiness of digital signature schemes. It allows for informed decision-making, vulnerability analysis, compliance with standards, and designing systems that provide strong protection against forgery attacks. Understanding EUF-CMA security is generally not necessary for developers migrating to using an IETF-vetted post-quantum cryptography (PQC) signature scheme within a given protocol or flow. IETF specification authors should include all security concerns in the 'Security Considerations' section of the relevant RFC and should not assume that implementers are deep experts in cryptographic theory</t>
      </section>
      <section anchor="sig-scheme">
        <name>Details of FALCON, Dilithium, and SPHINCS+</name>
        <t>Dilithium <xref target="Dilithium"/> is a digital signature algorithm (part of the CRYSTALS suite) based on the hardness lattice problems over module lattices (i.e., the Module Learning with Errors problem (MLWE)). The design of the algorithm is based on the "Fiat-Shamir with Aborts" <xref target="Lyu09"/> framework introduced by Lyubashevsky, that leverages rejection sampling to render lattice based FS schemes compact and secure. Dilithium uses uniform distribution over small integers for computing coefficients in error vectors, which makes the scheme easier to implement.</t>
        <t>Dilithium offers both deterministic and randomized signing and is instantiated with 3 parameter sets providing different security levels. Security properties of Dilithium are discussed in Section 9 of <xref target="I-D.ietf-lamps-dilithium-certificates"/>.</t>
        <t>Falcon <xref target="Falcon"/> is based on the GPV hash-and-sign lattice-based signature framework introduced by Gentry, Peikert and Vaikuntanathan, which is a framework that requires a class of lattices and a trapdoor sampler technique.</t>
        <t>The main design principle of Falcon is compactness, i.e. it was designed in a way that achieves minimal total memory bandwidth requirement (the sum of the signature size plus the public key size). This is possible due to the compactness of NTRU lattices.  Falcon also offers very efficient signing and verification procedures. The main potential downsides of Falcon refer to the non-triviality of its algorithms and the need for floating point arithmetic support in order to support Gaussian-distributed random number sampling where the other lattice schemes use the less efficient but easier to support uniformly-distributed random number sampling.</t>
        <t>Implementers of Falcon need to be aware that Falcon signing is highly susceptible to side-channel attacks, unless constant-time 64-bit floating-point operations are used. This requirement is extremely platform-dependent, as noted in NIST's report.</t>
        <t>The performance characteristics of 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 (See <xref target="LIBOQS"/>). For further clarity on the sizes and security levels, please refer to the tables in sections <xref target="RecSecurity"/> and <xref target="Comparisons"/>.</t>
        <t>SPHINCS+ <xref target="SPHINCS"/> utilizes the concept of stateless hash-based signatures, where each signature is unique and unrelated to any previous signature (as discussed in <xref target="hash-based"/>). This property eliminates the need for maintaining state information during the signing process. SPHINCS+ was designed to sign up to 2^64 messages and it offers three security levels. The parameters for each of the security levels were chosen to provide 128 bits of security, 192 bits of security, and 256 bits of security. SPHINCS+ offers smaller key sizes, larger signature sizes, slower signature generation, and slower verification when compared to Dilithium and Falcon. SPHINCS+ does not introduce a new hardness assumption beyond those inherent to the underlying hash functions. It builds upon established foundations in cryptography, making it a reliable and robust digital signature scheme for a post-quantum world. The advantages and disadvantages of SPHINCS+ over other signature algorithms is discussed in Section 3.1 of <xref target="I-D.draft-ietf-cose-sphincs-plus"/>.</t>
      </section>
      <section anchor="details-of-xmss-and-lms">
        <name>Details of XMSS and LMS</name>
        <t>The eXtended Merkle Signature Scheme (XMSS) <xref target="RFC8391"/> and Hierarchical Signature Scheme (HSS) / Leighton-Micali Signature (LMS) <xref target="RFC8554"/> are stateful hash-based signature schemes, where the secret key changes over time. In both schemes, reusing a secret key state compromises cryptographic security guarantees.</t>
        <t>Multi-Tree XMSS and LMS can be used for signing a potentially large but fixed number of messages and the number of signing operations depends upon the size of the tree. XMSS and LMS provide cryptographic digital signatures without relying on the conjectured hardness of mathematical problems, instead leveraging the properties of cryptographic hash functions. XMSS and Hierarchical Signature System (HSS) use a hierarchical approach with a Merkle tree at each level of the hierarchy. <xref target="RFC8391"/> describes both single-tree and multi-tree variants of XMSS, while <xref target="RFC8554"/> describes the Leighton-Micali One-Time Signature (LM-OTS) system as well as the LMS and HSS N-time signature systems. Comparison of XMSS and LMS is discussed in Section 10 of <xref target="RFC8554"/>.</t>
        <t>The number of tree layers in XMSS^MT provides a trade-off between signature size on the one side and key generation and signing speed on the other side. Increasing the number of layers reduces key generation time exponentially and signing time linearly at the cost of increasing the signature size linearly.</t>
        <t>Due to the complexities described above, the XMSS and LMS are not a suitable replacement for classical signature schemes like RSA or ECDSA. Applications that expect a long lifetime of a signature, like firmware update or secure boot, are typical use cases where those schemes can be succesfully applied.</t>
        <section anchor="lms-scheme-key-and-signature-sizes">
          <name>LMS scheme - key and signature sizes</name>
          <t>The LMS scheme is characterized by four distinct parameter sets - underlying hash function (SHA2-256 or SHAKE-256), the length of the digest (24 or 32 bytes), LMS tree height - parameter that controls a maximal number of signatures that the private key can produce (possible values are 5,10,15,20,25) and the width of the Winternitz coefficients (see <xref target="RFC8554"/>, section 4.1) that can be used to trade-off signing time for signature size (possible values are 1,2,4,8). Parameters can be mixed, providing 80 possible parametrizations of the scheme.</t>
          <t>The public (PK) and private (SK) key size depends on the length of the digest (M). The signature size depends on the Winternitz parameter (W), the LMS tree height (H), and the length of the digest. The tables below provides key and signature sizes for parameterization with the digest size M=32 of the scheme.</t>
          <table>
            <thead>
              <tr>
                <th align="left">PK</th>
                <th align="left">SK</th>
                <th align="left">W</th>
                <th align="left">H=5</th>
                <th align="left">H=10</th>
                <th align="left">H=15</th>
                <th align="left">H=20</th>
                <th align="left">H=25</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">56</td>
                <td align="left">52</td>
                <td align="left">1</td>
                <td align="left">8684</td>
                <td align="left">8844</td>
                <td align="left">9004</td>
                <td align="left">9164</td>
                <td align="left">9324</td>
              </tr>
              <tr>
                <td align="left">56</td>
                <td align="left">52</td>
                <td align="left">2</td>
                <td align="left">4460</td>
                <td align="left">4620</td>
                <td align="left">4780</td>
                <td align="left">4940</td>
                <td align="left">5100</td>
              </tr>
              <tr>
                <td align="left">56</td>
                <td align="left">52</td>
                <td align="left">4</td>
                <td align="left">2348</td>
                <td align="left">2508</td>
                <td align="left">2668</td>
                <td align="left">2828</td>
                <td align="left">2988</td>
              </tr>
              <tr>
                <td align="left">56</td>
                <td align="left">52</td>
                <td align="left">8</td>
                <td align="left">1292</td>
                <td align="left">1452</td>
                <td align="left">1612</td>
                <td align="left">1772</td>
                <td align="left">1932</td>
              </tr>
            </tbody>
          </table>
        </section>
      </section>
      <section anchor="hash-then-sign">
        <name>Hash-then-Sign</name>
        <t>Within the hash-then-sign paradigm, the message is hashed before signing it. By pre-hashing, the onus of resistance to existential forgeries becomes heavily reliant on the collision-resistance of the hash function in use. The hash-then-sign paradigm has the ability to improve performance by reducing the size of signed messages, making the signature size predictable and manageable. As a corollary, hashing remains mandatory even for short messages and assigns a further computational requirement onto the verifier.  This makes the performance of hash-then-sign schemes more consistent, but not necessarily more efficient. Using a hash function to produce a fixed-size digest of a message ensures that the signature is compatible with a wide range of systems and protocols, regardless of the specific message size or format. Crucially for hardware security modules, Hash-then-Sign also significantly reduces the amount of data that needs to be transmitted and processed by a hardware security module. Consider scenarios such as a networked HSM located in a different data center from the calling application or a smart card connected over a USB interface. In these cases, streaming a message that is megabytes or gigabytes long can result in notable network latency, on-device signing delays, or even depletion of available on-device memory.</t>
        <t>Protocols like TLS 1.3 and DNSSEC use the Hash-then-Sign paradigm. In TLS 1.3 <xref target="RFC8446"/> CertificateVerify message, the content that is covered under the signature includes the transcript hash output (Section 4.4.1 of <xref target="RFC8446"/>), while DNSSEC <xref target="RFC4033"/> uses it to provide origin authentication and integrity assurance services for DNS data.</t>
        <t>In the case of Dilithium, it internally incorporates the necessary hash operations as part of its signing algorithm. Dilithium directly takes the original message, applies a hash function internally, and then uses the resulting hash value for the signature generation process. In case of SPHINCS+, it internally performs randomized message compression using a keyed hash function that can process arbitrary length messages. In case of Falcon, a hash function is used as part of the signature process, it uses the SHAKE-256 hash function to derive a digest of the message being signed. Therefore, Dilithium, Falcon, and SPHINCS+ offer enhanced security over the traditional Hash-then-Sign paradigm because by incorporating dynamic key material into the message digest, a pre-computed hash collision on the message to be signed no longer yields a signature forgery. Applications requiring the performance and bandwidth benefits of Hash-then-Sign may still pre-hash at the protocol level prior to invoking Dilithium, Falcon, or SPHINCS+, but protocol designers should be aware that doing so re-introduces the weakness that hash collisions directly yield signature forgeries. Signing the full un-digested message is strongly preferred where applications can tolerate it.</t>
      </section>
    </section>
    <section anchor="RecSecurity">
      <name>Recommendations for Security / Performance Tradeoffs</name>
      <t>The table below denotes the 5 security levels provided by NIST required for PQC algorithms. Users can leverage the appropriate algorithm based on the security level required for their use case. The security levels are defined as requiring computational resources comparable to or greater than an attack on AES (128, 192 and 256) and SHA2/SHA3 algorithms, i.e., exhaustive key recovery for AES and optimal collision search for SHA2/SHA3. This information is a re-print of information provided in the NIST PQC project {NIST} as of time of writing (July 2023).</t>
      <table>
        <thead>
          <tr>
            <th align="left">PQ Security Level</th>
            <th align="left">AES/SHA(2/3) hardness</th>
            <th align="left">PQC Algorithm</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">1</td>
            <td align="left">AES-128 (exhaustive key recovery)</td>
            <td align="left">Kyber512, Falcon512, Sphincs+SHA-256 128f/s</td>
          </tr>
          <tr>
            <td align="left">2</td>
            <td align="left">SHA-256/SHA3-256 (collision search)</td>
            <td align="left">Dilithium2</td>
          </tr>
          <tr>
            <td align="left">3</td>
            <td align="left">AES-192 (exhaustive key recovery)</td>
            <td align="left">Kyber768, Dilithium3, Sphincs+SHA-256 192f/s</td>
          </tr>
          <tr>
            <td align="left">4</td>
            <td align="left">SHA-384/SHA3-384 (collision search)</td>
            <td align="left">No algorithm tested at this level</td>
          </tr>
          <tr>
            <td align="left">5</td>
            <td align="left">AES-256 (exhaustive key recovery)</td>
            <td align="left">Kyber1024, Falcon1024, Dilithium5, Sphincs+SHA-256 256f/s</td>
          </tr>
        </tbody>
      </table>
      <t>Please note the Sphincs+SHA-256 x"f/s" in the above table denotes whether its the Sphincs+ fast (f) version or small (s) version for "x" bit AES security level. Refer to <xref target="I-D.ietf-lamps-cms-sphincs-plus-02"/> for further details on Sphincs+ algorithms.</t>
      <t>The following table discusses the signature size differences for similar SPHINCS+ algorithm security levels with the "simple" version but for different categories i.e., (f) for fast verification and (s) for compactness/smaller. Both SHA-256 and SHAKE-256 parametrisation output the same signature sizes, so both have been included.</t>
      <table>
        <thead>
          <tr>
            <th align="left">PQ Security Level</th>
            <th align="left">Algorithm</th>
            <th align="left">Public key size (in bytes)</th>
            <th align="left">Private key size (in bytes)</th>
            <th align="left">Signature size (in bytes)</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">1</td>
            <td align="left">SPHINCS+-{SHA2,SHAKE}-128f</td>
            <td align="left">32</td>
            <td align="left">64</td>
            <td align="left">17088</td>
          </tr>
          <tr>
            <td align="left">1</td>
            <td align="left">SPHINCS+-{SHA2,SHAKE}-128s</td>
            <td align="left">32</td>
            <td align="left">64</td>
            <td align="left">7856</td>
          </tr>
          <tr>
            <td align="left">3</td>
            <td align="left">SPHINCS+-{SHA2,SHAKE}-192f</td>
            <td align="left">48</td>
            <td align="left">96</td>
            <td align="left">35664</td>
          </tr>
          <tr>
            <td align="left">3</td>
            <td align="left">SPHINCS+-{SHA2,SHAKE}-192s</td>
            <td align="left">48</td>
            <td align="left">96</td>
            <td align="left">16224</td>
          </tr>
          <tr>
            <td align="left">5</td>
            <td align="left">SPHINCS+-{SHA2,SHAKE}-256f</td>
            <td align="left">64</td>
            <td align="left">128</td>
            <td align="left">49856</td>
          </tr>
          <tr>
            <td align="left">5</td>
            <td align="left">SPHINCS+-{SHA2,SHAKE}-256s</td>
            <td align="left">64</td>
            <td align="left">128</td>
            <td align="left">29792</td>
          </tr>
        </tbody>
      </table>
      <t>The following table discusses the impact of performance on different security levels in terms of private key sizes, public key sizes and ciphertext/signature sizes.</t>
      <table>
        <thead>
          <tr>
            <th align="left">PQ Security Level</th>
            <th align="left">Algorithm</th>
            <th align="left">Public key size (in bytes)</th>
            <th align="left">Private key size (in bytes)</th>
            <th align="left">Ciphertext/Signature size (in bytes)</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">1</td>
            <td align="left">Kyber512</td>
            <td align="left">800</td>
            <td align="left">1632</td>
            <td align="left">768</td>
          </tr>
          <tr>
            <td align="left">1</td>
            <td align="left">Falcon512</td>
            <td align="left">897</td>
            <td align="left">1281</td>
            <td align="left">666</td>
          </tr>
          <tr>
            <td align="left">2</td>
            <td align="left">Dilithium2</td>
            <td align="left">1312</td>
            <td align="left">2528</td>
            <td align="left">2420</td>
          </tr>
          <tr>
            <td align="left">3</td>
            <td align="left">Kyber768</td>
            <td align="left">1184</td>
            <td align="left">2400</td>
            <td align="left">1088</td>
          </tr>
          <tr>
            <td align="left">5</td>
            <td align="left">Falcon1024</td>
            <td align="left">1793</td>
            <td align="left">2305</td>
            <td align="left">1280</td>
          </tr>
          <tr>
            <td align="left">5</td>
            <td align="left">Kyber1024</td>
            <td align="left">1568</td>
            <td align="left">3168</td>
            <td align="left">1588</td>
          </tr>
        </tbody>
      </table>
    </section>
    <section anchor="Comparisons">
      <name>Comparing PQC KEMs/Signatures vs Traditional KEMs (KEXs)/Signatures</name>
      <t>In this section, we provide two tables for comparison of different KEMs and Signatures respectively, in the traditional and post-quantum scenarios. These tables will focus on the secret key sizes, public key sizes, and ciphertext/signature sizes for the PQC algorithms and their traditional counterparts of similar security levels.</t>
      <t>The first table compares traditional vs. PQC KEMs in terms of security, public, private key sizes, and ciphertext sizes.</t>
      <table>
        <thead>
          <tr>
            <th align="left">PQ Security Level</th>
            <th align="left">Algorithm</th>
            <th align="left">Public key size (in bytes)</th>
            <th align="left">Private key size (in bytes)</th>
            <th align="left">Ciphertext size (in bytes)</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">Traditional</td>
            <td align="left">P256_HKDF_SHA-256</td>
            <td align="left">65</td>
            <td align="left">32</td>
            <td align="left">65</td>
          </tr>
          <tr>
            <td align="left">Traditional</td>
            <td align="left">P521_HKDF_SHA-512</td>
            <td align="left">133</td>
            <td align="left">66</td>
            <td align="left">133</td>
          </tr>
          <tr>
            <td align="left">Traditional</td>
            <td align="left">X25519_HKDF_SHA-256</td>
            <td align="left">32</td>
            <td align="left">32</td>
            <td align="left">32</td>
          </tr>
          <tr>
            <td align="left">1</td>
            <td align="left">Kyber512</td>
            <td align="left">800</td>
            <td align="left">1632</td>
            <td align="left">768</td>
          </tr>
          <tr>
            <td align="left">3</td>
            <td align="left">Kyber768</td>
            <td align="left">1184</td>
            <td align="left">2400</td>
            <td align="left">1088</td>
          </tr>
          <tr>
            <td align="left">5</td>
            <td align="left">Kyber1024</td>
            <td align="left">1568</td>
            <td align="left">3168</td>
            <td align="left">1588</td>
          </tr>
        </tbody>
      </table>
      <t>The next table compares traditional vs. PQC Signature schemes in terms of security, public, private key sizes, and signature sizes.</t>
      <table>
        <thead>
          <tr>
            <th align="left">PQ Security Level</th>
            <th align="left">Algorithm</th>
            <th align="left">Public key size (in bytes)</th>
            <th align="left">Private key size (in bytes)</th>
            <th align="left">Signature size (in bytes)</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">Traditional</td>
            <td align="left">RSA2048</td>
            <td align="left">256</td>
            <td align="left">256</td>
            <td align="left">256</td>
          </tr>
          <tr>
            <td align="left">Traditional</td>
            <td align="left">P256</td>
            <td align="left">64</td>
            <td align="left">32</td>
            <td align="left">64</td>
          </tr>
          <tr>
            <td align="left">1</td>
            <td align="left">Falcon512</td>
            <td align="left">897</td>
            <td align="left">1281</td>
            <td align="left">666</td>
          </tr>
          <tr>
            <td align="left">2</td>
            <td align="left">Dilithium2</td>
            <td align="left">1312</td>
            <td align="left">2528</td>
            <td align="left">768</td>
          </tr>
          <tr>
            <td align="left">3</td>
            <td align="left">Dilithium3</td>
            <td align="left">1952</td>
            <td align="left">4000</td>
            <td align="left">3293</td>
          </tr>
          <tr>
            <td align="left">5</td>
            <td align="left">Falcon1024</td>
            <td align="left">1793</td>
            <td align="left">2305</td>
            <td align="left">1280</td>
          </tr>
        </tbody>
      </table>
      <t>As one can clearly observe from the above tables, leveraging a PQC KEM/Signature significantly increases the key sizes and the ciphertext/signature sizes 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>
      <t>These increased key and signatures sizes could introduce problems in protocols. As an example, IKEv2 uses UDP as the transport for its messages. One challenge with integrating PQC key exchange into the initial IKEv2 exchange is that IKE fragmentation cannot be utilized. To address this issue, <xref target="RFC9242"/> introduces a solution by defining a new exchange called the 'Intermediate Exchange' which can be fragmented using the IKE fragmentation mechanism. <xref target="RFC9370"/> then uses this Intermediate Exchange to carry out the PQC key exchange after the initial IKEv2 exchange and before the IKE_AUTH exchange. Another example from <xref target="SP-1800-38C"/> section 6.3.3 shows that increased key and signature sizes cause protocol key exchange messages to span more network packets, therefore it results in a higher total loss probability per packet. In lossy network conditions this may increase the latency of the key exchange.</t>
    </section>
    <section anchor="post-quantum-and-traditional-hybrid-schemes">
      <name>Post-Quantum and Traditional Hybrid Schemes</name>
      <t>The migration to PQC is unique in the history of modern digital cryptography in that neither the traditional algorithms nor the post-quantum algorithms are fully trusted to protect data for the required lifetimes. The traditional algorithms, such as RSA and elliptic curve, will fall to quantum cryptanalysis, while the post-quantum algorithms face uncertainty about the underlying mathematics, compliance issues, unknown vulnerabilities, and hardware and software implementations that have not had sufficient maturing time to rule out classical cryptanalytic attacks and implementation bugs.</t>
      <t>During the transition from traditional to post-quantum algorithms, there may be a desire or a requirement for protocols that use both algorithm types. <xref target="I-D.ietf-pquip-pqt-hybrid-terminology"/> defines the terminology for the Post-Quantum and Traditional Hybrid Schemes.</t>
      <section anchor="pqt-hybrid-confidentiality">
        <name>PQ/T Hybrid Confidentiality</name>
        <t>The PQ/T Hybrid Confidentiality property can be used to protect from a "Harvest Now, Decrypt Later" attack described in <xref target="timeline"/>, which refers to an attacker collecting encrypted data now and waiting for quantum computers to become powerful enough to break the encryption later. Two types of hybrid key agreement schemes are discussed below:</t>
        <ol spacing="normal" type="1"><li>
            <t>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.</t>
          </li>
          <li>
            <t>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"/>.</t>
          </li>
        </ol>
        <t>Various instantiations of these two types of hybrid key agreement schemes have been explored and will be discussed further. One must be careful when selecting which hybrid scheme to use.  The chosen schemes at IETF are IND-CCA2 robust, that is IND-CCA2 security is guaranteed for the scheme as long as at least one of the component algorithms is IND-CCA2 secure.</t>
      </section>
      <section anchor="pqt-hybrid-authentication">
        <name>PQ/T Hybrid Authentication</name>
        <t>The PQ/T Hybrid Authentication property can be utilized in scenarios where an on-path attacker possesses network devices equipped with CRQCs, capable of breaking traditional authentication protocols. This property ensures authentication through a PQ/T hybrid scheme or a PQ/T hybrid protocol, as long as at least one component algorithm remains secure to provide the intended security level. For instance, a PQ/T hybrid certificate can be employed to facilitate a PQ/T hybrid authentication protocol. However, a PQ/T hybrid authentication protocol does not need to use a PQ/T hybrid certificate <xref target="I-D.ounsworth-pq-composite-keys"/>; separate certificates could be used for individual component algorithms <xref target="I-D.ietf-lamps-cert-binding-for-multi-auth"/>.</t>
        <t>The frequency and duration of system upgrades and the time when CRQCs will become widely available need to be weighed in to determine whether and when to support the PQ/T Hybrid Authentication property.</t>
      </section>
      <section anchor="additional-considerations">
        <name>Additional Considerations</name>
        <t>It is also possible to use more than two algorithms together in a hybrid scheme, and there are multiple possible ways those algorithms can be combined.  For the purposes of a post-quantum transition, the simple combination of a post-quantum algorithm with a single classical algorithm is the most straightforward, but the use of multiple post-quantum algorithms with different hard math problems has also been considered.  When combining algorithms, it is possible to require that both algorithms be used together (the so-called "and" mode) or that only one does (the "or" mode), or even some more complicated scheme.  Schemes that do not require both algorithms to validate only have the strength of the weakest algorithm, and therefore offer little or no security benefit but may offer backwards compatibility, crypto agility, or ease-of-migration benefits.  Care should be taken when designing "or" mode hybrids to ensure that the larger PQ keys are not required to be transmitted to and processed by legacy clients that will not use them; this was the major drawback of the failed proposal <xref target="I-D.draft-truskovsky-lamps-pq-hybrid-x509"/>.  This combination of properties makes optionally including post-quantum keys without requiring their use to be generally unattractive in most use cases. On the other hand, including a classical key -- particularly an elliptic curve key -- alongside a lattice key is generally considered to be negligible in terms of the extra bandwidth usage.</t>
        <t>When combining keys in an "and" mode, it may make more sense to consider them to be a single composite key, instead of two keys.  This generally requires fewer changes to various components of PKI ecosystems, many of which are not prepared to deal with two keys or dual signatures.  To those protocol- or application-layer parsers, a "composite" algorithm composed of two "component" algorithms is simply a new algorithm, and support for adding new algorithms generally already exists.  Treating multiple "component" keys as a single "composite" key also has security advantages such as preventing cross-protocol reuse of the individual component keys and guarantees about revoking or retiring all component keys together at the same time, especially if the composite is treated as a single object all the way down into the cryptographic module.  All that needs to be done is to standardize the formats of how the two keys from the two algorithms are combined into a single data structure, and how the two resulting signatures or KEMs are combined into a single signature or KEM.  The answer can be as simple as concatenation, if the lengths are fixed or easily determined. At time of writing (August 2023) security research is ongoing as to the security properties of concatenation-based composite signatures and KEMs vs more sophisticated signature and KEM combiners, and in which protocol contexts those simpler combiners are sufficient.</t>
        <t>One last consideration is the pairs of algorithms that can be combined.  A recent trends in protocols is to only allow a small number of "known good" configurations that make sense, instead of allowing arbitrary combinations of individual configuration choices that may interact in dangerous ways.  The current consensus is that the same approach should be followed for combining cryptographic algorithms, and that "known good" pairs should be explicitly listed ("explicit composite"), instead of just allowing arbitrary combinations of any two crypto algorithms ("generic composite").</t>
        <t>The same considerations apply when using multiple certificates to transport a pair of related keys for the same subject.  Exactly how two certificates should be managed in order to avoid some of the pitfalls mentioned above is still an active area of investigation.  Using two certificates keeps the certificate tooling simple and straightforward, but in the end simply moves the problems with requiring that both certs are intended to be used as a pair, must produce two signatures which must be carried separately, and both must validate, to the certificate management layer, where addressing these concerns in a robust way can be difficult.</t>
        <t>At least one scheme has been proposed that allows the pair of certificates to exist as a single certificate when being issued and managed, but dynamically split into individual certificates when needed (https://datatracker.ietf.org/doc/draft-bonnell-lamps-chameleon-certs/).</t>
        <t>Another potential application of hybrids bears mentioning, even though it is not directly PQC-related. That is using hybrids to navigate inter-jurisdictional cryptographic connections. Traditional cryptography is already fragmented by jurisdiction, consider that while most jurisdictions support Elliptic Curve Diffie-Hellman, those in the United States will prefer the NIST curves while those in Germany will prefer the brainpool curves. China, Russia, and other jurisdictions have their own national cryptography standards. This situation of fragmented global cryptography standards is unlikely to improve with PQC. If "and" mode hybrids become standardised for the reasons mentioned above, then one could imagine leveraging them to create "ciphersuites" in which a single cryptographic operation simultaneously satisfies the cryptographic requirements of both endpoints.</t>
        <t>Many of these points are still being actively explored and discussed, and the consensus may change over time.</t>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <section anchor="cryptanalysis">
        <name>Cryptanalysis</name>
        <t>Classical cryptanalysis exploits weaknesses in algorithm design, mathematical vulnerabilities, or implementation flaws, that are exploitable with classical (i.e., non-quantum) hardware whereas quantum cryptanalysis harnesses the power of CRQCs to solve specific mathematical problems more efficiently. Another form of quantum cryptanalysis is 'quantum side-channel' attacks. In such attacks, a device under threat is directly connected to a quantum computer, which then injects entangled or superimposed data streams to exploit hardware that lacks protection against quantum side-channels. Both pose threats to the security of cryptographic algorithms, including those used in PQC. Developing and adopting new cryptographic algorithms resilient against these threats is crucial for ensuring long-term security in the face of advancing cryptanalysis techniques.
Recent attacks on the side-channel implementations using deep learning based power analysis have also shown that one needs to be cautious while implementing the required PQC algorithms in hardware. Two of the most recent works include: one attack on Kyber <xref target="KyberSide"/> and one attack on Saber <xref target="SaberSide"/>. Evolving threat landscape points to the fact that lattice based cryptography is indeed more vulnerable to side-channel attacks as in <xref target="SideCh"/>, <xref target="LatticeSide"/>. Consequently, there were some mitigation techniques for side channel attacks that have been proposed as in <xref target="Mitigate1"/>, <xref target="Mitigate2"/>, and <xref target="Mitigate3"/>.</t>
      </section>
      <section anchor="cryptographic-agility">
        <name>Cryptographic Agility</name>
        <t>Cryptographic agility is relevant for both classical and quantum cryptanalysis as it enables organizations to adapt to emerging threats, adopt stronger algorithms, comply with standards, and plan for long-term security in the face of evolving cryptanalytic techniques and the advent of CRQCs.
Several PQC schemes are available that need to be tested; cryptography experts around the world are pushing for the best possible solutions, and the first standards that will ease the introduction of PQC are being prepared. It is of paramount importance and a call for imminent action for organizations, bodies, and enterprises to start evaluating their cryptographic agility, assess the complexity of implementing PQC into their products, processes, and systems, and develop a migration plan that achieves their security goals to the best possible extent.</t>
        <t>An important and often overlooked step in achieving cryptographic agility is maintaining a cryptographic inventory. Modern software stacks incorporate cryptography in numerous places, making it challenging to identify all instances. Therefore, cryptographic agility and inventory management take two major forms: First, application developers responsible for software maintenance should actively search for instances of hardcoded cryptographic algorithms within applications. When possible, they should design the choice of algorithm to be dynamic, based on application configuration. Second, administrators, policy officers, and compliance teams should take note of any instances where an application exposes cryptographic configurations. These instances should be managed either through organization-wide written cryptographic policies or automated cryptographic policy systems.</t>
        <t>Numerous commercial solutions are available for both detecting hardcoded cryptographic algorithms in source code and compiled binaries, as well as providing cryptographic policy management control planes for enterprise and production environments.</t>
      </section>
      <section anchor="hybrid-key-exchange-and-signatures-bridging-the-gap-between-post-quantum-and-traditional-cryptography">
        <name>Hybrid Key Exchange and Signatures: Bridging the Gap Between Post-Quantum and Traditional Cryptography</name>
        <t>Post-quantum algorithms selected for standardization are relatively new and they they have not been subject to the same depth of study as traditional algorithms. PQC implementations will also be new and therefore more likely to contain implementation bugs than the battle-tested crypto implementations that we rely on today. In addition, certain deployments may need to retain traditional algorithms due to regulatory constraints, for example FIPS
<xref target="SP-800-56C"/> or PCI compliance. Hybrid key exchange enables potential security against "Harvest Now, Decrypt Later" attack and hybrid signatures provide for time to react in the case of the announcement of a devastating attack against any one algorithm, while not fully abandoning traditional cryptosystems.</t>
      </section>
      <section anchor="caution-ciphertext-commitment-in-kem-vs-dh">
        <name>Caution: Ciphertext commitment in KEM vs DH</name>
        <t>The ciphertext generated by a KEM is not necessarily inherently linked to the shared secret it produces. In contrast, in some other cryptographic schemes like Diffie-Hellman, a change in the public key results in a change in the derived shared secret.</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>
            <t><eref target="https://openquantumsafe.org/">Open Quantum Safe</eref> and corresponding <eref target="https://github.com/open-quantum-safe">github</eref></t>
          </li>
          <li>
            <t><eref target="https://github.com/ietf-wg-pquip/state-of-protocols-and-pqc">PQUIP WG list of PQC-related protocol work within the IETF</eref></t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="contributors">
      <name>Contributors</name>
      <t>The authors would like to acknowledge that this content is assembled from countless hours of discussion and countless megabytes of email discussions. We have tried to reference as much source material as possible, and apologize to anyone whose work was inadvertently missed.</t>
      <t>In particular, the authors would like to acknowledge the contributions to this document by the following individuals:</t>
      <t>Kris Kwiatkowski</t>
      <t>PQShield, LTD</t>
      <t>United Kingdom.</t>
      <t>kris@amongbytes.com</t>
      <t>Mike Ounsworth</t>
      <t>Entrust</t>
      <t>Canada</t>
      <t>mike.ounsworth@entrust.com</t>
    </section>
    <section numbered="false" anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>This document 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, Panos Kampanakis, Ben S3, Sofia Celi, Melchior Aelmans, Falko Strenzke, Deirdre Connolly, and Daniel Van Geest for the discussion, review and comments.</t>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references anchor="sec-normative-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>
        <reference anchor="RFC9242">
          <front>
            <title>Intermediate Exchange in the Internet Key Exchange Protocol Version 2 (IKEv2)</title>
            <author fullname="V. Smyslov" initials="V." surname="Smyslov"/>
            <date month="May" year="2022"/>
            <abstract>
              <t>This document defines a new exchange, called "Intermediate Exchange", for the Internet Key Exchange Protocol Version 2 (IKEv2). This exchange can be used for transferring large amounts of data in the process of IKEv2 Security Association (SA) establishment. An example of the need to do this is using key exchange methods resistant to Quantum Computers (QCs) for IKE SA establishment. The Intermediate Exchange makes it possible to use the existing IKE fragmentation mechanism (which cannot be used in the initial IKEv2 exchange), helping to avoid IP fragmentation of large IKE messages if they need to be sent before IKEv2 SA is established.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9242"/>
          <seriesInfo name="DOI" value="10.17487/RFC9242"/>
        </reference>
        <reference anchor="RFC9370">
          <front>
            <title>Multiple Key Exchanges in the Internet Key Exchange Protocol Version 2 (IKEv2)</title>
            <author fullname="CJ. Tjhai" initials="CJ." surname="Tjhai"/>
            <author fullname="M. Tomlinson" initials="M." surname="Tomlinson"/>
            <author fullname="G. Bartlett" initials="G." surname="Bartlett"/>
            <author fullname="S. Fluhrer" initials="S." surname="Fluhrer"/>
            <author fullname="D. Van Geest" initials="D." surname="Van Geest"/>
            <author fullname="O. Garcia-Morchon" initials="O." surname="Garcia-Morchon"/>
            <author fullname="V. Smyslov" initials="V." surname="Smyslov"/>
            <date month="May" year="2023"/>
            <abstract>
              <t>This document describes how to extend the Internet Key Exchange Protocol Version 2 (IKEv2) to allow multiple key exchanges to take place while computing a shared secret during a Security Association (SA) setup.</t>
              <t>This document utilizes the IKE_INTERMEDIATE exchange, where multiple key exchanges are performed when an IKE SA is being established. It also introduces a new IKEv2 exchange, IKE_FOLLOWUP_KE, which is used for the same purpose when the IKE SA is being rekeyed or is creating additional Child SAs.</t>
              <t>This document updates RFC 7296 by renaming a Transform Type 4 from "Diffie-Hellman Group (D-H)" to "Key Exchange Method (KE)" and renaming a field in the Key Exchange Payload from "Diffie-Hellman Group Num" to "Key Exchange Method". It also renames an IANA registry for this Transform Type from "Transform Type 4 - Diffie- Hellman Group Transform IDs" to "Transform Type 4 - Key Exchange Method Transform IDs". These changes generalize key exchange algorithms that can be used in IKEv2.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9370"/>
          <seriesInfo name="DOI" value="10.17487/RFC9370"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="Grover-search">
          <front>
            <title>C. Zalka, “Grover’s quantum searching algorithm is optimal,” Physical Review A, vol. 60, pp. 2746-2751, 1999.</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="Threat-Report" target="https://globalriskinstitute.org/publications/quantum-threat-timeline-report-2020/">
          <front>
            <title>Quantum Threat Timeline Report 2020</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="QC-DNS" target="https://www.icann.org/octo-031-en.pdf">
          <front>
            <title>Quantum Computing and the DNS</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="NIST" target="https://csrc.nist.gov/projects/post-quantum-cryptography/post-quantum-cryptography-standardization">
          <front>
            <title>Post-Quantum Cryptography Standardization</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="Cloudflare" target="https://blog.cloudflare.com/nist-post-quantum-surprise/">
          <front>
            <title>NIST’s pleasant post-quantum surprise</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="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="RSAShor" target="https://arxiv.org/pdf/quant-ph/0205095.pdf">
          <front>
            <title>Circuit for Shor’s algorithm using 2n+3 qubits</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LIBOQS" target="https://github.com/open-quantum-safe/liboqs">
          <front>
            <title>LibOQS - Open Quantum Safe</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="KyberSide" target="https://eprint.iacr.org/2022/1452">
          <front>
            <title>A Side-Channel Attack on a Hardware Implementation of CRYSTALS-Kyber</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="SaberSide" target="https://link.springer.com/article/10.1007/s13389-023-00315-3">
          <front>
            <title>A side-channel attack on a masked and shuffled software implementation of Saber</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="SideCh" target="https://eprint.iacr.org/2022/919">
          <front>
            <title>Side-Channel Attacks on Lattice-Based KEMs Are Not Prevented by Higher-Order Masking</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LatticeSide" target="https://eprint.iacr.org/2019/948">
          <front>
            <title>Generic Side-channel attacks on CCA-secure lattice-based PKE and KEM schemes</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="Mitigate1" target="https://eprint.iacr.org/2022/873">
          <front>
            <title>POLKA: Towards Leakage-Resistant Post-Quantum CCA-Secure Public Key Encryption</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="Mitigate2" target="https://ieeexplore.ieee.org/document/9855226">
          <front>
            <title>Leakage-Resilient Certificate-Based Authenticated Key Exchange Protocol</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="Mitigate3" target="https://eprint.iacr.org/2022/916">
          <front>
            <title>Post-Quantum Authenticated Encryption against Chosen-Ciphertext Side-Channel Attacks</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="CNSA2-0" target="https://media.defense.gov/2022/Sep/07/2003071834/-1/-1/0/CSA_CNSA_2.0_ALGORITHMS_.PDF">
          <front>
            <title>Announcing the Commercial National Security Algorithm Suite 2.0</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LattFail1" target="https://link.springer.com/chapter/10.1007/978-3-030-17259-6_19#chapter-info">
          <front>
            <title>Decryption Failure Attacks on IND-CCA Secure Lattice-Based Schemes</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LattFail2" target="https://link.springer.com/chapter/10.1007/978-3-030-45727-3_1">
          <front>
            <title>(One) Failure Is Not an Option: Bootstrapping the Search for Failures in Lattice-Based Encryption Schemes.</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="BSI-PQC" target="https://www.bsi.bund.de/SharedDocs/Downloads/EN/BSI/Publications/Brochure/quantum-safe-cryptography.html?nn=916626">
          <front>
            <title>Quantum-safe cryptography – fundamentals, current developments and recommendations</title>
            <author>
              <organization/>
            </author>
            <date year="2022" month="May"/>
          </front>
        </reference>
        <reference anchor="PQRSA" target="https://cr.yp.to/papers/pqrsa-20170419.pdf">
          <front>
            <title>Post-quantum RSA</title>
            <author>
              <organization/>
            </author>
            <date year="2017" month="April"/>
          </front>
        </reference>
        <reference anchor="SP-800-56C" target="https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-56Cr2.pdf">
          <front>
            <title>Recommendation for Key-Derivation Methods in Key-Establishment Schemes</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="Lyu09" target="https://www.iacr.org/archive/asiacrypt2009/59120596/59120596.pdf">
          <front>
            <title>V. Lyubashevsky, “Fiat-Shamir With Aborts: Applications to Lattice and Factoring-Based Signatures“, ASIACRYPT 2009</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="SP-1800-38C" target="https://www.nccoe.nist.gov/sites/default/files/2023-12/pqc-migration-nist-sp-1800-38c-preliminary-draft.pdf">
          <front>
            <title>Migration to Post-Quantum Cryptography Quantum Readiness: Quantum-Resistant Cryptography Technology Interoperability and Performance Report</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="RFC6090">
          <front>
            <title>Fundamental Elliptic Curve Cryptography Algorithms</title>
            <author fullname="D. McGrew" initials="D." surname="McGrew"/>
            <author fullname="K. Igoe" initials="K." surname="Igoe"/>
            <author fullname="M. Salter" initials="M." surname="Salter"/>
            <date month="February" year="2011"/>
            <abstract>
              <t>This note describes the fundamental algorithms of Elliptic Curve Cryptography (ECC) as they were defined in some seminal references from 1994 and earlier. These descriptions may be useful for implementing the fundamental algorithms without using any of the specialized methods that were developed in following years. Only elliptic curves defined over fields of characteristic greater than three are in scope; these curves are those used in Suite B. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6090"/>
          <seriesInfo name="DOI" value="10.17487/RFC6090"/>
        </reference>
        <reference anchor="I-D.draft-ietf-lake-edhoc-22">
          <front>
            <title>Ephemeral Diffie-Hellman Over COSE (EDHOC)</title>
            <author fullname="Göran Selander" initials="G." surname="Selander">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="John Preuß Mattsson" initials="J. P." surname="Mattsson">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Francesca Palombini" initials="F." surname="Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <date day="25" month="August" year="2023"/>
            <abstract>
              <t>   This document specifies Ephemeral Diffie-Hellman Over COSE (EDHOC), a
   very compact and lightweight authenticated Diffie-Hellman key
   exchange with ephemeral keys.  EDHOC provides mutual authentication,
   forward secrecy, and identity protection.  EDHOC is intended for
   usage in constrained scenarios and a main use case is to establish an
   OSCORE security context.  By reusing COSE for cryptography, CBOR for
   encoding, and CoAP for transport, the additional code size can be
   kept very low.

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

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

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ounsworth-cfrg-kem-combiners-04"/>
        </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 ML-DSA</title>
            <author fullname="Jake Massimo" initials="J." surname="Massimo">
              <organization>AWS</organization>
            </author>
            <author fullname="Panos Kampanakis" initials="P." surname="Kampanakis">
              <organization>AWS</organization>
            </author>
            <author fullname="Sean Turner" initials="S." surname="Turner">
              <organization>sn3rd</organization>
            </author>
            <author fullname="Bas Westerbaan" initials="B." surname="Westerbaan">
              <organization>Cloudflare</organization>
            </author>
            <date day="5" month="February" year="2024"/>
            <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 the Module-Lattice-Based Digital
   Signatures (ML-DSA) in Internet X.509 certificates and certificate
   revocation lists.  The conventions for the associated signatures,
   subject public keys, and private key are also described.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-lamps-dilithium-certificates-03"/>
        </reference>
        <reference anchor="I-D.draft-ietf-cose-sphincs-plus">
          <front>
            <title>SLH-DSA for JOSE and COSE</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="12" month="January" year="2024"/>
            <abstract>
              <t>   This document describes JOSE and COSE serializations for SLH-DSA,
   which was derived from SPHINCS+, a Post-Quantum Cryptography (PQC)
   based digital signature scheme.

   This document does not define any new cryptography, only
   seralizations of existing cryptographic systems described in
   [FIPS-205].

   Note to RFC Editor: This document should not proceed to AUTH48 until
   NIST completes paramater 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-02"/>
        </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="2" month="February" year="2024"/>
            <abstract>
              <t>   One aspect of the transition to post-quantum algorithms in
   cryptographic protocols is the development of hybrid schemes that
   incorporate both post-quantum and traditional asymmetric algorithms.
   This document defines terminology for such schemes.  It is intended
   to be used as a reference and, hopefully, to ensure consistency and
   clarity across different protocols, standards, and organisations.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-pquip-pqt-hybrid-terminology-02"/>
        </reference>
        <reference anchor="I-D.ietf-tls-hybrid-design">
          <front>
            <title>Hybrid key exchange in TLS 1.3</title>
            <author fullname="Douglas Stebila" initials="D." surname="Stebila">
              <organization>University of Waterloo</organization>
            </author>
            <author fullname="Scott Fluhrer" initials="S." surname="Fluhrer">
              <organization>Cisco Systems</organization>
            </author>
            <author fullname="Shay Gueron" initials="S." surname="Gueron">
              <organization>University of Haifa</organization>
            </author>
            <date day="7" month="September" 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-09"/>
        </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="29" month="November" 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-03"/>
        </reference>
        <reference anchor="I-D.draft-truskovsky-lamps-pq-hybrid-x509">
          <front>
            <title>Multiple Public-Key Algorithm X.509 Certificates</title>
            <author fullname="Alexander Truskovsky" initials="A." surname="Truskovsky">
              <organization>ISARA Corporation</organization>
            </author>
            <author fullname="Daniel Van Geest" initials="D." surname="Van Geest">
              <organization>ISARA Corporation</organization>
            </author>
            <author fullname="Scott Fluhrer" initials="S." surname="Fluhrer">
              <organization>Cisco Systems</organization>
            </author>
            <author fullname="Panos Kampanakis" initials="P." surname="Kampanakis">
              <organization>Cisco Systems</organization>
            </author>
            <author fullname="Mike Ounsworth" initials="M." surname="Ounsworth">
              <organization>Entrust Datacard, Ltd</organization>
            </author>
            <author fullname="Serge Mister" initials="S." surname="Mister">
              <organization>Entrust Datacard, Ltd</organization>
            </author>
            <date day="24" month="August" year="2023"/>
            <abstract>
              <t>   Tombstone notice:

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

   Original abstract:

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

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-truskovsky-lamps-pq-hybrid-x509-02"/>
        </reference>
      </references>
    </references>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA92923IbaZYuds+nSLPCLtKNBAmSOlA9Pd0URZVoiRJLUHX1
uKJ2VQJIANlMZKIyE6TQKjn60hH7zr5yxHaEn8WP0k/i9a21/lMiQUkzPT3j
regukkAe/sP613l9K47jnSZr8vRJtHtd1k387SopmtUiOq/Wy6acVclyvo6m
ZRVdFLOsSNOq3t1JRqMqvcUd3563vxsnTTorq/WTKCum5c7OpBwXyYIeP6mS
aRNnaTONl7+ssiX9dxyn5sb48HinXo0WWV1nZdGsl3TH5cW75zvFajFKqyc7
E3ruk51xWdRpUa/qJ1FTrdIdGsTxTlKlCQ1mmI5XVdasd3fuyupmVpWrJQ/x
u8vr3Z2bdE2fTp7sRHFEo97Z2blNixU9MYrMlTyqXfpA3r77PT0lK2bRN/ge
ny+SLOfrxn/ANPplNcPHSTWe08fzplnWTw4OcBU+ym7TvrnsAB8cjKryrk4P
6P6DXRpA3STF5KckLwt62zqtd5bZk+iHphz3orqsmiqd1vTbeqG/NFU2bnrR
uFws0qKhT2hlF8lySUP8cWcnWTXzssL0aERRNF3luSz7GS1JlURPkyKt/pym
/C2NKCmyvyQNLfWT6HV5kyX8+ZhW70l0tSqy8Vw+KFdFg738Jq0WSbHmD1Nd
h4Sf3B/pk/9Q4Dl9Gt/u5ijeZdVqkeRpfZdU0dt0Mll/xkBozDNankoGXaUz
vuplUhVJk9wk4Qgvi4nebMZ3UxaTJqv+MMPfW8b1LFvQJLKyjobjeZkVWVIk
N1n9GYM7a+ZEiK1VqtJ0nAaDmJgX9Gv/BbJY8SjN8zhPRvXWZVuUDZ2/F2We
p6M0vekY2LNslp2nVeON7Tprmnq0qmatXfxueBYMrskW/bl59B8m9KAxPUjG
srNTlLTnDZHxk50dnGX3V4QzcZtWcZ0y8fNDI8NGzvvR/5rkN0kv+ttf/5tc
+Le//l919ItyFrkJJyvJiVNkzXwRZXVULmk4Sd7721//7+h6vq6zcZITqdxm
6V101otuy7wfPTzsRctlPzp6dPIwPnr0YNCLBqenp/1dHUFSzdJGh8MMI5om
eY0deTcnJtHEb9MlHa3WgA3Lk2uw6GlOXCmSi6Ojw6PD8AWROeuzvBwleZXV
xChqetyqSfm4L1ejnMaPDaoPdN5xI0No9PFxxY+P8fiDriF/ex4/ez3cMtbz
crFcNbyIxSQiWozo2i2jvLu769NoioLHVo6bkrjtgHhvfzmZdr359eXwXeu9
22XDEGwsqSZKkFvGMK6rcb/I6qY/K28PllX553Tc1AdLPNYs0Nh77PZv4jp8
YdcEzvNyNZkSG05b08DMmBiXeZrU9PDIf09Ur6ol7Wa6ZRKjvJz1x/bZOCgH
mFMcDNY8pHNTnyc5ybDWqJ4ndRM9L0l6pVWUJ01D5zAeJXU6AbtfJuMmqrMZ
cb1VldJBoQMVvX739rsto5zyK2Lc0ce57RzHsyyng5etFu3D61Y6G0fDVdak
LOHP8lk6qhL67JWMr472zt/+y/Dd2avhPslU+7wtg1r+gk2krctrpsKJuf4g
Kybp+349bxZ510CH1y8uX5+3j4F++pstb6tp9MVY3iTP3/b4t8Oz1qPPoquU
ZOmEp/1m1CTEtOmYgc3S6KOh2wicvGs+6fHLdK2noqZJpot628gmeT8ZL2QJ
yuyADuDB4LA/GJw8ODh+cHp8ctjnH0edVD08HLQG+yzFNvNIzookJ65J9DGN
riuiGWag3vguCj5GdGQg7NIFzYBVpjRKZgn4V3Q2SZZg8dH5vCQ1KzrPlnMS
COl7+qppkvHNlkmlRO9F08+SccUzOzo8HNC0HndN4umLl4en7d1cjeiXJqMR
ZYUws3RKy85jpelcvn4Wn5+fPYm+J5nLk31R3kXDebnKJzTWhCRYMUvjZ6md
4IgekdX0RXmXTn7/+cM+PTgZdA77m6u3jx9vUMpEicKezqjmlSUZFyxsYhZ2
zAsb09rXyYy+51Wt+9sOTVoSn+qPaygwpEf008nqoM7y26w8GKY5cdB08j8e
HQ7HGWmE2TQb0x/XyZLU6QMlV3xrCfbg7Cf9+Cf74U9CCj8JJfx0JgP+yVDC
T0IJ8ZUM+Cchg21ygxTrs+vLtuQgGyGO6POoKJu0/iz5cD58e36wSEmjO7g2
osKXQLEvgeggjVesEx+k75MFrVg8zUjVPEiWWczv3DZeOvyPX7xt8xbQVlPS
RSQoK5L+J4+jUdbgYqJOMm5oeUGmjyOiP/p1VYM9HB1GiyzPQXtFmdVr0nbo
pm2zTar32a0YBqP6YHB6+KB/ePro5HTLIAeHw/PWIJ+SLsHWCYblneyYjkf0
3RKPiEo5SySgmzQup6SApPFZ1dyjJZAFRDOsacfHqVFLWeqR7SLvi6s6Ic3B
vC9e8asgk+m/iWqhmzMYinESSJqsGpN4YTaLr1ksO41Ql7X4zfHnLiV4Kcvg
eDk/IKXqweHpg207/+ry6Ztv2xv/KhvRh7SEb5bEZoyyM0ym2/QBOkvz1YgX
qaRbnAZAtxzk2aj8pe56+cs1WbTDbNJWTs4ifBgTQyuKNFeWi11Mohek75Dp
lEaXoG8Qe2KYo5HCMT/2s1nd0dEBCZ1OOTNMto2vxvjGOr7EG98iqW9IWwFr
ruer6TSnP+py2vCYs40x8xu2DJV045t+jfHSSeO1JbLKxnnKgvLw8NFBPTg+
fnwaHx4dx4ekyD6IjztnQWM9b9smHQtcYwaq1MRPWel6eXFVk+GcktHXkCxN
b2ns9PGIDLFsRhIxflNNSAe7SqD3z75kyU8HnWdcX9+x5t+kZF1DE9tceR44
icVYhU2oOF6/vODtoLmoUNp2gjYHOjg9OD3pFINXJJNn9ElbD7l+8+olyed3
JW34pI5eEbMgcUHmFikkDdTs0H6gQavqIfpJFOonX7Kijx917r4Z6FH7jHsj
yyE2I9jOkJ1gYLL9ZyvY9g1/NJGhvcfSk8AmadSU4zLfMsIsTdP3S7gs+vhV
1TyRTgenjx88ODp6eN9oj++zusJheTzfaBkqqz2trYvcv4xcO4d7/np4dhQf
ttlDUZSrYgy2DbFzDkdVNc5IPXrNBx/Ks7roYE4onxcT46i/zcRmLaA/Sadp
UaesHPDIhunygFgBqWzHh48Gj49PDuIB/ndIusPZTxjgT/TMn85effPm7eW7
F1fDn/rXz55vO3vPScHaVK3tAuNrEKvHMFQlNRp0yD+G9563TQZHxLVs0soy
uNNHj2PibceH8eDR0YPT+OFPg9Ov9KKY3ar3zKNN8XtvinTfTuGyZqZGSsKb
pfiPnpZlUzeVeBJFYWAHDQtmvY0VnnCOm9bENi32S+Z78uDR0aP4+KdBp+kw
vIxJm+z2iLDQjXxHQfS3v/6f0XRVTBKWPXndi2ivKpz5CbH0vFyy0shcskrF
rzoRn809KtKozvojeiiR5MFwTuJt8qwck75d3hV5mUzqg4vXBzTQg2vfBfS0
KsdzWscDX0MIvBpsoP6+KH5HR+5hyCQGj/ukH4LqWcXetFivfRcGfb1Nxa76
62W/KQ+WYiIsf4EuR9z+0eHJ4LStKeHz/uFJnwXW8Dp+fHgYP3jYXvy3wbox
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
GuEL4/wfL8xZqFdR0Calm7bV2O3m285PdPLfivFjsqMsyrzXL6edmCVykpvS
5aYpm1iLQsQehUPVZJDGOVi8+sDTwA0wTpBJujLyJmi6GGTJbYbaDSFIvo1B
LYOcVJNOmu8qVMMTfrXDKJIe2R8+8M8hTVhbH4RXDRO5in/KVf3oAh0jZYB8
BnK6rx4nS8s5laSQ9myo1O/61tYJSK1CFIsPs+FP2xsXSTN5jIm+PJ8jP+bD
h1fyAjNCcFVpgqPN7sGOUjbVEVvIjM7v0YLiekw4ETl4n8vEC7VRM44reVw6
kKGYP4/wpzS1MR8dm7by58FpOJNAALH68JDIxxF3WdLeiRik2AUuzkSv6OZy
CWMppoWUvJL6mRQWO5rzg5IlQy2im+/M7Sd4HY6uAo+BpD0OwDGZdWdjzSUR
Ao/w02czNSQUZil622GEKbKYBLCKRUN/Z8iqRM4Hwk8jczFR62szAQ1G5Plt
SHemoWRScSd5duih1Qk/a7kS8Fyj7owQGrKxMZP+XTuRL/W5TuVyQRGb/msy
yI36xge6MviCxhfNTV8yAagATAtjuEIkVI1F0Es4uVxi1gs4x8DB5Ln4LNho
smfKSeZ6v6PkuOIuIOJ4JP1Ze827iMe4iwxtr3njKmV8f+nY5jMtzkNWh2hW
qUUKmjIxJFMsZ3zz0pKVJQdQWm0AjKkp7KMnj3QNS0o0NFdmE24RpzqxYVnY
1ZNstHLapNI1Mi9L4NTSMJasOPFbOhw87hj6HZuS1mXwJRRItu6jZSdSrW1q
by18xMMW3Ui/LlYLcVpx14Pab+Fj6iK0j6akmE7ZI2fzOOoAmLJ7/OJ61EH6
VjziiewxkCAd430+iZ6DonuByek1rEUlPjRXrDUzTjNXXiJiOQzGKi4cqzd7
SHV24AILXU3G5SSUDKGWYLrZeoiHfYlmmy1nNr8279RGjs3cdlLzvaHGBS9W
fs+V6/izDXyO3G+zRBwvmUijzyqR9qHLku7gkC+9xbh4vZTwhvU3HRYvNaNu
qavOrYPNbPLHgJYdmx17QjerQTZwj9p0ndm8fslK8jlEzLDWcKjjXIQv4rll
Eg0gPaVcsEuv45q1bcGys/PakDJDT1asuVmO2eLUVpzBzz9WFNtPEgMywhiU
McKFdsE5lgxnaCX8zjWQcf0UOsfunQXtVMHMR3UCxzNNKNww8bS4zUhCslkp
cl2zaIKcyhDD4kn0lK6wrYK+SZbRU20Zc296uqcakKJwvSU5RDILTWsmG1ZS
yLAq9RsYcpxQxNda/mOrDVjPUT+ttQ/gu52kS0mZqJvVZM0xlc5qDSmrbmvO
LA81M8V/vWZYsP7n3BTYCjQT7ahW0HQicP0E+RixYu6p07uzlOKOJy/9C8tJ
smYLz2Sr9iIt+GDA7nItngJY70aNqFL+ektVjLZardLZKheQfe6qCd8QRN/U
peRGzy+vhztcDoVqqAcPUQ0FYNTzS49r9A0lBdVNRpNzDkEXeVXb6XOqCTj+
p9lWzkdscgdZ5TFVJakGVTQT1zrbUUSHIpmFqmZsGyfoNMaiUd+jY2LfSpH6
oWsxdkBq2hMHOQhl0U7ClP10rAWaM9tLxRMfIwSMJmukBWnBEbfbOnr2QkIb
HqyJYmAbhHtcmNUbjQZMfz4OzxQ3Wmm6mWhuve0KWw3OkUBkZprCJI6IVrM1
v2VR21OZRLa8UXPWLBRAUKQWXiWJ1JNweOxkeq54iG/ThJnf/0S/KZotr6X5
/BWJs509RALlb0Sl+tEPw1RSK3zW86N1bxcltMfxvE+rf1DLpTJXdLYps8KU
kLCenjXadI1jYpLDXRj5hfdLzAhORRYM32c32RLli6QFo0J0X5v9qQLiTySO
fnizJH5lOOcwmaZumHR1oYyypi/YCb+vIqMSLYbn/MOMBrcauRvlb54dnmG4
bYyn7OOl199+d3kdff8NL5cq9Mar7kK7nIl853qjIH278yWcVno3kxqnA27a
h4QwG4zl3trLX8b7gtlUSCthUkGEzJFzipbwUhvM5AUTb4xAJMnFmc0C44Qp
AfxnE7FOFyMITk4sYFAiaaFKy1sLIhP7Nw3mpLvC659A9hzpfbl3LbSzVH3c
HGxibqIYmlwmAd+aSnELX57UnjrHls4SFVycF8HtWEtOZ4XjSdaVTXCpc5ET
u8jgihXAf5dUJXmdn7NE0g3BNJdX4wI+vnK8YgYzWmuKhgnFuphQ/WRnJ4qi
l6QqRC/vsqS5Ke/qm4w/vP52OEc9dy969e4Zf6KRiJf0jEm56PNnN3TrH8jm
K2a8sKCLHf7iCoN9Y9Kc+aOLggss+fdzOkuThH9d0JUuIfoPqVwlT/oqOnOT
ZRG38+GJhPLTye92pzSFdJcBv/0ZG2BuOM7ea9laB/0uk1WezkkNJlZ24GfX
cWI02y8pcYSDUV6ODmAlHBAxh9/1FxKOKm544Z+RjP+ew1nP4W4H4Tzr0ff0
/u+z2YyV7SFSL5Lom4pseGLu8TkNggZAzPQ6IQ4VvSShS4tzg+LPp8QkhoAJ
Lqd0y3maZ73oKs3J7AO+dgoeXDOW7k0ZDZEO8ZcboPyTyTkhxYSOXFHaHgw0
NtrO6I8JIkOQt8ZT4I4AesHcZqrlCAw71MT/D9kNFO6SOQEA

-->

</rfc>
