pub type BLSPrivKey = SignKey;
Expand description

BLS private key used to sign a message

Aliased Type§

struct BLSPrivKey(pub(crate) Fp<MontBackend<FrConfig, 4>, 4>);

Fields§

§0: Fp<MontBackend<FrConfig, 4>, 4>