Represents a variation of the FNV hashing algorithm.
Namespace: LLCryptoLib.HashAssembly: 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 name | Value | Description | |
---|---|---|---|
FNV1 | 0 | The mainstream FNV algorithm. | |
FNV1A | 1 | The alternate FNV algorithm. |