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
4
5const 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
const fr & get_value(size_t index)