common_hex_len

Function common_hex_len 

Source
pub fn common_hex_len(bytes_a: &[u8], bytes_b: &[u8]) -> usize
Expand description

Calculates common prefix length of two byte sequences. The length to be returned is a number of hexadecimal digits.