Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] sha256 witness issue (#1081) #1087

Merged
merged 5 commits into from
Jan 16, 2024
Merged

[FIX] sha256 witness issue (#1081) #1087

merged 5 commits into from
Jan 16, 2024

Conversation

noel2004
Copy link
Member

This PR fix issue #1081.

It is caused by copy assigning cells from phase2 col into phase1 col. In the first pass such phase 1 cells would not be assigned and lead to a complain of 'Syntheis' from halo2.

@noel2004 noel2004 marked this pull request as ready for review January 14, 2024 10:49
@lispc
Copy link

lispc commented Jan 16, 2024

lgtm. (since limechain may test develop i wil merge it now)

@lispc lispc merged commit d776b47 into develop Jan 16, 2024
14 checks passed
@lispc lispc deleted the bug/sha256 branch January 16, 2024 07:34
vladimir-trifonov pushed a commit to LimeChain/scroll-zkevm-circuits that referenced this pull request Jan 19, 2024
* reproduce phase issues in sha256_circuit

* fix issues

* fmt and clippy

* fix gate issue

---------

Co-authored-by: kunxian xia <[email protected]>
vladimir-trifonov pushed a commit to LimeChain/scroll-zkevm-circuits that referenced this pull request Jan 19, 2024
* reproduce phase issues in sha256_circuit

* fix issues

* fmt and clippy

* fix gate issue

---------

Co-authored-by: kunxian xia <[email protected]>
vladimir-trifonov pushed a commit to LimeChain/scroll-zkevm-circuits that referenced this pull request Jan 19, 2024
* reproduce phase issues in sha256_circuit

* fix issues

* fmt and clippy

* fix gate issue

---------

Co-authored-by: kunxian xia <[email protected]>
vladimir-trifonov pushed a commit to LimeChain/scroll-zkevm-circuits that referenced this pull request Jan 24, 2024
* reproduce phase issues in sha256_circuit

* fix issues

* fmt and clippy

* fix gate issue

---------

Co-authored-by: kunxian xia <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants