w3c / vc-di-ecdsa

Data Integrity specification for ECDSA using NIST-compliant curves
https://w3c.github.io/vc-di-ecdsa/
Other
9 stars 9 forks source link

Ensure to pass SHA-384 param and fetch verification method early to get key size #32

Closed dlongley closed 10 months ago

dlongley commented 10 months ago

We need to ensure that SHA-384 is passed as a param / used as a hash in RDFC-1 and JCS when using a P-384 key. We also need to ensure that we fetch the verification method early enough in the algorithm steps to get the key size to inform these decisions in implementations.

msporny commented 10 months ago

PR #36 has been raised to address this issue. This issue will be closed when PR #36 has been merged.

msporny commented 10 months ago

PR #36 has been merged, closing.