Rust wrapper: add FIPS support

This commit is contained in:
Josh Holtrop
2026-02-03 08:38:47 -05:00
parent 492ff386dc
commit f9cea09f5b
21 changed files with 240 additions and 27 deletions
+1 -1
View File
@@ -1147,7 +1147,7 @@ static int _InitRng(WC_RNG* rng, byte* nonce, word32 nonceSz,
rng->drbg_scratch = NULL;
#endif
}
/* else swc_RNG_HealthTestLocal was successful */
/* else wc_RNG_HealthTestLocal was successful */
if (ret == DRBG_SUCCESS) {
#ifdef WOLFSSL_CHECK_MEM_ZERO