feat: Added basic byte sum hash

This commit is contained in:
WerWolv
2024-01-21 23:31:53 +01:00
parent 3783ec6a23
commit 7068a883ed
2 changed files with 52 additions and 0 deletions

View File

@@ -37,6 +37,7 @@
"hex.hashes.hash.sha256": "SHA256",
"hex.hashes.hash.sha384": "SHA384",
"hex.hashes.hash.sha512": "SHA512",
"hex.hashes.hash.sum": "Byte Sum",
"hex.hashes.hash.tiger": "Tiger",
"hex.hashes.hash.tiger2": "Tiger2",
"hex.hashes.hash.blake2b": "Blake2B",