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

🐞 Debug Configuration Error front() called on empty string #296

Closed lprichar closed 2 years ago

lprichar commented 2 years ago

Is there an existing issue for this?

Current Behavior

If you run the C# in debug configuration, then it uses the C++ dll in the debug configuration. However, the C++ dll in debug configuration produces the following error for the ballots in the Python repo during the call to EncryptionMediator.Encrypt():

image

Expected Behavior

No response

Steps To Reproduce

No response

Environment

- OS:

Anything else?

No response