|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/flavor/ultra_flavor.hpp"#include "barretenberg/relations/relation_parameters.hpp"#include "barretenberg/sumcheck/sumcheck.hpp"#include "barretenberg/ultra_honk/witness_computation_test_utils.hpp"#include <gtest/gtest.h>Go to the source code of this file.
Classes | |
| class | Poseidon2FailureTests |
Functions | |
| TEST_F (Poseidon2FailureTests, ValidCircuitVerifies) | |
| TEST_F (Poseidon2FailureTests, WrongWitnessValues) | |
| TEST_F (Poseidon2FailureTests, TamperingWithShifts) | |
| TEST_F | ( | Poseidon2FailureTests | , |
| TamperingWithShifts | |||
| ) |
Definition at line 146 of file poseidon2.circuit.failure.test.cpp.
| TEST_F | ( | Poseidon2FailureTests | , |
| ValidCircuitVerifies | |||
| ) |
Definition at line 115 of file poseidon2.circuit.failure.test.cpp.
| TEST_F | ( | Poseidon2FailureTests | , |
| WrongWitnessValues | |||
| ) |
Definition at line 129 of file poseidon2.circuit.failure.test.cpp.