Function bobbytables::djb2_hash [] [src]

pub fn djb2_hash(key: &[u8; 16]) -> usize

An implementation of the djb2 hash using rust iterators over the contents of the HashKey array.