| Commit message (Expand) | Author | Age | Files | Lines |
* | accounts/keystore, crypto: don't enforce key checks on existing keyfiles | Péter Szilágyi | 2017-06-01 | 1 | -8/+20 |
* | accounts/keystore, crypto: enforce 256 bit keys on import | Péter Szilágyi | 2017-05-23 | 1 | -15/+12 |
* | crypto, pow, vendor: hash optimizations, mmap ethash | Péter Szilágyi | 2017-03-09 | 1 | -36/+0 |
* | crypto, pow: add pure Go implementation of ethash | Péter Szilágyi | 2017-03-09 | 1 | -0/+48 |
* | common: move big integer math to common/math (#3699) | Felix Lange | 2017-02-27 | 1 | -1/+1 |
* | crypto: add btcec fallback for sign/recover without cgo (#3680) | Felix Lange | 2017-02-18 | 1 | -79/+16 |
* | all: fix spelling errors | Péter Szilágyi | 2017-01-07 | 1 | -2/+2 |
* | accounts, core, crypto, internal: use normalised V during signature handling ... | Péter Szilágyi | 2017-01-05 | 1 | -26/+5 |
* | internal/ethapi: add personal_sign and fix eth_sign to hash message (#2940) | bas-vk | 2016-10-29 | 1 | -4/+33 |
* | all: fix go vet warnings | Felix Lange | 2016-04-15 | 1 | -2/+2 |
* | accounts, crypto: move keystore to package accounts | Felix Lange | 2016-04-12 | 1 | -106/+0 |
* | tests: remove eth, node, accounts dependencies | Felix Lange | 2016-04-12 | 1 | -13/+0 |
* | crypto: Remove dead code | Ricardo Catalinas Jiménez | 2016-02-22 | 1 | -1/+0 |
* | crypto: Add backward compatible aliases for Sha3{,Hash}() | Ricardo Catalinas Jiménez | 2016-02-22 | 1 | -0/+4 |
* | all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}() | Ricardo Catalinas Jiménez | 2016-02-22 | 1 | -5/+5 |
* | parmas, crypto, core, core/vm: homestead consensus protocol changes | Gustav Simonsson | 2016-02-18 | 1 | -2/+11 |
* | crypto, crypto/ecies, crypto/secp256k1: libsecp256k1 scalar mult | Gustav Simonsson | 2015-11-30 | 1 | -17/+9 |
* | cmd/utils, crypto: add --lightkdf flag for lighter KDF | Drake Burroughs | 2015-10-29 | 1 | -1/+1 |
* | console: | zelig | 2015-10-22 | 1 | -1/+4 |
* | Merge pull request #1853 from Gustav-Simonsson/libsecp256k1_update | Jeffrey Wilcke | 2015-10-16 | 1 | -1/+9 |
|\ |
|
| * | core/secp256k1: update libsecp256k1 Go wrapper and tests | Gustav Simonsson | 2015-10-09 | 1 | -1/+9 |
* | | crypto: correct sig validation, add more unit tests | Gustav Simonsson | 2015-09-22 | 1 | -13/+2 |
|/ |
|
* | Change go-uuid to use the current supported repository. | Jeff R. Allen | 2015-09-12 | 1 | -1/+1 |
* | all: fix license headers one more time | Felix Lange | 2015-07-24 | 1 | -1/+1 |
* | all: update license headers to distiguish GPL/LGPL | Felix Lange | 2015-07-23 | 1 | -4/+4 |
* | all: update license information | Felix Lange | 2015-07-07 | 1 | -0/+16 |
* | fix account ordering | zelig | 2015-07-03 | 1 | -1/+1 |
* | Change keystore to version 3 | Gustav Simonsson | 2015-06-24 | 1 | -7/+19 |
* | crypto: return common.Address rather than raw bytes | obscuren | 2015-06-05 | 1 | -4/+4 |
* | Initialise curve N value in package init | Gustav Simonsson | 2015-06-03 | 1 | -1/+3 |
* | Add EC signature validations before call to libsecp256k1 | Gustav Simonsson | 2015-06-02 | 1 | -0/+14 |
* | Change default keystore dir | Gustav Simonsson | 2015-05-13 | 1 | -1/+1 |
* | Update key store to new spec but keep address field for now | Gustav Simonsson | 2015-05-12 | 1 | -1/+1 |
* | Use common.Address type for accounts.Address | Gustav Simonsson | 2015-05-12 | 1 | -3/+3 |
* | Improve key store passphrase crypto | Gustav Simonsson | 2015-05-12 | 1 | -1/+1 |
* | Add loading of block test privkey if present | Gustav Simonsson | 2015-04-28 | 1 | -0/+13 |
* | crypto: update {Load,Save}ECDSA comments to mention hex encoding | Felix Lange | 2015-04-19 | 1 | -2/+3 |
* | removed utility function and implemented hex conversation in crypto functions | Bas van Kervel | 2015-04-09 | 1 | -2/+9 |
* | Support for import/export hex encoded keys, closes #635 | Bas van Kervel | 2015-04-09 | 1 | -3/+3 |
* | Forward and log EC recover err and remove dup pubkey len check | Gustav Simonsson | 2015-04-07 | 1 | -9/+7 |
* | Cleanup. | obscuren | 2015-03-29 | 1 | -9/+7 |
* | common: remove WriteFile and ReadAllFile (use ioutil instead) | zelig | 2015-03-27 | 1 | -2/+4 |
* | import/export accounts | zelig | 2015-03-27 | 1 | -0/+5 |
* | Merge remote-tracking branch 'ethereum/conversion' into conversion | Felix Lange | 2015-03-17 | 1 | -2/+5 |
|\ |
|
| * | converted vm | obscuren | 2015-03-17 | 1 | -2/+5 |
* | | crypto: fix Sha3Hash and add a test for it | Felix Lange | 2015-03-17 | 1 | -1/+1 |
|/ |
|
* | crypto: add Sha3Hash | Felix Lange | 2015-03-17 | 1 | -1/+10 |
* | Moved ethutil => common | obscuren | 2015-03-16 | 1 | -5/+5 |
* | crypto: switch to golang.org/x/crypto | Felix Lange | 2015-02-17 | 1 | -2/+2 |
* | Moved ECIES to repo & added secondary title for webview | obscuren | 2015-02-14 | 1 | -1/+1 |
* | crypto: add key loading functions | Felix Lange | 2015-02-10 | 1 | -0/+28 |
* | crypto: make it easier to run Sha3 on multiple inputs | Felix Lange | 2015-02-06 | 1 | -3/+4 |
* | Fixed whisper pub key bug | obscuren | 2015-01-30 | 1 | -1/+1 |
* | Address pull request comments | Gustav Simonsson | 2015-01-28 | 1 | -4/+3 |
* | Add accounts package and refactor key stores | Gustav Simonsson | 2015-01-26 | 1 | -2/+8 |
* | Merge branch 'import_presale_keys' of https://github.com/Gustav-Simonsson/go-... | obscuren | 2015-01-23 | 1 | -0/+105 |
|\ |
|
| * | CamelCase aesCBCDecrypt | Gustav Simonsson | 2015-01-22 | 1 | -2/+2 |
| * | Add ImportPreSaleKey | Gustav Simonsson | 2015-01-21 | 1 | -0/+104 |
* | | Use curve params instead of hardcoded 32 bytes | obscuren | 2015-01-23 | 1 | -1/+1 |
* | | Pad private key when signing & length check for hashes in sign | obscuren | 2015-01-23 | 1 | -1/+6 |
|/ |
|
* | Moved `obscuren` secp256k1-go | obscuren | 2015-01-22 | 1 | -1/+1 |
* | Moved sha3 from `obscuren` | obscuren | 2015-01-22 | 1 | -1/+1 |
* | Added length checkes | obscuren | 2014-12-13 | 1 | -1/+18 |
* | Changed new methods to use ecdsa package for pub prv keys | obscuren | 2014-12-10 | 1 | -23/+32 |
* | Added Encrypt & Decrypt using the ECIES w/ tests | obscuren | 2014-12-10 | 1 | -0/+42 |
* | ethcrypto => crypto | obscuren | 2014-10-31 | 1 | -0/+47 |