Type Definition sp_application_crypto::bls381::Pair

source ·
pub type Pair = Pair<TinyBLS<Bls12<Config>, Config>>;
Expand description

BLS12-381 key pair.

Trait Implementations§

source§

impl From<Pair> for Pair

source§

fn from(outer: Pair) -> Self

Converts to this type from the input type.