Type Definition rfc6979::ByteArray

source ·
pub type ByteArray<Size> = GenericArray<u8, Size>;
Expand description

Array of bytes representing a scalar serialized as a big endian integer.