-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Deserialize for
Quote3<Vec<u8>>
(#379)
Previously `Deserialize` was only implemented for `Quote3<&[u8]>`. Now it's also implemented for the `Quote3<Vec<u8>>` type. ### Motivation The main [MobileCoin](https://github.com/mobilecoinfoundation/mobilecoin) repo passes quotes into and out of the enclave. This requires the owned `Quote3<Vec<u8>>` version to be serializable as well as the borrowed `Quote<&[u8]>` version.
- Loading branch information
Showing
2 changed files
with
28 additions
and
1 deletion.
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