Added package nim_chacha20_poly1305 (#2154)

This commit is contained in:
_Lantos 2022-02-15 10:07:25 +00:00 committed by GitHub
parent dedccdb30f
commit d12f9ffc1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25249,5 +25249,22 @@
"description": "a convention mainly created for `createThread` proc",
"license": "MIT",
"web": "https://github.com/hamidb80/packedArgs"
},
{
"name": "nim_chacha20_poly1305",
"url": "https://github.com/lantos-lgtm/nim_chacha20_poly1305",
"method": "git",
"tags": [
"encryption",
"decryption",
"chacha20",
"poly1305",
"chacha20_poly1305",
"xchacha20_poly1305",
"aead"
],
"description": "xchacha20_poly1305, chacha20, poly1305",
"license": "MIT",
"web": "https://github.com/lantos-lgtm/nim_chacha20_poly1305"
}
]