aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmery Hemingway <ehmry@posteo.net>2018-11-26 15:33:32 +0100
committerMiran <narimiran@disroot.org>2018-11-26 15:33:32 +0100
commit4d03a3d0d46df671597320b3921e1d6ff0865689 (patch)
tree233848800cfc0e464a22accd24af963dfdb8aac8
parentcc3b1f3634eeb16bb61128f603dcdd5fd49290ef (diff)
downloadpackages-4d03a3d0d46df671597320b3921e1d6ff0865689.tar.gz
packages-4d03a3d0d46df671597320b3921e1d6ff0865689.zip
Added package siphash (#940)
-rw-r--r--packages.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 906b3f7..709f024 100644
--- a/packages.json
+++ b/packages.json
@@ -11628,6 +11628,18 @@
"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",
"method": "git",