Module consts

Source
Expand description

Protocol-level constants for the Binius64 constraint system.

Constantsยง

BYTE_BITS
The number of bits in a byte.
LOG_BYTE_BITS
log2 of BYTE_BITS.
LOG_WORD_SIZE_BITS
log2 of WORD_SIZE_BITS.
MIN_AND_CONSTRAINTS
Minimum number of AND constraints (must be a power of 2). This is a protocol requirement for the constraint system.
MIN_MUL_CONSTRAINTS
Minimum number of MUL constraints (must be a power of 2). This is a protocol requirement for the constraint system.
MIN_WORDS_PER_SEGMENT
The minimum number of words per segment.
WORD_SIZE_BITS
The protocol proves constraint systems over 64-bit words.