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

Fixed party name serialization #309

Closed SteveMaier-IRT closed 2 years ago

SteveMaier-IRT commented 2 years ago

Added unit test to verify serialization

Fixes #308

Description

Whe4n a manifest is created the party name was defaulting to null and that was not usable by the Python code.

Testing

C# unit test added.