diff --git a/index.html b/index.html index f6bca78..590f76b 100644 --- a/index.html +++ b/index.html @@ -729,7 +729,7 @@

Proofs

-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 @@ -742,7 +742,7 @@

Proofs

"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#z6MkjLrk3gKS2nnkeWcmcxiZPGskmesDpuwRBorgHxUXfxnG", "proofPurpose": "assertionMethod", @@ -4398,7 +4398,7 @@

Understanding Proof Sets and Proof Chains

 {
   "type": "DataIntegrityProof",
-  "cryptosuite": "jcs-eddsa-2022",
+  "cryptosuite": "eddsa-jcs-2022",
   "created": "2023-03-05T19:23:24Z",
   "proofPurpose": "assertionMethod",
   "verificationMethod": publicCEO,