hex

Function hex_write

source
pub(crate) fn hex_write<W: Write>(
    table: &[u8; 16],
    src: &[u8],
    w: &mut W,
) -> Result