aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/crypto.go
Commit message (Expand)AuthorAgeFilesLines
* crypto: switch to golang.org/x/cryptoFelix Lange2015-02-171-2/+2
* Moved ECIES to repo & added secondary title for webviewobscuren2015-02-141-1/+1
* crypto: add key loading functionsFelix Lange2015-02-101-0/+28
* crypto: make it easier to run Sha3 on multiple inputsFelix Lange2015-02-061-3/+4
* Fixed whisper pub key bugobscuren2015-01-301-1/+1
* Address pull request commentsGustav Simonsson2015-01-281-4/+3
* Add accounts package and refactor key storesGustav Simonsson2015-01-261-2/+8
* Merge branch 'import_presale_keys' of https://github.com/Gustav-Simonsson/go-...obscuren2015-01-231-0/+105
|\
| * CamelCase aesCBCDecryptGustav Simonsson2015-01-221-2/+2
| * Add ImportPreSaleKeyGustav Simonsson2015-01-211-0/+104
* | Use curve params instead of hardcoded 32 bytesobscuren2015-01-231-1/+1
* | Pad private key when signing & length check for hashes in signobscuren2015-01-231-1/+6
|/
* Moved `obscuren` secp256k1-goobscuren2015-01-221-1/+1
* Moved sha3 from `obscuren`obscuren2015-01-221-1/+1
* Added length checkesobscuren2014-12-131-1/+18
* Changed new methods to use ecdsa package for pub prv keysobscuren2014-12-101-23/+32
* Added Encrypt & Decrypt using the ECIES w/ testsobscuren2014-12-101-0/+42
* ethcrypto => cryptoobscuren2014-10-311-0/+47