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, there is no way of reusing exponentiation operations even when batching commitments.
However, it is possible to send related values together, triggering several identical exponential operations.
Investigate how a caching mechanism could work, whether the cache should live in rust or Java, and what modifications to Java should be done to take maximum advantage of a cache.
Also, there are configuration considerations concerning the potential cache size depending on the target deployment.
The text was updated successfully, but these errors were encountered:
thomas-quadratic
changed the title
Investigate caching exponentiation
Investigate caching exponentiation in IpaMultipoint
Mar 12, 2024
Currently, there is no way of reusing exponentiation operations even when batching commitments.
However, it is possible to send related values together, triggering several identical exponential operations.
Investigate how a caching mechanism could work, whether the cache should live in rust or Java, and what modifications to Java should be done to take maximum advantage of a cache.
Also, there are configuration considerations concerning the potential cache size depending on the target deployment.
The text was updated successfully, but these errors were encountered: