Type Alias sp_core::bandersnatch::Signature

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

Bandersnatch signature.

The signature is created via the VrfSecret::vrf_sign using SIGNING_CTX as transcript label.

Aliased Type§

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

Fields§

§0: [u8; 65]

Trait Implementations§

source§

impl CryptoType for Signature

§

type Pair = Pair

The pair key type of this crypto.