pub(crate) fn hex_chunks(bytes: &[u8], per_line: usize) -> Vec<String>
Split bytes into groups of at most per_line bytes and format each as a space-separated hex string.
bytes
per_line