pub type FieldExtShare<F> = PairwiseAuthShare<FieldElement<F>, FieldElement<F>, FieldElement<F>>;Expand description
Alias for PairwiseAuthShare<FieldElement<F>, FieldElement<F>, FieldElement<F>>, using values
in F_p^r instead of F_p. See FieldShare<F> for the (more commonly used) subfield variant.
Aliased Type§
pub struct FieldExtShare<F> { /* private fields */ }Trait Implementations§
Source§fn from(value: FieldShare<F>) -> Self
fn from(value: FieldShare<F>) -> Self
Converts to this type from the input type.