Class FowlerNollVo32
Provides an implementation of the FVN (Fowler–Noll–Vo) non-cryptographic hashing algorithm for 32-bit hash values. This class cannot be inherited. Implements the FowlerNollVoHash
public sealed class FowlerNollVo32 : FowlerNollVoHash, IHash, IConfigurable<FowlerNollVoOptions>- Inheritance
- 
      
      
      
      
      FowlerNollVo32
- Implements
- Inherited Members
Constructors
FowlerNollVo32(Action<FowlerNollVoOptions>)
Initializes a new instance of the FowlerNollVo32 class.
public FowlerNollVo32(Action<FowlerNollVoOptions> setup = null)Parameters
- setupAction<FowlerNollVoOptions>
- The FowlerNollVoOptions which may be configured.