fuzz: CheckGlobals in init

This commit is contained in:
MarcoFalke
2025-07-09 14:25:07 +02:00
parent fa26bfde98
commit fa8862723c

View File

@@ -94,6 +94,7 @@ const std::function<std::string()> G_TEST_GET_FULL_NAME{[]{
static void initialize()
{
CheckGlobals check{};
// By default, make the RNG deterministic with a fixed seed. This will affect all
// randomness during the fuzz test, except:
// - GetStrongRandBytes(), which is used for the creation of private key material.