added README

This commit is contained in:
2024-12-22 23:05:33 +01:00
parent e31daa191a
commit 2a14a7cc45
7 changed files with 1496 additions and 3 deletions

View File

@@ -9,6 +9,6 @@ authors = [
]
categories = ["scripting", "utility"]
license = "Apache-2.0"
description = "A package to hash "
keywords = ["hash", "algorithm", "cryptography", "md5", "sha1"]
exclude = [ "gallery", "gallery.bash", "docs" ]
description = "A package providing some hash functions and related stuff"
keywords = ["hash", "algorithm", "cryptography", "md5", "sha1", "hmac", "totp", "ntlm"]
exclude = [ "gallery", "gallery.bash" ]