diff options
| author | genotrance <dev@genotrance.com> | 2018-10-03 23:12:35 -0500 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-10-03 21:12:35 -0700 |
| commit | 65bc32cd166851f04ee10d2145d6037ab6325f17 (patch) | |
| tree | 13abf6c8e018bb2e3e31d90e48079d186fbc62bb | |
| parent | 152eb7390db1025c1863aff9ec2dde2e9208a5c5 (diff) | |
| download | packages-65bc32cd166851f04ee10d2145d6037ab6325f17.tar.gz packages-65bc32cd166851f04ee10d2145d6037ab6325f17.zip | |
Added package nimmonocypher (#877)
| -rw-r--r-- | packages.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 975a01f..502c004 100644 --- a/packages.json +++ b/packages.json @@ -10916,6 +10916,22 @@ "web": "https://github.com/xzfc/ndb.nim" }, { + "name": "nimmonocypher", + "url": "https://github.com/genotrance/nimmonocypher", + "method": "git", + "tags": [ + "monocypher", + "crypto", + "crypt", + "hash", + "sha512", + "wrapper" + ], + "description": "monocypher wrapper for Nim", + "license": "MIT", + "web": "https://github.com/genotrance/nimmonocypher" + }, + { "name": "dtoa", "url": "https://github.com/LemonBoy/dtoa.nim", "method": "git", |
