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

Implement vectorised Committable and Updatable in ipa-multipoint #155

Open
thomas-quadratic opened this issue Mar 4, 2024 · 0 comments
Open

Comments

@thomas-quadratic
Copy link
Contributor

Currently, operations in Committable and Updatable are unitary: they produce a single commitment.
To avoid multiple context switching between java and rust, we would like to be able to commit or update multiple commitments at a time.

All operations in Committable and Updatable traits should therefore include a _vec version (e.g. commit_vec) that maps the corresponding operation over a Vec.

The vectorised versions should also have entrypoints for JNI with RLP codec.
The implementation should come with tests for all the new vectorised operations.

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

No branches or pull requests

1 participant