13static constexpr uint32_t CONST_TRANSLATOR_MINI_CIRCUIT_LOG_SIZE = 13;
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_FOLDING_LOG_N = 21;
27static constexpr uint32_t HIDING_KERNEL_LOG_N = 16;
29static constexpr uint32_t MEGA_AVM_LOG_N = 21;
31static constexpr uint32_t CONST_ECCVM_LOG_N = 15;
37static constexpr uint32_t NUM_MASKED_ROWS = 3;
43static constexpr uint32_t NUM_DISABLED_ROWS_IN_SUMCHECK = NUM_MASKED_ROWS + 1;
46static constexpr uint32_t NUM_LIBRA_COMMITMENTS = 3;
50static constexpr uint32_t NUM_SMALL_IPA_EVALUATIONS = 4;
52static constexpr uint32_t MERGE_PROOF_SIZE = 42;
56static constexpr uint32_t NUM_TRANSLATION_EVALUATIONS = 5;
59static constexpr uint32_t NUM_INTERLEAVING_CLAIMS = 2;
64static constexpr size_t BRANCHING_JUMP = 5;
Entry point for Barretenberg command-line interface.
constexpr uint32_t PERMUTATION_ARGUMENT_VALUE_SEPARATOR