keepassxc/utils/vcpkg_ports/argon2/vcpkg.json
Jonathan White e5a2958458 Revert back to Argon2 reference library
* Fix #7487 - Botan does not use threads when calculating Argon2 KDF leading to very poor performance for a parallelism value > 1.
* Include port file for vcpkg backed builds
2022-03-06 12:50:17 -05:00

8 lines
273 B
JSON

{
"name": "argon2",
"version-string": "20190702",
"port-version": 1,
"description": "Reference C implementation of Argon2, the password-hashing function that won the Password Hashing Competition (PHC).",
"homepage": "https://github.com/P-H-C/phc-winner-argon2"
}