dalek-cryptography / bulletproofs

A pure-Rust implementation of Bulletproofs using Ristretto.
MIT License
1.02k stars 218 forks source link

Fix error hierarchy for R1CS proofs #286

Open hdevalence opened 5 years ago

hdevalence commented 5 years ago

See https://github.com/dalek-cryptography/bulletproofs/pull/277#issuecomment-498873608

We should probably create a TranscriptError type that can be converted into either error type.