grin/keychain/src
Yeastplume 5992542152
Wallet Seed Encryption + BIP39 (#2004)
* add encryption/decryption of wallet seed

* rustfmt

* update passphrase to encrypt/decrypt wallet

* rustfmt

* add conversion for old wallet seeds

* add ability to restore old seed

* rustfmt

* add bip39 recovery phrase support, conversion from existing seed formats

* rustfmt

* error recovery

* rustfmt

* add password prompts where required

* rustfmt

* add note specifying wallet conversion

* update documentation

* doc update
2018-11-24 10:03:09 +00:00
..
wordlists BIP39 Support (#1502) 2018-11-12 10:06:04 +00:00
base58.rs Remove unsafe code from base58 impl (#1992) 2018-11-17 09:23:54 -08:00
extkey_bip32.rs BIP39 Support (#1502) 2018-11-12 10:06:04 +00:00
keychain.rs Wallet Seed Encryption + BIP39 (#2004) 2018-11-24 10:03:09 +00:00
lib.rs BIP39 Support (#1502) 2018-11-12 10:06:04 +00:00
mnemonic.rs Turn a Vec of bytes into a BIP39 mnemonic (#2005) 2018-11-21 15:37:00 +00:00
types.rs Wallet Seed Encryption + BIP39 (#2004) 2018-11-24 10:03:09 +00:00