-
Notifications
You must be signed in to change notification settings - Fork 42
Feat: septic curve based continuation #1061
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
Merged
Merged
Changes from 54 commits
Commits
Show all changes
63 commits
Select commit
Hold shift + click to select a range
755ca64
generate septic sum layer witnesses
kunxian-xia 3862bc5
support ec add in tower verifier: wip
kunxian-xia 3ac7ffc
ecc accumulation batched into tower verifier
kunxian-xia c8f1013
wip
kunxian-xia 0350253
simplify
kunxian-xia 9dd7ade
batch ec add into tower prover wip-1
kunxian-xia f22d7aa
revisit infer_septic_addition_witness
kunxian-xia 7b366a1
sample random point on curve
kunxian-xia 58d9d22
add sqrt
kunxian-xia 463a431
fix ec add
kunxian-xia 56c7aa4
infer_ec_sum_witness unit test
kunxian-xia c5c9c11
return point at infinity for Default
kunxian-xia dc4445a
finish infer septic addition unit test
kunxian-xia 7887206
adjust the ec add sumchecks
kunxian-xia febb1f2
support jacobian coordinates
kunxian-xia a266248
infer septic sum using jacobian coordinates
kunxian-xia d22f76d
update tower verifier for jacobian coordinates
kunxian-xia a662a49
jacobian coordinates in tower's sumcheck
kunxian-xia 502b7b2
add quark prover for ecc addition
kunxian-xia c3391bb
sanity check on quark's zerocheck
kunxian-xia ed67cd3
delete ec addition using tower tree
kunxian-xia be0629c
delete
kunxian-xia 74af34f
clean
kunxian-xia 94ac488
add selector to turn off affine_add when b = 1...1
kunxian-xia 6074b14
add quark ecc verifier
kunxian-xia f3392ea
reorg
kunxian-xia 06312d6
refine comments
kunxian-xia 96a181f
refine comments
kunxian-xia d2e0d51
add poseidon2 gadget
kunxian-xia 7248eec
global chip wip
kunxian-xia 912747e
upgrade gkr-backend to v1.0.0-alpha.10
kunxian-xia 27113d1
Merge remote-tracking branch 'origin/master' into feat/septic_global_…
kunxian-xia 098afb9
chore
kunxian-xia 6e2f8d6
make Instruction stateful
kunxian-xia 160291e
make all opcode circuits to be stateful
kunxian-xia 8860169
fmt
kunxian-xia 706aa08
global chip unit test wip
kunxian-xia 4d7423b
finish most constraints for Global chip
kunxian-xia 4900dc8
global chip unit test wip2
kunxian-xia 64ab29e
remove r_record / w_record
kunxian-xia 9649633
wip3
kunxian-xia f20e970
make record to be trait Instruction's associated type
kunxian-xia cfd9870
wip4
kunxian-xia 253043f
wip5
kunxian-xia ae46b8e
wip6
kunxian-xia 6601cf1
evaluate selector with context
kunxian-xia 7efb21a
switch gkr-backend
kunxian-xia 636ab8e
fix
kunxian-xia 052b567
enable poseidon2
kunxian-xia 9e5df7d
integrate ecc quark iop wip
kunxian-xia de8397f
non-pow2 septic elliptic curve points add IOP (#1081)
hero78119 bcd3eb9
Feat: integrate ecc quark prover into prover's and verifier's workflo…
kunxian-xia 1686647
Merge remote-tracking branch 'origin/feat/multi_shard' into feat/sept…
kunxian-xia 2d8d643
chores: fix quick error in e2e (#1096)
hero78119 9676da8
rw record ramtype expression (#1098)
hero78119 2d5ed66
Feat: integrate `Global` chip into e2e workflow (#1099)
kunxian-xia a8a06a5
Fix integration bugs (#1102)
kunxian-xia 2214fdc
extract shard id from cycle (#1101)
hero78119 3860d14
revert stateful trait Instruction (#1105)
kunxian-xia 5af8392
refactor ec points witness assignments (#1100)
hero78119 9917b61
#1061 cleanup (#1106)
kunxian-xia 184b82c
bug fix of global chip (#1109)
hero78119 11e42d2
CI: disable `fibonacci + goldilocks` integration test (#1110)
kunxian-xia File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.