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