1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2026-06-20 03:25:03 -05:00

Windows bootloader: Add EFI DCS guard for Argon2 support

We don't support yet Argon2 for EFI booloader build
This commit is contained in:
Mounir IDRASSI
2026-04-17 16:03:42 +09:00
parent 9ae7cb1914
commit da2198831f
5 changed files with 32 additions and 4 deletions
+2
View File
@@ -133,7 +133,9 @@ static Hash Hashes[] =
{ BLAKE2S, L"BLAKE2s-256", FALSE, TRUE },
{ WHIRLPOOL, L"Whirlpool", FALSE, FALSE },
{ STREEBOG, L"Streebog", FALSE, FALSE },
#ifndef VC_DCS_DISABLE_ARGON2
{ ARGON2, L"BLAKE2b-512", FALSE, FALSE },
#endif
#endif
{ 0, 0, 0 }
};