Enum NonCryptoAlgorithm
Specifies the different implementations of a non-cryptographic hashing algorithm.
public enum NonCryptoAlgorithmFields
- Fnv1024 = 5
- The Fowler–Noll–Vo (FNV-1/FNV-1A) algorithm (1024 bits). 
- Fnv128 = 2
- The Fowler–Noll–Vo (FNV-1/FNV-1A) algorithm (128 bits). 
- Fnv256 = 3
- The Fowler–Noll–Vo (FNV-1/FNV-1A) algorithm (256 bits). 
- Fnv32 = 0
- The Fowler–Noll–Vo (FNV-1/FNV-1A) algorithm (32 bits). 
- Fnv512 = 4
- The Fowler–Noll–Vo (FNV-1/FNV-1A) algorithm (512 bits). 
- Fnv64 = 1
- The Fowler–Noll–Vo (FNV-1/FNV-1A) algorithm (64 bits).