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.
crypto_aeadchacha20poly1305
1 parent d661e2b commit f482d0eCopy full SHA for f482d0e
src/test/fuzz/crypto_chacha20poly1305.cpp
@@ -39,7 +39,7 @@ FUZZ_TARGET(crypto_aeadchacha20poly1305)
39
// data).
40
InsecureRandomContext rng(provider.ConsumeIntegral<uint64_t>());
41
42
- LIMITED_WHILE(provider.ConsumeBool(), 10000)
+ LIMITED_WHILE(provider.ConsumeBool(), 100)
43
{
44
// Mode:
45
// - Bit 0: whether to use single-plain Encrypt/Decrypt; otherwise use a split at prefix.
0 commit comments