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

More Nova forward ports #135

Merged
merged 3 commits into from
Nov 27, 2023
Merged

More Nova forward ports #135

merged 3 commits into from
Nov 27, 2023

Conversation

huitseeker
Copy link
Contributor

field-worker and others added 3 commits November 23, 2023 09:21
about 10% improvement for the non-release mode
* refactor: impl folding macro

* refactor: generalize curve test

* chore: rename impl_folding to impl_engine
huitseeker added a commit to huitseeker/lurk-rs that referenced this pull request Nov 23, 2023
- companion PR of lurk-lang/arecibo#135
- Replaced the usage of `nova::provider::bn256_grumpkin` with `halo2curves` in `src/lem/multiframe.rs`, `src/proof/nova.rs`, and `src/field.rs` since the nova module is now private,
- Updated tests in `src/lem/multiframe.rs` to use the `halo2curves` library,
- Replaced `bn256_grumpkin::bn256` with `Bn256Engine` and redefined `CurveCycleEquipped` for `Bn256Scalar` in `src/proof/nova.rs`.
- Added `halo2curves` to the list of dependencies in `Cargo.toml` and updated the `LurkField` implementation in `src/field.rs`.
@huitseeker
Copy link
Contributor Author

Companion PR at Lurk : lurk-lab/lurk-beta#920

huitseeker added a commit to huitseeker/lurk-rs that referenced this pull request Nov 23, 2023
- companion PR of lurk-lang/arecibo#135
- Replaced the usage of `nova::provider::bn256_grumpkin` with `halo2curves` in `src/lem/multiframe.rs`, `src/proof/nova.rs`, and `src/field.rs` since the nova module is now private,
- Updated tests in `src/lem/multiframe.rs` to use the `halo2curves` library,
- Replaced `bn256_grumpkin::bn256` with `Bn256Engine` and redefined `CurveCycleEquipped` for `Bn256Scalar` in `src/proof/nova.rs`.
- Added `halo2curves` to the list of dependencies in `Cargo.toml` and updated the `LurkField` implementation in `src/field.rs`.
@huitseeker huitseeker added this pull request to the merge queue Nov 27, 2023
Merged via the queue into dev with commit e985fc4 Nov 27, 2023
2 of 3 checks passed
@huitseeker huitseeker deleted the port_more_nova branch November 27, 2023 14:41
github-merge-queue bot pushed a commit to lurk-lab/lurk-beta that referenced this pull request Nov 27, 2023
* chore: Replace bn256_grumpkin with halo2curves library

- companion PR of lurk-lang/arecibo#135
- Replaced the usage of `nova::provider::bn256_grumpkin` with `halo2curves` in `src/lem/multiframe.rs`, `src/proof/nova.rs`, and `src/field.rs` since the nova module is now private,
- Updated tests in `src/lem/multiframe.rs` to use the `halo2curves` library,
- Replaced `bn256_grumpkin::bn256` with `Bn256Engine` and redefined `CurveCycleEquipped` for `Bn256Scalar` in `src/proof/nova.rs`.
- Added `halo2curves` to the list of dependencies in `Cargo.toml` and updated the `LurkField` implementation in `src/field.rs`.

* chore: re-align with arecibo dev branch
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.

6 participants