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

🐞 Party Name Serialization Issue #308

Closed SteveMaier-IRT closed 2 years ago

SteveMaier-IRT commented 2 years ago

Is there an existing issue for this?

Current Behavior

When a Party does not have a name, it is getting serialized with a text value that is null. This should serialize out with an empty array instead.

Expected Behavior

No response

Steps To Reproduce

No response

Environment

- OS:

Anything else?

No response