Struct FNV1aParameters
Represents parameters of FNV-1a hash algorithm for 32, 64, and 128 bits variations.
Inherited Members
Namespace: DotNext.IO.Hashing
Assembly: DotNext.dll
Syntax
public readonly struct FNV1aParameters : IFNV1aParameters<int>, IFNV1aParameters<long>, IFNV1aParameters<Int128>