Go to the source code of this file.
|
namespace | bb |
| Entry point for Barretenberg command-line interface.
|
|
|
| bb::TYPED_TEST_SUITE (ShpleminiTest, TestSettings) |
|
| bb::TYPED_TEST (ShpleminiTest, CorrectnessOfMultivariateClaimBatching) |
|
| bb::TYPED_TEST (ShpleminiTest, CorrectnessOfGeminiClaimBatching) |
|
| bb::TYPED_TEST (ShpleminiTest, ShpleminiZKNoSumcheckOpenings) |
| Test Shplemini with ZK data consisting of a hiding polynomial generated by GeminiProver and Libra polynomials used to mask Sumcheck Round Univariates. This abstracts the PCS step in each ZK Flavor running over BN254.
|
|
| bb::TYPED_TEST (ShpleminiTest, ShpleminiZKWithSumcheckOpenings) |
| Test Shplemini with ZK data consisting of a hiding polynomial generated by GeminiProver, Libra polynomials used to mask Sumcheck Round Univariates and prove/verify the claimed evaluations of committed sumcheck round univariates. This test abstracts the PCS step in each ZK Flavor running over Grumpkin.
|
|