diff --git a/index.html b/index.html index f6bca78..590f76b 100644 --- a/index.html +++ b/index.html @@ -729,7 +729,7 @@
-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 @@
{
"type": "DataIntegrityProof",
- "cryptosuite": "jcs-eddsa-2022",
+ "cryptosuite": "eddsa-jcs-2022",
"created": "2023-03-05T19:23:24Z",
"proofPurpose": "assertionMethod",
"verificationMethod": publicCEO
,