diff options
| author | Emery Hemingway <ehmry@posteo.net> | 2018-11-26 15:33:32 +0100 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2018-11-26 15:33:32 +0100 |
| commit | 4d03a3d0d46df671597320b3921e1d6ff0865689 (patch) | |
| tree | 233848800cfc0e464a22accd24af963dfdb8aac8 | |
| parent | cc3b1f3634eeb16bb61128f603dcdd5fd49290ef (diff) | |
| download | packages-4d03a3d0d46df671597320b3921e1d6ff0865689.tar.gz packages-4d03a3d0d46df671597320b3921e1d6ff0865689.zip | |
Added package siphash (#940)
| -rw-r--r-- | packages.json | 12 |
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", |
