<?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.39 (Ruby 3.2.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-dogru-scitt-disclosure-evidence-01" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.34.0 -->
  <front>
    <title abbrev="Disclosure Evidence">Transformation Evidence and Coverage Reconciliation for Auditable Data Disclosure</title>
    <seriesInfo name="Internet-Draft" value="draft-dogru-scitt-disclosure-evidence-01"/>
    <author fullname="Emekcan Dogru">
      <organization>VERAX TEKNOLOJI A.S.</organization>
      <address>
        <postal>
          <country>Turkey</country>
        </postal>
        <email>dogrucanemek@gmail.com</email>
      </address>
    </author>
    <date year="2026" month="August" day="15"/>
    <area>Security</area>
    <workgroup>SCITT</workgroup>
    <keyword>receipt</keyword>
    <keyword>masking</keyword>
    <keyword>reconciliation</keyword>
    <keyword>transparency</keyword>
    <keyword>disclosure</keyword>
    <abstract>
      <?line 41?>

<t>Audit receipts for automated data access attest to what a gateway recorded.
Two questions remain outside their reach: what was changed in the data
before it was disclosed, and whether the set of receipts is complete with
respect to the data source's own accounting of activity. This document
defines two evidence structures that answer those questions:
Transformation Evidence, a per-disclosure statement of which classes of
values were transformed and how, carrying counts and class names but never
values; and Coverage Reconciliation, a procedure and result statement that
compares a source's own activity counters against a receipt set over a
time window and reports activity for which no receipt exists. Both
structures are designed to be registered as Signed Statements on a
Transparency Service as described in the SCITT architecture. This document
defines evidence payloads; it does not define a new receipt format, a new
transparency mechanism, or a new signature format.</t>
    </abstract>
  </front>
  <middle>
    <?line 58?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>Systems that place a policy gateway between an automated client (for
example, an AI assistant) and a data source increasingly emit signed,
hash-chained access receipts. Several receipt formats exist. They share a
property that limits what they can prove: a receipt is evidence produced
by the party that performed the access, about an event that party chose to
record.</t>
      <t>Two gaps follow from that property.</t>
      <t>First, receipts typically state that access happened and under which
policy decision, but not what happened to the data between the source and
the client. When a gateway masks, redacts, or tokenizes values before
disclosure, that transformation is the substance of the privacy claim the
operator makes — and it is precisely the part a conventional receipt does
not describe. An auditor reading such a receipt learns that a table was
read, but not whether the protected columns in it left the gateway
transformed or in the clear.</t>
      <t>Second, a set of receipts, however well chained and anchored, only covers
the accesses for which receipts were produced. A client that reaches the
data source without passing through the gateway produces no receipt, and
no property of the receipt chain reveals this. Hash chains detect removal
and reordering of records that exist; they are silent about records that
were never created. Establishing completeness requires a second account of
activity, produced by a party other than the gateway: the data source
itself.</t>
      <t>This document defines two evidence structures addressing these gaps:</t>
      <ul spacing="normal">
        <li>
          <t>Transformation Evidence (<xref target="transformation-evidence"/>): a statement,
bound to a single disclosure, of which classes of values were
transformed before disclosure, by which action, and in what count. It
never carries the values themselves.</t>
        </li>
        <li>
          <t>Coverage Reconciliation (<xref target="coverage-reconciliation"/>): a procedure that
compares snapshots of a data source's own activity counters, taken at
the boundaries of a time window, against the receipt set for that
window, and a signed result statement reporting activity patterns for
which no receipt exists.</t>
        </li>
      </ul>
      <t>Both structures are payloads. They are intended to be carried in Signed
Statements and registered on a Transparency Service as described in the
SCITT architecture <xref target="RFC9943"/>, which supplies the append-only,
third-party-auditable registration this document deliberately does not
reinvent. This document defines no new receipt format, no policy
evaluation semantics, and no transparency mechanism.</t>
      <section anchor="what-these-structures-do-not-claim">
        <name>What these structures do not claim</name>
        <t>Both structures are designed around a discipline of stating the limits of
their own evidence. Transformation Evidence describes the disclosure
surface; it does not claim a value is unlearnable
(<xref target="te-limits"/>). A Coverage Reconciliation result reporting unreceipted
activity is a statement about absent evidence; it is not, and <bcp14>MUST NOT</bcp14> be
presented as, proof of intent or of a breach (<xref target="cr-semantics"/>).</t>
      </section>
    </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?>

<t>The following terms are used throughout:</t>
      <dl>
        <dt>Data Source:</dt>
        <dd>
          <t>The system holding the data, with its own accounting of query or access
activity (for example, a database's statement statistics).</t>
        </dd>
        <dt>Gateway:</dt>
        <dd>
          <t>The component that mediates access between an automated client and a
Data Source, applies policy, transforms results, and emits receipts.</t>
        </dd>
        <dt>Disclosure:</dt>
        <dd>
          <t>A single delivery of data (possibly transformed) from the Gateway to a
client.</t>
        </dd>
        <dt>Receipt:</dt>
        <dd>
          <t>A signed record of a Disclosure produced by the Gateway. This document
is agnostic to the receipt format in use.</t>
        </dd>
        <dt>Protected Class:</dt>
        <dd>
          <t>A named category of values that policy subjects to transformation (for
example, "email", "national-id", "phone").</t>
        </dd>
        <dt>Window:</dt>
        <dd>
          <t>A time interval over which reconciliation is performed, bounded by two
snapshots of the Data Source's activity counters.</t>
        </dd>
      </dl>
    </section>
    <section anchor="transformation-evidence">
      <name>Transformation Evidence</name>
      <section anchor="purpose">
        <name>Purpose</name>
        <t>Transformation Evidence answers, for one Disclosure: which Protected
Classes were transformed in the disclosed result, by which action, and in
what count. It exists so that the transformation claim is a first-class,
signed, registrable artifact rather than prose in an operator's
documentation.</t>
      </section>
      <section anchor="te-structure">
        <name>Structure</name>
        <t>Transformation Evidence is a JSON object with the following members:</t>
        <dl>
          <dt><tt>v</tt>:</dt>
          <dd>
            <t>Structure version string. For this document: <tt>transformation-evidence/1</tt>.</t>
          </dd>
          <dt><tt>disclosure</tt>:</dt>
          <dd>
            <t>A digest binding this evidence to exactly one Disclosure, computed over
the receipt for that Disclosure (or, where the receipt format defines a
canonical record hash, that hash). Digest form is defined in
<xref target="digests"/>.</t>
          </dd>
          <dt><tt>request</tt>:</dt>
          <dd>
            <t>A digest of the request that produced the Disclosure. The digest of the
request, never the request text: query text can itself contain protected
values.</t>
          </dd>
          <dt><tt>policy</tt>:</dt>
          <dd>
            <t>An object with <tt>id</tt> (an identifier of the policy version applied) and
<tt>decision</tt> (the policy outcome under which disclosure proceeded).</t>
          </dd>
          <dt><tt>classes</tt>:</dt>
          <dd>
            <t>An array of objects, one per Protected Class that the applied policy
recognizes and that occurred in the disclosed result, each with:
</t>
            <dl>
              <dt><tt>class</tt>:</dt>
              <dd>
                <t>The Protected Class name, as named by the policy.</t>
              </dd>
              <dt><tt>action</tt>:</dt>
              <dd>
                <t>One of <tt>mask</tt>, <tt>redact</tt>, <tt>tokenize</tt>, <tt>truncate</tt>, or <tt>none</tt>. The value
<tt>none</tt> states that the class occurred and was disclosed
untransformed — an honest statement some deployments need to make.</t>
              </dd>
              <dt><tt>count</tt>:</dt>
              <dd>
                <t>The number of values of this class in the disclosed result to which
the action was applied.</t>
              </dd>
            </dl>
          </dd>
        </dl>
        <t>The structure <bcp14>MUST NOT</bcp14> carry data values, transformed or otherwise. Only
class names, action names, counts, digests, and identifiers appear. An
implementation encountering a value in a field defined here <bcp14>MUST</bcp14> reject
the structure.</t>
      </section>
      <section anchor="digests">
        <name>Serialization and digests</name>
        <t>For digesting and signing, the structure is serialized with the JSON
Canonicalization Scheme <xref target="RFC8785"/>. Digests in this document are SHA-256
and are written as strings prefixed with <tt>sha256:</tt> followed by lowercase
hexadecimal. Future documents may register alternative digest prefixes;
an implementation <bcp14>MUST</bcp14> reject a digest whose prefix it does not
recognize rather than guessing.</t>
        <t>A CBOR/COSE serialization <xref target="RFC9052"/> of the same data model is expected
to be specified once the JSON model has received review; nothing in the
model depends on JSON specifically.</t>
      </section>
      <section anchor="te-limits">
        <name>What Transformation Evidence does not prove</name>
        <t>Transformation Evidence describes the disclosure surface of one result.
It does not state that a protected value is unlearnable by the client.
In particular, where the request language permits predicates over
protected columns, an allowed request can answer questions about a masked
value without the value ever being disclosed (a result-count of one
versus zero is one bit of the value). Transformation Evidence for such a
Disclosure is accurate — the value was transformed in the result — and
still compatible with the client having learned something about the
value.</t>
        <t>Consumers <bcp14>MUST NOT</bcp14> present Transformation Evidence as proof of
non-exposure. It is proof of applied transformation, no more. A
deployment whose requirement is that a class be unlearnable rather than
hidden must enforce that requirement in policy (for example, by not
allowing the objects that carry the class at all); no evidence structure
substitutes for that enforcement.</t>
        <t>The <tt>classes</tt> array is bounded by what the applied policy recognizes. A
value belonging to a class the policy does not name is not counted. The
absence of a class from the array is therefore a statement about the
policy's vocabulary as much as about the data, and <bcp14>MUST</bcp14> be read that way.</t>
      </section>
    </section>
    <section anchor="coverage-reconciliation">
      <name>Coverage Reconciliation</name>
      <section anchor="purpose-1">
        <name>Purpose</name>
        <t>Coverage Reconciliation answers, for one Window: did the Data Source's
own accounting record activity for which no Receipt exists? It is the
mechanism by which "the gateway was bypassed" or "the receipt sink
failed" becomes detectable, rather than invisible.</t>
        <t>The essential property is that the two accounts being compared originate
from different components: the receipt set from the Gateway, the activity
counters from the Data Source. A Gateway cannot make bypassed activity
disappear from an account it does not produce.</t>
      </section>
      <section anchor="cr-snapshots">
        <name>Activity snapshots</name>
        <t>A snapshot is a JSON object capturing the Data Source's cumulative
activity counters at a point in time:</t>
        <dl>
          <dt><tt>v</tt>:</dt>
          <dd>
            <t>Snapshot version string. For this document: <tt>activity-snapshot/1</tt>.</t>
          </dd>
          <dt><tt>ts</tt>:</dt>
          <dd>
            <t>The time the snapshot was taken (ISO 8601).</t>
          </dd>
          <dt><tt>source</tt>:</dt>
          <dd>
            <t>An identifier of the Data Source and the accounting scope within it
(for example, the database role whose activity is counted). Both
snapshots of a Window <bcp14>MUST</bcp14> carry the same <tt>source</tt>; a mismatch
invalidates the Window.</t>
          </dd>
          <dt><tt>entries</tt>:</dt>
          <dd>
            <t>An array of objects, one per activity pattern the source's accounting
distinguishes, each with:
</t>
            <dl>
              <dt><tt>pattern</tt>:</dt>
              <dd>
                <t>A digest of the normalized activity pattern (for example, a
normalized statement with constants removed). The digest, not
necessarily the text: pattern text can embed protected values and
schema detail. Deployments <bcp14>MAY</bcp14> retain pattern text privately for
diagnosis; only the digest is required here.</t>
              </dd>
              <dt><tt>count</tt>:</dt>
              <dd>
                <t>The cumulative counter value for this pattern at <tt>ts</tt>.</t>
              </dd>
            </dl>
          </dd>
        </dl>
      </section>
      <section anchor="cr-procedure">
        <name>Reconciliation procedure</name>
        <t>Given a start snapshot, an end snapshot, and the receipt set for the
Window, a reconciler proceeds as follows.</t>
        <t>Window validity is checked first. The two snapshots <bcp14>MUST</bcp14> carry the same
<tt>v</tt> and <tt>source</tt>, the end <tt>ts</tt> <bcp14>MUST</bcp14> be later than the start <tt>ts</tt>, and no
pattern's counter may be lower at the end than at the start. A counter
regression means the source's accounting was reset or altered inside the
Window; the Window is then unreliable, and the reconciler <bcp14>MUST</bcp14> report
failure for the Window as a whole rather than reconciling the surviving
patterns. An attacker who can reset counters must gain an error, not a
clean report.</t>
        <t>For each pattern whose counter increased during the Window, the
reconciler attributes the pattern to the data objects it touches and
checks whether any Receipt in the Window covers access to those objects.
Matching is per pattern and per data object, not per call count: one
client-level request may legitimately produce more than one source-level
statement, so call counts and receipt counts <bcp14>MUST NOT</bcp14> be compared
one-to-one. A pattern whose target objects cannot be determined <bcp14>MUST NOT</bcp14>
be silently ignored; it fails the reconciliation with its own report.</t>
        <t>Each active pattern receives one of three outcomes:</t>
        <dl>
          <dt><tt>covered</tt>:</dt>
          <dd>
            <t>At least one Receipt in the Window covers the objects this pattern
touches.</t>
          </dd>
          <dt><tt>not-receipted</tt>:</dt>
          <dd>
            <t>No Receipt in the Window covers this pattern's objects.</t>
          </dd>
          <dt><tt>unattributable</tt>:</dt>
          <dd>
            <t>The pattern's target objects could not be determined.</t>
          </dd>
        </dl>
        <t>The reconciliation as a whole succeeds only if every active pattern is
<tt>covered</tt>.</t>
      </section>
      <section anchor="cr-result">
        <name>Result statement</name>
        <t>The reconciliation result is a JSON object:</t>
        <dl>
          <dt><tt>v</tt>:</dt>
          <dd>
            <t><tt>coverage-reconciliation/1</tt>.</t>
          </dd>
          <dt><tt>window</tt>:</dt>
          <dd>
            <t>Object with <tt>start</tt> and <tt>end</tt> (the two snapshot <tt>ts</tt> values).</t>
          </dd>
          <dt><tt>source</tt>:</dt>
          <dd>
            <t>The common <tt>source</tt> identifier of the two snapshots.</t>
          </dd>
          <dt><tt>snapshots</tt>:</dt>
          <dd>
            <t>Object with <tt>start</tt> and <tt>end</tt> digests of the two snapshot structures.</t>
          </dd>
          <dt><tt>receipts</tt>:</dt>
          <dd>
            <t>A digest identifying the receipt set that was compared (for chained
receipt formats, the chain head digest and the sequence range are
<bcp14>RECOMMENDED</bcp14> as the identifying material).</t>
          </dd>
          <dt><tt>outcome</tt>:</dt>
          <dd>
            <t><tt>covered</tt>, <tt>unreconciled</tt>, or <tt>invalid-window</tt>.</t>
          </dd>
          <dt><tt>unreconciled</tt>:</dt>
          <dd>
            <t>When <tt>outcome</tt> is <tt>unreconciled</tt>: the list of pattern digests with
outcome <tt>not-receipted</tt> or <tt>unattributable</tt>, each with its outcome.
Pattern digests, not pattern text, for the reasons in
<xref target="cr-snapshots"/>.</t>
          </dd>
        </dl>
        <t>The result statement is serialized and digested as in <xref target="digests"/> and is
intended to be signed by the reconciling party and registered
(<xref target="scitt"/>). The reconciler <bcp14>SHOULD</bcp14> be operationally independent of the
Gateway; where it is not, registration on a Transparency Service at
least makes the result's existence and timing third-party-visible.</t>
      </section>
      <section anchor="cr-semantics">
        <name>Semantics of "not receipted"</name>
        <t>A <tt>not-receipted</tt> outcome is a statement that evidence is absent, not a
statement about why. Gateway bypass, receipt sink failure, and accounting
scope mismatch all produce it. A result statement <bcp14>MUST NOT</bcp14> label
unreceipted activity as an intrusion, a breach, or an intentional act,
and consumers <bcp14>MUST NOT</bcp14> present it as such. The value of the mechanism is
precisely that it surfaces the condition; attributing cause is
investigation, not reconciliation.</t>
        <t>Verification of receipt signatures and chain integrity is out of scope
for reconciliation and is assumed to have happened first, under the rules
of the receipt format in use. Reconciliation compares an
already-verified receipt set against source accounting; it does not
re-verify.</t>
      </section>
    </section>
    <section anchor="scitt">
      <name>Registration on a Transparency Service</name>
      <t>Both structures defined here are payloads for Signed Statements in the
sense of the SCITT architecture <xref target="RFC9943"/>. An Issuer (the Gateway
operator for Transformation Evidence; the reconciling party for a
Coverage Reconciliation result) signs the serialized structure and
registers the Signed Statement on a Transparency Service, obtaining a
Receipt in the SCITT sense: proof of the statement's inclusion, at a
position, in an append-only log operated by a party other than the
Issuer.</t>
      <t>This layering is deliberate. The structures in this document gain their
audit value from being registered somewhere the Issuer cannot quietly
rewrite; SCITT already defines that somewhere, together with its trust
model and verification procedures. This document therefore defines no
countersignature, no anchoring, and no log format of its own. Where this
document's mechanisms speak of digests binding evidence to receipts, the
binding survives registration unchanged: digests are over the payload,
not the envelope.</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <dl>
        <dt>Same-operator collusion.</dt>
        <dd>
          <t>In many deployments the Gateway and the Data Source are operated by the
same party. Coverage Reconciliation's value against that party is
reduced: an operator with administrative access to the source's
accounting can suppress the counters themselves. The mandatory
invalid-window rule (<xref target="cr-procedure"/>) turns counter resets into
visible failures, and registration (<xref target="scitt"/>) makes suppression of
already-issued results detectable, but an operator who controls both
accounts and never registers anything is outside this mechanism's
reach. Deployments needing assurance against the operator itself
require an accounting path the operator cannot write to; that is a
deployment property, not a payload property.</t>
        </dd>
        <dt>Counter manipulation.</dt>
        <dd>
          <t>An attacker who can reset or rewind source counters could otherwise
hide activity between snapshots. The <bcp14>MUST</bcp14>-fail rule exists for this
case: a Window containing a regression is reported unreliable in its
entirety. Snapshot frequency bounds the exposure — shorter Windows
mean a reset costs the attacker a visible failure sooner.</t>
        </dd>
        <dt>Digest agility.</dt>
        <dd>
          <t>Digests are prefixed (<xref target="digests"/>); an implementation <bcp14>MUST</bcp14> reject
unknown prefixes. Accepting an unknown prefix as an opaque match would
let an attacker route around comparison.</t>
        </dd>
        <dt>Signature and key compromise.</dt>
        <dd>
          <t>Signing and registration are inherited from the SCITT layer; key
management, revocation, and the consequences of Issuer key compromise
are governed there, not here. A compromised Issuer key voids the
evidentiary value of statements under that key, as it does for any
signed artifact.</t>
        </dd>
      </dl>
    </section>
    <section anchor="privacy-considerations">
      <name>Privacy Considerations</name>
      <t>Every structure in this document was shaped by one rule: evidence about
protected data must not itself become a disclosure channel. Transformation
Evidence carries class names, action names, and counts — never values.
Request and pattern references are digests because query and pattern text
can embed values and schema detail. Class names and counts do reveal that
data of a class was present in a result in a given quantity; deployments
for which even that is sensitive can keep the payloads private and
register only their digests, at the cost of making third-party audit a
permissioned rather than public act.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document, if progressed, will request registration of two media
types: <tt>application/transformation-evidence+json</tt> and
<tt>application/coverage-reconciliation+json</tt>, with the structures of
<xref target="te-structure"/> and <xref target="cr-result"/> as their content. No registrations are
requested at this stage.</t>
    </section>
    <section anchor="implementation-status">
      <name>Implementation Status</name>
      <t><em>This section is to be removed before publication as an RFC, per
<xref target="RFC7942"/>.</em></t>
      <t>One implementation of both mechanisms exists: the Conarium gateway
(TypeScript, MIT license, <tt>@conarium-ai/core</tt> on npm), in production at
one site since July 2026. Its receipts carry per-class masking counts as
in <xref target="transformation-evidence"/>; its <tt>conarium-reconcile</tt> tool implements
the procedure of <xref target="cr-procedure"/> against PostgreSQL statement
statistics, as a single file with no dependency on the package, so that a
third party can run the reconciliation without trusting the
implementation under audit. Its exit codes distinguish "covered",
"unreconciled activity", and "window unreliable" exactly as
<xref target="cr-result"/> does. Conformance test vectors ship with the package.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-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="RFC8785">
          <front>
            <title>JSON Canonicalization Scheme (JCS)</title>
            <author fullname="A. Rundgren" initials="A." surname="Rundgren"/>
            <author fullname="B. Jordan" initials="B." surname="Jordan"/>
            <author fullname="S. Erdtman" initials="S." surname="Erdtman"/>
            <date month="June" year="2020"/>
            <abstract>
              <t>Cryptographic operations like hashing and signing need the data to be expressed in an invariant format so that the operations are reliably repeatable. One way to address this is to create a canonical representation of the data. Canonicalization also permits data to be exchanged in its original form on the "wire" while cryptographic operations performed on the canonicalized counterpart of the data in the producer and consumer endpoints generate consistent results.</t>
              <t>This document describes the JSON Canonicalization Scheme (JCS). This specification defines how to create a canonical representation of JSON data by building on the strict serialization methods for JSON primitives defined by ECMAScript, constraining JSON data to the Internet JSON (I-JSON) subset, and by using deterministic property sorting.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8785"/>
          <seriesInfo name="DOI" value="10.17487/RFC8785"/>
        </reference>
        <reference anchor="RFC9943">
          <front>
            <title>An Architecture for Trustworthy and Transparent Digital Supply Chains</title>
            <author fullname="H. Birkholz" initials="H." surname="Birkholz"/>
            <author fullname="A. Delignat-Lavaud" initials="A." surname="Delignat-Lavaud"/>
            <author fullname="C. Fournet" initials="C." surname="Fournet"/>
            <author fullname="Y. Deshpande" initials="Y." surname="Deshpande"/>
            <author fullname="S. Lasker" initials="S." surname="Lasker"/>
            <date month="June" year="2026"/>
            <abstract>
              <t>Traceability in supply chains is a growing security concern. While Verifiable Data Structures (VDSs) have addressed specific issues, such as equivocation over digital certificates, they lack a universal architecture for all supply chains. This document defines such an architecture for single-issuer signed statement transparency. It ensures extensibility and interoperability between different transparency services as well as compliance with various auditing procedures and regulatory requirements.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9943"/>
          <seriesInfo name="DOI" value="10.17487/RFC9943"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC7942">
          <front>
            <title>Improving Awareness of Running Code: The Implementation Status Section</title>
            <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>
          <seriesInfo name="BCP" value="205"/>
          <seriesInfo name="RFC" value="7942"/>
          <seriesInfo name="DOI" value="10.17487/RFC7942"/>
        </reference>
        <reference anchor="RFC9052">
          <front>
            <title>CBOR Object Signing and Encryption (COSE): Structures and Process</title>
            <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>
          <seriesInfo name="STD" value="96"/>
          <seriesInfo name="RFC" value="9052"/>
          <seriesInfo name="DOI" value="10.17487/RFC9052"/>
        </reference>
      </references>
    </references>
    <?line 481?>

<section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>The discipline of stating what each structure does not prove is owed to
every auditor who has been handed a green dashboard and asked to trust
it.</t>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA41c/5LbxpH+f55ibv2HpBy5sRw7sXdzSdaSnGzOkhytklwq
lboFgSE5EQjQGGBpRqWqe4h7gHuWe5R7kuuvu2cwwC4Vp1wRiQUGMz3dX3/9
Y7hcLk3v+9pd2LO3XdGEddvtit63jX1x5yvXlM4WTWWftXeuKzbOvnFl25S+
9nIT3W6vhsr3xap29nnRF/a5D2XdhqFzZ6ZYrTp3R2OPF9O4Z6Yserdpu+OF
DX1lTNWWTbGjmVRdse6XVbvphmUofU+f0+NLp48vP31qwrDa+RBoIv1xTw9e
v3j7jWmG3cp1F6ai0S8MzTa4Jgzhwvbd4AxN5mem6FxBk7px5dD5/nhmDm33
btO1wx5Xn12/fXtm3rkjXa0ujF3azpXO73t83BXhnW82ejUTBa70kOCeRm/K
I76P0zYm9CTH/yzqtqGJHl0we39h/9q35cKGtus7tw706bjDh78ZUwz9tu3w
dmPpf+uhrkU4L3buXVk09jnEw39ru03R+H/wLC7sn168ufoP+/bFv796/e3r
31/bq/Obc76tbIemh7DfDh0tjq+5XeFrEjjGokEdjf2bDa6dl+3OmEaU4Y7k
aO2bb5599vTpV/rxy6e/+Dx+/MWXX+jHr776/GcXxvhmPXvyF199/lm859Mv
6KNZLpe2WAUSWdkbwzoU5RxYrUgCLY3hKltBrYqydCHYou9d6G3f2sO26G1h
N3TLoTjybnSVq87N20Nrvx/oLpJHoOu0nsa2Qx9IcWy/db6ji0W5vZAhDkWw
5bZoNvQmupFu4BealaNZOOvlDt1KVy3YHg5bRzd2fHdwvW3X4+Q9jdfu9rXr
nT34fms6F/au5EnH0WnPh650j4JtDw3Whs0hvcJAJBB/R2p5bt9uaSwyi2Hn
mt5Ubu0bF2xP64tWQJZDO9eThtF1FkgTDjwvmusohQtzwrhpNXbvuszAaESS
KF6IuRy2vtzasi5CoDe0a3NX1DSopXc4UXeMSZKDULbtYWHLouuOWAkvKfAf
+HkL/Q12NfS2cYQmOtTlx/CFp9e1paswM9xICx3qPpskVm0g7wIyuCdYEaVM
xnV0w4a0IUBxdL9k++jttiAk3GHLmqo96Mv2ZJphHAZ6KSJp2jSA+8GHPpzb
r1va62w/aEK2csFvGpIP7f3K0SMbupdkRwIL9kb+dBPXQnOmKctWKYrYG9fd
eYBwwFhl51ejmjJS0WvKre8dv/SUyiR12RfHui0qkjrpddXSn5qWPvBtJJPG
HdKyRFkWctXk0GZ3Dgbjw25hYaj8GNZZYA764LmY+M5XVU3w94m9JvRpKxIO
wNLcHEkOO1XafV1giXbf1p6Gjya9cv3BORJJk4FBWXts+2N6i3E/FLAzmKS9
uiYZBQ+Y7Z/w7hW5pZHMSrL6QJpZHwn3aPmyMwuzLcJ2SQvy2AyFmWjM57QB
0Mx6JpYguw55u6MNW+x1YUhVyZhIT3hVtae3BAGZHrcBtukWAsVM/Xy+Oywg
V5nVkTeY5B0Ho3HV0vAHmSWte0W4htXTJNUW9KGSAaBvjeAi7QZgcVPsAa51
TQq+7tqdPqHTppu+8V2gPU9YRn7Vl0VNImOLU4wRGW2L/d41avtDUzm1DaPb
WLnSBzZitnnSMxZFeiyHw7jVjKeyYTSqwVfZ8HP75y1UISkHHHHATCuyzsCK
2LfvHDlCUmpFKYFwM4LbQhbQT8HQB3nvsIL20KsJ+Fj8nb8raCEEXx6icgZy
Knp61a54R+P/33/9Ny/e8zbuOyzY1ePe0XQJzbA19JpMh2B4RgxPTPrcXkHH
yQe27JwqAGgYCGdGRald0TUR5a0QLvJMBrfnIh4dE+0rcAFG09bDjh4m4PAY
ac0aGWVpciCnCSi8lHgj6cQNIBl+b+7pFkB8mAe5g7q2yYRgew0pYAdv2TY1
4JfuCmZUXRcyLE3axl4lGgHJJBo7r5l9Nrs5Z3LDhouFFexh/iS2fktEbrPN
FxjHDBlssx+nTUjaH3c9ypuXQ9/uXFHjrZ7A4HcEFfIHwDGEC37RkroZ8Reg
IJ36cbE83TGGi0vBAYBF8DVWJgac32lYCOwhLRCrhyReBOy3D1txrEIuGgGq
7wevno/3KZIJOOvotxZJqJaQpVCIaFVRiiaX1cWcoxgCMVevgSC5b7H/jI4U
VUX/6Ja44Bh8QPzsqUDj8fv3U8tMZP/DhyfAzOT1F0QlSXINgwhdB6o7m9v5
A9zFZtyFns+VXrlePgAJSgYoSmUiDTtexjCW8Lm9ppAgbhXRHi/aGd9DH3ck
uTsX4AtPhlC06lL/tJyGFLrqkQCxflib2E5oSKTbtufVFQ8Syxn/IQAk5KI/
YBzMlaVY8NR5jIwCLRJZys0CGADT1bmkW9nhKtm5R9KESEEV0oz2YPIANDhy
e5JVGQNaZWe0KtIY9b+45Gl95IMi05L94B0TmmUymiW2mqgYWJf9sazL3Gdd
9v17jX0+fFjoSsKw39dRIdjjVUtA4YJA0HfVkk1wWaTQWabTiUr0M0Or6f30
J7iWyNkI9j17lhnlS2ZJonyIzQHw2D0bBzWV9wWKkchHlUH2ke55mO7Rbnzy
CTliITRhYu5Vy/6HfeXDm5a4cNGx6RZsb57E1LDLhbooWkTuRBgmARuUOYLB
+UkAiXslUs+ib/q/NVHMKesVt16IucKBDw37WOyHARa5pUyD7BDO6JQBq7aP
Oj40KnXSuqTvPuQAFpnbKuBLXNmlMgmanezEyz/evLWvXr8ljSZy6XAzhw4M
6CQy+o/1vofbZvtdsZtkUOmWaV+xAnDwZ4mNiBE8h7J4/g54d/YdWdOBfdEZ
3n22kH8xB3x+8+IPf7x+8+I5Pt/87urbb9MHo3fc/O71H799Pn4an3z2+uXL
F6+ey8NY0+SSOXt59ZczWfXZ6+/eXr9+dfXtmdhcrt5QJLFwLLwjoYhEzMRO
v3723f/+z9PPyTD/RdMWHz7oFyQu6AvxJMV0JijyFd7ZwFgLJkEFSE2xJwut
YRmEt1voIXlNR9L8yV8hmb9d2F+uyv3Tz3+lF7DgycUos8lFltn9K/ceFiE+
cOmB1yRpTq7PJD2d79VfJt+j3LOLv/w1m+fy6Ze//pURHZH4gS3VdTux7SFw
ZMLMixSb3DznAm/YGV2YC+C0DRzzEWmsq2jncFkLpnCW7f1eMuT7wXVHjjKZ
N5KnSBaFENCOISCPtSoCfN9oZwwqATYAC/itchydEBxp2ySGSUyATBpoJQHO
x+JP9nc0m2yZC+A8Y74g7GKkGEFBQgHWMbilGJOElaAKU7tKhIaQ/47Xvxbn
/njfEqNaIcQY2cuTGMo5q+tjVgSiIKGTMW/kVXFwddIgnYIaWXo2Z4rZkPPM
gmVA2zQtZBtDuamzgQmRXtDrv0uByDOwMZkG0kEkTs0BZ/xMYlKJISkm+zs9
GfgNU9R/LMQhKcAZJzMBLk0h8dbSV/i639Ien2H7/8xkRV7PRIcxhF4rCaAU
jeTojsAuxt4LoUsqnENLr59QMMggU4hH4T4BYxg+5b/ef3KK/7Lj/W7oaP+d
OZXM0+QfKRksgxad7euFri5thXmmxPheKi8mQWPGU3X3JCU2U0qszI2IqAbb
WzffOvG87BHXSDgsmaQvjGZkEhkCMSKe5Ml3k38txniFlDQ4hujGxpj8UTBR
O/ktQlZuIgeBcN0yUZIPp6XI8/r9zetXtmXlE3jqJ8i3cygyIJy5vbuFQo3v
QaTLpKpHIHhuv2GynNnOhb09sc0/fXpLs74dicut6GrlN0h6r0h9BTjzpBFZ
BtlA2RMoTLd8wfg2wOyg3kr4MxuV/cls/3Hbgb+yQtw358gsGVmKpm2QGYow
giSaZlfwkQjTc5k0HoZI5WnWF0uuWJZExAQLRhBL36arTeE4/y1lqgSc2NLS
xDkMmD5HL9EnFxqhTQZzP9A2iG/BZ07NSZyLjE2PyD9lT2goQSZMVXBJZtpM
FOTWV7f2McapQLHW3nUpkSRgFjVD3ETFWUoa/DYmyujx7G5yo7R/Ls+sZZRW
okJHWARgu9UoN86Lgp+CIVUmiPQYqQYZip1B8WiiOqkYHVje2I2k02DnfGNb
lkPXfQwjmH1CHmQatDSe1y0qP+Jx56+HE2BqJd4g5j15Duc8gmCNDvFaIoVb
JP9uF/ZWsn/4FHN//LkbGviVW84K3pKmultREd5HrnzJVSEKmRSkUpGWyaWe
vPrDz6KONsKlJAEtnEzIY96Azavcvm6PEnU2TqJT5A5lbYyZmXSkdJm5QtYf
1JN4WieELsUwJF4xOcmxMaJh5rqt50LdEvyNkQXXa4RdyEsXdpYO5DzRwZMn
J/nXR5NVcxbxVfpNaj4LNUVlO6M98HSQVCQdNR5uO6G1JSwTF8lZghiUNewi
XF0l/GB04tl3DrrNScW0LgV9GqWotSTKc9AJkROIwGMMgFm+8SvpLvgf+ryw
kzGBXkFHpAkkbwAXYZ5FIIxvuym3tCpJCaAySginUBgejmaI+C8/++LnnEDE
90Pn+x6sM6gL4czy2v8Q330btgU9cHGr/kjsBh+6kuiv2ZI7AKTsipq8z8BL
iG8MpH3HlPugCAc5GC7URvjUd4VLAyib7lEmdo7e+YEDVxrksTy+NglAJq57
M0hSkHaKQuqvX7/56bPXNy+SgOVFklD59IvPKFJTDA3FTtOSu5Z4MddNftgL
QEtAiCIr1AwhXenSFun95JXEod2x4dx5d7jENDmlqqkduZNs1jUVF+P4eR2X
yyBZBuRkEiLmF7jUI7RD8winOcepzIXVzAVjeePU4s/NdZbHyCszWc7/obRG
BNgYGFw3nAv25VAXM9cvjrIums2AnAf5Dg5aaJ8rXzJoMqm4V2PgYlyhehmH
gXvVyvRYmdcUCFdyaBNlvjGbn/Kolp33ymGbRuR7XKgoljHZDfEYeNgh2H+4
rsXKIbGVT1SCx3tyOn0ESiRFlywgYzoIfwAhA+vHmQFfHyDOispaHDK0WuQR
kLPtPRdtIoBoKLkt7rA43iQaBX5DtFIEBMXk95HuPSO5kR0TkCb81rTQyUUV
IeWKTAOu+cNeOdO1Vq00kRQJwJSbcsZw1+L+KzN6M7V6rT7wFZ9qU+IgVm6i
eRkGmK2vaHJ2N5BqOPSKlC7WeLLxmsiEpoE+qTDQpUhJCJJkG6NEjkTYo43e
HHOq6yew9gcKFYbLfr4feq1JSblGZrWT8BmuM1EsJVe03CwYPDxMozISBfmJ
2qxc3TYbnnqbpJURv2TYcKqaDtT4sWIaYzhtKKAQn08pgDQ7iFvKGvfzjtAp
eRvFqHdtWawAAEcoy44NIIw3ao4mpSO5jaFQQojMgCQWH86Nvv/kVG1jGtGe
ev5eRKshPEFBdT/cNrP8kcYmD7dvvJkUGn6t5sBuIOa7x4j3LK8mwu5XR9Qb
XXUGhnQ2KZD45p1ZF77GH1cOHD4WC2EIi4k39M2dR0LHqZahNEpzp7gqlSV9
Rk9Ra9P1BcVELQaBqXlSKpqiYV2o/HpNCtD0Y5YrXNyv5MwyR4vEHyEwk9pm
0n2ZvJETjwknAnhoKahtEs04DOG2ZlV5nCJt0iQfr8GduNiruGdjgoV0qVum
rx/AH+K3+zF7WezJuiM+TJMyRIVI3UF6zAMNQuxFWy8IhCxRFuTH1/2YGD8O
naas0X0vURp2m3NQTG7iwOxSuEL3+Prmtf3y558+5fhOqnoxvLsfYWYL1GjN
5YYQSlImdjzcAUCBwhRTo5kjfWq7Fk6K8T2vXigCPdFGJzuvPoplCkaMEMy0
LU7/Et6e7KroOVgh5SfKV2kEFm0by6XloST5z8PZeTkxayDh7FuUAL2t8kz0
Bx+2CFVmgao+r8HYPAnBjZBC/++9cZaG5iAsu3+EXvb76EdFi1KQxgGW55i8
WLBr4xEcUtBF57WdRDIWaZUxZ4E0VDUnfUETC7RFCEYKoA96Ou3zLBp9efUX
moJkOvJRuemFS42SX4XgOM/rw6XUSvox1+JTA0IVyyIPhLWjvUUzUwK1jmYT
Z0DGB/sQCJi5grEMzkCQvhIQ/JaGbsTNdX3SS2aiDmFddqE6Ucx2mhxeSMcN
v5jmqVmWAI8o0VZIeWTL2hutY+tKYrGSz5QtBViPNvKAXQBWeErRPsQQMWVI
Iblbkl3eqCGrxB2xXGtUfo9CEvCO++ckKrTqPZykcZr4nQfiNht5iCK2Dbds
kLR3rmjCKWtimALv5LojB5FMf2OHrQroMrNq9a0NF0dpS1fStpe2IwpcQ0yU
UtmJakNhPhLICfBpSirHvL1iPpHcOw9mHaUTpMuq7wvaKRCBlk1I1pHwn0kp
+h5Ye7oOKVF4p8KgH6rRuZ1L+oBBJCqvQGbcAO03RPvy6IeijkFG2aJpAAr+
hoiDyR6zBrnIcD3SPQM3QsHIWe1C6voqmmPiNRqNqNCkAytWtnhkzFaHPTcv
gckcCnO9Y7RI2iJ8zyYh8thz0wtHNgP8HcIvCWiWNYVsdYr9oIm123hydoIr
6uc5qpCtA5qLmsmzZmz0QRlhfE1s3dAOLbmUFckTGzI05LJvl/QPFHy6RaT2
G6iuilS5y8oxS6MwF1FYHNSsYq8WzdwTDtLgXKaHcoaJ9ipOTYqZSVteFFo3
uRv3V9MREqeyp+mci3lfri3wrrlK/CC3AMInNe7jmzyNiEZ4RQVAdAc+lta8
TH0K/IZX7T8bdxwLDUZRd8zt0EQVhmEnfjPeOxd5O9SVvSd1JcEzgWb2TtG5
wDE7Ir/m5MBxLlcfRslFVzJrSGIXIoH6hwdfqkH8nFeOXPD2RGCjLE/6ovjO
13mRgDFXUZ/wWFP+uasQ7BdHPud+WrTe0QTj5QfI4MTx8Ajxy4+YT8yUPjBW
1tAjVRupX0/LNjqdY4S83NX26bxFDFqYPGnjqNQc8iZr8YfSiLlFzKnviH4j
AGIQCHc4voHsKY6YjM0OUB3cl88JIIRUI4tWbS3bUFKZhb3lDh5B50qrCEpW
l7qxovXZXRiCW5TToFCe2T1WepuEWEZ1jRLnsyI21X1mBsqTmNlZxmIFceRR
nPf5bjq4YnZG9BbJrcJNtdwczJW5SZD1IZnkzICmOfExxS4nG3yTl/ikChDM
rEVP+xA0JZm7b+lPnXbpoSOLD4NxN9bbKWvQnhgaVKrBXP4HQjSSzNXTLHC7
GrFearIza7iatOB9pCewN4LD0gM+Zvwe6aGAdGiOPJ6Wa1PD3xjtc5lC27Mw
tzNsUNruM412UwMXot17GqGaMmstkwRWXs3mLrNIY+a5oMP2eJ7ieIndF5Nk
hlUepk2eY0wlUWUM6LhdKvp2z7zyntYkV10XK3LzWaPcGFcB7pEYIawJegRI
mtrksEmjHW/SUU9PLbhyUp7OjNIWo5ZCji8rAkZ8G3M9pKB5B3/BD2r6XbYZ
7dXcLHeZGBtnYIoBzQjQ7zvktjcpcdrPvApt+5/IaFBLECVbZ4LW4zN6Yoox
DyvddBphYK/QJQmhmzWfE5ilyire7AA5sI1tC3KK6bjFWo52SDmZtXaoXTCz
rvdp6848BhvPWTWmqJEGJJXmFblqgvSxczie5UhKczkrEcnjkkR88+MM8P0n
ggP3u0wnNcK8T5ix7v5xKy374IBoUoiPt/dyCHFNIiYZPs7yZuPJELzpRC7+
8gTQ8WnHkylQMaInrCEakY3AOxYpEQ1EtJTb5us9LVKyrBUyAVx0MDMOKAJh
GV2M1QKNH2XkRxBlWUd7Bcrs2+DFDCSSylqgKSjdKE5/7ECCETHHcwd1cZTa
MPeSxI5osehMBe6VWDmU69FEbLjbOqYekIiUDGrWCY7ay1gE033W+OD7wTsK
AkjIqNDSZqqmiBmMxyGAHGkcYjDtRmKz5KUBbL3WGmG0dzkkpLRGmDd2j/n8
scU7JWgjenC5Rg7fcCFb27khcbVstAxLcMJHqnipfmydoq1MkBhQ+izecfeh
cpTYgpR3H43HgbBr8Q4Jv12YutWh0aO2F2lI2GkbG3TUYBd8OkpyFhQPkrIw
QMQD2+hjRq5BBg3G3BQ7t0wmWLa16OI5cbLrhhx1c5x0YmSGm7jkJIPauYmC
9txPxKlM1tTzU/WOR3r0LDs5kU7k+cAEl/uXLvLGNdGMoiKyoIK6c5NAfczB
cPtrysIge4FzBp0L0UFpEqMfj56wgZAEKrzqOGZdlciyF9B28TGl9uGJJW1q
xnQSJ0lgXT2aHpXFRGKgfR6Tjc7YmhKlOFNxfFiJOhAPM4vNLNNSyUpON46S
Qs6mxUHSGuU35supHsK6ztXiEQdp5/uY1hiPgPtMyR/JthRgB89n3TqMhzS7
jk8F5qdh0oykaUy7zTzjcL5FxLi30wcUTRhDaHsvlWpIW11WYI31H6Vt0TLy
w5rPUq6v8XvOsIrKn85yMWvAxkfHnDRGIvLU6kNz2UJWiZXFXugxrmTFAtla
Qg1Ej7T1M+Z1uVEw8HHXlElokqOxWbqRE8lIlbgqyxDKeUUMA8LXOVheqsGs
O4n+jlKHFQuI1W2uvtNtHeQj78YwyGryiyXlFxQLkrSKuWqTnNqGnZC2MxYb
snVI/yJ19TDRiB06j7O458ml/WgPjUEr2bsGeaLYdUP8ggx/rx1Jsz8rNW73
BS3cCuk+YN9ooNqxpaSVdKTtLp60EdrmAzPQm3RQGwaDAx/4M7lDdHihyCVN
UPdNWk5ZkYJ47FKqCIobZPd8aeWHJUghCRslf9c51JfHfmEl0jF059hHHe10
LjBteuMGSNtIy6f4t15KDZy3jjdX+Rh3rRd1gOLcSfCP6nYi/mGkgJEOkw3S
o9yKGAkq07IG60nnlqQVmX3Rd3o4eO6KXnBGKmsemxOSAx8kKfbiWripZ8Dv
rySXymFZ1lgjTU9IS2Pt2qUqhWU9Q6WdKkC0xtXzBheTekHiIcWPdPBJLMV4
ChMSPI3tr280pctJ4ZTE5DJzGQ95RaLgJCySHtv8ASQfzFi7GitW82rVs+xX
I7JpVa0eyuVdk6PAWSPEgRteNPJTY+dMHh8e50LR9wOC6v54mZMCMzYH4DB9
gmUQXy+1K5rzO+f2OVEJsV424d+pTua7rBVSO0xbyf6QU5wlB+QAOLgz0qGM
i3CLedv7sKp9aaMKXl+9urqnfxPSuECOlDSJcRad9Qf0IsXM/DThseZcH5+B
Mfg5nYAaNrpZxHp/eqJn/V//HtC5jOVPbj+RHpXbF2MTVMbdiRXwqbuxSV9S
R0xONFn7QXN6vmNfwgcgX7WTpbAiGl0kzLYXCySr3wiPvJ5CMiKkgUT3E5Zd
cGX6VQD90Q4u1MZDwrIJY2q6wY/aLFAPMRwo4qduKFD8iTHoVp6hP0kZtCXn
2OIzJTVIm0k4PezSyfzHb2knbsqOD6y/vCacpXCNwHNhb39T6s3LwpO0O3eL
AK/Z755wzLVPP7aBjBVXWMA4ggcQ/H4g/fzs089+ji6w8SSS1ifxgzBiTPpr
R6n4ghyH/cgp7UuOLW7TzFKK7pZk2dajNOS3AMaSLsllTkET3/qOLIYU+OYP
347AbcZzXQspEOiRqbWPHXYU9sTkH7rpGzXb8h1pwSKdTinkPG781QwwpSG2
8d0r63BHFKI3TW7Pe5jFmbAZi2Bpb8EzKhfy9gN7pqlmHHvME8SJbsWDkMrR
R0Z0ls560F5M7QI+C4GJ/PYSx2Yw8jtS57aDy/H70epUDvojLSv6Bru4KkE3
aCIb2aP3F9KR7qp/O1sXdXBnWix5+OAuN8FxRnp0f7NuWNDwA2enjJZu9Ecv
wFPRorsCySTTQJqY8LrD16oI21VbdPrTEugWlfNgiKNJ1Ob/AaGCHtHGTAAA

-->

</rfc>
