Type Definition sp_application_crypto::bls381::Signature

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

BLS12-381 signature.

Trait Implementations§

source§

impl From<Signature> for Signature

source§

fn from(outer: Signature) -> Self

Converts to this type from the input type.