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

fix: use range proof batch splitting #5081

Merged

Conversation

AaronFeickert
Copy link
Collaborator

Description

Updates tari-crypto dependencies to use range proof batch splitting.

Motivation and Context

An earlier PR removed an unnecessary restriction on range proof batch splitting. Recent bulletproofs-plus work updates range proof batching to split large batches for performance reasons, and also updates the verification API for clarity. A corresponding PR in tari-crypto uses this new API, but does not change its own external range proof verification API.

This PR updates tari-crypto dependencies to take advantage of this new functionality.

How Has This Been Tested?

Existing tests pass.

@AaronFeickert AaronFeickert marked this pull request as ready for review January 4, 2023 17:46
@stringhandler stringhandler merged commit 70c522b into tari-project:development Jan 4, 2023
@AaronFeickert AaronFeickert deleted the range-proof-api branch January 4, 2023 18:48
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

2 participants