Home
last modified time | relevance | path

Searched defs:SipHasher13 (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/cxx/src/
Dsip.rs20 pub struct SipHasher13 { struct
21 k0: u64,
22 k1: u64,
23 length: usize, // how many bytes we've processed
24 state: State, // hash State
25 tail: u64, // unprocessed bytes le
26 ntail: usize, // how many bytes in tail are valid
111 impl SipHasher13 { implementation
146 impl Hasher for SipHasher13 { implementation