Searched defs:XxHash32 (Results 1 – 5 of 5) sorted by relevance
32 pub struct XxHash32 { struct33 total_len: u64,34 seed: u32,35 core: XxCore,37 buffer: Buffer,163 impl XxHash32 { implementation165 pub fn with_seed(seed: u32) -> XxHash32 { in with_seed()254 impl Default for XxHash32 { implementation260 impl Hasher for XxHash32 { implementation
12 impl Update for XxHash32 { implementation18 impl OutputSizeUser for XxHash32 { implementation22 impl FixedOutput for XxHash32 { implementation29 impl HashMarker for XxHash32 {} implementation
55 fn build_hasher(&self) -> XxHash32 { in build_hasher()
13 impl Digest for XxHash32 { implementation