template<class
FF>
class GrandProductTests< FF >
Definition at line 8 of file grand_product_library.test.cpp.
◆ Polynomial
◆ populate_span()
static void GrandProductTests< FF >::populate_span |
( |
auto & |
polynomial_view, |
|
|
const auto & |
polynomial |
|
) |
| |
|
inlinestatic |
◆ SetUp()
◆ test_permutation_grand_product_construction()
Check consistency of the computation of the permutation grand product polynomial z_permutation.
This test compares a simple, unoptimized, easily readable calculation of the grand product z_permutation to the optimized implementation used by the prover. It's purpose is to provide confidence that some optimization introduced into the calculation has not changed the result.
- Note
- This test does confirm the correctness of z_permutation, only that the two implementations yield an identical result.
Definition at line 31 of file grand_product_library.test.cpp.
The documentation for this class was generated from the following file: