Adds a slice of bytes to the hasher.
fn write_bytes(&mut self, val: &[u8]) -> ()
The bytes to add to the hash state.