Type Alias sp_application_crypto::bandersnatch::Signature
pub type Signature = CryptoBytes<sp_core::::bandersnatch::Signature::{constant#0}, (SignatureTag, 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]