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