forked from mobilecoinfoundation/mobilecoin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/replace binascii (mobilecoinfoundation#1958)
* Remove dependency on binascii. * Revert erroneous install_sgx.sh change. * Fixed a possible issue in which a buffer was being allocated with 2 bytes per hex char instead of 2 hex chars per byte. * Enacting PR suggestions: base64 size fixes, encoders that allocate, etc. * Update attest/core/src/nonce.rs Co-authored-by: Remoun Metyas <[email protected]> * Update attest/core/src/sigrl.rs Nit: Add newline Co-authored-by: Remoun Metyas <[email protected]> * Update attest/core/src/traits.rs Use $crate::B64_CONFIG directly. Co-authored-by: Remoun Metyas <[email protected]> * Formatting fixes. * Update attest/core/src/types/pib.rs Co-authored-by: Remoun Metyas <[email protected]> * Update attest/core/src/types/pib.rs Co-authored-by: Remoun Metyas <[email protected]> * Update crypto/keys/src/traits.rs Co-authored-by: Remoun Metyas <[email protected]> * Update attest/core/src/error.rs Co-authored-by: Remoun Metyas <[email protected]> * Improved names for types * Update fog/report/cli/Cargo.toml Co-authored-by: Remoun Metyas <[email protected]> * Sort dependencies in Keys * Sort deps, run cargo fmt Co-authored-by: Millie C <[email protected]> Co-authored-by: Remoun Metyas <[email protected]>
- Loading branch information
1 parent
5a0be43
commit d979002
Showing
24 changed files
with
116 additions
and
227 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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.