ByteArray32

Type Alias ByteArray32 

Source
pub type ByteArray32 = [u8; 32];
Expand description

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.