pub fn to_hex_multiple(bytearray: &[Vec<u8>]) -> Vec<String>
Expand description

Encode the provided vector of bytes into a hex string.