Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 420 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 420 Bytes

Benchmark Groth16 Circom Circuits

Require: rapidsnark

  1. Set .env
cp example.env .env
  1. Compile the circuits and Benchmark
./1-prepare.sh rsa rsa

./2-benchmark.sh rsa rsa
./2-benchmark.sh keccak256 keccak256

for size in {100k,400k,1200k,1600k,3200k}
do
    ./2-benchmark.sh complex-circuit complex-circuit-$size-$size
    sleep 0.1
done

Credits

Scripts from https://github.com/zkmopro/mopro