referrerpolicy=no-referrer-when-downgrade

Type Alias Signature

Source
pub type Signature = SignatureBytes<SIGNATURE_SERIALIZED_SIZE, BandersnatchTag>;
Expand description

Bandersnatch Schnorr signature.

Aliased Type§

struct Signature(pub [u8; 64], _);

Fields§

§0: [u8; 64]

Trait Implementations§

Source§

impl CryptoType for Signature

Source§

type Pair = Pair

The pair key type of this crypto.