Skip to main content

FieldShare

Type Alias FieldShare 

Source
pub type FieldShare<F> = PairwiseAuthShare<SubfieldElement<F>, FieldElement<F>, FieldElement<F>>;
Expand description

Pairwise authenticated share <x_i> of secret shared <x> over a field F. Alias for PairwiseAuthShare<SubfieldElement<F>, FieldElement<F>, FieldElement<F>>. See also FieldShares<F, M> for the batched variant.

Aliased Typeยง

pub struct FieldShare<F> { /* private fields */ }