Skip to main content

BaseFieldKeys

Type Alias BaseFieldKeys 

Source
pub type BaseFieldKeys<C, M> = FieldKeys<BaseField<C>, M>;
Expand description

PairwiseAuthKey for a batch of base field elements.

Aliased Type§

#[repr(C)]
pub struct BaseFieldKeys<C, M> { pub alpha: Arc<FieldElement<<C as Curve>::BaseField>>, pub beta: HeapArray<FieldElement<<C as Curve>::BaseField>, M>, }

Fields§

§alpha: Arc<FieldElement<<C as Curve>::BaseField>>§beta: HeapArray<FieldElement<<C as Curve>::BaseField>, M>