Initializes the algorithm.

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

Syntax

C#
public override void Initialize()
Visual Basic (Declaration)
Public Overrides Sub Initialize
Visual C++
public:
virtual void Initialize() override

Remarks

If this function is overriden in a derived class, the new function should call back to this function or you could risk garbage being carried over from one calculation to the next.

See Also