Table of Contents

Class FowlerNollVo256

Namespace
Cuemon.Security
Assembly
Cuemon.Core.dll

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

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

Constructors

FowlerNollVo256(Action<FowlerNollVoOptions>)

Initializes a new instance of the FowlerNollVo256 class.

public FowlerNollVo256(Action<FowlerNollVoOptions> setup = null)

Parameters

setup Action<FowlerNollVoOptions>

The FowlerNollVoOptions which may be configured.

See Also