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 calling convention on nativeinterface calls #289

Closed SteveMaier-IRT closed 2 years ago

SteveMaier-IRT commented 2 years ago

Issue

Link your PR to an issue

Fixes #288

Description

The precompute was causing an exception inside of Visual Studio but not when running from the commandline.

Testing

Manual testing of the StartPrecomputeAsync call inside of a Visual Studio project.