Enum FowlerNollVoAlgorithm
Defines the algorithms of the Fowler-Noll-Vo hash function.
public enum FowlerNollVoAlgorithmFields
- Fnv1 = 0
- The FNV-1 hash. 
- Fnv1a = 1
- The FNV-1a hash. Recommended. 
Defines the algorithms of the Fowler-Noll-Vo hash function.
public enum FowlerNollVoAlgorithmFnv1 = 0The FNV-1 hash.
Fnv1a = 1The FNV-1a hash. Recommended.