A class that contains the parameters necessary to initialize a FNV algorithm.

Namespace: LLCryptoLib.Hash
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public class FNVParameters : HashAlgorithmParameters
Visual Basic
Public Class FNVParameters _
	Inherits HashAlgorithmParameters
Visual C++
public ref class FNVParameters : public HashAlgorithmParameters

Inheritance Hierarchy

System..::..Object
  LLCryptoLib.Hash..::..HashAlgorithmParameters
    LLCryptoLib.Hash..::..FNVParameters

See Also