diff options
| author | Emery Hemingway <ehmry@posteo.net> | 2018-11-26 15:04:55 +0100 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2018-11-26 15:04:55 +0100 |
| commit | cc3b1f3634eeb16bb61128f603dcdd5fd49290ef (patch) | |
| tree | b162f1c74f612c38a6f5f39aff7875780dde12ed | |
| parent | 3fc644005876f1d0054fa1e82c9a0eac36f2356a (diff) | |
| download | packages-cc3b1f3634eeb16bb61128f603dcdd5fd49290ef.tar.gz packages-cc3b1f3634eeb16bb61128f603dcdd5fd49290ef.zip | |
Added package haraka (#941)
| -rw-r--r-- | packages.json | 12 |
1 files changed, 12 insertions, 0 deletions
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" } ] |
