Election-Tech-Initiative / electionguard-cpp

A C++ implementation of ElectionGuard specification focused on encryption components.
https://www.electionguard.vote/
MIT License
23 stars 26 forks source link

Create an API to start/stop precompute of exponentiations #250

Closed SteveMaier-IRT closed 2 years ago

SteveMaier-IRT commented 2 years ago

Is there an existing issue for this?

Suggestion

There should be a way to control the precomputing of the exponentiations in C++. An API can be created to handle this and provide information on the status of the precompile.

Suggested Functions Start Stop Status

Possible Implementation

No response

Anything else?

No response