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 checks for the context and manifest matching manifesthash values #306

Closed SteveMaier-IRT closed 2 years ago

SteveMaier-IRT commented 2 years ago

Issue

Link your PR to an issue

Fixes #304

Description

Added checks to make sure that the context and the manifest have the same manifest hash.

Testing

C++ and C# unit tests added