mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2026-05-21 03:51:32 +00:00
Use "KDF" instead of "PKCS5 PRF" for UI selection of KDF to use
This commit is contained in:
@@ -109,6 +109,7 @@ static int MapHashAlgorithm(const wchar_t* hashName)
|
||||
if (_wcsicmp(hashName, L"BLAKE2s") == 0) return BLAKE2S;
|
||||
if (_wcsicmp(hashName, L"sha256") == 0) return SHA256;
|
||||
if (_wcsicmp(hashName, L"sha512") == 0) return SHA512;
|
||||
if (_wcsicmp(hashName, L"argon2") == 0) return ARGON2;
|
||||
return 0; // Not found
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user