added md5 and md4

This commit is contained in:
2024-12-21 23:41:44 +01:00
parent 226a728e82
commit 02ee768ebb
6 changed files with 291 additions and 3 deletions

View File

@@ -13,6 +13,12 @@
)
#tidy.show-module(sha-doc)
#let md-doc = mod(
read("src/md.typ"),
name: "md"
)
#tidy.show-module(md-doc)
#let misc-doc = mod(
read("src/misc.typ"),
name: "misc"