|
| static void | SetUpTestSuite () |
| |
| static std::array< uint32_t, 2 > | push_point (WitnessVector &witness, const MsmAcirPoint &pt) |
| |
| static std::array< uint32_t, 2 > | push_scalar (WitnessVector &witness, const MsmScalar &s) |
| |
| static std::pair< MultiScalarMul, WitnessVector > | make_msm (MsmAcirPoint point, MsmScalar scalar, MsmAcirPoint result) |
| |
| static std::pair< MultiScalarMul, WitnessVector > | make_msm_multi (const std::vector< std::pair< MsmAcirPoint, MsmScalar > > &terms, MsmAcirPoint result) |
| |
| static std::pair< bool, std::string > | run_circuit (MultiScalarMul constraint, WitnessVector witness) |
| |
template<typename
Builder>
class MsmSingleTermFixture< Builder >
Definition at line 336 of file multi_scalar_mul.test.cpp.
◆ make_msm()
◆ make_msm_multi()
◆ push_point()
◆ push_scalar()
◆ run_circuit()
| static std::pair< bool, std::string > MsmSingleTermFixture< Builder >::run_circuit |
( |
MultiScalarMul |
constraint, |
|
|
WitnessVector |
witness |
|
) |
| |
|
inlinestaticprotected |
◆ SetUpTestSuite()
The documentation for this class was generated from the following file: