e-CryptIt Engine Xojo Plugin

SHA3.Final Method

Use this function when you are done adding bytes to the SHA3 class. This variation returns the result as raw data.

Final() as String

Parameters

Returns

String

Remarks

Final or FinalAsHex can only be called once, once either of them has been called then the stream is no longer valid and will not give valid result again.

See Also

SHA3 Class