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

Implement `verify_data_integrity_proof` for VCs and VPs #35

Open LuisOsta opened 2 years ago

LuisOsta commented 2 years ago

This allows a verifier to take a VC/VP, this will compute proofvalue and check that it is valid.

LuisOsta commented 2 years ago

This is blocked until we get #29 done

fkim7 commented 10 months ago

This is from the verifier perspective, to be able to verify proofs from VCs and VPs

fkim7 commented 10 months ago

@LuisOsta can we think of a way we can demonstrate this process? Would be great to have in our back pocket for technical demos to customers where we show how we can trust these integrity proofs.

LuisOsta commented 10 months ago

@fkim7 Yes depending on how you'd want it to be demo'd? I have a couple ideas but did you have anything top of mind?

fkim7 commented 10 months ago

@fkim7 Yes depending on how you'd want it to be demo'd? I have a couple ideas but did you have anything top of mind?

Let me know your ideas- I'm not sure but I was thinking variations of printing out different steps/results of the proof generation process, including encryption, hash, etc and then we can hash the body out of band and compare.