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

Go to the source code of this file.

Functions

void LLVMFuzzerInitialize (int *, char ***)
 
int LLVMFuzzerTestOneInput (const unsigned char *data, size_t size)
 A very primitive fuzzer for the composer.
 

Function Documentation

◆ LLVMFuzzerInitialize()

void LLVMFuzzerInitialize ( int *  ,
char ***   
)

Definition at line 11 of file translator_composer.fuzzer.cpp.

◆ LLVMFuzzerTestOneInput()

int LLVMFuzzerTestOneInput ( const unsigned char *  data,
size_t  size 
)

A very primitive fuzzer for the composer.

Super-slow. Shouldn't be run on its own. First you need to run the circuit builder fuzzer, then minimize the corpus and then just use that corpus

Definition at line 22 of file translator_composer.fuzzer.cpp.