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

Removed the use of the size of data returned from the C++ just use no… #331

Closed SteveMaier-IRT closed 1 year ago

SteveMaier-IRT commented 2 years ago

…rmal string logic.

Issue

Link your PR to an issue

Fixes #330

Description

Removed the usage of the size of string from the C++ code and just copied it to a string directly.

Testing

There should not be an extra 0 / null at the end of a manifest or other data type afterwards