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.
pub type SignatureBytes = [u8; 64];64 bytes that should be an Ed25519 signature.
Can be acquired from Signature using Signature::to_bytes, and converted into it using try_from.