pub fn to_ascii_hex(data: &[u8]) -> Vec<u8> 
Expand description

Converts the given binary data into ASCII-encoded hex. It will be twice the length.