Official Go implementation of the Ethereum protocol
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Felix Lange
85e6c40c00
accounts, crypto: move keystore to package accounts
...
The account management API was originally implemented as a thin layer
around crypto.KeyStore, on the grounds that several kinds of key stores
would be implemented later on. It turns out that this won't happen so
KeyStore is a superflous abstraction.
In this commit crypto.KeyStore and everything related to it moves to
package accounts and is unexported.
9 years ago
..
abi
accounts, crypto: move keystore to package accounts
9 years ago
testdata
accounts, crypto: move keystore to package accounts
9 years ago
account_manager.go
accounts, crypto: move keystore to package accounts
9 years ago
accounts_test.go
accounts, crypto: move keystore to package accounts
9 years ago
key.go
accounts, crypto: move keystore to package accounts
9 years ago
key_store_passphrase.go
accounts, crypto: move keystore to package accounts
9 years ago
key_store_passphrase_test.go
accounts, crypto: move keystore to package accounts
9 years ago
key_store_plain.go
accounts, crypto: move keystore to package accounts
9 years ago
key_store_test.go
accounts, crypto: move keystore to package accounts
9 years ago
presale.go
accounts, crypto: move keystore to package accounts
9 years ago