Skip to content

Commit

Permalink
Switch from empty anchors to triple square bracket ReSpec syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Aug 16, 2024
1 parent 3462940 commit 53bfa73
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ <h3>Terminology</h3>
A <dfn>conforming proof</dfn> is any concrete expression of the data model
that complies with the normative statements in this specification. Specifically,
all relevant normative statements in Sections
<a href="#data-model"></a> and <a href="#algorithms"></a>
[[[#data-model]]] and [[[#algorithms]]]
of this document MUST be enforced.
</p>

Expand Down Expand Up @@ -602,7 +602,7 @@ <h4>Transformation (eddsa-rdfc-2022)</h4>
<p>
The following algorithm specifies how to transform an unsecured input document
into a transformed document that is ready to be provided as input to the
hashing algorithm in Section <a href="#hashing-eddsa-rdfc-2022"></a>.
hashing algorithm in Section [[[#hashing-eddsa-rdfc-2022]]].
</p>

<p>
Expand Down Expand Up @@ -646,8 +646,8 @@ <h4>Hashing (eddsa-rdfc-2022)</h4>
The following algorithm specifies how to cryptographically hash a
<em>transformed data document</em> and <em>proof configuration</em>
into cryptographic hash data that is ready to be provided as input to the
algorithms in Section <a href="#proof-serialization-eddsa-rdfc-2022"></a> or
Section <a href="#proof-verification-eddsa-rdfc-2022"></a>.
algorithms in Section [[[#proof-serialization-eddsa-rdfc-2022]]] or
Section [[[#proof-verification-eddsa-rdfc-2022]]].
</p>

<p>
Expand Down Expand Up @@ -855,7 +855,7 @@ <h4>Create Proof (eddsa-jcs-2022)</h4>
</li>
<li>
Let |transformedData| be the result of running the algorithm in Section
<a href="#transformation-eddsa-jcs-2022"></a> with |unsecuredDocument|
[[[#transformation-eddsa-jcs-2022]]] with |unsecuredDocument|
and |options| passed as parameters.
</li>
<li>
Expand Down Expand Up @@ -964,7 +964,7 @@ <h4>Transformation (eddsa-jcs-2022)</h4>
<p>
The following algorithm specifies how to transform an unsecured input document
into a transformed document that is ready to be provided as input to the
hashing algorithm in Section <a href="#hashing-eddsa-jcs-2022"></a>.
hashing algorithm in Section [[[#hashing-eddsa-jcs-2022]]].
</p>

<p>
Expand Down Expand Up @@ -1005,8 +1005,8 @@ <h4>Hashing (eddsa-jcs-2022)</h4>
The following algorithm specifies how to cryptographically hash a
<em>transformed data document</em> and <em>proof configuration</em>
into cryptographic hash data that is ready to be provided as input to the
algorithms in Section <a href="#proof-serialization-eddsa-jcs-2022"></a> or
Section <a href="#proof-verification-eddsa-jcs-2022"></a>.
algorithms in Section [[[#proof-serialization-eddsa-jcs-2022]]] or
Section [[[#proof-verification-eddsa-jcs-2022]]].
</p>

<p>
Expand Down Expand Up @@ -1944,13 +1944,13 @@ <h4>Add Proof (Ed25519Signature2020)</h4>
For that algorithm, the cryptographic suite specific
<a data-cite="vc-data-integrity#dfn-transformation-algorithm">
transformation algorithm</a> is defined in Section
<a href="#transformation-ed25519signature2020"></a>, the
[[[#transformation-ed25519signature2020]]], the
<a data-cite="vc-data-integrity#dfn-hashing-algorithm">
hashing algorithm</a> is defined in Section
<a href="#hashing-ed25519signature2020"></a>, and the
[[[#hashing-ed25519signature2020]]], and the
<a data-cite="vc-data-integrity#dfn-proof-serialization-algorithm">
proof serialization algorithm</a> is defined in Section
<a href="#proof-serialization-ed25519signature2020"></a>.
[[[#proof-serialization-ed25519signature2020]]].
</p>
</section>

Expand All @@ -1965,13 +1965,13 @@ <h4>Verify Proof (Ed25519Signature2020)</h4>
For that algorithm, the cryptographic suite specific
<a data-cite="vc-data-integrity#dfn-transformation-algorithm">
transformation algorithm</a> is defined in Section
<a href="#transformation-ed25519signature2020"></a>, the
[[[#transformation-ed25519signature2020]]], the
<a data-cite="vc-data-integrity#dfn-hashing-algorithm">
hashing algorithm</a> is defined in Section <a href="#hashing-ed25519signature2020"></a>,
hashing algorithm</a> is defined in Section [[[#hashing-ed25519signature2020]]],
and the
<a data-cite="vc-data-integrity#dfn-proof-serialization-algorithm">
proof verification algorithm</a> is defined in Section
<a href="#proof-verification-ed25519signature2020"></a>.
[[[#proof-verification-ed25519signature2020]]].
</p>
</section>

Expand All @@ -1981,7 +1981,7 @@ <h4>Transformation (Ed25519Signature2020)</h4>
<p>
The following algorithm specifies how to transform an unsecured input document
into a transformed document that is ready to be provided as input to the
hashing algorithm in Section <a href="#hashing-ed25519signature2020"></a>.
hashing algorithm in Section [[[#hashing-ed25519signature2020]]].
</p>

<p>
Expand Down Expand Up @@ -2026,8 +2026,8 @@ <h4>Hashing (Ed25519Signature2020)</h4>
The following algorithm specifies how to cryptographically hash a
<em>transformed data document</em> and <em>proof configuration</em>
into cryptographic hash data that is ready to be provided as input to the
algorithms in Section <a href="#proof-serialization-ed25519signature2020"></a> or
Section <a href="#proof-verification-ed25519signature2020"></a>.
algorithms in Section [[[#proof-serialization-ed25519signature2020]]] or
Section [[[#proof-verification-ed25519signature2020]]].
</p>

<p>
Expand Down

0 comments on commit 53bfa73

Please sign in to comment.