diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-08-31 08:45:18 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-08-31 08:45:18 +0100 |
| commit | 5c4baa10e283f3d1e974ad4ea3036c076b2e0edf (patch) | |
| tree | 74259ddef4f22bd4caeea62b29ca3ab3396731b7 | |
| parent | 1eae87bae3f50aac17fbf608d2b4b6ce55cc80e3 (diff) | |
| parent | 84d6e18612a14538ad5c322a7aad1c56413edefa (diff) | |
| download | packages-5c4baa10e283f3d1e974ad4ea3036c076b2e0edf.tar.gz packages-5c4baa10e283f3d1e974ad4ea3036c076b2e0edf.zip | |
Merge pull request #249 from jangko/master
add nimSHA2 and nimAES packages
| -rw-r--r-- | packages.json | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 35a754d..cb1c3c1 100644 --- a/packages.json +++ b/packages.json @@ -3172,5 +3172,34 @@ "description": "Asynchronous event loop for progaming with MVC", "license": "MIT", "web": "https://github.com/tulayang/asyncevents" + }, + { + "name": "nimSHA2", + "url": "https://github.com/jangko/nimSHA2", + "method": "git", + "tags": [ + "hash", + "crypto", + "library", + "sha2" + ], + "description": "Secure Hash Algorithm - 2, [224, 256, 384, and 512 bits]", + "license": "MIT", + "web": "https://github.com/jangko/nimSHA2" + }, + { + "name": "nimAES", + "url": "https://github.com/jangko/nimAES", + "method": "git", + "tags": [ + "crypto", + "library", + "aes", + "encryption", + "rijndael" + ], + "description": "Advanced Encryption Standard, Rijndael Algorithm", + "license": "MIT", + "web": "https://github.com/jangko/nimAES" } ] |
