Initializes the algorithm.

Namespace: LLCryptoLib.Hash
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

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