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

Feature/optimized proofs #231

Closed AddressXception closed 2 years ago

AddressXception commented 2 years ago

Issue

Link your PR to an issue

Fixes #185

Description

Add a new method of computing CP proofs that use the same base and are not dependent on a seed value

Testing

  1. make test
  2. make test-netstandard
  3. make bench