From 46e55707a4b9920c4a08e036548b46161014f962 Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Wed, 14 Jun 2017 23:42:16 -0500 Subject: [PATCH] Added package tiger --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) 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" } ]