Type Definition ed25519::SignatureBytes

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

Ed25519 signature serialized as a byte array.

Trait Implementations§

Converts to this type from the input type.
Converts to this type from the input type.