|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <random>#include "barretenberg/avm_fuzzer/mutations/configuration.hpp"#include "barretenberg/vm2/common/field.hpp"Go to the source code of this file.
Functions | |
| bb::avm2::FF | generate_random_field (std::mt19937_64 &rng) |
| void | mutate_field (bb::avm2::FF &value, std::mt19937_64 &rng, const FieldMutationConfig &config) |
| bb::avm2::FF generate_random_field | ( | std::mt19937_64 & | rng | ) |
| void mutate_field | ( | bb::avm2::FF & | value, |
| std::mt19937_64 & | rng, | ||
| const FieldMutationConfig & | config | ||
| ) |