Predefined standards for FNV algorithms.
Namespace: LLCryptoLib.HashAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
public enum FNVStandard |
Visual Basic |
---|
Public Enumeration FNVStandard |
Visual C++ |
---|
public enum class FNVStandard |
Members
Member name | Value | Description | |
---|---|---|---|
FNV0_32 | 0 | A 32bit FNV-0 algorithm. | |
FNV0_64 | 1 | A 64bit FNV-0 algorithm. | |
FNV1_32 | 2 | A 32bit FNV-1 algorithm. | |
FNV1_64 | 3 | A 64bit FNV-1 algorithm. | |
FNV1A_32 | 4 | A 32bit FNV-1a algorithm. | |
FNV1A_64 | 5 | A 64bit FNV-1a algorithm. |