Type Definition ivc::plonkish_lang::PlonkishWitness

source ·
pub type PlonkishWitness<const N_COL: usize, const N_FSEL: usize, F> = PlonkishWitnessGeneric<N_COL, N_FSEL, F, Evaluations<F, R2D<F>>>;

Trait Implementations§

source§

impl<const N_COL: usize, const N_FSEL: usize, F: FftField> Index<()> for PlonkishWitness<N_COL, N_FSEL, F>

§

type Output = [F]

The returned type after indexing.
source§

fn index(&self, _index: ()) -> &Self::Output

Performs the indexing (container[index]) operation. Read more