Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
calldata_vec.cpp
Go to the documentation of this file.
2
3#include <random>
4#include <vector>
5
10
FF generate_random_field(std::mt19937_64 &rng)
Definition field.cpp:23
void mutate_field(bb::avm2::FF &value, std::mt19937_64 &rng, const FieldMutationConfig &config)
Definition field.cpp:54
void mutate_calldata_vec(std::vector< bb::avm2::FF > &calldata, std::mt19937_64 &rng)
constexpr FieldMutationConfig BASIC_FIELD_MUTATION_CONFIGURATION
constexpr VecMutationConfig BASIC_VEC_MUTATION_CONFIGURATION
AvmFlavorSettings::FF FF
Definition field.hpp:10
constexpr decltype(auto) get(::tuplet::tuple< T... > &&t) noexcept
Definition tuple.hpp:13
std::vector< MemoryValue > calldata
template void mutate_vec< bb::avm2::FF >(std::vector< bb::avm2::FF > &vec, std::mt19937_64 &rng, std::function< void(bb::avm2::FF &, std::mt19937_64 &)> mutate_element_function, std::function< bb::avm2::FF(std::mt19937_64 &)> generate_random_element_function, const VecMutationConfig &config)