Signature

pub trait CircuitInputs

Trait functions

new_inputs

Initializes a new circuit instance with inputs. This function creates a new input accumulator for the circuit, which can then be used to add input values sequentially.

Signature

fn new_inputs, +Drop>(
    self: CES,
) -> AddInputResult

Returns

An AddInputResult that can be used to add input values to the circuit