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

Halo2 SHPLONK benchmark #17

Merged
merged 4 commits into from
Dec 8, 2023
Merged

Halo2 SHPLONK benchmark #17

merged 4 commits into from
Dec 8, 2023

Conversation

tyshko-rostyslav
Copy link
Collaborator

No description provided.

@jonesmarvin8 jonesmarvin8 self-requested a review November 17, 2023 07:05
@tyshko-rostyslav tyshko-rostyslav marked this pull request as ready for review November 17, 2023 14:15
use std::marker::PhantomData;
use std::path::Path;

pub mod application {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Lines 19-293 is mostly modified PSE code. Could this be shifted to a separate file (with credit provided)? As mentioned on halo2-gwc code, I'm not sure if we can use cargo to pull dependencies from a snark-verifier-sdk/example.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Unfortunately it cannot

[package]
name = "halo2-shplonk"
version = "0.1.0"
edition = "2021"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Year should be updated.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

What do you mean?

@jonesmarvin8
Copy link
Collaborator

Note that I cannot fully execute the code on my machine. So, any suggestion can only be verifier by building the code and running it up to a point.

@moudyellaz moudyellaz merged commit 6f28ec1 into main Dec 8, 2023
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.

None yet

3 participants