-
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 info fields to Hybrid Report Structs (#1469)
Add info fields to Hybrid Report Structs and change encryption interfaces to no longer require info More specifically: Removes Serializable trait from HybridReport Rewrites HybridInfo and related structs to be serializable and deserializable Adds these info structs to report structs (as a struct for HybridReport, as bytes for EncryptedHybridReport) Changes the encryption/decryption interfaces to not require an Info argument (grabbed from the report instead) Changes TestHybridRecord to include info fields
- Loading branch information
Showing
9 changed files
with
685 additions
and
290 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
Oops, something went wrong.