Function miden_processor::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.