pub type BaseFieldShares<C, M> = FieldShares<BaseField<C>, M>;Expand description
Authenticated batch share of base field elements. Alias for FieldShares<BaseField<C>, M>.
Aliased Typeยง
pub struct BaseFieldShares<C, M> { /* private fields */ }pub type BaseFieldShares<C, M> = FieldShares<BaseField<C>, M>;Authenticated batch share of base field elements. Alias for FieldShares<BaseField<C>, M>.
pub struct BaseFieldShares<C, M> { /* private fields */ }