|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/vm2/simulation/gadgets/poseidon2.hpp"#include <algorithm>#include <cstddef>#include <cstdint>#include <stdexcept>#include <string>#include <utility>#include "barretenberg/crypto/poseidon2/poseidon2_params.hpp"#include "barretenberg/crypto/poseidon2/poseidon2_permutation.hpp"#include "barretenberg/numeric/uint256/uint256.hpp"#include "barretenberg/vm2/common/aztec_constants.hpp"Go to the source code of this file.
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
| namespace | bb::avm2 |
| namespace | bb::avm2::simulation |
| AVM range check gadget for witness generation. | |