Function miden_lib::utils::bytes_to_hex_string

source ยท
pub fn bytes_to_hex_string<const N: usize>(data: [u8; N]) -> String
Expand description

Renders an array of bytes as hex into a String.