w3c / vc-data-integrity

W3C Data Integrity Specification
https://w3c.github.io/vc-data-integrity/
Other
40 stars 18 forks source link

Verify Proof should take the cryptographic suite as a parameter #206

Closed jyasskin closed 6 months ago

jyasskin commented 11 months ago

The first mention of a cryptographic suite in https://www.w3.org/TR/vc-data-integrity/#verify-proof is "If the cryptographic suite ..." with nothing before that saying what the cryptographic suite is. I suspect it's passed in by the caller, and in that case the section's "required inputs" should mention that.

jyasskin commented 8 months ago

This will be fixed by the "suite selection algorithm" in #227.

msporny commented 6 months ago

PR #227 has been merged, closing.