|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "aes128.hpp"#include "barretenberg/circuit_checker/circuit_checker.hpp"#include "barretenberg/crypto/aes128/aes128.hpp"#include "barretenberg/stdlib_circuit_builders/ultra_circuit_builder.hpp"#include <cassert>#include <cstdint>#include <vector>Go to the source code of this file.
Functions | |
| field_t< UltraCircuitBuilder > | create_field_element (UltraCircuitBuilder &builder, const uint256_t &value, bool as_witness) |
| int | LLVMFuzzerTestOneInput (const uint8_t *Data, size_t Size) |
| field_t< UltraCircuitBuilder > create_field_element | ( | UltraCircuitBuilder & | builder, |
| const uint256_t & | value, | ||
| bool | as_witness | ||
| ) |
Definition at line 13 of file aes128.fuzzer.cpp.
| int LLVMFuzzerTestOneInput | ( | const uint8_t * | Data, |
| size_t | Size | ||
| ) |
Definition at line 22 of file aes128.fuzzer.cpp.