MCPcopy Index your code
hub / github.com/RustPython/RustPython / build_hasher

Method build_hasher

crates/common/src/hash.rs:37–39  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

35 type Hasher = SipHasher24;
36
37 fn build_hasher(&self) -> Self::Hasher {
38 SipHasher24::new_with_keys(self.k0, self.k1)
39 }
40}
41
42impl HashSecret {

Callers 1

hash_iterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected