Searched defs:XxHash64 (Results 1 – 6 of 6) sorted by relevance
27 pub struct XxHash64 { struct28 total_len: u64,29 seed: u64,30 core: XxCore,32 buffer: Buffer,173 impl XxHash64 { impl175 pub fn with_seed(seed: u64) -> XxHash64 { in with_seed()269 impl Default for XxHash64 { implementation275 impl Hasher for XxHash64 { implementation
33 impl Update for XxHash64 { implementation39 impl OutputSizeUser for XxHash64 { implementation43 impl FixedOutput for XxHash64 { implementation50 impl HashMarker for XxHash64 {} implementation
25 fn build_hasher(&self) -> XxHash64 { in build_hasher()
55 impl Digest for XxHash64 { implementation
36 final class XxHash64 { class50 XxHash64(long seed) { in XxHash64() method in XxHash64