Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/serialize/msgpack.hpp"
#include "barretenberg/serialize/msgpack_impl.hpp"
#include <gtest/gtest.h>
Go to the source code of this file.
Classes | |
struct | GoodExample |
struct | BadExampleOverlap |
struct | BadExampleIncomplete |
struct | BadExampleCompileTimeError |
struct | BadExampleOutOfObject |
struct | ComplicatedSchema |
Functions | |
TEST (msgpack_tests, msgpack_sanity_sanity) | |
TEST (msgpack_tests, msgpack_schema_sanity) | |
Variables | |
struct GoodExample | good_example |
struct BadExampleOverlap | bad_example_overlap |
struct BadExampleIncomplete | bad_example_incomplete |
struct BadExampleCompileTimeError | bad_example_compile_time_error |
struct BadExampleOutOfObject | bad_example_out_of_object |
struct ComplicatedSchema | complicated_schema |
TEST | ( | msgpack_tests | , |
msgpack_sanity_sanity | |||
) |
Definition at line 46 of file msgpack_schema.test.cpp.
TEST | ( | msgpack_tests | , |
msgpack_schema_sanity | |||
) |
Definition at line 77 of file msgpack_schema.test.cpp.
struct BadExampleCompileTimeError bad_example_compile_time_error |
struct BadExampleIncomplete bad_example_incomplete |
struct BadExampleOutOfObject bad_example_out_of_object |
struct BadExampleOverlap bad_example_overlap |
struct ComplicatedSchema complicated_schema |
struct GoodExample good_example |