Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
EqPolyTest Class Reference
Inheritance diagram for EqPolyTest:

Public Types

using FF = bb::fr
 

Static Protected Member Functions

static FF eq_manual (std::span< const FF > r, std::span< const FF > u)
 
static std::vector< FFbool_vec_from_mask (size_t d, uint64_t mask)
 
static std::vector< FFto_gamma (std::span< const FF > r)
 

Detailed Description

Definition at line 16 of file eq_polynomial.test.cpp.

Member Typedef Documentation

◆ FF

Definition at line 18 of file eq_polynomial.test.cpp.

Member Function Documentation

◆ bool_vec_from_mask()

static std::vector< FF > EqPolyTest::bool_vec_from_mask ( size_t  d,
uint64_t  mask 
)
inlinestaticprotected

Definition at line 34 of file eq_polynomial.test.cpp.

◆ eq_manual()

static FF EqPolyTest::eq_manual ( std::span< const FF r,
std::span< const FF u 
)
inlinestaticprotected

Definition at line 22 of file eq_polynomial.test.cpp.

◆ to_gamma()

static std::vector< FF > EqPolyTest::to_gamma ( std::span< const FF r)
inlinestaticprotected

Definition at line 44 of file eq_polynomial.test.cpp.


The documentation for this class was generated from the following file: