From 4d03a3d0d46df671597320b3921e1d6ff0865689 Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Mon, 26 Nov 2018 15:33:32 +0100 Subject: [PATCH] Added package siphash (#940) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 906b3f7..709f024 100644 --- a/packages.json +++ b/packages.json @@ -11627,6 +11627,18 @@ "license": "MIT", "web": "https://github.com/JeffersonLab/niledb.git" }, + { + "name": "siphash", + "url": "https://github.com/ehmry/nim-siphash", + "method": "git", + "tags": [ + "hash", + "siphash" + ], + "description": "SipHash, a pseudorandom function optimized for short messages.", + "license": "GPLv3", + "web": "https://github.com/ehmry/nim-siphash" + }, { "name": "haraka", "url": "https://github.com/ehmry/nim-haraka",