4#include <gtest/gtest.h>
24 EXPECT_EQ(result, expected);
36 EXPECT_EQ(result, expected);
48 Univariate<fr, 3> expected = (f1.template extend_to<3>()) * (f2.template extend_to<3>());
49 EXPECT_EQ(result, expected);
UnivariateView< FF, view_length > UnivariateView
A view of a univariate, also used to truncate univariates.
A univariate polynomial represented by its values on {0, 1,..., domain_end - 1}.
testing::Types< bb::fr > FieldTypes
Entry point for Barretenberg command-line interface.
TYPED_TEST_SUITE(CommitmentKeyTest, Curves)
TYPED_TEST(CommitmentKeyTest, CommitToZeroPoly)
static field random_element(numeric::RNG *engine=nullptr) noexcept