Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
constants.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <cstddef>
4#include <cstdint>
5
7
8namespace bb::avm2 {
9
12
13// Also used for op_id in the circuit trace
19
20} // namespace bb::avm2
#define AVM_BITWISE_AND_OP_ID
#define AVM_BITWISE_OR_OP_ID
#define AVM_BITWISE_XOR_OP_ID
constexpr std::size_t MAX_AVM_TRACE_SIZE
Definition constants.hpp:11
constexpr std::size_t MAX_AVM_TRACE_LOG_SIZE
Definition constants.hpp:10
constexpr decltype(auto) get(::tuplet::tuple< T... > &&t) noexcept
Definition tuple.hpp:13