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