mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2026-05-18 10:31:31 +00:00
Use "KDF" instead of "PKCS5 PRF" for UI selection of KDF to use
This commit is contained in:
@@ -5375,7 +5375,7 @@ namespace VeraCrypt
|
||||
return status;
|
||||
}
|
||||
|
||||
// Change the PKCS-5 PRF if requested by user
|
||||
// Change the KDF if requested by user
|
||||
if (pkcs5 != 0)
|
||||
{
|
||||
cryptoInfo->pkcs5 = pkcs5;
|
||||
|
||||
Reference in New Issue
Block a user