cimbriano / sads

Secure Authenticated Data Structures
MIT License
0 stars 0 forks source link

Verify Proof should be able to differenetiate an invalid proof from an error occuring on the prover side #11

Open cimbriano opened 11 years ago

cimbriano commented 11 years ago

eg.

p = get_membership_proof ( )

verify_membership_proof ( p ) -> false....

could solve this with a Proof class which has a status flag of some sort