Expand description
Holds the implementation of the SipHash algorithm.
Structs§
- General
SipHash - Implementation of the
SipHashalgorithm. - General
SipHash Builder - Represents a builder for
GeneralSipHash.
Type Aliases§
- SipHash
- The alias for
GeneralSipHash<2, 4>, which is an optimal choice of constants. - SipHash
Builder - The alias for
GeneralSipHashBuilder<2, 4>, which is an optimal choice of constants.