Files
benchmark/circom/README.md
2024-11-25 17:06:17 +06:00

552 B

Getting Started:

  1. Run npm install.
  2. Run pip install -r requirements.txt
  3. Download powersoftau file from here. It should be stored in poweroftau directory in this project.
  4. In scripts/compile_circuit.sh, properly set CIRCOMLIB_PATH path to npm_modules.
  5. Update the size of input for circuits in their test files.
  6. For benchmarking run the following code: Poseidon: python3 test_poseidon.py Fibonacci: python3 test_fibonacci.py SHA256: python3 test_sha256.py