Type Definition sp_application_crypto::bls377::Pair

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

BLS12-377 key pair.

Trait Implementations§

source§

impl From<Pair> for Pair

source§

fn from(outer: Pair) -> Self

Converts to this type from the input type.