Skip to content

Commit

Permalink
Use CID instead of cid-1.0 to ensure future refs update.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Feb 17, 2025
1 parent ac603c8 commit 63e3e50
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -267,19 +267,19 @@ <h3>Verification Methods</h3>
<h4>Multikey</h4>

<p>
The <a data-cite="cid-1.0#Multikey">Multikey format</a>, defined in
[[[cid-1.0]]], is used to express public keys for the cryptographic
The <a data-cite="CID#Multikey">Multikey format</a>, defined in
[[[CID]]], is used to express public keys for the cryptographic
suites defined in this specification.
</p>

<p>
The `publicKeyMultibase` value of the verification method MUST start with the
base-58-btc prefix (`z`), as defined in the
<a data-cite="cid-1.0#multibase-0">Multibase section</a> of
[[[cid-1.0]]]. A Multibase-encoded Ed25519 256-bit public key value
<a data-cite="CID#multibase-0">Multibase section</a> of
[[[CID]]]. A Multibase-encoded Ed25519 256-bit public key value
follows, as defined in the
<a data-cite="cid-1.0#Multikey">Multikey section</a> of
[[[cid-1.0]]]. Any other encoding MUST NOT be allowed.
<a data-cite="CID#Multikey">Multikey section</a> of
[[[CID]]]. Any other encoding MUST NOT be allowed.
</p>

<p class="advisement">
Expand Down Expand Up @@ -330,11 +330,11 @@ <h4>Multikey</h4>
<p>
The `secretKeyMultibase` value of the verification method MUST start with the
base-58-btc prefix (`z`), as defined in the
<a data-cite="cid-1.0#multibase-0">Multibase section</a> of
[[[cid-1.0]]]. A Multibase-encoded Ed25519 256-bit secret key value
<a data-cite="CID#multibase-0">Multibase section</a> of
[[[CID]]]. A Multibase-encoded Ed25519 256-bit secret key value
follows, as defined in the
<a data-cite="cid-1.0#Multikey">Multikey section</a> of
[[[cid-1.0]]]. Any other encoding MUST NOT be allowed.
<a data-cite="CID#Multikey">Multikey section</a> of
[[[CID]]]. Any other encoding MUST NOT be allowed.
</p>

<p class="advisement">
Expand Down Expand Up @@ -373,8 +373,8 @@ <h4>DataIntegrityProof</h4>
The `proofValue` property of the proof MUST be a detached EdDSA signature
produced according to [[RFC8032]], encoded using the base-58-btc header and
alphabet as described in the
<a data-cite="cid-1.0#multibase-0">Multibase section</a> of
[[[cid-1.0]]].
<a data-cite="CID#multibase-0">Multibase section</a> of
[[[CID]]].
</p>

<pre class="example nohighlight"
Expand Down Expand Up @@ -517,7 +517,7 @@ <h4>Create Proof (eddsa-rdfc-2022)</h4>
|options| passed as parameters.
</li>
<li>
Let |proof|.|proofValue| be a <a data-cite="cid-1.0#multibase-0">
Let |proof|.|proofValue| be a <a data-cite="CID#multibase-0">
base58-btc-encoded Multibase value</a> of the |proofBytes|.
</li>
<li>
Expand Down Expand Up @@ -558,7 +558,7 @@ <h4>Verify Proof (eddsa-rdfc-2022)</h4>
</li>
<li>
Let |proofBytes| be the
<a data-cite="cid-1.0#multibase-0">Multibase decoded base58-btc
<a data-cite="CID#multibase-0">Multibase decoded base58-btc
value</a> in |securedDocument|.|proof|.|proofValue|.
</li>
<li>
Expand Down Expand Up @@ -866,7 +866,7 @@ <h4>Create Proof (eddsa-jcs-2022)</h4>
|options| passed as parameters.
</li>
<li>
Let |proof|.|proofValue| be a <a data-cite="cid-1.0#multibase-0">
Let |proof|.|proofValue| be a <a data-cite="CID#multibase-0">
base58-btc-encoded Multibase value</a> of the |proofBytes|.
</li>
<li>
Expand Down Expand Up @@ -905,7 +905,7 @@ <h4>Verify Proof (eddsa-jcs-2022)</h4>
</li>
<li>
Let |proofBytes| be the
<a data-cite="cid-1.0#multibase-0">Multibase decoded base58-btc
<a data-cite="CID#multibase-0">Multibase decoded base58-btc
value</a> in |securedDocument|.|proof|.|proofValue|.
</li>
<li>
Expand Down Expand Up @@ -1812,7 +1812,7 @@ <h4>Ed25519VerificationKey2020</h4>
<p>
The `publicKeyMultibase` value of the verification method MUST start with the
base-58-btc prefix (`z`), as defined in the
<a data-cite="cid-1.0#multibase-0">Multibase section</a> of
<a data-cite="CID#multibase-0">Multibase section</a> of
[[VC-DATA-INTEGRITY]]. A Multibase-encoded Multikey value follows, which MUST
consist of a binary value that starts with the two-byte prefix `0xed01`, which
is the Multikey header for an Ed25519 public key, followed by the 32-byte
Expand Down Expand Up @@ -1903,8 +1903,8 @@ <h4>Ed25519Signature2020</h4>
The `proofValue` property of the proof MUST be a detached EdDSA
produced according to [[RFC8032]], encoded using
the base-58-btc header and alphabet as described in the
<a data-cite="cid-1.0#multibase-0">
Multibase section</a> of [[cid-1.0]].
<a data-cite="CID#multibase-0">
Multibase section</a> of [[CID]].
</p>

<pre class="example nohighlight"
Expand Down

0 comments on commit 63e3e50

Please sign in to comment.