Type Alias BLSSignature

Source
pub type BLSSignature = Signature;
Expand description

BLS signature type for consensus votes

Aliased Type§

struct BLSSignature {
    pub sigma: Projective<Config>,
}

Fields§

§sigma: Projective<Config>

The signature is a G1 group element.