|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "block_constraint.hpp"#include "acir_format.hpp"#include "acir_format_mocks.hpp"#include "barretenberg/flavor/mega_flavor.hpp"#include "barretenberg/ultra_honk/ultra_prover.hpp"#include "barretenberg/ultra_honk/ultra_verifier.hpp"#include <gtest/gtest.h>#include <vector>Go to the source code of this file.
Classes | |
| class | UltraPlonkRAM |
| class | MegaHonk |
Functions | |
| size_t | generate_block_constraint (BlockConstraint &constraint, WitnessVector &witness_values) |
| TEST_F (UltraPlonkRAM, TestBlockConstraint) | |
| TEST_F (MegaHonk, Databus) | |
| TEST_F (MegaHonk, DatabusReturn) | |
| size_t generate_block_constraint | ( | BlockConstraint & | constraint, |
| WitnessVector & | witness_values | ||
| ) |
Definition at line 44 of file block_constraint.test.cpp.
| TEST_F | ( | MegaHonk | , |
| Databus | |||
| ) |
Definition at line 154 of file block_constraint.test.cpp.
| TEST_F | ( | MegaHonk | , |
| DatabusReturn | |||
| ) |
Definition at line 177 of file block_constraint.test.cpp.
| TEST_F | ( | UltraPlonkRAM | , |
| TestBlockConstraint | |||
| ) |
Definition at line 135 of file block_constraint.test.cpp.