We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
range-gate-lookup() should always enforce a linear combination gate after decomposing the witness (even if the witness is supposed to be less than range_size()): https://github.com/EspressoSystems/jellyfish/blob/main/plonk/src/circuit/customized/ultraplonk/range.rs#L51
range-gate-lookup()
range_size()
The text was updated successfully, but these errors were encountered:
chancharles92
Successfully merging a pull request may close this issue.
range-gate-lookup()
should always enforce a linear combination gate after decomposing the witness (even if the witness is supposed to be less thanrange_size()
):https://github.com/EspressoSystems/jellyfish/blob/main/plonk/src/circuit/customized/ultraplonk/range.rs#L51
The text was updated successfully, but these errors were encountered: