We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 008132c commit cd4f969Copy full SHA for cd4f969
wolfcrypt/src/error.c
@@ -315,7 +315,7 @@ const char* wc_GetErrorString(int error)
315
return "Random Number Generator failed";
316
317
case HMAC_MIN_KEYLEN_E:
318
- return "FIPS Mode HMAC Minimum Key Length error";
+ return "FIPS Mode HMAC Minimum Key or Salt Length error";
319
320
case RSA_PAD_E:
321
return "Rsa Padding error";
0 commit comments