Election-Tech-Initiative / electionguard-verifier

The ElectionGuard SDK Reference Verifier enables the verification of election ballots, tallies, and proofs generated by the ElectionGuard SDK
MIT License
42 stars 21 forks source link

Verifier Does Not Compute Extended Base Hash #7

Closed nickboucher closed 4 years ago

nickboucher commented 4 years ago

The verifier implementation does not compute the extended base hash ad instead defaults to zero; without this, the verifier is incomplete.

See the TODO in the verifier implementation for missing code.

echumley-msft commented 4 years ago

Hi, thanks for raising this issue - we've recently transitioned the primary ElectionGuard reference implementation to the ElectionGuard-Python repository. The team believes this issue has been resolved or mitigated there, so closing this issue for now as this repository will no longer be actively maintained. Please feel free to check and leave comments in the latest repo.