-
Notifications
You must be signed in to change notification settings - Fork 23
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
Axiom V2 Halo2 implementation #83
Open
Divide-By-0
wants to merge
40
commits into
plume-sig:main
Choose a base branch
from
shreyas-londhe:feat/plume-halo2
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Divide-By-0
changed the title
[WIP] Axiom V2 halo2 implementation
Axiom V2 Halo2 implementation
Feb 20, 2024
shreyas-londhe
force-pushed
the
feat/plume-halo2
branch
2 times, most recently
from
March 8, 2024 09:49
c237b0e
to
2e8c8c9
Compare
shreyas-londhe
force-pushed
the
feat/plume-halo2
branch
from
April 9, 2024 14:57
83de125
to
38427d3
Compare
Note that this code includes hash to curve here: https://github.com/axiom-crypto/halo2-lib/pull/261/files |
shreyas-londhe
force-pushed
the
feat/plume-halo2
branch
from
April 18, 2024 10:45
38427d3
to
2e8c8c9
Compare
shreyas-londhe
force-pushed
the
feat/plume-halo2
branch
from
May 29, 2024 08:26
4193dbf
to
c562fd2
Compare
shreyas-londhe
force-pushed
the
feat/plume-halo2
branch
from
June 5, 2024 01:27
b0c7435
to
43754c1
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a halo2 proof of PLUME signatures. This will be critical for fast client-side proving, and we will release benchmarks as well as simple functions in our NPM package soon. Initiative led by @shreyas-londhe.
Resources:
Understanding the components required for secp256k1 hash2curve. Following this doc - https://www.ietf.org/archive/id/draft-irtf-cfrg-hash-to-curve-13.html#name-hash_to_field-implementatio
Following this for the hash-to-curve impl: https://github.com/geometryresearch/secp256k1_hash_to_curve
Axiom V2 used for dynamic passthrough verifiers.