diff options
| author | Emery Hemingway <git@spam.works> | 2017-06-14 23:42:16 -0500 |
|---|---|---|
| committer | Emery Hemingway <git@spam.works> | 2017-06-14 23:42:16 -0500 |
| commit | 46e55707a4b9920c4a08e036548b46161014f962 (patch) | |
| tree | a66894f9009ded872bbf89a17845398c90287ffc | |
| parent | cfa4dec45ff4990be5460ebdb3b43acb1f1fa5d1 (diff) | |
| download | packages-46e55707a4b9920c4a08e036548b46161014f962.tar.gz packages-46e55707a4b9920c4a08e036548b46161014f962.zip | |
Added package tiger
| -rw-r--r-- | packages.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 2b2f68e..3a6bce2 100644 --- a/packages.json +++ b/packages.json @@ -6512,5 +6512,16 @@ "description": "Universally Unique Lexicographically Sortable Identifier", "license": "MIT", "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" } ] |
