Module starky::recursive_verifier
source · Expand description
Implementation of the STARK recursive verifier, i.e. where proof verification if encoded in a plonky2 circuit.
Functions§
- Adds a new
StarkProofTarget
to this circuit. - Adds a new
StarkProofWithPublicInputsTarget
to this circuit. - Set the targets in a
StarkProofTarget
to their corresponding values in aStarkProof
. - Set the targets in a
StarkProofWithPublicInputsTarget
to their corresponding values in aStarkProofWithPublicInputs
. - Encodes the verification of a
StarkProofWithPublicInputsTarget
for some statement in a circuit. - Recursively verifies an inner STARK proof.