Skip to main content

FieldShares

Type Alias FieldShares 

Source
pub type FieldShares<F, M> = PairwiseAuthShare<SubfieldElements<F, M>, FieldElement<F>, FieldElements<F, M>>;
Expand description

Authenticated batch share <x_i> of M secret-shared field elements held by P_i.

A vectorised counterpart of FieldShare<F>: same MAC/key structure, but all slots are stored as fixed-length HeapArrays of size M.

Alias for PairwiseAuthShare<SubfieldElements<F,M>, FieldElement<F>, FieldElements<F,M>>. See also FieldShare<F> for the single-value variant.

Aliased Typeยง

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