Module circuit_inputs

Module circuit_inputs 

Source
Expand description

Nodes that represent inputs to a circuit in the circuit DAG.

Modules§

compile_inputs
The module which contains functions that combine input data in order to create one layerwise bookkeeping table.

Structs§

InputLayerNode
A node that represents an InputLayer
InputLayerNodeData
A struct that represents input data that will be used to instantiate a [remainder::prover::GKRCircuitDescription] in order to generate a full circuit.
InputShred
A struct that represents the description of the data (shape in terms of num_vars) that will be added to an InputLayerNode.
InputShredData
A struct that represents data that corresponds to an InputShred.

Enums§

HyraxInputDType
An enum representing the data type that can go in a Hyrax input layer, if it is not scalar field.