dalek-cryptography / bulletproofs

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

Serde optional and `Clear_on_drop` replaced by `Zeroize` #330

Open fmiguelgarcia opened 4 years ago

fmiguelgarcia commented 4 years ago

In order to improve the support of no_std and another platforms like WASM:

gedigi commented 6 months ago

can this be merged?