├── README.md ├── example_proof.json ├── hash_circuit_and_constraints.py ├── proof.json ├── proof.json.signed.saltpack └── verify_proof.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/privacy-ethereum/semaphore-phase2-setup/HEAD/README.md -------------------------------------------------------------------------------- /example_proof.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/privacy-ethereum/semaphore-phase2-setup/HEAD/example_proof.json -------------------------------------------------------------------------------- /hash_circuit_and_constraints.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/privacy-ethereum/semaphore-phase2-setup/HEAD/hash_circuit_and_constraints.py -------------------------------------------------------------------------------- /proof.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/privacy-ethereum/semaphore-phase2-setup/HEAD/proof.json -------------------------------------------------------------------------------- /proof.json.signed.saltpack: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/privacy-ethereum/semaphore-phase2-setup/HEAD/proof.json.signed.saltpack -------------------------------------------------------------------------------- /verify_proof.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/privacy-ethereum/semaphore-phase2-setup/HEAD/verify_proof.py --------------------------------------------------------------------------------