miden_crypto::utils

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