Skip to content

Commit

Permalink
Fixed references and text on how to obtain key material.
Browse files Browse the repository at this point in the history
Co-authored-by: Ted Thibodeau Jr <[email protected]>
  • Loading branch information
Wind4Greg and TallTed authored Feb 17, 2025
1 parent 1bd1993 commit 8e2b38b
Showing 1 changed file with 25 additions and 34 deletions.
59 changes: 25 additions & 34 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -754,12 +754,10 @@ <h4>Proof Serialization (eddsa-rdfc-2022)</h4>

<ol class="algorithm">
<li>
Let `privateKeyBytes` be the result of retrieving the
private key bytes associated with the
`options`.`verificationMethod` value as described in the
Data Integrity [[VC-DATA-INTEGRITY]] specification,
<a data-cite="vc-data-integrity#processing-model">
Section 4.1: Processing Model</a>.
Let |privateKeyBytes| be the result of retrieving the
private key bytes (or a signing interface enabling the use of the private key
bytes) associated with the verification method identified by the
|options|.|verificationMethod| value.
</li>
<li>
Let `proofBytes` be the result of applying the Edwards-Curve Digital
Expand Down Expand Up @@ -793,12 +791,11 @@ <h4>Proof Verification (eddsa-rdfc-2022)</h4>

<ol class="algorithm">
<li>
Let `publicKeyBytes` be the result of retrieving the
Let |publicKeyBytes| be the result of retrieving the
public key bytes associated with the
`options`.`verificationMethod` value as described in the
[[[controller-document]]] specification,
<a data-cite="controller-document#retrieve-verification-method">
Section 3.3: Retrieve Verification Method</a>.
|options|.|verificationMethod| value as described in the
<a data-cite="controller-document#retrieve-verification-method">Retrieve
Verification Method</a> section of the [[[controller-document]]] specification.
</li>
<li>
Let `verificationResult` be the result of applying the verification
Expand Down Expand Up @@ -1105,12 +1102,10 @@ <h4>Proof Serialization (eddsa-jcs-2022)</h4>

<ol class="algorithm">
<li>
Let `privateKeyBytes` be the result of retrieving the
private key bytes associated with the
`options`.`verificationMethod` value as described in the
Data Integrity [[VC-DATA-INTEGRITY]] specification,
<a data-cite="vc-data-integrity#algorithms">
Section 4: Retrieving Cryptographic Material</a>.
Let |privateKeyBytes| be the result of retrieving the
private key bytes (or a signing interface enabling the use of the private key
bytes) associated with the verification method identified by the
|options|.|verificationMethod| value.
</li>
<li>
Let `proofBytes` be the result of applying the Edwards-Curve Digital
Expand Down Expand Up @@ -1142,13 +1137,12 @@ <h4>Proof Verification (eddsa-jcs-2022)</h4>
</p>

<ol class="algorithm">
<li>
Let `publicKeyBytes` be the result of retrieving the
<li>
Let |publicKeyBytes| be the result of retrieving the
public key bytes associated with the
`options`.`verificationMethod` value as described in the
Data Integrity [[VC-DATA-INTEGRITY]] specification,
<a data-cite="vc-data-integrity#algorithms">
Section 4: Retrieving Cryptographic Material</a>.
|options|.|verificationMethod| value as described in the
<a data-cite="controller-document#retrieve-verification-method">Retrieve
Verification Method</a> section of the [[[controller-document]]] specification.
</li>
<li>
Let `verificationResult` be the result of applying the verification
Expand Down Expand Up @@ -2153,12 +2147,10 @@ <h4>Proof Serialization (Ed25519Signature2020)</h4>

<ol class="algorithm">
<li>
Let `privateKeyBytes` be the result of retrieving the
private key bytes associated with the
`options`.`verificationMethod` value as described in the
Data Integrity [[VC-DATA-INTEGRITY]] specification,
<a data-cite="vc-data-integrity#algorithms">
Section 4: Retrieving Cryptographic Material</a>.
Let |privateKeyBytes| be the result of retrieving the
private key bytes (or a signing interface enabling the use of the private key
bytes) associated with the verification method identified by the
|options|.|verificationMethod| value.
</li>
<li>
Let `proofBytes` be the result of applying the Edwards-Curve Digital
Expand Down Expand Up @@ -2192,12 +2184,11 @@ <h4>Proof Verification (Ed25519Signature2020)</h4>

<ol class="algorithm">
<li>
Let `publicKeyBytes` be the result of retrieving the
Let |publicKeyBytes| be the result of retrieving the
public key bytes associated with the
`options`.`verificationMethod` value as described in the
Data Integrity [[VC-DATA-INTEGRITY]] specification,
<a data-cite="vc-data-integrity#algorithms">
Section 4: Retrieving Cryptographic Material</a>.
|options|.|verificationMethod| value as described in the
<a data-cite="controller-document#retrieve-verification-method">Retrieve
Verification Method</a> section of the [[[controller-document]]] specification.
</li>
<li>
Let `verificationResult` be the result of applying the verification
Expand Down

0 comments on commit 8e2b38b

Please sign in to comment.