pub type LowHexArray = HexArray<false>;
Adapter to serialize a byte array as a lowercase hex string
pub struct LowHexArray {}