From 74fcb5222e72b664b8bed284d45b0b9011cdc0c4 Mon Sep 17 00:00:00 2001 From: Infinoid Date: Wed, 19 Mar 2025 01:45:00 -0400 Subject: [PATCH] Add package md4 (#3004) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 89ed82f..f5cc9b6 100644 --- a/packages.json +++ b/packages.json @@ -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" } ]