knox-networks / ssi

Rust SSI library that helps developers handle Digital Identity, Verifiable Credentials and Verifiable Presentations.
Apache License 2.0
2 stars 0 forks source link

SSI- Add signature to document field for update/revoke to registry #141

Open fkim7 opened 1 year ago

fkim7 commented 1 year ago

SSI needs to send the document along with the signature (signed did doc) (proof section) so it can send the update/revoke call to registry (document request field)

fkim7 commented 1 year ago

knox go/gomono has this as part of revocation to registry mgmt- need to copy over on the rust side.

will need to add revocation/update functionality to Rust SSI SDK as well to be on par on functionality