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