pub struct AuxTraceRandElements<E>(_)
where
    E: FieldElement
;
Expand description

Random elements used in construction of auxiliary trace segments.

These elements are generated by the Air::get_aux_trace_segment_random_elements() function for each auxiliary trace segment. In the interactive version of the protocol, the verifier draws these elements uniformly at random from the extension field of the protocol after the prover commits to a previous trace segment.

Implementations

Instantiates and returns an empty set of random elements.

Returns a list of random elements for an auxiliary segment with the specified index.

Adds random elements for a new auxiliary segment to this set of random elements.

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self
The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.