pub type ByteArray32 = [u8; 32];
Cryptographic and Timestamp data types An array of 32 bytes common for 256 bit private and public keys. This does not implement hex or base58 fmt::Debug or constant time equality checks.