add argon2_highlevel (#2174)

This commit is contained in:
Ian 2022-03-15 03:08:06 -04:00 committed by GitHub
parent 6c117f9704
commit 657a15a2b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25486,5 +25486,23 @@
"description": "Nim wrapper for Sandia OpenSHMEM, a high performance computing (HPC), distributed shared symmetric memory library", "description": "Nim wrapper for Sandia OpenSHMEM, a high performance computing (HPC), distributed shared symmetric memory library",
"license": "boost", "license": "boost",
"web": "https://github.com/ct-clmsn/nim-sos/" "web": "https://github.com/ct-clmsn/nim-sos/"
},
{
"name": "argon2_highlevel",
"url": "https://github.com/termermc/argon2-highlevel",
"method": "git",
"tags": [
"argon2",
"crypto",
"hash",
"library",
"password",
"wrapper",
"async",
"highlevel"
],
"description": "A high-level Nim Argon2 password hashing library",
"license": "MIT",
"web": "https://github.com/termermc/argon2-highlevel"
} }
] ]