Skip to content

doutv/circom-benchmark

Repository files navigation

Benchmark Groth16 Circom Circuits

Require: rapidsnark

  1. Set .env file: ptau and rapidsnark
  2. Compile the circuits and Benchmark
./1-prepare.sh

./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

About

No description, website, or topics provided.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published