Function miden_objects::utils::write_hex_bytes

source ยท
pub fn write_hex_bytes(f: &mut Formatter<'_>, bytes: &[u8]) -> Result<(), Error>
Expand description

Writes a hex string representation of provided bytes into the formatter.