| Commit message (Expand) | Author | Age | Files | Lines |
* | Change import go github.com/dexon-foundation/dexon | Wei-Ning Huang | 2019-03-12 | 1 | -5/+5 |
* | vendor, crypto, swarm: switch over to upstream sha3 package | Dave McGregor | 2019-01-04 | 1 | -3/+3 |
* | p2p: fix comment typo (#18027) | Liang Ma | 2018-11-08 | 1 | -1/+1 |
* | all: new p2p node representation (#17643) | Felix Lange | 2018-09-25 | 1 | -31/+24 |
* | p2p: token is useless in xxxEncHandshake (#17230) | Wenbiao Zheng | 2018-07-23 | 1 | -8/+7 |
* | crypto: replace ToECDSAPub with error-checking func UnmarshalPubkey (#16932) | Felix Lange | 2018-06-12 | 1 | -3/+3 |
* | ecies: drop randomness parameter from `PrivateKey.Decrypt` (#16374) | David Huie | 2018-03-26 | 1 | -2/+2 |
* | p2p: fix doEncHandshake documentation (#16184) | JU HYEONG PARK | 2018-02-27 | 1 | -4/+4 |
* | p2p: don't send DiscReason when using net.Pipe (#16004) | Anton Evangelatov | 2018-02-22 | 1 | -2/+8 |
* | p2p: snappy encoding for devp2p (version bump to 5) (#15106) | Péter Szilágyi | 2017-09-26 | 1 | -0/+42 |
* | crypto: add btcec fallback for sign/recover without cgo (#3680) | Felix Lange | 2017-02-18 | 1 | -2/+2 |
* | all: fix ineffectual assignments and remove uses of crypto.Sha3 | Felix Lange | 2017-01-09 | 1 | -3/+3 |
* | p2p: enable EIP-8 handshake sending | Felix Lange | 2016-04-04 | 1 | -9/+1 |
* | all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}() | Ricardo Catalinas Jiménez | 2016-02-22 | 1 | -4/+4 |
* | p2p: EIP-8 changes | Felix Lange | 2016-02-19 | 1 | -142/+209 |
* | crypto, crypto/ecies, crypto/secp256k1: libsecp256k1 scalar mult | Gustav Simonsson | 2015-11-30 | 1 | -2/+2 |
* | Merge pull request #1470 from ebuchman/encHandshake | Felix Lange | 2015-08-13 | 1 | -4/+12 |
|\ |
|
| * | p2p: validate recovered ephemeral pubkey against checksum in decodeAuthMsg | Ethan Buchman | 2015-07-14 | 1 | -4/+12 |
* | | 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 |
* | p2p: fix close data race | Péter Szilágyi | 2015-06-09 | 1 | -0/+1 |
* | p2p: new dialer, peer management without locks | Felix Lange | 2015-05-25 | 1 | -4/+440 |
* | p2p: reject messages that cannot be written as simple RLPx frames | Felix Lange | 2015-03-04 | 1 | -0/+5 |
* | p2p: restore read/write timeouts | Felix Lange | 2015-03-04 | 1 | -0/+5 |
* | p2p: make RLPx frame MAC 16 bytes as defined in the spec | Felix Lange | 2015-03-04 | 1 | -12/+19 |
* | p2p: encrypted and authenticated RLPx frame I/O | Felix Lange | 2015-03-04 | 1 | -19/+47 |
* | p2p: add basic RLPx frame I/O | Felix Lange | 2015-03-04 | 1 | -0/+129 |