13static constexpr uint32_t CONST_TRANSLATOR_MINI_CIRCUIT_LOG_SIZE = 14;
16static constexpr uint32_t CONST_OP_QUEUE_LOG_SIZE = CONST_TRANSLATOR_MINI_CIRCUIT_LOG_SIZE - 1;
20static constexpr uint32_t CONST_PROOF_SIZE_LOG_N = 28;
25static constexpr uint32_t CONST_PG_LOG_N = 21;
28static constexpr uint32_t MEGA_AVM_LOG_N = 21;
30static constexpr uint32_t CONST_ECCVM_LOG_N = 16;
35static constexpr uint32_t MAX_DATABUS_SIZE = 10000;
41static constexpr uint32_t NUM_MASKED_ROWS = 3;
47static constexpr uint32_t NUM_DISABLED_ROWS_IN_SUMCHECK = NUM_MASKED_ROWS + 1;
50static constexpr uint32_t NUM_LIBRA_COMMITMENTS = 3;
54static constexpr uint32_t NUM_SMALL_IPA_EVALUATIONS = 4;
56static constexpr uint32_t MERGE_PROOF_SIZE = 49;
60static constexpr uint32_t NUM_TRANSLATION_EVALUATIONS = 5;
63static constexpr uint32_t NUM_INTERLEAVING_CLAIMS = 2;
68static constexpr size_t BRANCHING_JUMP = 5;
Entry point for Barretenberg command-line interface.
constexpr uint32_t PERMUTATION_ARGUMENT_VALUE_SEPARATOR