barretenberg
Loading...
Searching...
No Matches
src
barretenberg
plonk
proof_system
constants.hpp
1
#pragma once
2
#include <cstdint>
3
4
namespace
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)
8
static
constexpr
uint64_t NUM_LIMB_BITS_IN_FIELD_SIMULATION = 68;
9
static
constexpr
uint32_t NUM_QUOTIENT_PARTS = 4;
10
}
// namespace proof_system::plonk
proof_system::plonk
Definition:
widget.bench.cpp:13
Generated by
1.9.6