grin/keychain/src
Mike Dallas 1b65738504 BIP39 Support (#1502)
* add BIP39 word list

* implement BIP39

* add unit tests

* add from_mnemonic() constructor to ExtendedPrivKey

* fix formatting

* update hasher name

* replace rust-crypto supercrate with individual crates

* rustfmt
2018-11-12 10:06:04 +00:00
..
wordlists BIP39 Support (#1502) 2018-11-12 10:06:04 +00:00
base58.rs Replace rust-crypto with RustCrypto (#1573) 2018-09-25 16:24:05 -04:00
extkey_bip32.rs BIP39 Support (#1502) 2018-11-12 10:06:04 +00:00
keychain.rs BIP39 Support (#1502) 2018-11-12 10:06:04 +00:00
lib.rs BIP39 Support (#1502) 2018-11-12 10:06:04 +00:00
mnemonic.rs BIP39 Support (#1502) 2018-11-12 10:06:04 +00:00
types.rs replace stdlib RwLock and Mutex with parking_lot (#1793) 2018-10-20 08:13:07 +08:00