pub type ByteArray24 = [u8; 24];
Expand description

An array of 24 bytes common for 192 bit cryptographic keys. This does not implement hex or base58 fmt::Debug or constant time equality checks.