initial commit (b32, sha1, hmac)

This commit is contained in:
2024-12-21 14:17:09 +01:00
commit 226a728e82
8 changed files with 377 additions and 0 deletions

14
typst.toml Normal file
View File

@@ -0,0 +1,14 @@
[package]
name = "jumble"
version = "0.0.1"
compiler = "0.12.0"
repository = "https://git.kb28.ch/HEL/jumble"
entrypoint = "src/lib.typ"
authors = [
"Louis Heredero <https://git.kb28.ch/HEL>"
]
categories = ["scripting", "utility"]
license = "Apache-2.0"
description = "A package to hash "
keywords = ["hash", "algorithm", "cryptography", "md5", "sha1"]
exclude = [ "gallery", "gallery.bash", "docs" ]