mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 02:58:02 -06:00
Windows: Add support for Argon2id as an alternative to PBKDF2 key derivation
This commit is contained in:
@@ -1425,6 +1425,10 @@ static BOOL DoAutoTestAlgorithms (void)
|
||||
if (!test_pkcs5 ())
|
||||
bFailed = TRUE;
|
||||
|
||||
/* Argon2id */
|
||||
if (0 != argon2id_selftest())
|
||||
bFailed = TRUE;
|
||||
|
||||
/* CRC-32 */
|
||||
if (!crc32_selftests ())
|
||||
bFailed = TRUE;
|
||||
|
||||
Reference in New Issue
Block a user