Predefined standards for FNV algorithms.
Namespace:
Classless.HasherAssembly: Classless.Hasher (in Classless.Hasher.dll) Version: 0.8.3649.33599
Syntax
C# |
---|
public enum FnvStandard |
Visual Basic (Declaration) |
---|
Public Enumeration FnvStandard |
Visual C++ |
---|
public enum class FnvStandard |
Members
Member name | Description | |
---|---|---|
Fnv32BitType0 | A 32bit FNV-0 algorithm. | |
Fnv64BitType0 | A 64bit FNV-0 algorithm. | |
Fnv32BitType1 | A 32bit FNV-1 algorithm. | |
Fnv64BitType1 | A 64bit FNV-1 algorithm. | |
Fnv32BitType1A | A 32bit FNV-1a algorithm. | |
Fnv64BitType1A | A 64bit FNV-1a algorithm. |