Show / Hide Table of Contents

Interface IFNV1aParameters<THash>

Represents parameters of FNV-1a hash algorithm.

Namespace: DotNext.IO.Hashing
Assembly: DotNext.dll
Syntax
public interface IFNV1aParameters<out THash> where THash : unmanaged, IBinaryNumber<out THash>
Type Parameters
Name Description
THash

The type representing a hash.

Properties

| Edit this page View Source

Offset

Gets offset basis.

Declaration
public static abstract THash Offset { get; }
Property Value
Type Description
THash
| Edit this page View Source

Prime

Gets prime number.

Declaration
public static abstract THash Prime { get; }
Property Value
Type Description
THash
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Supported by the .NET Foundation
☀
☾