From 3dbcf44167c5fdb7b660d900ae090426aa692d3c Mon Sep 17 00:00:00 2001 From: ehmry Date: Fri, 15 Oct 2021 06:34:43 +0200 Subject: [PATCH] Add package chacha20 (#2029) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index 0c64255..6448185 100644 --- a/packages.json +++ b/packages.json @@ -23919,5 +23919,16 @@ "description": "Yet another SQLite wrapper for Nim.", "license": "MIT", "web": "https://github.com/codehz/easy_sqlite3" + }, + { + "name": "chacha20", + "url": "https://git.sr.ht/~ehmry/chacha20", + "method": "git", + "tags": [ + "crypto" + ], + "description": "ChaCha20 stream cipher", + "license": "Unlicense", + "web": "https://git.sr.ht/~ehmry/chacha20" } ]