|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/ultra_honk/oink_prover.hpp"#include "barretenberg/goblin/mock_circuits.hpp"#include "barretenberg/stdlib_circuit_builders/mock_circuits.hpp"#include "barretenberg/ultra_honk/oink_verifier.hpp"#include "barretenberg/ultra_honk/prover_instance.hpp"#include <gtest/gtest.h>Go to the source code of this file.
Classes | |
| class | OinkTests |
Functions | |
| TEST_F (OinkTests, OinkProverIsDeterministic) | |
| Test that the OinkProver produces the same result when run multiple times on the same key. | |
| TEST_F (OinkTests, OinkProverCommitments) | |
| TEST_F | ( | OinkTests | , |
| OinkProverCommitments | |||
| ) |
Definition at line 81 of file oink_prover.test.cpp.
| TEST_F | ( | OinkTests | , |
| OinkProverIsDeterministic | |||
| ) |
Test that the OinkProver produces the same result when run multiple times on the same key.
Definition at line 29 of file oink_prover.test.cpp.