rfc6979

Type Alias ByteArray

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

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

Aliased Typeยง

struct ByteArray<Size> { /* private fields */ }