Merge f57a6754ed into merged_master (Bitcoin PR bitcoin/bitcoin#30826)

This commit is contained in:
Tom Trevethan 2026-03-26 22:27:37 +00:00
commit 042c030aa3

View file

@ -39,7 +39,7 @@ FUZZ_TARGET(crypto_aeadchacha20poly1305)
// data).
InsecureRandomContext rng(provider.ConsumeIntegral<uint64_t>());
LIMITED_WHILE(provider.ConsumeBool(), 10000)
LIMITED_WHILE(provider.ConsumeBool(), 100)
{
// Mode:
// - Bit 0: whether to use single-plain Encrypt/Decrypt; otherwise use a split at prefix.