From cc3b1f3634eeb16bb61128f603dcdd5fd49290ef Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Mon, 26 Nov 2018 15:04:55 +0100 Subject: [PATCH] Added package haraka (#941) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 3ebca0a..906b3f7 100644 --- a/packages.json +++ b/packages.json @@ -11626,5 +11626,17 @@ "description": "Key/Value storage into a fast file-hash", "license": "MIT", "web": "https://github.com/JeffersonLab/niledb.git" + }, + { + "name": "haraka", + "url": "https://github.com/ehmry/nim-haraka", + "method": "git", + "tags": [ + "hash", + "haraka" + ], + "description": "Haraka v2 short-input hash function", + "license": "MIT", + "web": "https://github.com/ehmry/nim-haraka" } ]