dalek-cryptography / bulletproofs

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

Add Bulletproof rewind functionality #340

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 #335

Thanks!

delta1 commented 3 years ago

Hi bulletproofs team! @hdevalence @cathieyun @isislovecruft @oleganza

Could we have any feedback on this proposal/PR please? We are maintaining a fork over at tari-project/bulletproofs, but would love to have this merged upstream if it's something you find could be useful.

Any comment or critique is greatly welcomed. Thank you