From d12f9ffc1dcab9dfe6b1f850b8686024bfcc5d67 Mon Sep 17 00:00:00 2001 From: _Lantos <39604275+lantos-lgtm@users.noreply.github.com> Date: Tue, 15 Feb 2022 10:07:25 +0000 Subject: [PATCH] Added package nim_chacha20_poly1305 (#2154) --- packages.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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" } ]