-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Encryption and Decryption for OPRF Report Structs (#904)
* defining encrypted oprf report:: constants * encryptedoprfreport compiles * reports decrypt encrypt * decryption roundtrip passes * fmt * fix clippy * fix clippy * fix clippy * delete comment * remove crazy trait bounds * support encrypted report queries * add test (fails because of quicksort) * clippy * fmt * fix test * clippy * let compiler defer length of gen array * merge * addressing some comments * fmt * offsets * split OprfReport into OprfReport and OPRFIPAInputRow * address other comments * address Alex comments * address comments * address comments * fix CT length * added error length and validate when generating report from bytes
- Loading branch information
1 parent
030cfc7
commit b526f55
Showing
11 changed files
with
801 additions
and
161 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.