Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed references and text on how to obtain key material #109

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 25 additions & 34 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -765,12 +765,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 @@ -804,12 +802,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 @@ -1116,12 +1113,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 @@ -1153,13 +1148,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 @@ -2164,12 +2158,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 @@ -2203,12 +2195,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