Expand description
InputLayer and InputLayerDescription structs, as well as public- and ligero- input layers and fiat-shamir challenges.
Modules§
- fiat_
shamir_ challenge - An input layer in order to generate random challenges for Fiat-Shamir. A part of the input layer that is random and secured through F-S
- ligero_
input_ layer - An input layer in which the input data is committed to using the Ligero PCS. An InputLayer that will have it’s claim proven with a Ligero Opening Proof.
Structs§
- Input
Layer - The prover’s view of an input layer during circuit proving (undifferentiated as to type). Note that, being undifferentiated, no functions for adding values or commitments to the transcript are provided.
- Input
Layer Description - The verifier’s view of an input layer during circuit proving, containing the shape information of this input layer.