VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Common/Pkcs5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Common/Pkcs5.c b/src/Common/Pkcs5.c
index 10d33ff0..36e491a0 100644
--- a/src/Common/Pkcs5.c
+++ b/src/Common/Pkcs5.c
@@ -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";