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

🐞 Validation Error with Placeholders #316

Closed SteveMaier-IRT closed 2 years ago

SteveMaier-IRT commented 2 years ago

Is there an existing issue for this?

Current Behavior

Placeholders are not being set correctly in the encrypted ballots. The placeholders always had flags that said that the IsPlaceholder value is false, even when it should be true;

Expected Behavior

For true placeholders, the value should be returned as true instead of false.

Steps To Reproduce

No response

Environment

- OS:

Anything else?

No response