]> git.mxchange.org Git - core.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Fri, 8 Jan 2021 07:56:05 +0000 (08:56 +0100)
committerRoland Häder <roland@mxchange.org>
Fri, 8 Jan 2021 07:56:05 +0000 (08:56 +0100)
commit1ff6ba0042c5121b5899c8e42ead7a20c7a13c56
tree247e28581541812cac6eb57365d20bd5ba3e57df
parentc837cb3fc838a6a303ed38b51ca7f4e9fc278fbd
Continued:
- moved self::$hashLength, getHashLength() and hash() methods to new
  CryptoUtils class for lesser monolithic code in BaseFrameworkSystem class

Signed-off-by: Roland Häder <roland@mxchange.org>
framework/main/classes/class_BaseFrameworkSystem.php
framework/main/classes/file_directories/binary/index/class_IndexFile.php
framework/main/classes/file_directories/binary/stack/class_StackFile.php
framework/main/classes/index/file/class_BaseFileIndex.php
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 [new file with mode: 0644]