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_fschacha20poly1305
1 parent c6d2d1c commit 8dec4e1Copy full SHA for 8dec4e1
src/test/fuzz/crypto_chacha20poly1305.cpp
@@ -130,7 +130,7 @@ FUZZ_TARGET(crypto_fschacha20poly1305)
130
// data).
131
InsecureRandomContext rng(provider.ConsumeIntegral<uint64_t>());
132
133
- LIMITED_WHILE(provider.ConsumeBool(), 10000)
+ LIMITED_WHILE(provider.ConsumeBool(), 100)
134
{
135
// Mode:
136
// - Bit 0: whether to use single-plain Encrypt/Decrypt; otherwise use a split at prefix.
0 commit comments