Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
serialize.test.cpp
Go to the documentation of this file.
4#include <gtest/gtest.h>
5
6TEST(MsgpackTests, MsgpackField)
7{
8 auto [actual, expected] = msgpack_roundtrip(bb::fr{ 1ULL, 2ULL, 3ULL, 4ULL });
9 EXPECT_EQ(actual, expected);
10}
TEST(MsgpackTests, MsgpackField)
std::pair< T, T > msgpack_roundtrip(const T &object)