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

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  LLCryptoLib.Hash..::..HashAlgorithmParameters
    LLCryptoLib.Hash..::..HAVALParameters

See Also