Skip to main content

GlobalFieldKey

Type Alias GlobalFieldKey 

Source
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 */ }