Home
last modified time | relevance | path

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

/third_party/rust/crates/cxx/src/
Dsip.rs20 pub struct SipHasher13 { struct
111 impl SipHasher13 { impl
119 let mut state = SipHasher13 { in new_with_keys()
146 impl Hasher for SipHasher13 { implementation
Dhash.rs8 let mut hasher = crate::sip::SipHasher13::new(); in hash()