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

🐞 Serialization Issue #330

Closed SteveMaier-IRT closed 1 year ago

SteveMaier-IRT commented 2 years ago

Is there an existing issue for this?

Current Behavior

There was an extra 0 added to the end of the string saved to make JSON files. This causes the python version to not work.

This was seen in the manifest files, but also happened on other ones as well.

Expected Behavior

No response

Steps To Reproduce

No response

Environment

- OS:

Anything else?

No response