Add package md4 (#3004)

This commit is contained in:
Infinoid 2025-03-19 01:45:00 -04:00 committed by GitHub
parent af9fba86c6
commit 74fcb5222e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34802,5 +34802,18 @@
"description": "Simple but flexible and powerfull ORM for Nim language. Currently support MySql/MariaDb, SqLite and PostgreSql",
"license": "MIT",
"web": "https://github.com/zendbit/katabase"
},
{
"name": "md4",
"description": "dumb MD4 digest calculation",
"url": "https://github.com/infinoid/md4.nim",
"web": "https://github.com/infinoid/md4.nim",
"method": "git",
"tags": [
"md4",
"digest",
"hash"
],
"license": "MIT"
}
]