Add package chacha20 (#2029)

This commit is contained in:
ehmry 2021-10-15 06:34:43 +02:00 committed by GitHub
parent eddf6dfc53
commit 3dbcf44167
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
]