|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/stdlib/chonk_verifier/chonk_recursive_verifier.hpp"#include "barretenberg/chonk/mock_circuit_producer.hpp"#include "barretenberg/circuit_checker/circuit_checker.hpp"#include "barretenberg/common/test.hpp"#include "barretenberg/stdlib/honk_verifier/ultra_verification_keys_comparator.hpp"Go to the source code of this file.
Classes | |
| class | bb::stdlib::recursion::honk::ChonkRecursionTests |
| struct | bb::stdlib::recursion::honk::ChonkRecursionTests::ChonkProverOutput |
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
| namespace | bb::stdlib |
| namespace | bb::stdlib::recursion |
| namespace | bb::stdlib::recursion::honk |
Functions | |
| bb::stdlib::recursion::honk::TEST_F (ChonkRecursionTests, NativeVerification) | |
| Ensure the Chonk proof used herein can be natively verified. | |
| bb::stdlib::recursion::honk::TEST_F (ChonkRecursionTests, Basic) | |
| Construct and Check a recursive Chonk verification circuit. | |