Initializes the algorithm.

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

Syntax

C#
public override void Initialize()
Visual Basic
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