Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <crypto/chacha20.h>
#include <random.h>
#include <test/fuzz/FuzzedDataProvider.h>
#include <test/fuzz/fuzz.h>
#include <test/fuzz/util.h>
#include <array>
#include <cstddef>
#include <cstdint>
#include <vector>
Go to the source code of this file.
Functions | |
FUZZ_TARGET (crypto_chacha20) | |
FUZZ_TARGET (chacha20_split_crypt) | |
FUZZ_TARGET (chacha20_split_keystream) | |
FUZZ_TARGET (crypto_fschacha20) | |
FUZZ_TARGET | ( | chacha20_split_crypt | ) |
Definition at line 126 of file crypto_chacha20.cpp.
FUZZ_TARGET | ( | chacha20_split_keystream | ) |
Definition at line 132 of file crypto_chacha20.cpp.
FUZZ_TARGET | ( | crypto_chacha20 | ) |
FUZZ_TARGET | ( | crypto_fschacha20 | ) |