pub fn hash(hash: u32, data: &[u8]) -> u32
Simple djb2 hash function for determinism testing. (timer.c)