Type Alias sp_core::bls::Signature

source ·
pub type Signature<SubTag> = SignatureBytes<SIGNATURE_SERIALIZED_SIZE, (BlsTag, SubTag)>;
Expand description

A generic BLS signature.

Aliased Type§

struct Signature<SubTag>(pub [u8; 112], _);

Fields§

§0: [u8; 112]

Trait Implementations§

source§

impl<T: BlsBound> CryptoType for Signature<T>

§

type Pair = Pair<T>

The pair key type of this crypto.