Skip to content

Commit 3dde65a

Browse files
committed
fix(traits): correct typos in ed25519 and ed448 trait property names
1 parent c327146 commit 3dde65a

File tree

7 files changed

+14
-15
lines changed

7 files changed

+14
-15
lines changed

methods/cheqd.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"cryptographicAlgorithmECDSAsecp256k1": true,
2828
"cryptographicAlgorithmECDSAsecp384r1": true,
2929
"cryptographicAlgorithmECDSAsecp512r1": true,
30-
"cryptographicAlgorithmEdDSA25519": true,
31-
"cryptographicAlgorithmEdDSAed25519": true,
30+
"cryptographicAlgorithmEd25519": true,
31+
"cryptographicAlgorithmEd448": true,
3232
"cryptographicAlgorithmBrainpoolP256r1": true,
3333
"cryptographicAlgorithmBrainpoolP384r1": true,
3434
"cryptographicAlgorithmBrainpoolP512r1": true,

methods/iden3.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,12 @@
2727
"cryptographicAlgorithmECDSAsecp256k1": false,
2828
"cryptographicAlgorithmECDSAsecp384r1": false,
2929
"cryptographicAlgorithmECDSAsecp512r1": false,
30-
"cryptographicAlgorithmEdDSA25519": false,
31-
"cryptographicAlgorithmEdDSAed25519": false,
30+
"cryptographicAlgorithmEd25519": false,
31+
"cryptographicAlgorithmEd448": false,
3232
"cryptographicAlgorithmBrainpoolP256r1": false,
3333
"cryptographicAlgorithmBrainpoolP384r1": false,
3434
"cryptographicAlgorithmBrainpoolP512r1": false,
3535
"cryptographicAlgorithmGOST256": false,
3636
"cryptographicAlgorithmGOST512": false,
3737
"cryptographicAlgorithmSM2": false
3838
}
39-

methods/key.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"cryptographicAlgorithmECDSAsecp256k1": true,
2828
"cryptographicAlgorithmECDSAsecp384r1": true,
2929
"cryptographicAlgorithmECDSAsecp512r1": true,
30-
"cryptographicAlgorithmEdDSA25519": true,
31-
"cryptographicAlgorithmEdDSAed25519": true,
30+
"cryptographicAlgorithmEd25519": true,
31+
"cryptographicAlgorithmEd448": true,
3232
"cryptographicAlgorithmBrainpoolP256r1": true,
3333
"cryptographicAlgorithmBrainpoolP384r1": true,
3434
"cryptographicAlgorithmBrainpoolP512r1": true,

methods/peer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"cryptographicAlgorithmECDSAsecp256k1": true,
2828
"cryptographicAlgorithmECDSAsecp384r1": true,
2929
"cryptographicAlgorithmECDSAsecp512r1": true,
30-
"cryptographicAlgorithmEdDSA25519": true,
31-
"cryptographicAlgorithmEdDSAed25519": true,
30+
"cryptographicAlgorithmEd25519": true,
31+
"cryptographicAlgorithmEd448": true,
3232
"cryptographicAlgorithmBrainpoolP256r1": true,
3333
"cryptographicAlgorithmBrainpoolP384r1": true,
3434
"cryptographicAlgorithmBrainpoolP512r1": true,

methods/web.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"cryptographicAlgorithmECDSAsecp256k1": true,
2828
"cryptographicAlgorithmECDSAsecp384r1": true,
2929
"cryptographicAlgorithmECDSAsecp512r1": true,
30-
"cryptographicAlgorithmEdDSA25519": true,
31-
"cryptographicAlgorithmEdDSAed25519": true,
30+
"cryptographicAlgorithmEd25519": true,
31+
"cryptographicAlgorithmEd448": true,
3232
"cryptographicAlgorithmBrainpoolP256r1": true,
3333
"cryptographicAlgorithmBrainpoolP384r1": true,
3434
"cryptographicAlgorithmBrainpoolP512r1": true,

methods/webvh.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"cryptographicAlgorithmECDSAsecp256k1": true,
2828
"cryptographicAlgorithmECDSAsecp384r1": true,
2929
"cryptographicAlgorithmECDSAsecp512r1": true,
30-
"cryptographicAlgorithmEdDSA25519": true,
31-
"cryptographicAlgorithmEdDSAed25519": true,
30+
"cryptographicAlgorithmEd25519": true,
31+
"cryptographicAlgorithmEd448": true,
3232
"cryptographicAlgorithmBrainpoolP256r1": true,
3333
"cryptographicAlgorithmBrainpoolP384r1": true,
3434
"cryptographicAlgorithmBrainpoolP512r1": true,

schemas/traits.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,12 +140,12 @@
140140
"title": "ECDSA, curve secp512r1",
141141
"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."
142142
},
143-
"cryptographicAlgorithmEdDSA25519": {
143+
"cryptographicAlgorithmEd25519": {
144144
"type": "boolean",
145145
"title": "EdDSA, curve ed25519",
146146
"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."
147147
},
148-
"cryptographicAlgorithmEdDSAed25519": {
148+
"cryptographicAlgorithmEd448": {
149149
"type": "boolean",
150150
"title": "EdDSA, curve ed448",
151151
"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

Comments
 (0)