pub type ByteArray256 = [u8; 256];
Expand description

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