Type Alias ed25519::SignatureBytes

source ·
pub type SignatureBytes = [u8; 64];
Expand description

Ed25519 signature serialized as a byte array.

Trait Implementations§

source§

impl From<&Signature> for SignatureBytes

source§

fn from(sig: &Signature) -> SignatureBytes

Converts to this type from the input type.
source§

impl From<Signature> for SignatureBytes

source§

fn from(sig: Signature) -> SignatureBytes

Converts to this type from the input type.