Expand description
End-to-End Tests for Privacy Pool
This crate bridges the gap between:
- The
circuitscrate that generates Groth16 proofs (and it employs std) - The
contractscrate with the Pool contract that verifies the proofs (and it doesn’t employ std)