-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pine: Compute the squared norm just once
Split the existing FLP circuit into two: 1. One that computes the squared norm bound and checks that it is equal to the claimed value 2. Another for everything else, including checking that the claimed norm bound is in range and that the wraparound tests succeeded The first circuit does not require joint randomness to compute, which means we can safely run it once without opening ourselves to offline attacks. It is also the most expensive part of the computation. This change aligns our implementation with a planned change for the next version of PINE: junyechen1996/draft-chen-cfrg-vdaf-pine#92 junyechen1996/draft-chen-cfrg-vdaf-pine#94
- Loading branch information
Showing
9 changed files
with
386 additions
and
184 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
Oops, something went wrong.