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

🐞 Throw an error if manifest contains sequence_order of zero #297

Open lprichar opened 2 years ago

lprichar commented 2 years ago

Is there an existing issue for this?

Current Behavior

If the manifest contains any zero sequence_orders then it allows them through, but that fails later in the process.

Expected Behavior

No response

Steps To Reproduce

No response

Environment

- OS:

Anything else?

No response