Continued:
authorRoland Häder <roland@mxchange.org>
Sun, 17 Jan 2021 04:54:29 +0000 (05:54 +0100)
committerRoland Häder <roland@mxchange.org>
Sun, 17 Jan 2021 04:54:29 +0000 (05:54 +0100)
commit6c6bf6fe589285efaf8d66ae29bf2c12a1990365
treebc2bc750ae2c803ac3a64769cb6c10f8823e696f
parent899c742fa8d4807a3e2d9c7f4bd2a3acab85e6b6
Continued:
- added hash-benchmark.php; previous in "hub" project aka. mhash-benchmark.php,
  but since ext-mash is replaced by Hash, this needs porting, too.
- "new" array style [] used in audio.php
- ported CryptoUtils::hash() to PHP's new Hash "extension"
- Minor improvements

Signed-off-by: Roland Häder <roland@mxchange.org>
contrib/audio.php
contrib/hash-benchmark.php [new file with mode: 0755]
framework/main/classes/index/file/stack/class_FileStackIndex.php
framework/main/classes/stacker/file/class_BaseFileStack.php
framework/main/classes/utils/crypto/class_CryptoUtils.php