pub type ByteArray64 = [u8; 64];
Expand description

An array of 64 bytes common for 512 bit private and public keys. This does not implement hex or base58 fmt::Debug or constant time equality checks.