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

Namespace: Classless.Hasher
Assembly: Classless.Hasher (in Classless.Hasher.dll) Version: 0.9.4179.24336

Syntax

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

Inheritance Hierarchy

System..::..Object
  Classless.Hasher..::..HashAlgorithmParameters
    Classless.Hasher..::..Snefru2Parameters

See Also