Implement "glue" for publicinput module over koalabear field - #17
Open
OmegaTymbJIep wants to merge 13 commits into
Open
Implement "glue" for publicinput module over koalabear field#17OmegaTymbJIep wants to merge 13 commits into
OmegaTymbJIep wants to merge 13 commits into
Conversation
| // FirstBlock contains the absolute ID of the first block | ||
| FirstBlock ifaces.Column | ||
| // It's divided into 3 16-bit limb columns. 48 bits in total. | ||
| FirstBlock [common.NbLimbU48]ifaces.Column |
There was a problem hiding this comment.
Should I understand that as an optimization to use 3 limbs instead of 4 as the number of block will never realistically go over 2**48?
Author
There was a problem hiding this comment.
We took the number of bits from linea-constraints: https://github.com/Consensys/linea-constraints/blob/d855c03e15d22859175970d99d8b79646988ce49/blockdata/columns.lisp#L19
AlexandreBelling
approved these changes
Jun 30, 2025
OmegaTymbJIep
changed the base branch from
feature/sha2
to
feature/prover-over-koalabear-rebased
July 2, 2025 11:05
OmegaTymbJIep
force-pushed
the
feature/public-input-over-koalabear
branch
from
July 2, 2025 11:47
977aa6b to
22e182a
Compare
OmegaTymbJIep
marked this pull request as ready for review
July 7, 2025 13:08
OmegaTymbJIep
force-pushed
the
feature/prover-over-koalabear-rebased
branch
from
July 7, 2025 16:06
4a6dab3 to
f46ec50
Compare
OmegaTymbJIep
force-pushed
the
feature/public-input-over-koalabear
branch
from
July 7, 2025 16:35
2896529 to
dbeb67e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR implements issue(s) #
Checklist