Initializes a new instance of the Snefru2 class.

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

Syntax

C#
public Snefru2()
Visual Basic (Declaration)
Public Sub New
Visual C++
public:
Snefru2()

Remarks

This constructor implements the default parameters of Snefru256Bit8Pass.

See Also