decentralized-identity / EcdsaSecp256k1RecoverySignature2020

EcdsaSecp256k1RecoverySignature2020
https://identity.foundation/EcdsaSecp256k1RecoverySignature2020/docs/
Apache License 2.0
9 stars 13 forks source link

Security considerations about publicKeyJwk #13

Open clehner opened 3 years ago

clehner commented 3 years ago

As mentioned here: https://github.com/w3c-ccg/security-vocab/pull/95#discussion_r611047986

Should this specification add more guidelines or requirements for using publicKeyJwk? For example, JWK private key properties such, as "d", must not be present; key type and curve must be EC/secp256k1, properties for other key types must be present, etc.