Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
fixtures.test.cpp
Go to the documentation of this file.
1
#include "
fixtures.hpp
"
2
3
namespace
bb::crypto::merkle_tree
{
4
5
const
fr
&
get_value
(
size_t
index
)
6
{
7
static
std::vector<fr> VALUES = create_values();
8
return
VALUES[
index
];
9
}
10
11
}
// namespace bb::crypto::merkle_tree
AddressRefMutationOptions::index
@ index
bb::crypto::merkle_tree
Definition
content_addressed_append_only_tree.hpp:33
bb::crypto::merkle_tree::get_value
const fr & get_value(size_t index)
Definition
fixtures.test.cpp:5
bb::field< Bn254FrParams >
fixtures.hpp
src
barretenberg
crypto
merkle_tree
fixtures.test.cpp
Generated by
1.9.8