mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-10 05:03:33 +01:00
Windows: use "HMAC-BLAKE2s-256" instead of "HMAC-BLAKE2s" for BLAKE2s PRF name
This commit is contained in:
parent
36795a688f
commit
dd0f3cd167
@ -1263,7 +1263,7 @@ wchar_t *get_pkcs5_prf_name (int pkcs5_prf_id)
|
||||
return L"HMAC-SHA-256";
|
||||
|
||||
case BLAKE2S:
|
||||
return L"HMAC-BLAKE2s";
|
||||
return L"HMAC-BLAKE2s-256";
|
||||
|
||||
case WHIRLPOOL:
|
||||
return L"HMAC-Whirlpool";
|
||||
|
Loading…
Reference in New Issue
Block a user