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

✨ Need to support precomputations when computing a contest constant chaum pedersen proof #268

Closed jeffspel-crypto closed 2 years ago

jeffspel-crypto commented 2 years ago

Is there an existing issue for this?

Suggestion

We added support for using precomputed exponentiations when encrypting a selection. Now we need to add support for using precomputed exponentiations when computing the constant chaum pedersen proof associated with a contest.

Possible Implementation

Current testing actually covers this case.

Anything else?

No response