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

Use generalized Lookup version of Halo2 #429

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

ConstanceBeguier
Copy link

@ConstanceBeguier ConstanceBeguier commented Jul 9, 2024

This PR updates the orchard crate to use the generalized version of the halo2 crate (link). It contains two key changes:

  • Brings the LookupRangeCheck trait into scope (this maintains backward compatibility and allows existing code to function without additional modifications).
  • Updates Cargo.toml to point to the improve-backward-compatibility-without-zsa branch of the halo2 crate.

dmidem and others added 4 commits May 17, 2024 10:01
This change updates the orchard crate to bring the PallasLookup trait
into scope, ensuring compatibility with the recent changes in the halo2
crate. By importing the PallasLookup trait, we maintain backward
compatibility and allow existing code to function without modification.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants