-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update libprio-rs dependency to version 0.8.0. (#256)
This version of libprio-rs implements draft-irtf-cfrg-vdaf-01, which is the version we are targeting for interop tests. This change is large but mostly-mechanical. A large number of line changes are due to the new `L` const generic parameter to the VDAF Aggregator trait. This parameter is effectively the underlying PRG's seed size. Unfortunately, Rust currently doesn't allow const generic parameters to be inferred; there is an open issue to resolve this, but it doesn't appear to have received much attention thus far[1]. [1] rust-lang/rust#80528
- Loading branch information
Showing
18 changed files
with
1,270 additions
and
1,109 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.