![]() |
Bitcoin Core
22.99.0
P2P Digital Currency
|
#include <crypto/chacha_poly_aead.h>
#include <crypto/poly1305.h>
#include <test/fuzz/FuzzedDataProvider.h>
#include <test/fuzz/fuzz.h>
#include <test/fuzz/util.h>
#include <util/overflow.h>
#include <cassert>
#include <cstdint>
#include <limits>
#include <vector>
Go to the source code of this file.
Functions | |
FUZZ_TARGET (crypto_chacha20_poly1305_aead) | |
FUZZ_TARGET | ( | crypto_chacha20_poly1305_aead | ) |
Definition at line 17 of file crypto_chacha20_poly1305_aead.cpp.