PIVX Core
5.6.99
P2P Digital Currency
src
test
fuzz
fuzz.h
Go to the documentation of this file.
1
// Copyright (c) 2009-2019 The Bitcoin Core developers
2
// Distributed under the MIT software license, see the accompanying
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
5
#ifndef PIVX_TEST_FUZZ_FUZZ_H
6
#define PIVX_TEST_FUZZ_FUZZ_H
7
8
#include <functional>
9
#include <stdint.h>
10
#include <vector>
11
12
13
const
std::function<std::string(
const
char
*)>
G_TRANSLATION_FUN
=
nullptr
;
14
15
void
test_one_input
(std::vector<uint8_t>
buffer
);
16
17
#endif
// PIVX_TEST_FUZZ_FUZZ_H
buffer
std::vector< uint8_t > buffer
Definition:
fuzz.cpp:71
test_one_input
void test_one_input(std::vector< uint8_t > buffer)
Definition:
deserialize.cpp:81
G_TRANSLATION_FUN
const std::function< std::string(const char *)> G_TRANSLATION_FUN
Definition:
fuzz.h:13
Generated on Wed Apr 2 2025 00:40:36 for PIVX Core by
1.9.1