dalek-cryptography / bulletproofs

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

Update to criterion 0.5 #375

Open rillian opened 5 months ago

rillian commented 5 months ago

Port to the current release of the criterion benchmark harness to address cargo audit warnings about transitive dependencies. The benchmark_function_with_inputs API has been deprecated since 0.3 and is removed in 0.4 and most benchmarks must therefore be ported to the new BenchmarkGroup type.