dalek-cryptography / bulletproofs

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

Remove `failure` and use `std::error::Error` via `thiserror` #306

Closed hdevalence closed 4 years ago

hdevalence commented 4 years ago

Since we need a 2.0.0 release due to #303, we could also use this opportunity to migrate away from failure (now that std::error::Error has been improved).