SecureBlackbox Lite 2020 PHP Edition

Questions / Feedback?

Reset Method

Resets the hash function context.

Object Oriented Interface

public function doReset();

Procedural Interface

secureblackboxlite_hashfunction_do_reset($res);

Remarks

Reset resets the context of the hash function, discarding any data passed to it previously.

Use this method to restart the hash calculation process from scratch.

This method does not affect one-go methods like Hash or HashStream; they reset the hash functioncontext automatically.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox Lite 2020 PHP Edition - Version 20.0 [Build 8166]