referrerpolicy=no-referrer-when-downgrade
sp_core::sr25519

Type Alias Signature

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

An Schnorrkel/Ristretto x25519 (“sr25519”) 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.
Source§

impl From<Signature> for Signature

Source§

fn from(s: Signature) -> Signature

Converts to this type from the input type.