You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Bug/cleanup output data (#138)
* ✨ Implement Scheduler for multi processing
- Add scheduler singleton to handle creating pools an closing pools.
- Remove Pool references and replace scheduler
- Update tests and benchmarks
* Modify scheduler to include only one method
add tally methods to tally in batches
* fix naming
* Adjust proof fields to reflect new output requirements
also, fix a bug where the tally did not include the decryption shares, and where a few of the CP proofs were not using the crypto_extended_base_hash in their challenge inputs
* fix unused inports
* return int
* increase the deadline on slow tests
* fix imports
* fix CI Errors
* Address PR Feedback
* fix lint error
Co-authored-by: Keith Fung <keith.fung@infernored.com>
Co-authored-by: Keith Fung <keithrfung@users.noreply.github.com>