Skip to content

Commit

Permalink
Update to use "eddsa-jcs-2022" cryptosuite name.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Feb 24, 2024
1 parent 8cfd244 commit a6b7808
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ <h3>Proofs</h3>
</pre>

<p>
The following proof secures the document above using the `jcs-eddsa-2022`
The following proof secures the document above using the `eddsa-jcs-2022`
cryptography suite [[?DI-EDDSA]], which produces a verifiable digital proof by
transforming the input data using the JSON Canonicalization Scheme (JCS)
[[?RFC8785]] and then digitally signing it using an Edwards Digital Signature
Expand All @@ -742,7 +742,7 @@ <h3>Proofs</h3>
"myWebsite": "https://hello.world.example/",
"proof": {
"type": "DataIntegrityProof",
"cryptosuite": "jcs-eddsa-2022",
"cryptosuite": "eddsa-jcs-2022",
"created": "2023-03-05T19:23:24Z",
"verificationMethod": "https://di.example/issuer#z6MkjLrk3gKS2nnkeWcm<wbr>cxiZPGskmesDpuwRBorgHxUXfxnG",
"proofPurpose": "assertionMethod",
Expand Down Expand Up @@ -4398,7 +4398,7 @@ <h2>Understanding Proof Sets and Proof Chains</h2>
<pre class="example nohighlight" title="Symbolic expression of how a proof is created">
{
"type": "DataIntegrityProof",
"cryptosuite": "jcs-eddsa-2022",
"cryptosuite": "eddsa-jcs-2022",
"created": "2023-03-05T19:23:24Z",
"proofPurpose": "assertionMethod",
"verificationMethod": <code>publicCEO</code>,
Expand Down

0 comments on commit a6b7808

Please sign in to comment.