Skip to content

Conversation

@qope
Copy link
Contributor

@qope qope commented May 20, 2024

Currently, ctl_extra_looking_sums corresponds to the index of the looked table. The problem with this is that it is not possible to set another extra_looking_sums for the same looked table. For example, in zk_evm's keccak_stark, there are two CTLs for the same looked table, and therefore, it is not possible to use those two CTLs as extra_looking_sums. I addressed this issue by changing the type of ctl_extra_looking_sums to a HashMap similar to check_ctl, and making it correspond one-to-one with the index of the CTL.

Copy link
Contributor

@hratoanina hratoanina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@Nashtare
Copy link
Collaborator

Nashtare commented Jun 4, 2024

Also @qope could you please merge latest main into your branch to get clippy to go ✅? Thank you!
Not needed as no changes are required.

@Nashtare Nashtare merged commit 42e048f into 0xPolygonZero:main Jun 4, 2024
@qope qope deleted the fix-multiple-ctl_extra_looking_sums branch June 21, 2024 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants