pub type GlobalFieldKey<F> = Arc<FieldElement<F>>;Expand description
Global authentication key for field shares. Alias for GlobalKey<FieldElement<F>>.
Aliased Typeยง
pub struct GlobalFieldKey<F> { /* private fields */ }pub type GlobalFieldKey<F> = Arc<FieldElement<F>>;Global authentication key for field shares. Alias for GlobalKey<FieldElement<F>>.
pub struct GlobalFieldKey<F> { /* private fields */ }