You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: schemas/traits.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -140,12 +140,12 @@
140
140
"title": "ECDSA, curve secp512r1",
141
141
"description": "A DID method supports the cryptographic algorithm, which has been verified by any of the government entities mentioned in appendix National Cryptographic Standards Bodies."
142
142
},
143
-
"cryptographicAlgorithmEdDSA25519": {
143
+
"cryptographicAlgorithmEd25519": {
144
144
"type": "boolean",
145
145
"title": "EdDSA, curve ed25519",
146
146
"description": "A DID method supports the cryptographic algorithm, which has been verified by any of the government entities mentioned in appendix National Cryptographic Standards Bodies."
147
147
},
148
-
"cryptographicAlgorithmEdDSAed25519": {
148
+
"cryptographicAlgorithmEd448": {
149
149
"type": "boolean",
150
150
"title": "EdDSA, curve ed448",
151
151
"description": "A DID method supports the cryptographic algorithm, which has been verified by any of the government entities mentioned in appendix National Cryptographic Standards Bodies."
0 commit comments