-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Pull Request resolved: #472 In this diff, we apply S2V in DataProcessor for generating synthetic IV. Changes are made in following places: 1. In `localEncryption`, we generate S2v based on plaintext. Then, we use the S2v as counters. The counter accumulation happened in low 64-bit of S2v. 2. In `processMyData`, send the `s2v` to peer along with ciphertext. 3. In `processPeersData`, receive `s2v` and use it as initial counter accordingly. Reviewed By: robotal, RuiyuZhu Differential Revision: D42542990 fbshipit-source-id: a93528712a7b006e299869c46594017c59f01c7d
- Loading branch information
1 parent
2bf34a1
commit 20d6beb
Showing
2 changed files
with
38 additions
and
4 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