Represents a variation of the FNV hashing algorithm.

Namespace: LLCryptoLib.Hash
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public enum FNVAlgorithmType
Visual Basic
Public Enumeration FNVAlgorithmType
Visual C++
public enum class FNVAlgorithmType

Members

Member nameValueDescription
FNV10The mainstream FNV algorithm.
FNV1A1The alternate FNV algorithm.

See Also