|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "blake3s.hpp"#include "barretenberg/circuit_checker/circuit_checker.hpp"#include "barretenberg/crypto/blake3s/blake3s.hpp"#include "barretenberg/stdlib_circuit_builders/ultra_circuit_builder.hpp"#include <cassert>#include <cstdint>#include <vector>Go to the source code of this file.
Macros | |
| #define | PRINT_BYTESTRING(header, bs) |
Functions | |
| int | LLVMFuzzerTestOneInput (const uint8_t *Data, size_t Size) |
| #define PRINT_BYTESTRING | ( | header, | |
| bs | |||
| ) |
Definition at line 22 of file blake3s.fuzzer.cpp.
| int LLVMFuzzerTestOneInput | ( | const uint8_t * | Data, |
| size_t | Size | ||
| ) |
Definition at line 25 of file blake3s.fuzzer.cpp.