|
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 <gtest/gtest.h>Go to the source code of this file.
Classes | |
| class | Poseidon2FailureTests |
Functions | |
| TEST_F (Poseidon2FailureTests, WrongSelectorValues) | |
| TEST_F (Poseidon2FailureTests, WrongWitnessValues) | |
| TEST_F (Poseidon2FailureTests, TamperingWithShifts) | |
| TEST_F | ( | Poseidon2FailureTests | , |
| TamperingWithShifts | |||
| ) |
Definition at line 165 of file poseidon2.circuit.failure.test.cpp.
| TEST_F | ( | Poseidon2FailureTests | , |
| WrongSelectorValues | |||
| ) |
Definition at line 123 of file poseidon2.circuit.failure.test.cpp.
| TEST_F | ( | Poseidon2FailureTests | , |
| WrongWitnessValues | |||
| ) |
Definition at line 148 of file poseidon2.circuit.failure.test.cpp.