Struct fxhash::FxHasher32 [−][src]
pub struct FxHasher32 { /* fields omitted */ }
This hashing algorithm was extracted from the Rustc compiler. This is the same hashing algoirthm used for some internal operations in FireFox. The strength of this algorithm is in hashing 4 bytes at a time on any platform, where the FNV algorithm works on one byte at a time.
This hashing algorithm should not be used for cryptographic, or in scenarios where DOS attacks are a concern.
Trait Implementations
impl Clone for FxHasher32
[src]
impl Clone for FxHasher32
[src]fn clone(&self) -> FxHasher32
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Default for FxHasher32
[src]
impl Default for FxHasher32
[src]fn default() -> FxHasher32
[src]
impl Hasher for FxHasher32
[src]
impl Hasher for FxHasher32
[src]