pub type GlobalCurveKey<C> = GlobalFieldKey<ScalarField<C>>;Expand description
GlobalFieldKey for curve-point shares (MAC is computed over the scalar field).
Alias for GlobalFieldKey<ScalarField<C>>.
Aliased Typeยง
pub struct GlobalCurveKey<C> { /* private fields */ }