diff options
| author | apense <apense@users.noreply.github.com> | 2015-05-27 20:56:53 -0400 |
|---|---|---|
| committer | apense <apense@users.noreply.github.com> | 2015-05-27 20:56:53 -0400 |
| commit | 86cabfb1a36c872ecf6f3f1fc196620f0b7998b6 (patch) | |
| tree | d81f6888301265f95bc99515842f31b7be721ffe | |
| parent | 1d8ae4b76aff13352290646963ef03e67efba117 (diff) | |
| download | packages-86cabfb1a36c872ecf6f3f1fc196620f0b7998b6.tar.gz packages-86cabfb1a36c872ecf6f3f1fc196620f0b7998b6.zip | |
Added ShimSham to the list
See https://github.com/apense/shimsham. At version 0.1.0-alpha
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index bc8f5c1..5e8ff0e 100644 --- a/packages.json +++ b/packages.json @@ -1578,4 +1578,13 @@ "license": "MIT", "web": "http://bitbucket.org/mahlon/nim-mongrel2" }, + { + "name": "shimsham", + "url": "https://github.com/apense/shimsham", + "method": "git", + "tags": ["crypto", "hash", "hashing", "digest"], + "description": "Hashing/Digest collection in pure Nim", + "license": "MIT", + "web": "https://github.com/apense/shimsham" + }, ] |
