aboutsummaryrefslogtreecommitdiffstats
path: root/accounts/testdata/v3_test_vector.json
Commit message (Collapse)AuthorAgeFilesLines
* accounts, cmd, eth, internal, mobile, node: split account backendsPéter Szilágyi2017-02-131-97/+0
|
* accounts: left pad keybytes-to-encrypt, add 30/31 byte keys testsGustav Simonsson2016-09-281-0/+48
|
* accounts, crypto: move keystore to package accountsFelix Lange2016-04-121-0/+49
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.