diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-06-20 00:26:45 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-20 00:26:45 +0100 |
| commit | 2291d09c2a673f7e7d48e36f2b2c47af9defc3c5 (patch) | |
| tree | 9c6a20ffa6e80824ec022911db8731d34254e89b | |
| parent | a8b0d34ac446747185afdf67f78de23ed204d35f (diff) | |
| parent | f2628a6bbd56c9b0668e977d1a6b136e748d752b (diff) | |
| download | packages-2291d09c2a673f7e7d48e36f2b2c47af9defc3c5.tar.gz packages-2291d09c2a673f7e7d48e36f2b2c47af9defc3c5.zip | |
Merge pull request #521 from ehmry/add-tiger0442
Add package tiger
| -rw-r--r-- | packages.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages.json b/packages.json index bd9251b..c171ed7 100644 --- a/packages.json +++ b/packages.json @@ -6514,6 +6514,17 @@ "web": "https://github.com/adelq/ulid" }, { + "name": "tiger", + "url": "https://github.com/ehmry/tiger", + "method": "git", + "tags": [ + "hash" + ], + "description": "Tiger hash function", + "license": "MIT", + "web": "https://github.com/ehmry/tiger" + }, + { "name": "pipe", "url": "https://github.com/5paceToast/pipe", "method": "git", |
