Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <gtest/gtest.h>
#include "barretenberg/stdlib_circuit_builders/mega_circuit_builder.hpp"
#include "proof.hpp"
Go to the source code of this file.
Functions | |
TEST (ProofTest, Basic) | |
A test demonstrating that a stdlib Proof can be serialized and deserialized correctly. | |
TEST | ( | ProofTest | , |
Basic | |||
) |
A test demonstrating that a stdlib Proof can be serialized and deserialized correctly.
Definition at line 17 of file proof.test.cpp.