Represents a variation of the FNV hashing algorithm.

Namespace:  Classless.Hasher
Assembly:  Classless.Hasher (in Classless.Hasher.dll) Version: 0.8.3649.33599

Syntax

C#
public enum FnvAlgorithmType
Visual Basic (Declaration)
Public Enumeration FnvAlgorithmType
Visual C++
public enum class FnvAlgorithmType

Members

Member nameDescription
Fnv1
The mainstream FNV algorithm.
Fnv1A
The alternate FNV algorithm.

See Also