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

shuffle API support #72

Merged
merged 3 commits into from
Aug 6, 2024
Merged

shuffle API support #72

merged 3 commits into from
Aug 6, 2024

Conversation

luxebeng
Copy link
Collaborator

@luxebeng luxebeng commented Jul 29, 2024

Halo2 support shuffle API at here. Now which is supported through this PR:

Halo2 halo2_verifier.move
shuffle API halo2_backend/src/plonk/shuffle/verifier.rs packages/verifier/sources/shuffle.move
“struct Argument” implementation halo2_frontend/src/plonk/shuffle.rs packages/verifier/sources/protocol.move
verify function halo2_backend/src/plonk/verifier.rs packages/verifier/sources/halo2_verifier.move
evaluator halo2_backend/src/plonk/evaluation.rs -
Halo2 update - “Cargo.toml” under crates folder
circuit information - crates/verifier-sdk/shape-generator/src/lib.rs::CircuitInfo/struct Lookup
serialized circuit - crates/verifier-sdk/shape-generator/src/serialize.rs::SerializableCircuitInfo
examples - crates/vk-gen-examples/src/examples/shuffle_api.rs

@nanne007 nanne007 merged commit 3edbe76 into zkmove:main Aug 6, 2024
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