You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
proofValue (this statement concerns verificationMethod)
A string value that contains the base-encoded binary data necessary to verify the digital proof using the verificationMethod specified. The contents of the value MUST be expressed with a header and encoding as described in Section 2.4 Multibase of the Controller Documents 1.0 specification
cryptosuite test suite should supply the expected encoding and the expected header(s).
The text was updated successfully, but these errors were encountered:
aljones15
changed the title
assert on proofValue
assert on proofValue "contents of the value MUST be expressed with a header and encoding"
Jul 16, 2024
aljones15
changed the title
assert on proofValue "contents of the value MUST be expressed with a header and encoding"
assert on verificationMethod "contents of the value MUST be expressed with a header and encoding"
Jul 16, 2024
We need something like this in assertions:
https://github.com/w3c/vc-di-bbs-test-suite/blob/9cd1d21dbaa076da43149f1dd2366c7d28c46c3a/tests/assertions.js#L135-L167
proofValue (this statement concerns verificationMethod)
A string value that contains the base-encoded binary data necessary to verify the digital proof using the verificationMethod specified. The contents of the value MUST be expressed with a header and encoding as described in Section 2.4 Multibase of the Controller Documents 1.0 specification
data-integrity-test-suite-assertion/assertions.js
Lines 41 to 55 in 3666beb
data-integrity-test-suite-assertion/assertions.js
Lines 57 to 66 in 3666beb
The text was updated successfully, but these errors were encountered: