referrerpolicy=no-referrer-when-downgrade

Type Alias 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>

Source§

type Pair = Pair<T>

The pair key type of this crypto.