Table of Contents

Class FowlerNollVo128

Namespace
Cuemon.Security
Assembly
Cuemon.Core.dll

Provides an implementation of the FVN (Fowler–Noll–Vo) non-cryptographic hashing algorithm for 128-bit hash values. This class cannot be inherited. Implements the FowlerNollVoHash

public sealed class FowlerNollVo128 : FowlerNollVoHash, IHash, IConfigurable<FowlerNollVoOptions>
Inheritance
Object
FowlerNollVo128
Implements
Inherited Members

Constructors

FowlerNollVo128(Action<FowlerNollVoOptions>)

Initializes a new instance of the FowlerNollVo128 class.

public FowlerNollVo128(Action<FowlerNollVoOptions> setup = null)

Parameters

setup Action<FowlerNollVoOptions>

The FowlerNollVoOptions which may be configured.

See Also