TBD54566975 / web5-rs

Apache License 2.0
6 stars 2 forks source link

Implement semantic VC verification rules #151

Closed KendallWeihe closed 1 month ago

KendallWeihe commented 2 months ago

This work should hold off until the ticket here is closed https://github.com/TBD54566975/web5-rs/issues/150


Currently we verify VC's only on the cryptographic signature, but we have a set of semantic verifications which must be true for verification to pass. For inspiration, see all the set of if conditions in web5-js linked here.

nitro-neal commented 1 month ago

for reference:

KendallWeihe commented 1 month ago

Completed in #182