Skip to main content

Module siphash

Module siphash 

Source
Expand description

Holds the implementation of the SipHash algorithm.

Structs§

GeneralSipHash
Implementation of the SipHash algorithm.
GeneralSipHashBuilder
Represents a builder for GeneralSipHash.

Type Aliases§

SipHash
The alias for GeneralSipHash<2, 4>, which is an optimal choice of constants.
SipHashBuilder
The alias for GeneralSipHashBuilder<2, 4>, which is an optimal choice of constants.