pub trait Hasher64 { // Required methods fn reset(&mut self); fn write(&mut self, bytes: &[u8]); fn sum64(&self) -> u64; }