Function miden_core::utils::write_hex_bytes
source · pub fn write_hex_bytes(f: &mut Formatter<'_>, bytes: &[u8]) -> Result
Expand description
Writes a hex string representation of provided bytes into the formatter.
pub fn write_hex_bytes(f: &mut Formatter<'_>, bytes: &[u8]) -> Result
Writes a hex string representation of provided bytes into the formatter.