diff options
| author | Isak Andersson <contact@bitpuffin.com> | 2013-12-08 22:11:51 +0100 |
|---|---|---|
| committer | Isak Andersson <contact@bitpuffin.com> | 2013-12-08 22:11:51 +0100 |
| commit | 853d1d51a250ebee93c51f407e8ed82ea6b60e01 (patch) | |
| tree | fb9ed710993054e87d8f0ea26d614cd522e26f90 | |
| parent | 1aec83aa6926efbb5d29f04a30a3dfb1a15a8f85 (diff) | |
| download | packages-853d1d51a250ebee93c51f407e8ed82ea6b60e01.tar.gz packages-853d1d51a250ebee93c51f407e8ed82ea6b60e01.zip | |
Add scrypt.nim
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 07a6027..1e79f00 100644 --- a/packages.json +++ b/packages.json @@ -453,6 +453,15 @@ "tags": ["library", "wrapper", "binding", "audio", "sound", "media", "io"], "description": "Binding to portaudio", "license": "CC0" + }, + + { + "name": "scrypt.nim", + "url": "https://bitbucket.org/BitPuffin/scrypt.nim", + "method": "hg", + "tags": ["library", "wrapper", "binding", "crypto", "cryptography", "hash", "password", "security"], + "description": "Binding and utilities for scrypt", + "license": "CC0" } ] |
