LICENSE
README.md
pyproject.toml
groth16_zorch/__init__.py
groth16_zorch/cli.py
groth16_zorch/r1cs.py
groth16_zorch.egg-info/PKG-INFO
groth16_zorch.egg-info/SOURCES.txt
groth16_zorch.egg-info/dependency_links.txt
groth16_zorch.egg-info/entry_points.txt
groth16_zorch.egg-info/requires.txt
groth16_zorch.egg-info/top_level.txt
groth16_zorch/circom/__init__.py
groth16_zorch/circom/zkey_to_terms.py
groth16_zorch/circom/base/__init__.py
groth16_zorch/circom/base/buffer.py
groth16_zorch/circom/base/modulus.py
groth16_zorch/circom/base/sections.py
groth16_zorch/circom/wtns/__init__.py
groth16_zorch/circom/wtns/wtns.py
groth16_zorch/circom/zkey/__init__.py
groth16_zorch/circom/zkey/coefficient.py
groth16_zorch/circom/zkey/verifying_key.py
groth16_zorch/circom/zkey/zkey.py
groth16_zorch/gnark/__init__.py
groth16_zorch/gnark/loader.py
groth16_zorch/gnark/types.py
groth16_zorch/groth16/__init__.py
groth16_zorch/groth16/proof.py
groth16_zorch/groth16/prover.py
groth16_zorch/groth16/verifier.py