cosmos-sdk/crypto/keys
Ethan Buchman 1ee8deed2b Merge PR #2090: Improve crypto/keys and add `keys mnemonic` and `keys new` commands
* crypto/keys/hd: use btcec to remove dep on tendermint

* crypto/keys/bcrypt: improve comment about fork

* crypto/keys/bip39 -> crypto/keys/bip39/fundraiser

* crypto/keys/bip39: bring in fork of tyler-smith

* crypto/keys/hd: update dep

* crypto/keys: update deps

* crypto/keys: move mintkey.go into new crypto/keys/mintkey

* crypto/keys/hd: NewParamsFromPath

* crypto/keys: keybase.Derive takes a bip39 passphrase too

* crypto/keys/hd: BIP44Params.DerivationPath

* gaiacli keys: add commands new and mnemonic

* fix lints

* minor fixes from review

* update Gopkg.toml

* add tendermint fork of golang.org/x/crypto
* pin some transitive deps

* crypto/keys/bcrypt: remove

* remove in favour of fork of golang.org/x/crypto/bcrypt at github.com/tendermint/crypto/bcrypt

* crypto/keys/bip39: remove completely

* use fork cosmos/go-bip39 instead

* Gopkg.toml: dont use master

* Pull in changes from my PR

* fixes from review

* enforce min len for --unsafe-entropy

* lint fix

* feedback from review

* fix dep
2018-10-17 13:37:58 -04:00
..
hd Merge PR #2090: Improve crypto/keys and add `keys mnemonic` and `keys new` commands 2018-10-17 13:37:58 -04:00
mintkey Merge PR #2090: Improve crypto/keys and add `keys mnemonic` and `keys new` commands 2018-10-17 13:37:58 -04:00
codec.go Merge PR #2324: rename wire to codec 2018-09-13 14:17:32 -04:00
keybase.go Merge PR #2090: Improve crypto/keys and add `keys mnemonic` and `keys new` commands 2018-10-17 13:37:58 -04:00
keybase_test.go Merge PR #2090: Improve crypto/keys and add `keys mnemonic` and `keys new` commands 2018-10-17 13:37:58 -04:00
keys.go Ledger integration (#931) 2018-06-29 02:54:47 +02:00
keys.toml Ledger integration (#931) 2018-06-29 02:54:47 +02:00
types.go Merge PR #2090: Improve crypto/keys and add `keys mnemonic` and `keys new` commands 2018-10-17 13:37:58 -04:00