Skip to main content

SignatureBytes

Type Alias SignatureBytes 

Source
pub type SignatureBytes = [u8; 64];
Expand description

64 bytes that should be an Ed25519 signature.

Can be acquired from Signature using Signature::to_bytes, and converted into it using try_from.