You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: