SignatureBytes

Type Alias 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.

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 64 bytes