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

✨ Lookup_Table table entries in Montgomery form #253

Closed jeffspel-crypto closed 2 years ago

jeffspel-crypto commented 2 years ago

Is there an existing issue for this?

Suggestion

If the Lookup_Table table entries are changed to be in Montgomery form then it should speed up exponentiation computations that use the Lookup_Table.

Possible Implementation

No response

Anything else?

No response