diff options
| author | Mike Pechkin <mike.pechkin@gmail.com> | 2017-07-16 19:37:55 +0300 |
|---|---|---|
| committer | Mike Pechkin <mike.pechkin@gmail.com> | 2017-07-16 19:37:55 +0300 |
| commit | d08a994fa07aaec9c3c7226602a500347bd3d1d3 (patch) | |
| tree | 971d5d3897f689eedc106cb9b071c472a4e25e62 | |
| parent | 82843d2a65b6fc8ed7275403a5a2c7a31232c8b9 (diff) | |
| download | packages-d08a994fa07aaec9c3c7226602a500347bd3d1d3.tar.gz packages-d08a994fa07aaec9c3c7226602a500347bd3d1d3.zip | |
add sha3 library
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 3a50ebb..9e50a25 100644 --- a/packages.json +++ b/packages.json @@ -6740,5 +6740,19 @@ "description": "A tensor (multidimensional array) library for Nim", "license": "Apache License 2.0", "web": "https://mratsim.github.io/Arraymancer/" + }, + { + "name": "sha3", + "url": "https://bitbucket.org/mihailp/sha3/", + "method": "hg", + "tags": [ + "crypto", + "cryptography", + "hash", + "security" + ], + "description": "sha3 - cryptographic hash function", + "license": "CC0", + "web": "https://bitbucket.org/mihailp/sha3/" } ] |
