arkworks-rs / groth16

A Rust implementation of the Groth16 zkSNARK
https://www.arkworks.rs
Apache License 2.0
242 stars 97 forks source link

fix mimc test benches #56

Open hamidra opened 6 months ago

hamidra commented 6 months ago

Fix the total verifying time to include the actual verifications.

Description

The total verifying time for mimc seems to miss the actual proof verification time. This should fix the benchmarks for the test.


Before we can merge this PR, please make sure that all the following items have been checked off. If any of the checklist items are not applicable, please leave them but write a little note why.