Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/bbapi/bbapi.hpp"
#include "barretenberg/common/serialize.hpp"
#include "barretenberg/common/utils.hpp"
#include "barretenberg/serialize/test_helper.hpp"
#include "msgpack/v3/sbuffer_decl.hpp"
#include <gtest/gtest.h>
Go to the source code of this file.
Classes | |
class | BBApiSerializationTest< T > |
class | BBApiMsgpack< T > |
Functions | |
TYPED_TEST_SUITE (BBApiMsgpack, Commands) | |
TYPED_TEST (BBApiMsgpack, DefaultConstructorRoundtrip) | |
Definition at line 14 of file bbapi.test.cpp.
TYPED_TEST | ( | BBApiMsgpack | , |
DefaultConstructorRoundtrip | |||
) |
Definition at line 34 of file bbapi.test.cpp.
TYPED_TEST_SUITE | ( | BBApiMsgpack | , |
Commands | |||
) |