aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/key.go
Commit message (Expand)AuthorAgeFilesLines
* Update key store to new spec but keep address field for nowGustav Simonsson2015-05-121-25/+25
* Address pull request comments; key header and hex encodingGustav Simonsson2015-05-121-17/+35
* Revert "Add key header to unencrypted key file"Gustav Simonsson2015-05-121-12/+5
* Add key header to unencrypted key fileGustav Simonsson2015-05-121-5/+12
* Add key header to encrypted keysGustav Simonsson2015-05-121-4/+19
* Use common.Address type for accounts.AddressGustav Simonsson2015-05-121-4/+5
* Improve key store passphrase cryptoGustav Simonsson2015-05-121-0/+1
* import/export accountszelig2015-03-271-7/+11
* Use ECDSA instead of ellipticobscuren2015-03-111-6/+3
* crypto: add key loading functionsFelix Lange2015-02-101-1/+2
* Address pull request commentsGustav Simonsson2015-01-281-1/+1
* Add accounts package and refactor key storesGustav Simonsson2015-01-261-12/+13
* Add ImportPreSaleKeyGustav Simonsson2015-01-211-4/+5
* Address pull request commentsGustav Simonsson2015-01-201-5/+1
* Address pull request commentsGustav Simonsson2015-01-161-122/+28
* Address pull request commentsGustav Simonsson2015-01-161-11/+11
* Add new key_store interface and two new key storesGustav Simonsson2015-01-161-0/+205