Skip to main content

encode_hex_into

Function encode_hex_into 

Source
pub fn encode_hex_into(bytes: &[u8], output: &mut Vec<u8>)
Expand description

Append lowercase hexadecimal encoding of bytes into output.