Struct fxhash::FxHasher64 [−][src]
pub struct FxHasher64 { /* 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 8 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 FxHasher64
[src]
impl Clone for FxHasher64
[src]fn clone(&self) -> FxHasher64
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Default for FxHasher64
[src]
impl Default for FxHasher64
[src]fn default() -> FxHasher64
[src]
impl Hasher for FxHasher64
[src]
impl Hasher for FxHasher64
[src]