Files
development/4dev/tests
Clemens Schwaighofer 3d13f55c35 Update Hash Class
Add new constant: STANDARD_HASH for sha256
Deprecate DEFAULT_HASH is now STANDARD_HASH_SHORT

Deprecated
__sha1Short:
replace with __crc32b with the default parameter use_sha false
replace with sha1Short if use_sha is true

__hash:
replace with hashShort if default hash type
replace with hash for all others with new default STANDARD_HASH

__hashLong:
replace with hashLong

New:
hashShort: returns STANDARD_HASH_SHORT which is __hash default type
hashStd: returns STANDARD_HASH sha256
hash: switches to STANDARD_HASH as default type
2025-04-04 15:08:58 +09:00
..
2025-01-20 20:27:03 +09:00
2025-02-28 10:17:10 +09:00
2025-04-04 15:08:58 +09:00
2024-12-13 10:17:28 +09:00
2025-01-20 20:27:34 +09:00