Skip to main content

hex_encode

Function hex_encode 

Source
pub fn hex_encode(bytes: &[u8]) -> String
Expand description

Encodes bytes as lowercase hex (client-side convenience, used by tests and the demo).