aboutsummaryrefslogtreecommitdiffstats
path: root/accounts/keystore/key.go
Commit message (Collapse)AuthorAgeFilesLines
* crypto: add btcec fallback for sign/recover without cgo (#3680)Felix Lange2017-02-181-3/+2
| | | | | | | | | | | * vendor: add github.com/btcsuite/btcd/btcec * crypto: add btcec fallback for sign/recover without cgo This commit adds a non-cgo fallback implementation of secp256k1 operations. * crypto, core/vm: remove wrappers for sha256, ripemd160
* accounts, cmd, internal, mobile, node: canonical account URLsPéter Szilágyi2017-02-131-2/+2
|
* accounts, cmd, eth, internal, mobile, node: split account backendsPéter Szilágyi2017-02-131-0/+230