]> git.mxchange.org Git - hub.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Sun, 26 Feb 2023 09:19:27 +0000 (10:19 +0100)
committerRoland Häder <roland@mxchange.org>
Tue, 28 Feb 2023 10:05:35 +0000 (11:05 +0100)
commit92f512c6b183ef3cc23242fb576bd4fa97e3796e
tree7f110dc25e658b98a9d204c95b92d1ce23a08973
parent0516586f1d1d0c082643eff766ee151910d9774a
Continued:
- invoke CryptoHelper::getSelfInstance() rather than creating new instances
  over ObjectFactory
- this also removed the overhead of initialization
- updated 'core' framework
application/hub/classes/handler/chunks/class_ChunkHandler.php
application/hub/classes/handler/package/class_NetworkPackageHandler.php
application/hub/classes/nodes/class_BaseHubNode.php
application/hub/classes/package/fragmenter/class_PackageFragmenter.php
application/hub/classes/source/units/class_TestUnitSource.php
core