pub trait EndianIndependentHasher<T>: Hasher<T> + EndianIndependentAlgorithm + EndianIndependentWrites { }
Expand description

Automatically implemented for Hashers that implement both EndianIndependentAlgorithm and EndianIndependentWrites.

Implementors§