Skip to content

Commit 1fea916

Browse files
Add Data Integrity EdDSA Cryptosuites v1.0 (#2053)
Close #2047, adding the suggested spec to the list. ### Changes to `index.json` This update would trigger the following changes in `index.json`: <details><summary>Add spec (1)</summary> ```json { "url": "https://www.w3.org/TR/vc-di-eddsa/", "seriesComposition": "full", "shortname": "vc-di-eddsa", "series": { "shortname": "vc-di-eddsa", "currentSpecification": "vc-di-eddsa", "title": "EdDSA Cryptosuite", "shortTitle": "EdDSA Cryptosuite", "releaseUrl": "https://www.w3.org/TR/vc-di-eddsa/", "nightlyUrl": "https://w3c.github.io/vc-di-eddsa/" }, "organization": "W3C", "groups": [ { "name": "Verifiable Credentials Working Group", "url": "https://www.w3.org/groups/wg/vc/" } ], "release": { "url": "https://www.w3.org/TR/vc-di-eddsa/", "status": "Recommendation", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/vc-di-eddsa/", "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/vc-di-eddsa", "sourcePath": "index.html", "filename": "index.html" }, "title": "Data Integrity EdDSA Cryptosuites v1.0", "source": "w3c", "shortTitle": "Data Integrity EdDSA Cryptosuites v1.0", "categories": [], "standing": "good" } ``` </details> ### Tests These changes look good! 😎 Co-authored-by: browser-specs-bot <>
1 parent 2202051 commit 1fea916

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

specs.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1765,6 +1765,7 @@
17651765
"https://www.w3.org/TR/vc-data-model-2.0/",
17661766
"https://www.w3.org/TR/vc-di-bbs/",
17671767
"https://www.w3.org/TR/vc-di-ecdsa/",
1768+
"https://www.w3.org/TR/vc-di-eddsa/",
17681769
"https://www.w3.org/TR/vc-jose-cose/",
17691770
"https://www.w3.org/TR/vibration/",
17701771
"https://www.w3.org/TR/virtual-keyboard/",

0 commit comments

Comments
 (0)