<?xml version='1.0' encoding='utf-8'?>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.19 (Ruby 2.5.1) -->
<!DOCTYPE rfc SYSTEM "rfc2629-xhtml.ent">
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-cose-merkle-tree-proofs-14" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 2.46.0 -->
  <front>
    <title>COSE Receipts</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-cose-merkle-tree-proofs-14"/>
    <author initials="O." surname="Steele" fullname="Orie Steele">
      <organization>Transmute</organization>
      <address>
        <postal>
          <country>United States</country>
        </postal>
        <email>orie@transmute.industries</email>
      </address>
    </author>
    <author initials="H." surname="Birkholz" fullname="Henk Birkholz">
      <organization abbrev="Fraunhofer SIT">Fraunhofer SIT</organization>
      <address>
        <postal>
          <street>Rheinstrasse 75</street>
          <city>Darmstadt</city>
          <code>64295</code>
          <country>Germany</country>
        </postal>
        <email>henk.birkholz@ietf.contact</email>
      </address>
    </author>
    <author initials="A." surname="Delignat-Lavaud" fullname="Antoine Delignat-Lavaud">
      <organization>Microsoft</organization>
      <address>
        <postal>
          <country>UK</country>
        </postal>
        <email>antdl@microsoft.com</email>
      </address>
    </author>
    <author initials="C." surname="Fournet" fullname="Cedric Fournet">
      <organization>Microsoft</organization>
      <address>
        <postal>
          <country>UK</country>
        </postal>
        <email>fournet@microsoft.com</email>
      </address>
    </author>
    <date year="2025" month="May" day="11"/>
    <area>Security</area>
    <workgroup>COSE</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 64?>

<t>COSE (CBOR Object Signing and Encryption) Receipts prove properties of a verifiable data structure to a verifier.
Verifiable data structures and associated proof types enable security properties, such as minimal disclosure, transparency and non-equivocation.
Transparency helps maintain trust over time, and has been applied to certificates, end to end encrypted messaging systems, and supply chain security.
This specification enables concise transparency oriented systems, by building on CBOR (Concise Binary Object Representation) and COSE.
The extensibility of the approach is demonstrated by providing CBOR encodings for RFC9162.</t>
    </abstract>
  </front>
  <middle>
    <?line 72?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>COSE Receipts are signed proofs that include metadata about certain states of a verifiable data structure (VDS) that are true when the COSE Receipt was issued.
COSE Receipts can include proves that a document is in a database (proof of inclusion), that a database is append only (proof of consistency), that a smaller set of statements are contained in a large set of statements (proof of disclosure, a special case of proof of inclusion), or proof that certain data is not yet present in a database (proofs of non inclusion).
Different VDS can produce different verifiable data structure proofs (VDP).
The combination of representations of various VDS and VDP can significantly increase burden for implementers and create interoperability challenges for transparency services.
This document describes how to convey VDS and associated VDP types in unified COSE envelopes.</t>
      <section anchor="requirements-notation">
        <name>Requirements Notation</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&nbsp;14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
        <?line -18?>

</section>
    </section>
    <section anchor="param-list">
      <name>New COSE Header Parameters</name>
      <t>This document defines three new COSE header parameters, which are introduced up-front in this Section and elaborated on later in this document.</t>
      <dl>
        <dt>TBD_0 (requested assignment 394):</dt>
        <dd>
          <t>A COSE header parameter named <tt>receipts</tt> with a value type of array where the array contains one ore more COSE Receipts as specified in this document.</t>
        </dd>
        <dt>TBD_1 (requested assignment 395):</dt>
        <dd>
          <t>A COSE header parameter named <tt>vds</tt> (Verifiable Data Structure), which conveys the algorithm identifier for a verifiable data structure.
Correspondingly, this document introduces a new <xref target="verifiable-data-structure-registry"/> that registers the integers used to identify verifiable data structures.</t>
        </dd>
        <dt>TBD_2 (requested assignment 396):</dt>
        <dd>
          <t>A COSE header parameter named <tt>vdp</tt> (short for "verifiable data structure proofs"), which conveys a map containing verifiable data structure proofs organized by proof type.
Correspondingly, this document introduces a new <xref target="verifiable-data-structure-proofs-registry"/> that registers the integers used to identify verifiable data structure proof types.</t>
        </dd>
      </dl>
    </section>
    <section anchor="terminology">
      <name>Terminology</name>
      <dl>
        <dt>CDDL:</dt>
        <dd>
          <t>Concise Data Definition Language (CDDL) is defined in <xref target="RFC8610"/>.</t>
        </dd>
        <dt>EDN:</dt>
        <dd>
          <t>CBOR Extended Diagnostic Notation (EDN) is defined in <xref target="RFC8949"/>, where it is referred to as "diagnostic notation", and is revised in <xref target="I-D.draft-ietf-cbor-edn-literals"/>.</t>
        </dd>
        <dt>Verifiable Data Structure (VDS):</dt>
        <dd>
          <t>A data structure which supports one or more Verifiable Data Structure Proof Types.
This property describes an algorithm used to maintain a verifiable data structure, for example a binary merkle tree algorithm.</t>
        </dd>
        <dt>Verifiable Data Structure Proofs (VDP):</dt>
        <dd>
          <t>A data structure used to convey proof types for proving different properties, such as authentication, inclusion, consistency, and freshness.
Parameters can include multiple proofs of a given type, or multiple types of proof (inclusion and consistency).</t>
        </dd>
        <dt>Proof Type:</dt>
        <dd>
          <t>A verifiable process, that proves properties of a Verifiable Data Structure.
For example, a VDS, such as a binary merkle tree, can support multiple proofs of type "inclusion" where each proof confirms that a given entry is included in a merkle root.</t>
        </dd>
        <dt>Proof Value:</dt>
        <dd>
          <t>An encoding of a Proof Type in CBOR <xref target="RFC8949"/>.</t>
        </dd>
        <dt>Entry:</dt>
        <dd>
          <t>An entry in a verifiable data structure for which proofs can be derived.</t>
        </dd>
        <dt>Receipt:</dt>
        <dd>
          <t>A COSE object, as defined in <xref target="RFC9052"/>, containing the header parameters necessary to convey VDP for an associated VDS.</t>
        </dd>
      </dl>
    </section>
    <section anchor="sec-generic-verifiable-data-structures">
      <name>Verifiable Data Structures in CBOR</name>
      <t>This section describes representations of verifiable data structure proofs in <xref target="RFC8949"/>.
For example, construction of a merkle tree leaf, or an inclusion proof from a leaf to a merkle root, might have several different representations, depending on the verifiable data structure used.
Differences in representations are necessary to support efficient verification, unique security or privacy properties, and for compatibility with specific implementations.
This document defines two extension points for enabling verifiable data structures with COSE and provides concrete examples for the structures and proofs defined in <xref target="RFC9162"/>.
The design of these structures is influenced by the conventions established for COSE Keys.</t>
      <section anchor="sec-cose-verifiable-data-structures">
        <name>Structures</name>
        <t>Similar to <eref target="https://www.iana.org/assignments/cose/cose.xhtml#key-type">COSE Key Types</eref>, different verifiable data structures support different algorithms.
As EC2 keys (1: 2) support both digital signature and key agreement algorithms, RFC9162_SHA256 (TBD_1 : 1) supports both inclusion and consistency proofs.</t>
        <t>This document establishes a registry of verifiable data structure algorithms, with the following initial contents:</t>
        <table align="left" anchor="cose-verifiable-data-structures">
          <name>COSE Verifiable Data Structures</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Value</th>
              <th align="left">Description</th>
              <th align="left">Reference</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">Reserved</td>
              <td align="left">0</td>
              <td align="left">Reserved</td>
              <td align="left">Reserved</td>
            </tr>
            <tr>
              <td align="left">RFC9162_SHA256</td>
              <td align="left">1</td>
              <td align="left">SHA256 Binary Merkle Tree</td>
              <td align="left">
                <xref target="RFC9162"/></td>
            </tr>
          </tbody>
        </table>
      </section>
      <section anchor="sec-cose-verifiable-data-structure-proofs">
        <name>Proofs</name>
        <t>Similar to <eref target="https://www.iana.org/assignments/cose/cose.xhtml#key-type-parameters">COSE Key Type Parameters</eref>, as EC2 keys (1: 2) keys require and give meaning to specific parameters, such as -1 (crv), -2 (x), -3 (y), -4 (d), RFC9162_SHA256 (TBD_1 : 1) supports both (-1) inclusion and (-2) consistency proofs.</t>
        <t>This document establishes a registry of verifiable data structure algorithms, with the following initial contents:</t>
        <table align="left" anchor="cose-verifiable-data-structure-proofs">
          <name>COSE Verifiable Data Structure Proofs</name>
          <thead>
            <tr>
              <th align="left">Verifiable Data Structure</th>
              <th align="left">Name</th>
              <th align="left">Label</th>
              <th align="left">CBOR Type</th>
              <th align="left">Description</th>
              <th align="left">Reference</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">1</td>
              <td align="left">inclusion proofs</td>
              <td align="left">-1</td>
              <td align="left">array (of bstr)</td>
              <td align="left">Proof of inclusion</td>
              <td align="left">
                <xref target="sec-rfc9162-sha256-inclusion-proof"/></td>
            </tr>
            <tr>
              <td align="left">1</td>
              <td align="left">consistency proofs</td>
              <td align="left">-2</td>
              <td align="left">array (of bstr)</td>
              <td align="left">Proof of append only property</td>
              <td align="left">
                <xref target="sec-rfc9162-sha256-consistency-proof"/></td>
            </tr>
          </tbody>
        </table>
        <t>Proof types are specific to their associated "verifiable data structure", for example, different Merkle trees might support different representations of "inclusion proof" or "consistency proof".
Implementers should not expect interoperability across "verifiable data structures", but they should expect conceptually similar properties across the different registered proof types.
For example, 2 different merkle tree based verifiable data structures might both support proofs of inclusion.
Security analysis <bcp14>SHOULD</bcp14> be conducted prior to migrating to new structures to ensure the new security and privacy assumptions are acceptable for the use case.</t>
      </section>
      <section anchor="receipt-spec">
        <name>Usage</name>
        <t>This document registered a new COSE Header Parameter <tt>receipts</tt> (394) to enable this Receipts to be conveyed in the protected and unprotected headers of COSE Objects.</t>
        <t>When the receipts header parameter is present, the associated verifiable data structure and verifiable data structure proofs <bcp14>MUST</bcp14> match entries present in the registries established in this specification.</t>
        <t>Receipts <bcp14>MUST</bcp14> be tagged as COSE_Sign1.</t>
        <t>The following CDDL definition is provided:</t>
        <figure anchor="fig-receipts-cddl">
          <name>CDDL for a COSE Sign1 with attached receipts</name>
          <sourcecode type="cddl">
Receipt = #6.18(COSE_Sign1)

cose-value = any

Protected_Header = {
  * cose-label =&gt; cose-value
}

Unprotected_Header = {
  &amp;(receipts: 394)  =&gt; [+ bstr .cbor Receipt]
  * cose-label =&gt; cose-value
}

COSE_Sign1 = [
  protected   : bstr .cbor Protected_Header,
  unprotected : Unprotected_Header,
  payload     : bstr / nil,
  signature   : bstr
]
</sourcecode>
        </figure>
        <t>The following informative EDN is provided:</t>
        <figure anchor="fig-receipts-edn">
          <name>A COSE Signature with multiple receipts</name>
          <sourcecode type="cbor-diag">
/ cose-sign1 / 18([
  / protected   / &lt;&lt;{
    / key / 4 : "vCl7UcS0ZZY99VpRthDc-0iUjLdfLtnmFqLJ2-Tt8N4",
    / algorithm / 1 : -7,  # ES256
  }&gt;&gt;,
  / unprotected / {
    / receipts / 394 : {
      &lt;&lt;/ cose-sign1 / 18([
        / protected   / &lt;&lt;{
          / key / 4 : "mxA4KiOkQFZ-dkLebSo3mLOEPR7rN8XtxkJe45xuyJk",
          / algorithm / 1 : -7,  # ES256
          / vds       / 395 : 1, # RFC9162 SHA-256
        }&gt;&gt;,
        / unprotected / {
          / proofs / 396 : {
            / inclusion / -1 : [
              &lt;&lt;[
                / size / 9, / leaf / 8,
                / inclusion path /
                h'7558a95f...e02e35d6'
              ]&gt;&gt;
            ],
          },
        },
        / payload     / null,
        / signature   / h'02d227ed...ccd3774f'
      ])&gt;&gt;,
      &lt;&lt;/ cose-sign1 / 18([
        / protected   / &lt;&lt;{
          / key / 4 : "ajOkeBTJou_wPrlExLMw7L9OTCD5ZIOBYc-O6LESe9c",
          / algorithm / 1 : -7,  # ES256
          / vds       / 395 : 1, # RFC9162 SHA-256
        }&gt;&gt;,
        / unprotected / {
          / proofs / 396 : {
            / inclusion / -1 : [
              &lt;&lt;[
                / size / 6, / leaf / 5,
                / inclusion path /
                h'9352f974...4ffa7ce0',
                h'54806f32...f007ea06'
              ]&gt;&gt;
            ],
          },
        },
        / payload     / null,
        / signature   / h'36581f38...a5581960'
      ])&gt;&gt;
    },
  },
  / payload     / h'0167c57c...deeed6d4',
  / signature   / h'2544f2ed...5840893b'
])
</sourcecode>
        </figure>
        <t>The specific structure of COSE Receipts are dependent on the structure of the COSE_Sign1 payload and the verifiable data structure proofs contained in the COSE_Sign1 unprotected header.
The CDDL for specific verifiable data structure proofs is verifiable data structure specific.
This document describes proofs for RFC9162_SHA256 in the following sections.</t>
        <section anchor="registration-requirements">
          <name>Registration Requirements</name>
          <t>Each specification <bcp14>MUST</bcp14> define how to encode the verifiable data structure identifier and its proof types in CBOR.
Each specification <bcp14>MUST</bcp14> define how to produce and consume the supported proof types.
See <xref target="sec-rfc-9162-verifiable-data-structure-definition"/> as an example.</t>
          <t>Where a specification supports a choice of hash algorithm, an IANA registration must be made for each individually supported algorithm.
For example, to provide for both SHA256 and SHA3_256 with <xref target="RFC9162"/>,
both "RFC9162_SHA256" and "RFC9162_SHA3_256" require entries in the relevant IANA registries.</t>
        </section>
      </section>
    </section>
    <section anchor="sec-rfc-9162-verifiable-data-structure-definition">
      <name>RFC9162_SHA256</name>
      <t>This section defines how the data structures described in <xref target="RFC9162"/> are mapped to the terminology defined in this document, using <xref target="RFC8949"/> and <xref target="RFC9053"/>.</t>
      <section anchor="verifiable-data-structure">
        <name>Verifiable Data Structure</name>
        <t>The integer identifier for this Verifiable Data Structure is 1.
The string identifier for this Verifiable Data Structure is "RFC9162_SHA256".
See <xref target="cose-verifiable-data-structures"/>.
See <xref target="RFC9162"/>, 2.1.1. Definition of the Merkle Tree, for a complete description of this verifiable data structure.</t>
      </section>
      <section anchor="sec-rfc9162-sha256-inclusion-proof">
        <name>Inclusion Proof</name>
        <t>See <xref target="RFC9162"/>, 2.1.3.1. Generating an Inclusion Proof, for a complete description of this verifiable data structure proof type.</t>
        <t>The CBOR representation of an inclusion proof for RFC9162_SHA256 is:</t>
        <figure anchor="rfc9162-sha256-cbor-inclusion-proof">
          <name>CBOR Encoded RFC9162 Inclusion Proof</name>
          <sourcecode type="cddl">
inclusion-proof = bstr .cbor [

    ; tree size at current merkle root
    tree-size: uint

    ; index of leaf in tree
    leaf-index: uint

    ; path from leaf to current merkle root
    inclusion-path: [ + bstr ]
]
</sourcecode>
        </figure>
        <t>The term <tt>leaf-index</tt> is used for alignment with the use established in <xref target="RFC9162"/></t>
        <t>Note that <xref target="RFC9162"/> defines that verification <bcp14>MUST</bcp14> fail if leaf-index is &gt;= tree-size, and inclusion proofs are defined only for leaf nodes.
The identifying index of a leaf node is relative to all nodes in the tree size for which the proof was obtained.</t>
        <section anchor="receipt-of-inclusion">
          <name>Receipt of Inclusion</name>
          <t>In a signed inclusion proof, the payload is the merkle tree root which corresponds to the log at size <tt>tree-size</tt>.
Specifications are encouraged to make payloads detached when possible, forcing validation-time comparison.
Profiles of proof signatures are encouraged to make additional protected header parameters mandatory, to ensure that claims are processed with their intended semantics.
One way to include this information in the COSE structure is use of the typ (type) Header Parameter, see <xref target="RFC9596"/> and the similar guidance provided in <xref target="RFC9597"/>.
The protected header for an RFC9162_SHA256 inclusion proof signature is:</t>
          <figure anchor="vds-in-inclusion-receipt-protected-header">
            <name>Protected Header for a Receipt of Inclusion</name>
            <sourcecode type="cddl">
protected-header-map = {
  &amp;(alg: 1) =&gt; int
  &amp;(vds: 395) =&gt; int
  * cose-label =&gt; cose-value
}
</sourcecode>
          </figure>
          <ul spacing="normal">
            <li>alg (label: 1): <bcp14>REQUIRED</bcp14>. Signature algorithm identifier. Value type: int.</li>
            <li>vds (label: 395): <bcp14>REQUIRED</bcp14>. Verifiable data structure algorithm identifier. Value type: int.</li>
          </ul>
          <t>The unprotected header for an RFC9162_SHA256 inclusion proof signature is:</t>
          <figure anchor="vdp-in-unprotected-header">
            <name>A Verifiable Data Structure Proofs in an Unprotected Header</name>
            <sourcecode type="cddl">
inclusion-proofs = [ + inclusion-proof ]

verifiable-proofs = {
  &amp;(inclusion-proof: -1) =&gt; inclusion-proofs
}

unprotected-header-map = {
  &amp;(vdp: 396) =&gt; verifiable-proofs
  * cose-label =&gt; cose-value
}
</sourcecode>
          </figure>
          <ul spacing="normal">
            <li>vdp (label: 396): <bcp14>REQUIRED</bcp14>. Verifiable data structure proofs. Value type: Map.</li>
            <li>inclusion-proof (label: -1): <bcp14>REQUIRED</bcp14>. Inclusion proofs. Value type: Array of bstr.</li>
          </ul>
          <t>The payload of an RFC9162_SHA256 inclusion proof signature is the Merkle tree hash as defined in <xref target="RFC9162"/>.
The payload <bcp14>SHOULD</bcp14> be detached.
Detaching the payload forces verifiers to recompute the root from the inclusion proof, this protects against implementation errors where the signature is verified but the merkle root does not match the inclusion proof.
The EDN for a Receipt containing an inclusion proof for RFC9162_SHA256 is:</t>
          <figure anchor="rfc9162_sha256_inclusion_receipt">
            <name>Receipt of Inclusion</name>
            <sourcecode type="cbor-diag">
/ cose-sign1 / 18([
  / protected   / &lt;&lt;{
    / algorithm / 1 : -7,  # ES256
    / vds       / 395 : 1, # RFC9162 SHA-256
  }&gt;&gt;,
  / unprotected / {
    / proofs / 396 : {
      / inclusion / -1 : [
        &lt;&lt;[
          / size / 20, / leaf / 17,
          / inclusion path /
          h'fc9f050f...221c92cb',
          h'bd0136ad...6b28cf21',
          h'd68af9d6...93b1632b'
        ]&gt;&gt;
      ],
    },
  },
  / payload     / null,
  / signature   / h'de24f0cc...9a5ade89'
])
</sourcecode>
          </figure>
          <t>The VDS in the protected header is necessary to understand the inclusion proof structure in the unprotected header.</t>
          <t>The inclusion proof and signature are verified in order.
First the verifiers applies the inclusion proof to a possible entry (set member) bytes.
If this process fails, the inclusion proof may have been tampered with.
If this process succeeds, the result is a merkle root, which in the attached as the COSE Sign1 payload.
Second the verifier checks the signature of the COSE Sign1.
If the resulting signature verifies, the Receipt has proved inclusion of the entry in the verifiable data structure.
If the resulting signature does not verify, the signature may have been tampered with.
It is recommended that implementations return a single boolean result for Receipt verification operations, to reduce the chance of accepting a valid signature over an invalid inclusion proof.</t>
        </section>
      </section>
      <section anchor="sec-rfc9162-sha256-consistency-proof">
        <name>Consistency Proof</name>
        <t>See <xref target="RFC9162"/>, 2.1.4.1. Generating a Consistency Proof, for a complete description of this verifiable data structure proof type.</t>
        <t>The cbor representation of a consistency proof for RFC9162_SHA256 is:</t>
        <figure anchor="rfc9162_sha256_consistency_proof">
          <name>CBOR Encoded RFC9162 Consistency Proof</name>
          <sourcecode type="cddl">
consistency-proof =  bstr .cbor [

    ; older merkle root tree size
    tree-size-1: uint

    ; newer merkle root tree size
    tree-size-2: uint

    ; path from older merkle root to newer merkle root.
    consistency-path: [ + bstr ]

]
</sourcecode>
        </figure>
        <section anchor="receipt-of-consistency">
          <name>Receipt of Consistency</name>
          <t>In a signed consistency proof, the newer merkle tree root (proven to be consistent with an older merkle tree root) is an attached payload and corresponds to the log at size tree-size-2.</t>
          <t>The protected header for an RFC9162_SHA256 consistency proof signature is:</t>
          <figure anchor="vds-in-consistency-receipt-protected-header">
            <name>Protected Header for a Receipt of Consistency</name>
            <sourcecode type="cddl">
protected-header-map = {
  &amp;(alg: 1) =&gt; int
  &amp;(vds: 395) =&gt; int
  * cose-label =&gt; cose-value
}
</sourcecode>
          </figure>
          <ul spacing="normal">
            <li>alg (label: 1): <bcp14>REQUIRED</bcp14>. Signature algorithm identifier. Value type: int.</li>
            <li>vds (label: TBD_1): <bcp14>REQUIRED</bcp14>. Verifiable data structure algorithm identifier. Value type: int.</li>
          </ul>
          <t>The unprotected header for an RFC9162_SHA256 consistency proof signature is:</t>
          <sourcecode type="cddl">
consistency-proofs = [ + consistency-proof ]

verifiable-proofs = {
  &amp;(consistency-proof: -2) =&gt; consistency-proofs
}

unprotected-header-map = {
  &amp;(vdp: 396) =&gt; verifiable-proofs
  * cose-label =&gt; cose-value
}
</sourcecode>
          <ul spacing="normal">
            <li>vdp (label: 396): <bcp14>REQUIRED</bcp14>. Verifiable data structure proofs. Value type: Map.</li>
            <li>consistency-proof (label: -2): <bcp14>REQUIRED</bcp14>. Consistency proofs. Value type: Array of bstr.</li>
          </ul>
          <t>The payload of an RFC9162_SHA256 consistency proof signature is:
The newer Merkle tree hash as defined in <xref target="RFC9162"/>.
The payload <bcp14>SHOULD</bcp14> be detached.
Detaching the payload forces verifiers to recompute the root from the consistency proof, this protects against implementation errors where the signature is verified but the merkle root does not match the proof.</t>
          <t>The EDN for a Receipt containing a consistency proof for RFC9162_SHA256 is:</t>
          <figure anchor="rfc9162_sha256_consistency_receipt">
            <name>Example consistency receipt</name>
            <sourcecode type="cbor-diag">
/ cose-sign1 / 18([
  / protected   / &lt;&lt;{
    / algorithm / 1 : -7,  # ES256
    / vds       / 395 : 1, # RFC9162 SHA-256
  }&gt;&gt;,
  / unprotected / {
    / proofs / 396 : {
      / consistency / -2 : [
        &lt;&lt;[
          / old / 20, / new / 104,
          / consistency path /
          h'e5b3e764...c4a813bc',
          h'87e8a084...4f529f69',
          h'f712f76d...92a0ff36',
          h'd68af9d6...93b1632b',
          h'249efab6...b7614ccd',
          h'85dd6293...38914dc1'
        ]&gt;&gt;
      ],
    },
  },
  / payload     / null,
  / signature   / h'94469f73...52de67a1'
])
</sourcecode>
          </figure>
          <t>The VDS in the protected header is necessary to understand the consistency proof structure in the unprotected header.</t>
          <t>The signature and consistency proof are verified in order.</t>
          <t>First the verifier checks the signature on the COSE Sign1.
If the verification fails, the consistency proof is not checked.
Second the consistency proof is checked by applying a previous inclusion proof, to the consistency proof.
If the verification fails, the append only property of the verifiable data structure is not assured.
This approach is specific to RFC9162_SHA256, different verifiable data structures may not support consistency proofs.
It is recommended that implementations return a single boolean result for Receipt verification operations, to reduce the chance of accepting a valid signature over an invalid consistency proof.</t>
        </section>
      </section>
    </section>
    <section anchor="privacy-considerations">
      <name>Privacy Considerations</name>
      <t>See the privacy considerations section of:</t>
      <ul spacing="normal">
        <li>
          <xref target="RFC9162"/></li>
        <li>
          <xref target="RFC9053"/></li>
      </ul>
      <section anchor="log-length">
        <name>Log Length</name>
        <t>Some structures and proofs leak the size of the log at the time of inclusion.
In the case that a log only stores certain kinds of information, this can reveal details that could impact reputation.
For example, if a transparency log only stored breach notices, a receipt for a breach notice would reveal the number of previous breaches at the time the notice was made transparent.</t>
      </section>
      <section anchor="header-parameters">
        <name>Header Parameters</name>
        <t>Additional header parameters can reveal information about the transparency service or its log entries.
A privacy analysis <bcp14>MUST</bcp14> be performed for all mandatory fields in profiles based on this specification.</t>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>See the security considerations section of:</t>
      <ul spacing="normal">
        <li>
          <xref target="RFC9162"/></li>
        <li>
          <xref target="RFC9053"/></li>
      </ul>
      <section anchor="choice-of-signature-algorithms">
        <name>Choice of Signature Algorithms</name>
        <t>A security analysis <bcp14>MUST</bcp14> be performed to ensure that the digital signature algorithm <tt>alg</tt> has the appropriate strength to secure receipts.</t>
        <t>It is recommended to select signature algorithms that share cryptographic components with the verifiable data structure used, for example:
Both RFC9162_SHA256 and ES256 depend on the sha-256 hash function.</t>
      </section>
      <section anchor="validity-period">
        <name>Validity Period</name>
        <t>In some cases, receipts <bcp14>MAY</bcp14> include strict validity periods, for example, activation not too far in the future, or expiration, not too far in the past.
See the <tt>iat</tt>, <tt>nbf</tt>, and <tt>exp</tt> claims in <xref target="RFC8392"/>, for one way to accomplish this.
The details of expressing validity periods are out of scope for this document.</t>
      </section>
      <section anchor="status-updates">
        <name>Status Updates</name>
        <t>In some cases, receipts should be "revocable" or "suspendible", after being issued, regardless of their validity period.
The details of expressing statuses are out of scope for this document.</t>
      </section>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <section anchor="cose-header-parameter">
        <name>COSE Header Parameter</name>
        <t>IANA is requested to add the COSE header parameters defined in <xref target="param-list"/>, as listed in <xref target="iana-header-params"/>, to the "COSE Header Parameters" registry <xref target="IANA.cose_header-parameters"/> in the 'Integer values from 256 to 65535' range ('Specification Required' Registration Procedure).
The Value Registry for "vds" is the COSE Verifiable Data Structure registry.
The map labels in the "vdp" are assigned from the COSE Verifiable Data Structure Proofs registry.</t>
        <table anchor="iana-header-params">
          <name>Newly registered COSE Header Parameters</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Label</th>
              <th align="left">Value Type</th>
              <th align="left">Value Registry</th>
              <th align="left">Description</th>
              <th align="left">Reference</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">
                <tt>receipts</tt></td>
              <td align="left">TBD_0 (requested assignment: 394)</td>
              <td align="left">array</td>
              <td align="left">&nbsp;</td>
              <td align="left">Priority ordered sequence of CBOR encoded Receipts</td>
              <td align="left">RFCthis, <xref target="param-list"/></td>
            </tr>
            <tr>
              <td align="left">
                <tt>vds</tt></td>
              <td align="left">TBD_1 (requested assignment: 395)</td>
              <td align="left">int</td>
              <td align="left">COSE Verifiable Data Structure</td>
              <td align="left">Algorithm identifier for verifiable data structures, used to produce verifiable data structure proofs</td>
              <td align="left">RFCthis, <xref target="param-list"/></td>
            </tr>
            <tr>
              <td align="left">
                <tt>vdp</tt></td>
              <td align="left">TBD_2 (requested assignment: 396)</td>
              <td align="left">map</td>
              <td align="left">map key in COSE Verifiable Data Structure Proofs</td>
              <td align="left">Location for verifiable data structure proofs in COSE Header Parameters</td>
              <td align="left">RFCthis, <xref target="param-list"/></td>
            </tr>
          </tbody>
        </table>
      </section>
      <section anchor="verifiable-data-structure-registries">
        <name>Verifiable Data Structure Registries</name>
        <t>IANA established the COSE Verifiable Data Structures and COSE Verifiable Data Structure Proofs registries under a Specification Required policy as described in <xref target="RFC8126"/>.</t>
        <section anchor="expert-review">
          <name>Expert Review</name>
          <t>Expert reviewers should take into consideration the following points:</t>
          <ul spacing="normal">
            <li>Experts are advised to assign the next available positive integer for verifiable data structures.</li>
            <li>Point squatting should be discouraged.
Reviewers are encouraged to get sufficient information for registration requests to ensure that the usage is not going to duplicate one that is already registered, and that the point is likely to be used in deployments.</li>
            <li>Specifications are required for all point assignments.
Early Allocation is permissible, see Section 2 of <xref target="RFC7120"/>.</li>
            <li>It is not permissible to assign points in COSE Verifiable Data Structures, for which no corresponding COSE Verifiable Data Structure Proofs entry exists, and vice versa.</li>
            <li>The Change Controller for related registrations of structures and proofs should be the same.</li>
          </ul>
        </section>
        <section anchor="verifiable-data-structure-registry">
          <name>COSE Verifiable Data Structures</name>
          <t>Registration Template:</t>
          <ul spacing="normal">
            <li>Name:
This is a descriptive name for the verifiable data structure that enables easier reference to the item.</li>
            <li>Value:
This is the value used to identify the verifiable data structure.</li>
            <li>Description:
This field contains a brief description of the verifiable data structure.</li>
            <li>Reference:
This contains a pointer to the public specification for the verifiable data structure.</li>
            <li>Change Controller:
For Standards Track RFCs, list the "IETF".  For others, give the name of the responsible party.  Other details (e.g., postal address, email address, home page URI) may also be included.</li>
          </ul>
          <t>Initial contents: Provided in <xref target="cose-verifiable-data-structures"/></t>
        </section>
        <section anchor="verifiable-data-structure-proofs-registry">
          <name>COSE Verifiable Data Structure Proofs</name>
          <t>Registration Template:</t>
          <ul spacing="normal">
            <li>Verifiable Data Structure:
This value used identifies the related verifiable data structure.</li>
            <li>Name:
This is a descriptive name for the proof type that enables easier reference to the item.</li>
            <li>Label:
This is the value used to identify the verifiable data structure proof type.</li>
            <li>CBOR Type:
This contains the CBOR type for the value portion of the label.</li>
            <li>Description:
This field contains a brief description of the proof type.</li>
            <li>Reference:
This contains a pointer to the public specification for the proof type.</li>
            <li>Change Controller:
For Standards Track RFCs, list the "IETF".  For others, give the name of the responsible party.  Other details (e.g., postal address, email address, home page URI) may also be included.</li>
          </ul>
          <t>Initial contents: Provided in <xref target="cose-verifiable-data-structure-proofs"/></t>
        </section>
      </section>
    </section>
    <section anchor="Acknowledgements">
      <name>Acknowledgements</name>
      <t>We would like to thank
Maik Riechert,
Jon Geater,
Michael B. Jones,
Mike Prorock,
Ilari Liusvaara,
Amaury Chamayou,
for their contributions (some of which substantial) to this draft and to the initial set of implementations.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC8949">
          <front>
            <title>Concise Binary Object Representation (CBOR)</title>
            <seriesInfo name="DOI" value="10.17487/RFC8949"/>
            <seriesInfo name="RFC" value="8949"/>
            <seriesInfo name="STD" value="94"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <date month="December" year="2020"/>
            <abstract>
              <t>The Concise Binary Object Representation (CBOR) is a data format whose design goals include the possibility of extremely small code size, fairly small message size, and extensibility without the need for version negotiation. These design goals make it different from earlier binary serializations such as ASN.1 and MessagePack.</t>
              <t>This document obsoletes RFC 7049, providing editorial improvements, new details, and errata fixes while keeping full compatibility with the interchange format of RFC 7049. It does not create a new version of the format.</t>
            </abstract>
          </front>
        </reference>
        <reference anchor="RFC9053">
          <front>
            <title>CBOR Object Signing and Encryption (COSE): Initial Algorithms</title>
            <seriesInfo name="DOI" value="10.17487/RFC9053"/>
            <seriesInfo name="RFC" value="9053"/>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>Concise Binary Object Representation (CBOR) is a data format designed for small code size and small message size. There is a need to be able to define basic security services for this data format. This document defines a set of algorithms that can be used with the CBOR Object Signing and Encryption (COSE) protocol (RFC 9052).</t>
              <t>This document, along with RFC 9052, obsoletes RFC 8152.</t>
            </abstract>
          </front>
        </reference>
        <reference anchor="RFC9162">
          <front>
            <title>Certificate Transparency Version 2.0</title>
            <seriesInfo name="DOI" value="10.17487/RFC9162"/>
            <seriesInfo name="RFC" value="9162"/>
            <author fullname="B. Laurie" initials="B." surname="Laurie"/>
            <author fullname="E. Messeri" initials="E." surname="Messeri"/>
            <author fullname="R. Stradling" initials="R." surname="Stradling"/>
            <date month="December" year="2021"/>
            <abstract>
              <t>This document describes version 2.0 of the Certificate Transparency (CT) protocol for publicly logging the existence of Transport Layer Security (TLS) server certificates as they are issued or observed, in a manner that allows anyone to audit certification authority (CA) activity and notice the issuance of suspect certificates as well as to audit the certificate logs themselves. The intent is that eventually clients would refuse to honor certificates that do not appear in a log, effectively forcing CAs to add all issued certificates to the logs.</t>
              <t>This document obsoletes RFC 6962. It also specifies a new TLS extension that is used to send various CT log artifacts.</t>
              <t>Logs are network services that implement the protocol operations for submissions and queries that are defined in this document.</t>
            </abstract>
          </front>
        </reference>
        <reference anchor="RFC9597">
          <front>
            <title>CBOR Web Token (CWT) Claims in COSE Headers</title>
            <seriesInfo name="DOI" value="10.17487/RFC9597"/>
            <seriesInfo name="RFC" value="9597"/>
            <author fullname="T. Looker" initials="T." surname="Looker"/>
            <author fullname="M.B. Jones" initials="M.B." surname="Jones"/>
            <date month="June" year="2024"/>
            <abstract>
              <t>This document describes how to include CBOR Web Token (CWT) claims in the header parameters of any CBOR Object Signing and Encryption (COSE) structure. This functionality helps to facilitate applications that wish to make use of CWT claims in encrypted COSE structures and/or COSE structures featuring detached signatures, while having some of those claims be available before decryption and/or without inspecting the detached payload. Another use case is using CWT claims with payloads that are not CWT Claims Sets, including payloads that are not CBOR at all.</t>
            </abstract>
          </front>
        </reference>
        <reference anchor="RFC9596">
          <front>
            <title>CBOR Object Signing and Encryption (COSE) "typ" (type) Header Parameter</title>
            <seriesInfo name="DOI" value="10.17487/RFC9596"/>
            <seriesInfo name="RFC" value="9596"/>
            <author fullname="M.B. Jones" initials="M.B." surname="Jones"/>
            <author fullname="O. Steele" initials="O." surname="Steele"/>
            <date month="June" year="2024"/>
            <abstract>
              <t>This specification adds the equivalent of the JSON Object Signing and Encryption (JOSE) "typ" (type) header parameter to CBOR Object Signing and Encryption (COSE). This enables the benefits of explicit typing (as defined in RFC 8725, "JSON Web Token Best Current Practices") to be brought to COSE objects. The syntax of the COSE type header parameter value is the same as the existing COSE content type header parameter.</t>
            </abstract>
          </front>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <seriesInfo name="DOI" value="10.17487/RFC2119"/>
            <seriesInfo name="RFC" value="2119"/>
            <seriesInfo name="BCP" value="14"/>
            <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>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <seriesInfo name="DOI" value="10.17487/RFC8174"/>
            <seriesInfo name="RFC" value="8174"/>
            <seriesInfo name="BCP" value="14"/>
            <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>
        </reference>
        <reference anchor="IANA.cose_header-parameters" target="https://www.iana.org/assignments/cose">
          <front>
            <title>COSE Header Parameters</title>
            <author>
              <organization>IANA</organization>
            </author>
          </front>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC7120">
          <front>
            <title>Early IANA Allocation of Standards Track Code Points</title>
            <seriesInfo name="DOI" value="10.17487/RFC7120"/>
            <seriesInfo name="RFC" value="7120"/>
            <seriesInfo name="BCP" value="100"/>
            <author fullname="M. Cotton" initials="M." surname="Cotton"/>
            <date month="January" year="2014"/>
            <abstract>
              <t>This memo describes the process for early allocation of code points by IANA from registries for which "Specification Required", "RFC Required", "IETF Review", or "Standards Action" policies apply. This process can be used to alleviate the problem where code point allocation is needed to facilitate desired or required implementation and deployment experience prior to publication of an RFC, which would normally trigger code point allocation. The procedures in this document are intended to apply only to IETF Stream documents.</t>
            </abstract>
          </front>
        </reference>
        <reference anchor="RFC9052">
          <front>
            <title>CBOR Object Signing and Encryption (COSE): Structures and Process</title>
            <seriesInfo name="DOI" value="10.17487/RFC9052"/>
            <seriesInfo name="RFC" value="9052"/>
            <seriesInfo name="STD" value="96"/>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>Concise Binary Object Representation (CBOR) is a data format designed for small code size and small message size. There is a need to be able to define basic security services for this data format. This document defines the CBOR Object Signing and Encryption (COSE) protocol. This specification describes how to create and process signatures, message authentication codes, and encryption using CBOR for serialization. This specification additionally describes how to represent cryptographic keys using CBOR.</t>
              <t>This document, along with RFC 9053, obsoletes RFC 8152.</t>
            </abstract>
          </front>
        </reference>
        <reference anchor="RFC8610">
          <front>
            <title>Concise Data Definition Language (CDDL): A Notational Convention to Express Concise Binary Object Representation (CBOR) and JSON Data Structures</title>
            <seriesInfo name="DOI" value="10.17487/RFC8610"/>
            <seriesInfo name="RFC" value="8610"/>
            <author fullname="H. Birkholz" initials="H." surname="Birkholz"/>
            <author fullname="C. Vigano" initials="C." surname="Vigano"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <date month="June" year="2019"/>
            <abstract>
              <t>This document proposes a notational convention to express Concise Binary Object Representation (CBOR) data structures (RFC 7049). Its main goal is to provide an easy and unambiguous way to express structures for protocol messages and data formats that use CBOR or JSON.</t>
            </abstract>
          </front>
        </reference>
        <reference anchor="RFC8126">
          <front>
            <title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
            <seriesInfo name="DOI" value="10.17487/RFC8126"/>
            <seriesInfo name="RFC" value="8126"/>
            <seriesInfo name="BCP" value="26"/>
            <author fullname="M. Cotton" initials="M." surname="Cotton"/>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <author fullname="T. Narten" initials="T." surname="Narten"/>
            <date month="June" year="2017"/>
            <abstract>
              <t>Many protocols make use of points of extensibility that use constants to identify various protocol parameters. To ensure that the values in these fields do not have conflicting uses and to promote interoperability, their allocations are often coordinated by a central record keeper. For IETF protocols, that role is filled by the Internet Assigned Numbers Authority (IANA).</t>
              <t>To make assignments in a given registry prudently, guidance describing the conditions under which new values should be assigned, as well as when and how modifications to existing values can be made, is needed. This document defines a framework for the documentation of these guidelines by specification authors, in order to assure that the provided guidance for the IANA Considerations is clear and addresses the various issues that are likely in the operation of a registry.</t>
              <t>This is the third edition of this document; it obsoletes RFC 5226.</t>
            </abstract>
          </front>
        </reference>
        <reference anchor="BCP205">
          <front>
            <title>Improving Awareness of Running Code: The Implementation Status Section</title>
            <seriesInfo name="DOI" value="10.17487/RFC7942"/>
            <seriesInfo name="RFC" value="7942"/>
            <seriesInfo name="BCP" value="205"/>
            <author fullname="Y. Sheffer" initials="Y." surname="Sheffer"/>
            <author fullname="A. Farrel" initials="A." surname="Farrel"/>
            <date month="July" year="2016"/>
            <abstract>
              <t>This document describes a simple process that allows authors of Internet-Drafts to record the status of known implementations by including an Implementation Status section. This will allow reviewers and working groups to assign due consideration to documents that have the benefit of running code, which may serve as evidence of valuable experimentation and feedback that have made the implemented protocols more mature.</t>
              <t>This process is not mandatory. Authors of Internet-Drafts are encouraged to consider using the process for their documents, and working groups are invited to think about applying the process to all of their protocol specifications. This document obsoletes RFC 6982, advancing it to a Best Current Practice.</t>
            </abstract>
          </front>
        </reference>
        <reference anchor="RFC8392">
          <front>
            <title>CBOR Web Token (CWT)</title>
            <seriesInfo name="DOI" value="10.17487/RFC8392"/>
            <seriesInfo name="RFC" value="8392"/>
            <author fullname="M. Jones" initials="M." surname="Jones"/>
            <author fullname="E. Wahlstroem" initials="E." surname="Wahlstroem"/>
            <author fullname="S. Erdtman" initials="S." surname="Erdtman"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <date month="May" year="2018"/>
            <abstract>
              <t>CBOR Web Token (CWT) is a compact means of representing claims to be transferred between two parties. The claims in a CWT are encoded in the Concise Binary Object Representation (CBOR), and CBOR Object Signing and Encryption (COSE) is used for added application-layer security protection. A claim is a piece of information asserted about a subject and is represented as a name/value pair consisting of a claim name and a claim value. CWT is derived from JSON Web Token (JWT) but uses CBOR rather than JSON.</t>
            </abstract>
          </front>
        </reference>
        <reference anchor="I-D.draft-ietf-cbor-edn-literals">
          <front>
            <title>CBOR Extended Diagnostic Notation (EDN)</title>
            <seriesInfo name="Internet-Draft" value="draft-ietf-cbor-edn-literals-16"/>
            <author fullname="Carsten Bormann" initials="C." surname="Bormann">
              <organization>Universität Bremen TZI</organization>
            </author>
            <date day="8" month="January" year="2025"/>
            <abstract>
              <t>   This document formalizes and consolidates the definition of the
   Extended Diagnostic Notation (EDN) of the Concise Binary Object
   Representation (CBOR), addressing implementer experience.

   Replacing EDN's previous informal descriptions, it updates RFC 8949,
   obsoleting its Section 8, and RFC 8610, obsoleting its Appendix G.

   It also specifies and uses registry-based extension points, using one
   to support text representations of epoch-based dates/times and of IP
   addresses and prefixes.


   // (This cref will be removed by the RFC editor:) The present
   // revision (-16) addresses the first half of the WGLC comments,
   // except for the issues around the specific way how to best achieve
   // pluggable ABNF grammars for application-extensions.  It is
   // intended for use as a reference document for the mid-WGLC CBOR WG
   // interim meeting on 2025-01-08.

              </t>
            </abstract>
          </front>
        </reference>
      </references>
    </references>
    <?line 660?>

<section anchor="implementation-status">
      <name>Implementation Status</name>
      <t>Note to RFC Editor: Please remove this section as well as references to <xref target="BCP205"/> before AUTH48.</t>
      <t>This section records the status of known implementations of the protocol defined by this specification at the time of posting of this Internet-Draft, and is based on a proposal described in <xref target="BCP205"/>.
The description of implementations in this section is intended to assist the IETF in its decision processes in progressing drafts to RFCs.
Please note that the listing of any individual implementation here does not imply endorsement by the IETF.
Furthermore, no effort has been spent to verify the information presented here that was supplied by IETF contributors.
This is not intended as, and must not be construed to be, a catalog of available implementations or their features.
Readers are advised to note that other implementations may exist.</t>
      <t>According to <xref target="BCP205"/>, "this will allow reviewers and working groups to assign due consideration to documents that have the benefit of running code, which may serve as evidence of valuable experimentation and feedback that have made the implemented protocols more mature.
It is up to the individual working groups to use this information as they see fit".</t>
      <section anchor="transmute-prototype">
        <name>Transmute Prototype</name>
        <t>An open-source implementation was initiated and is maintained by the Transmute Industries Inc. - Transmute.
An application demonstrating the concepts is available at <eref target="https://github.com/transmute-industries/cose?tab=readme-ov-file#transparent-statement">COSE SCITT Receipts</eref></t>
        <t>Implementation URL: https://github.com/transmute-industries/cose
Maturity: The code's level of maturity is considered to be "prototype".
Coverage and Version Compatibility: The current version ('main') implements the verifiable data structure algorithm, inclusion proof and consistency proof concepts of this draft.
License: The project and all corresponding code and data maintained on GitHub are provided under the Apache License, version 2.
Contact: Orie Steele (orie@transmute.industries)</t>
      </section>
    </section>
  </back>
  <!-- ##markdown-source:
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
+I/QvCQUBgaCM2R9D21o7NIV5jrVF4xtZnwRp1xZnnrAPZZEMb4rDX3zzvuI
QCbtMYrGvtmoj1C3ygFxpAL+RMFq+er0I895gFRhOrae6hh2kmjY5cXbZRjG
oCgGUb09BS1JE+wxQDSCaK8CpD32q18hVvATuip77BD20pqfxycfgtv9P/7x
h37/97P3+eQi8PejD3+6DkfXeTJ9/efr73v+XX769rDV1t3LGCfMBYP4J23G
ttjlLShZaPL08mWbpnfBvsfM5JZr95AqoLt6wWB9y/eh/lbtxrx19jT9cnb4
u+jm/t9f/9EP76/F8DY9mF7fXL57f5K9Pf2P/Mv99+Lw6Eux+P5e78kMsmFn
ZcN5KO3ng/4R2qhtaKgNWPQ/fLeLBonpsQwwzi5RzuCwxw5wzOtSXe+h0TZg
P1YaIBTrT7CbjP4i4J9+G/5DQZ89dtpe0s6xBjjQ6V6jyWT75OjolPePRp1O
R+z3xMFReLxda/bx5cvKk4/uVE/llycXKC4DAucVcey+dVlwD1ax3wt7vRMR
wiqCIDw4OTkcmVV83C2h/c1oiv/p5l68uvs+LT49vMviyy/Xbx5Orvs3d+cX
R3+8unn1Q+DfHF9f3op+8H+Mpo4dmjr6G2mqf3DUG/VPDgGbh6MRPwnE/nZz
qMn20eHp/vHooAftRvv7J4Lv/2/Q3sHx0Wl3dHAKq+DADN3+8b5Le54d/knJ
weroQLvd45Pg6CSA/qEQIjwOD7dVy/pMvaPDw1GPqPzo9HD/tH8w3PY+7i7X
PSJMjOo5KzWOGo60jj1vqGsd642U5o4xuyqZZSrSi7aOjvRW2ps0MK2nza7R
rFofFTZnA27WVW2wpmWoYppWx9otbI6nyzVtzDCrs4n0KE6CnglX6FWXKlzH
/1WMFLOHyDBUJ6duKpHnXeL5TjWHkcxBFeM1GUx0WCM2ANNJNqCj1FxWzvj0
WUbnmVOa5DETjwRoKMQrF6juat2CJ2Vdb59879V+dWm+Pj3RgVli3DRl5KNJ
XluhjQJxFkzSKCC6m3A5KaUsxvnZ1dnbM2OIq55TTE8F63oKtKN8aErJTMII
TCrtZ9o9OWetFedRAQRtMBqCnEGNfAQQfDz4hF+I29SBFYDgCcQANW1VCaal
crach9S7ZSNsxsGwjkUs5hyI0d1dpHMBarSo4opfh4TGqZU66yBKmDQd4kre
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

-->

</rfc>
