pub type ScalarKey<C> = FieldKey<ScalarField<C>>;Expand description
PairwiseAuthKey for a single scalar field element. Alias for
FieldKey<ScalarField<C>>.
Aliased Type§
#[repr(C)]pub struct ScalarKey<C> {
pub alpha: Arc<FieldElement<<C as Curve>::Scalar>>,
pub beta: FieldElement<<C as Curve>::Scalar>,
}Fields§
§alpha: Arc<FieldElement<<C as Curve>::Scalar>>§beta: FieldElement<<C as Curve>::Scalar>