Skip to main content

FieldElements

Type Alias FieldElements 

Source
pub type FieldElements<F, M> = HeapArray<FieldElement<F>, M>;
Expand description

A batch of M field elements of type F.

Aliased Typeยง

pub struct FieldElements<F, M> { /* private fields */ }