Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}() | Ricardo Catalinas Jiménez | 2016-02-22 | 1 | -2/+2 |
* | p2p: EIP-8 changes | Felix Lange | 2016-02-19 | 1 | -6/+229 |
* | crypto, crypto/ecies, crypto/secp256k1: libsecp256k1 scalar mult | Gustav Simonsson | 2015-11-30 | 1 | -0/+2 |
* | 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: new dialer, peer management without locks | Felix Lange | 2015-05-25 | 1 | -5/+239 |
* | p2p: use package rlp to encode messages | Felix Lange | 2015-03-19 | 1 | -2/+2 |
* | p2p: msg.Payload contains list data | Felix Lange | 2015-03-04 | 1 | -12/+2 |
* | p2p: make RLPx frame MAC 16 bytes as defined in the spec | Felix Lange | 2015-03-04 | 1 | -1/+0 |
* | p2p: encrypted and authenticated RLPx frame I/O | Felix Lange | 2015-03-04 | 1 | -17/+29 |
* | p2p: add basic RLPx frame I/O | Felix Lange | 2015-03-04 | 1 | -0/+123 |