Expand description
The main interface to using Snarky.
To use Snarky, simply implements the SnarkyCircuit trait.
Structs
- A compiled circuit.
- A prover index.
- A verifier index.
- A witness represents the execution trace of a circuit.
Traits
- The main trait. Implement this on your circuit to get access to more functions (specifically Self::compile_to_indexes).