Skip to content

Commit

Permalink
Updated the cryptosuite references
Browse files Browse the repository at this point in the history
  • Loading branch information
iherman authored and msporny committed Apr 28, 2024
1 parent 2098949 commit 8a41c51
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 @@ -906,7 +906,7 @@ <h3>Proofs</h3>
</pre>

<p>
The following proof secures the document above by using the `ecdsa-2019`
The following proof secures the document above by using the `ecdsa-rdfc-2019`
cryptography suite [[?DI-ECDSA]], which produces a verifiable digital proof by
transforming the input data using the RDF Dataset Canonicalization Scheme
[[?RDF-CANON]] and then digitally signing it using the Elliptic Curve Digital
Expand All @@ -923,7 +923,7 @@ <h3>Proofs</h3>
"myWebsite": "https://hello.world.example/",
"proof": {
"type": "DataIntegrityProof",
"cryptosuite": "ecdsa-2019",
"cryptosuite": "ecdsa-rdfc-2019",
"created": "2020-06-11T19:14:04Z",
"verificationMethod": "https://ldi.example/issuer#zDnaepBuvsQ8cpsWrVK<wbr>w8fbpGpvPeNSjVPTWoq6cRqaYzBKVP",
"proofPurpose": "assertionMethod",
Expand Down Expand Up @@ -4254,7 +4254,7 @@ <h3>Selective Disclosure</h3>
it mandatory to disclose certain parts of the message. A recipient that wants to
selectively disclose partial content of the message needs to utilize software
that is able to perform the technique. An example of a cryptosuite that supports
selective disclosure is `bbs-2022`.
selective disclosure is `bbs-2023`.
</p>

<p>
Expand Down

0 comments on commit 8a41c51

Please sign in to comment.