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 SourceOffset
Gets offset basis.
Declaration
public static abstract THash Offset { get; }
Property Value
| Type | Description |
|---|---|
| THash |
Prime
Gets prime number.
Declaration
public static abstract THash Prime { get; }
Property Value
| Type | Description |
|---|---|
| THash |