Constant ed25519::SIGNATURE_LENGTH
source · pub const SIGNATURE_LENGTH: usize = Signature::BYTE_SIZE; // 64usize
👎Deprecated since 1.3.0: use ed25519::Signature::BYTE_SIZE instead
Expand description
Length of an Ed25519 signature in bytes.