Skip to content

fix(traits): correct typos in ed25519 and ed448 trait property names #61

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions methods/cheqd.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@
"cryptographicAlgorithmRsa4096": true,
"cryptographicAlgorithmRsa8192": true,
"cryptographicAlgorithmECDSAsecp256k1": true,
"cryptographicAlgorithmECDSAsecp256r1": true,
"cryptographicAlgorithmECDSAsecp384r1": true,
"cryptographicAlgorithmECDSAsecp512r1": true,
"cryptographicAlgorithmEdDSA25519": true,
"cryptographicAlgorithmEdDSAed25519": true,
"cryptographicAlgorithmEd25519": true,
"cryptographicAlgorithmEd448": true,
"cryptographicAlgorithmBrainpoolP256r1": true,
"cryptographicAlgorithmBrainpoolP384r1": true,
"cryptographicAlgorithmBrainpoolP512r1": true,
Expand Down
5 changes: 3 additions & 2 deletions methods/iden3.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@
"cryptographicAlgorithmRsa4096": false,
"cryptographicAlgorithmRsa8192": false,
"cryptographicAlgorithmECDSAsecp256k1": false,
"cryptographicAlgorithmECDSAsecp256r1": false,
"cryptographicAlgorithmECDSAsecp384r1": false,
"cryptographicAlgorithmECDSAsecp512r1": false,
"cryptographicAlgorithmEdDSA25519": false,
"cryptographicAlgorithmEdDSAed25519": false,
"cryptographicAlgorithmEd25519": false,
"cryptographicAlgorithmEd448": false,
"cryptographicAlgorithmBrainpoolP256r1": false,
"cryptographicAlgorithmBrainpoolP384r1": false,
"cryptographicAlgorithmBrainpoolP512r1": false,
Expand Down
5 changes: 3 additions & 2 deletions methods/key.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@
"cryptographicAlgorithmRsa4096": true,
"cryptographicAlgorithmRsa8192": true,
"cryptographicAlgorithmECDSAsecp256k1": true,
"cryptographicAlgorithmECDSAsecp256r1": true,
"cryptographicAlgorithmECDSAsecp384r1": true,
"cryptographicAlgorithmECDSAsecp512r1": true,
"cryptographicAlgorithmEdDSA25519": true,
"cryptographicAlgorithmEdDSAed25519": true,
"cryptographicAlgorithmEd25519": true,
"cryptographicAlgorithmEd448": true,
"cryptographicAlgorithmBrainpoolP256r1": true,
"cryptographicAlgorithmBrainpoolP384r1": true,
"cryptographicAlgorithmBrainpoolP512r1": true,
Expand Down
5 changes: 3 additions & 2 deletions methods/peer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@
"cryptographicAlgorithmRsa4096": true,
"cryptographicAlgorithmRsa8192": true,
"cryptographicAlgorithmECDSAsecp256k1": true,
"cryptographicAlgorithmECDSAsecp256r1": true,
"cryptographicAlgorithmECDSAsecp384r1": true,
"cryptographicAlgorithmECDSAsecp512r1": true,
"cryptographicAlgorithmEdDSA25519": true,
"cryptographicAlgorithmEdDSAed25519": true,
"cryptographicAlgorithmEd25519": true,
"cryptographicAlgorithmEd448": true,
"cryptographicAlgorithmBrainpoolP256r1": true,
"cryptographicAlgorithmBrainpoolP384r1": true,
"cryptographicAlgorithmBrainpoolP512r1": true,
Expand Down
5 changes: 3 additions & 2 deletions methods/web.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@
"cryptographicAlgorithmRsa4096": true,
"cryptographicAlgorithmRsa8192": true,
"cryptographicAlgorithmECDSAsecp256k1": true,
"cryptographicAlgorithmECDSAsecp256r1": true,
"cryptographicAlgorithmECDSAsecp384r1": true,
"cryptographicAlgorithmECDSAsecp512r1": true,
"cryptographicAlgorithmEdDSA25519": true,
"cryptographicAlgorithmEdDSAed25519": true,
"cryptographicAlgorithmEd25519": true,
"cryptographicAlgorithmEd448": true,
"cryptographicAlgorithmBrainpoolP256r1": true,
"cryptographicAlgorithmBrainpoolP384r1": true,
"cryptographicAlgorithmBrainpoolP512r1": true,
Expand Down
5 changes: 3 additions & 2 deletions methods/webvh.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@
"cryptographicAlgorithmRsa4096": true,
"cryptographicAlgorithmRsa8192": true,
"cryptographicAlgorithmECDSAsecp256k1": true,
"cryptographicAlgorithmECDSAsecp256r1": true,
"cryptographicAlgorithmECDSAsecp384r1": true,
"cryptographicAlgorithmECDSAsecp512r1": true,
"cryptographicAlgorithmEdDSA25519": true,
"cryptographicAlgorithmEdDSAed25519": true,
"cryptographicAlgorithmEd25519": true,
"cryptographicAlgorithmEd448": true,
"cryptographicAlgorithmBrainpoolP256r1": true,
"cryptographicAlgorithmBrainpoolP384r1": true,
"cryptographicAlgorithmBrainpoolP512r1": true,
Expand Down
9 changes: 7 additions & 2 deletions schemas/traits.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,11 @@
"title": "ECDSA, curve sec256k1",
"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."
},
"cryptographicAlgorithmECDSAsecp256r1": {
"type": "boolean",
"title": "ECDSA, curve sec256r1",
"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."
},
"cryptographicAlgorithmECDSAsecp384r1": {
"type": "boolean",
"title": "ECDSA, curve secp384r1",
Expand All @@ -155,12 +160,12 @@
"title": "ECDSA, curve secp512r1",
"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."
},
"cryptographicAlgorithmEdDSA25519": {
"cryptographicAlgorithmEd25519": {
"type": "boolean",
"title": "EdDSA, curve ed25519",
"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."
},
"cryptographicAlgorithmEdDSAed25519": {
"cryptographicAlgorithmEd448": {
"type": "boolean",
"title": "EdDSA, curve ed448",
"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."
Expand Down