aboutsummaryrefslogtreecommitdiffstats
path: root/accounts/keystore/key.go
Commit message (Collapse)AuthorAgeFilesLines
* accounts/keystore: delete the redundant keystore in filename (#17930)Wenbiao Zheng2018-11-291-2/+6
| | | | | | * accounts/keystore: reduce file name length * accounts/keystore: reduce code line width
* cmd/clef: encrypt the master seed on disk (#17704)Martin Holst Swende2018-10-091-3/+3
| | | | | | | | | | | | | | * cmd/clef: encrypt master seed of clef Signed-off-by: YaoZengzeng <yaozengzeng@zju.edu.cn> * keystore: refactor for external use of encryption * clef: utilize keystore encryption, check flags correctly * clef: validate master password * clef: add json wrapping around encrypted master seed
* accounts/keystore: double-check keystore file after creation (#17348)Martin Holst Swende2018-09-201-5/+13
|
* accounts: fix megacheck warnings (#14903)Egon Elbre2017-08-071-8/+0
| | | | | | * accounts: fix megacheck warnings * accounts: don't modify abi in favor of full cleanup
* accounts/keystore, crypto: enforce 256 bit keys on importPéter Szilágyi2017-05-231-3/+2
|
* 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