Trait anyhash::EndianIndependentAlgorithm
source · pub trait EndianIndependentAlgorithm { }
Expand description
Marker trait for hashers that, given the same byte stream, calculates the same hash on hosts of different endiannesses.
Implementors§
impl EndianIndependentAlgorithm for Xxh64
Available on crate feature
xxh64
only.impl<T, H: Hasher<T> + EndianIndependentAlgorithm> EndianIndependentAlgorithm for HasherBe<T, H>
impl<T, H: Hasher<T> + EndianIndependentAlgorithm> EndianIndependentAlgorithm for HasherLe<T, H>
impl<T: Type, V: Version> EndianIndependentAlgorithm for Fnv<T, V>
Available on crate feature
fnv
only.