SecureBlackbox 2020 C++ Builder Edition

Questions / Feedback?

Finish Method

Completes the hash and returns the resulting message digest.

Syntax

DynamicArray<Byte> __fastcall Finish();

Remarks

This method finalizes the hashing operation and returns the message digest of the input data. Use it in conjuction with Reset and Update methods to process data in chunks.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 C++ Builder Edition - Version 20.0 [Build 8154]