Function miden_core::utils::to_hex

source ·
pub fn to_hex(bytes: &[u8]) -> Result<String, Error>
Expand description

Utility to convert a sequence of bytes to hex.