mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-12-18 04:04:29 -05:00
e5a2958458
* 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
8 lines
273 B
JSON
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"
|
|
}
|