Skip to content

Investigate caching exponentiation in IpaMultipoint #159

Open
@thomas-quadratic

Description

@thomas-quadratic

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions