aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/key.go
Commit message (Expand)AuthorAgeFilesLines
* accounts, crypto: move keystore to package accountsFelix Lange2016-04-121-168/+0
* crypto: "Crypto" -> "crypto" in web3 key formatFelix Lange2015-12-081-8/+8
* crypto, crypto/ecies, crypto/secp256k1: libsecp256k1 scalar multGustav Simonsson2015-11-301-2/+3
* common, crypto: add ICAP functionsGustav Simonsson2015-10-131-0/+22
* Change go-uuid to use the current supported repository.Jeff R. Allen2015-09-121-1/+1
* all: fix license headers one more timeFelix Lange2015-07-241-1/+1
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-4/+4
* all: remove @author commentsFelix Lange2015-07-071-7/+0
* all: update license informationFelix Lange2015-07-071-16/+16
* Change keystore to version 3Gustav Simonsson2015-06-241-10/+16
* crypto: return common.Address rather than raw bytesobscuren2015-06-051-1/+1
* 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