mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-02 22:23:06 +00:00
Merge pull request #249 from jangko/master
add nimSHA2 and nimAES packages
This commit is contained in:
commit
5c4baa10e2
@ -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"
|
||||
}
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user