bp-pp icon indicating copy to clipboard operation
bp-pp copied to clipboard

Bulletproofs++ implementation on Rust

Results 1 bp-pp issues
Sort by recently updated
recently updated
newest added

This change makes the `serde` dependency optional to reduce the total number of dependencies from 57 to 51 using `--no-default-features` flag. Also for simpler maintainablity, moved `SerializableProof` into separate `serializable`...