-
Notifications
You must be signed in to change notification settings - Fork 219
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add hidden types and seed words to key manager (#4925)
Description --- We refactor the `key_manager` crate so that hides sensitive data such as mnemonics, encryption and mac keys, etc. Motivation and Context --- Tackle issue #4861 and a portion of #4846. Fixes #4861 How Has This Been Tested? --- Add unit tests for `SeedWords`. Also generated need wallet with visible seed words, to the user.
- Loading branch information
1 parent
4be02b6
commit 0bdb568
Showing
14 changed files
with
549 additions
and
268 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
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
Oops, something went wrong.