pub type ByteArray128 = [u8; 128];
Expand description

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