Performs any final activities required by the hash algorithm.

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

Syntax

C#
protected override byte[] HashFinal()
Visual Basic (Declaration)
Protected Overrides Function HashFinal As Byte()
Visual C++
protected:
virtual array<unsigned char>^ HashFinal() override

Return Value

The final hash value.

See Also