Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/circuit_checker/translator_circuit_checker.hpp"
#include "barretenberg/translator_vm/translator.fuzzer.hpp"
Go to the source code of this file.
Functions | |
int | LLVMFuzzerTestOneInput (const unsigned char *data, size_t size) |
A very primitive fuzzing harness, no interesting mutations, just parse and throw at the circuit builder. | |
int LLVMFuzzerTestOneInput | ( | const unsigned char * | data, |
size_t | size | ||
) |
A very primitive fuzzing harness, no interesting mutations, just parse and throw at the circuit builder.
Definition at line 14 of file translator_circuit_builder.fuzzer.cpp.