zkcrypto / bulletproofs

A pure-Rust implementation of Bulletproofs using Ristretto.
MIT License
52 stars 29 forks source link

Add Bulletproof rewind functionality #6

Open hansieodendaal opened 3 years ago

hansieodendaal commented 3 years ago

This is closely modelled on Grin's solution, but using two private keys:

Please see related issue https://github.com/dalek-cryptography/bulletproofs/issues/335

Thanks!