Table of Contents

Class FowlerNollVo1024

Namespace
Cuemon.Security
Assembly
Cuemon.Core.dll

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

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

Constructors

FowlerNollVo1024(Action<FowlerNollVoOptions>)

Initializes a new instance of the FowlerNollVo1024 class.

public FowlerNollVo1024(Action<FowlerNollVoOptions> setup = null)

Parameters

setup Action<FowlerNollVoOptions>

The FowlerNollVoOptions which may be configured.

See Also