Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <gtest/gtest.h>
#include "barretenberg/circuit_checker/circuit_checker.hpp"
#include "barretenberg/numeric/random/engine.hpp"
#include "barretenberg/public_input_component/public_input_component.hpp"
#include "barretenberg/stdlib/primitives/curves/bn254.hpp"
#include "barretenberg/stdlib/primitives/public_input_component/public_input_component.hpp"
#include "barretenberg/stdlib_circuit_builders/mega_circuit_builder.hpp"
Go to the source code of this file.
Functions | |
TEST (PublicInputComponentTest, GoblinBigGroup) | |
A test demonstrating the functionality set and reconstruct methods on a GolbinBigGroup object. | |
TEST | ( | PublicInputComponentTest | , |
GoblinBigGroup | |||
) |
A test demonstrating the functionality set and reconstruct methods on a GolbinBigGroup object.
Definition at line 21 of file public_input_component.test.cpp.