Merge pull request #540 from tankfeeder/sha3

add sha3 library
This commit is contained in:
Dominik Picheta 2017-07-16 18:34:27 +01:00 committed by GitHub
commit 0d2c26c386

View File

@ -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/"
}
]