Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
translator_circuit_builder.fuzzer.cpp File Reference

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.
 

Function Documentation

◆ LLVMFuzzerTestOneInput()

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.