aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ecies
Commit message (Expand)AuthorAgeFilesLines
* Add IsOnCurve check to EC unmarshalling in ECIES decryptionGustav Simonsson2015-04-081-0/+4
* Add 'crypto/ecies/' from commit '7c0f4a9b18d992166452d8cd32caaefd92b26386'obscuren2015-02-147-0/+1703
'>refslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added errorsobscuren2015-02-181-0/+6
* Added GetBlock GetUncle with OOB guardobscuren2015-02-184-9/+59
* Disable turboobscuren2015-02-181-1/+1
* Disabled ability to disable whisper. Closes #334obscuren2015-02-184-3/+8
* removed old walletobscuren2015-02-181-1/+0
* Merge pull request #325 from fjl/deps-cleanupJeffrey Wilcke2015-02-1849-2007/+145
|\
| * p2p/nat: switch to github.com/huin/goupnpFelix Lange2015-02-1723-33/+32
| * crypto: switch to golang.org/x/cryptoFelix Lange2015-02-1710-254/+15
| * rpc/ws: switch to golang.org/x/netFelix Lange2015-02-1710-10/+96
| * p2p: fix ecies dependency in testsFelix Lange2015-02-179-1710/+2
* | added bootnode back inobscuren2015-02-181-2/+1
* | Removed mined transactions from pending view. Closes #321obscuren2015-02-183-27/+12
* | Forgot to add the case for logs. Closes #336obscuren2015-02-181-18/+9
* | Changed to ChainEvent and fixed a nil pointer in transactobscuren2015-02-188-14/+47
* | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2015-02-171-1/+2
|\ \
| * \ Merge pull request #327 from fjl/udp-out-of-rangeJeffrey Wilcke2015-02-171-1/+2
| |\ \
| | * | p2p/discover: fix pending replies iterationFelix Lange2015-02-171-1/+2
| | |/
* | / Implement register and watchTxobscuren2015-02-173-2/+88
|/ /
* | Merge branch 'alexvandesande-ui' into developobscuren2015-02-171-1/+1
|\ \
| * | commented peer count outobscuren2015-02-171-1/+1
* | | Merge branch 'ui' of https://github.com/alexvandesande/go-ethereum into developobscuren2015-02-1715-187/+255
|\| |
| * | Merge branch 'develop' into uiAlexandre Van de Sande2015-02-1715-102/+62
| |\ \
| * | | Updated iconsAlexandre Van de Sande2015-02-176-4/+3
| * | | removed status bar codeAlexandre Van de Sande2015-02-171-73/+0
| * | | badge supportAlexandre Van de Sande2015-02-172-9/+9
| * | | side iconsAlexandre Van de Sande2015-02-174-19/+103
| * | | SideIcons work. Copy paste still doesn't.Alexandre Van de Sande2015-02-173-13/+55
| * | | merge conflictsAlexandre Van de Sande2015-02-16769-2864/+442336
| |\ \ \
| * | | | Solved Issue #318 and added states to back buttonAlexandre Van de Sande2015-02-166-20/+21
| * | | | Add http when not present on browserAlexandre Van de Sande2015-02-161-1/+6
| * | | | changed url bar behaviour. Failed attempt at iconAlexandre Van de Sande2015-02-143-75/+77
* | | | | Filter and mutex locks addedobscuren2015-02-177-17/+33
* | | | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2015-02-171-2/+4
|\ \ \ \ \
| * | | | | Updated P2PConnected log fieldsTaylor Gerring2015-02-171-2/+4
| | |_|/ / | |/| | |
* | | | | Added optional address slice. Closes #326obscuren2015-02-171-2/+16
* | | | | Use new rlp (TODO requires some refactoring)obscuren2015-02-171-2/+23
|/ / / /
* | | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2015-02-17671-17/+435443
|\ \ \ \ | | |_|/ | |/| |
| * | | Update obscuren/qml revisionTaylor Gerring2015-02-172-1/+3
| * | | Add godep usage informationTaylor Gerring2015-02-171-0/+2
| * | | Add Docker Hub link to automated buildsTaylor Gerring2015-02-171-0/+1
| * | | Use explicit branch and godepTaylor Gerring2015-02-171-5/+9
| | |/ | |/|
| * | Update Travis to use godepTaylor Gerring2015-02-161-1/+2
| * | Add versioned dependencies from godepTaylor Gerring2015-02-16667-0/+435414
| * | Merge branch 'develop' of github.com:ethereum/go-ethereum into developTaylor Gerring2015-02-165-25/+20
| |\ \
| * | | Use Go binary instead of building from sourceTaylor Gerring2015-02-161-6/+5
| * | | Use latest Trusty versionTaylor Gerring2015-02-161-1/+1
| * | | Group Qt dependencies togetherTaylor Gerring2015-02-161-6/+6
| * | | Ignore locally built binariesTaylor Gerring2015-02-161-0/+3
* | | | "centralised" mining to backend. Closes #323obscuren2015-02-1711-96/+47
| |/ / |/| |
* | | Changed default denominatorsobscuren2015-02-163-3/+5
* | | Added invalid sec key testobscuren2015-02-161-1/+10
* | | Removed reference to lastBlockNumber & LastBlockNumberobscuren2015-02-161-21/+5
|/ /
* | Resolved some bugs in the minerobscuren2015-02-153-13/+12
* | Merge branch 'develop' into bountyobscuren2015-02-156-14/+19
|\ \
| * | HTTP RPC only listen on localhostobscuren2015-02-151-1/+1
| * | Validate seckey when generating pub keyobscuren2015-02-151-1/+6
| * | Use a mutex write-lock for a write operationobscuren2015-02-152-8/+8
| * | Reference pointer to block instead of pointer to functionobscuren2015-02-151-1/+1
| * | Unmarshal in to pointer to stringobscuren2015-02-151-3/+3
|/ /
* | removed some old menu itemsobscuren2015-02-152-32/+0
* | Reset URL barobscuren2015-02-151-1/+9
* | Fixed a few errors in the browser special meta tags objectsobscuren2015-02-151-30/+28
* | Fixed mining & limited hash powerobscuren2015-02-145-22/+44
* | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2015-02-144-25/+43
|\ \
| * \ Merge pull request #309 from fjl/peer-windowJeffrey Wilcke2015-02-144-25/+43
| |\ \
| | * | cmd/mist: fix peer windowFelix Lange2015-02-143-25/+37
| | * | p2p: print Cap as name/versionFelix Lange2015-02-141-0/+6
| |/ /
* | | Moved ECIES to repo & added secondary title for webviewobscuren2015-02-146-6/+18
* | | Add 'crypto/ecies/' from commit '7c0f4a9b18d992166452d8cd32caaefd92b26386'obscuren2015-02-147-0/+1703
|\ \ \ | |/ / |/| |
| * | Merge pull request #3 from Gustav-Simonsson/fix_ecies_params_init_bugJeffrey Wilcke2015-02-141-8/+2
| |\ \
| | * | Fix ECIES params nil bugGustav Simonsson2015-02-121-8/+2
| |/ /
| * | Merge pull request #2 from Gustav-Simonsson/correct_ecies_shared_key_generationJeffrey Wilcke2015-02-121-12/+17
| |\ \
| | * | Correct ECIES shared key length checkGustav Simonsson2015-02-121-12/+17
| |/ /
| * | Merge pull request #1 from Gustav-Simonsson/fix_reference_linksJeffrey Wilcke2014-12-121-2/+2
| |\ \
| | * | Update reference pdf linksGustav Simonsson2014-12-111-2/+2
| |/ /
| * / initobscuren2014-12-107-0/+1704
| /
* | Merge branch 'Gustav-Simonsson-align_key_and_ecdsa_nonce_entropy' into developobscuren2015-02-146-125/+105
|\ \
| * | Merge branch 'align_key_and_ecdsa_nonce_entropy' of https://github.com/Gustav...obscuren2015-02-146-125/+105
|/| |
| * | Remove secp256_rand.go and update testsGustav Simonsson2015-02-142-107/+11
| * | Unexport randEntropy type and use exported Reader insteadGustav Simonsson2015-02-132-5/+7
| * | Set both key generation and ECDSA nonce to use mixed entropyGustav Simonsson2015-02-114-18/+92
* | | disabled testobscuren2015-02-141-0/+1
* | | Merge pull request #308 from fjl/default-bootnodesJeffrey Wilcke2015-02-141-2/+11
|\ \ \
| * | | eth: add default bootnodeFelix Lange2015-02-141-2/+11
|/ / /
* | | Fixed QML errorsobscuren2015-02-143-7/+1
* | | Reset hash rate to 0 when mining is stoppedobscuren2015-02-141-1/+2
* | | Updated coin.js abiobscuren2015-02-141-56/+57
* | | Update balance label when miningobscuren2015-02-144-2/+18
* | | Propagate blocksobscuren2015-02-142-3/+2
* | | Fixed issue in peer windowobscuren2015-02-143-10/+14
* | | Updated windowobscuren2015-02-141-20/+6
* | | Merge branch 'develop' into poc8obscuren2015-02-14495-13816/+2209830
|\ \ \
| * \ \ Merge branch 'miner' into developobscuren2015-02-1413-265/+236
| |\ \ \
| | * | | Fixed a few issues in the miner and updated hash rate titleobscuren2015-02-145-29/+66
| | * | | Merge branch 'develop' into minerobscuren2015-02-1463-2161/+4618
| | |\ \ \ | | |/ / / | |/| | |
| * | | | Merge branch 'fjl-poc8-net-integration' into developobscuren2015-02-13