diff --git a/packages.json b/packages.json index 172fe4f..bd1966f 100644 --- a/packages.json +++ b/packages.json @@ -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" } ]