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 <cstdint>
4
6
7namespace bb::avm2 {
8
9constexpr size_t MAX_AVM_TRACE_LOG_SIZE = 21;
11
12// Also used for op_id in the circuit trace
18
19} // namespace bb::avm2
#define AVM_BITWISE_AND_OP_ID
#define AVM_BITWISE_OR_OP_ID
#define AVM_BITWISE_XOR_OP_ID
constexpr size_t MAX_AVM_TRACE_LOG_SIZE
Definition constants.hpp:9
constexpr size_t MAX_AVM_TRACE_SIZE
Definition constants.hpp:10