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/decider_proving_key.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 | , |
OinkProverIsDeterministic | |||
) |
Test that the OinkProver produces the same result when run multiple times on the same key.
Definition at line 25 of file oink_prover.test.cpp.