Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
check_relation.cpp
Go to the documentation of this file.
2
4
6{
7 static RelationParameters<FF> params = {
8 .eta = 0,
9 .beta = FF::random_element(),
10 .gamma = FF::random_element(),
11 .public_input_delta = 0,
12 .beta_sqr = 0,
13 .beta_cube = 0,
14 .eccvm_set_permutation_delta = 0,
15 };
16 return params;
17}
18
19} // namespace bb::avm2::constraining::detail
const RelationParameters< FF > & get_test_params()
Container for parameters used by the grand product (permutation, lookup) Honk relations.
static field random_element(numeric::RNG *engine=nullptr) noexcept