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

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

Syntax

C#
public class Snefru2Parameters : HashAlgorithmParameters
Visual Basic (Declaration)
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