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

Add constructors and methods to allow managed calls to be able to cre… #239

Closed SteveMaier-IRT closed 2 years ago

SteveMaier-IRT commented 2 years ago

Issue

Link your PR to an issue

Fixes #174

Description

Added constructors for .net that include the party ids. This was missing in C# but was already available in C++.

Testing