-
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 * Prio3SumVec * Prio3Histogram The following variants are supported in DAP-09: * Prio3SumVecField64MultiproofHmacSha256Aes128 Modify the taskprov provisioning logic accordingly, by removing support for the following VDAFs in DAP-13: * Prio3SumVecField64MultiproofHmacSha256Aes128 * Pine32HmacSha256Aes128 * Pine64HmacSha256Aes128 These VDAFs need to be upgraded for VDAF-13 compatibility.
- Loading branch information
Showing
21 changed files
with
862 additions
and
1,375 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
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.