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

Fix/default fix #301

Closed SteveMaier-IRT closed 2 years ago

SteveMaier-IRT commented 2 years ago

Issue

Link your PR to an issue

Fixes #300

Description

Manfest hash does not match the Python created manifest has due to the default values of the InternationalizedText name field in the Party objects.

Testing

New Unit test was created to make sure that there is always a Name object created on the party class.