Module rustpython_common::hash
source · Structs§
Constants§
- Numeric hashes are based on reduction modulo the prime 2**_BITS - 1
- Prime multiplier used in string and various other hashes.
- A PyHash value used to represent a missing hash value, e.g. means “not yet computed” for
str
’s hash cache