SecureBlackbox Lite 2020 PHP Edition

Questions / Feedback?

Finish Method

Completes the hash and returns the resulting message digest.

Object Oriented Interface

public function doFinish();

Procedural Interface

secureblackboxlite_hashfunction_do_finish($res);

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 Lite 2020 PHP Edition - Version 20.0 [Build 8166]