-
-
Notifications
You must be signed in to change notification settings - Fork 353
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
Range proof batch verification #1023
Conversation
This pull request introduces 3 alerts when merging d75c3d5 into c8f28bf - view on LGTM.com new alerts:
|
This pull request introduces 3 alerts when merging 25df2d0 into 677b54c - view on LGTM.com new alerts:
|
3e6d879
to
f6aa87a
Compare
This pull request introduces 1 alert when merging f6aa87a into 677b54c - view on LGTM.com new alerts:
|
2b7d1e4
to
eb536b0
Compare
eb536b0
to
7ba8da3
Compare
bbf9903
to
ec0c149
Compare
2b9d2cd
to
a2659a4
Compare
This pull request introduces 2 alerts when merging a2659a4 into 8192c5f - view on LGTM.com new alerts:
|
a2659a4
to
d377fed
Compare
This pull request introduces 2 alerts when merging d377fed into c4918fd - view on LGTM.com new alerts:
|
This pull request introduces 2 alerts when merging 4df4f35 into c4918fd - view on LGTM.com new alerts:
|
149cc48
to
354b242
Compare
354b242
to
313e37d
Compare
34e1723
to
4c27634
Compare
This pull request fixes 5 alerts when merging 4c27634 into 460c17f - view on LGTM.com fixed alerts:
|
4c27634
to
3b1df8d
Compare
This pull request fixes 4 alerts when merging 3b1df8d into 738308b - view on LGTM.com fixed alerts:
|
* Range proof batch verification * Namespace fixes * Add legacy zero checks * Update tests * Add all relevant transaction versions to tests
Adds support for batch verification of range proofs. Updates tests. Retains compatibility with existing function calls for verification of single proofs.
This code does not directly support batch verification of actual transactions, only the plumbing necessary to add this functionality later.
Review requested.