barretenberg
Loading...
Searching...
No Matches
constants.hpp
1#pragma once
2#include <cstdint>
3
4namespace proof_system::plonk {
5
6// limb size when simulating a non-native field using bigfield class
7// (needs to be a universal constant to be used by native verifier)
8static constexpr uint64_t NUM_LIMB_BITS_IN_FIELD_SIMULATION = 68;
9static constexpr uint32_t NUM_QUOTIENT_PARTS = 4;
10} // namespace proof_system::plonk
Definition: widget.bench.cpp:13