-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor Prio3 dispatch logic, remove unneeded variants
Move sharding, preparation, and unsharding dispatchers to `Prio3Config`. Not all variants are supported by all DAP versions, so pass the version to each dispatcher in order to resolve DAP and Prio3 version compatibility. (Note Prio3 is not API-compatible across versions.) The following variants are supported in DAP-13: * Prio3Count * Prio3Sum (to be added) * Prio3SumVec * Prio3Histogram The following variants are supported in DAP-09: * Prio3SumVecField64MultiproofHmacSha256Aes128
- Loading branch information
Showing
14 changed files
with
722 additions
and
1,262 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.