mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-12 11:19:08 -05:00
fuzz: fix timeout in crypto_fschacha20poly1305
This commit is contained in:
parent
c6d2d1cb66
commit
8dec4e1294
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ FUZZ_TARGET(crypto_fschacha20poly1305)
|
||||||
// data).
|
// data).
|
||||||
InsecureRandomContext rng(provider.ConsumeIntegral<uint64_t>());
|
InsecureRandomContext rng(provider.ConsumeIntegral<uint64_t>());
|
||||||
|
|
||||||
LIMITED_WHILE(provider.ConsumeBool(), 10000)
|
LIMITED_WHILE(provider.ConsumeBool(), 100)
|
||||||
{
|
{
|
||||||
// Mode:
|
// Mode:
|
||||||
// - Bit 0: whether to use single-plain Encrypt/Decrypt; otherwise use a split at prefix.
|
// - Bit 0: whether to use single-plain Encrypt/Decrypt; otherwise use a split at prefix.
|
||||||
|
|
Loading…
Add table
Reference in a new issue