aboutsummaryrefslogtreecommitdiffstats
path: root/rlp.go
Commit message (Expand)AuthorAgeFilesLines
* Rlp integer fixobscuren2014-01-121-279/+0
* RLP changesobscuren2014-01-121-0/+1
* gofmt no coding standardsobscuren2014-01-111-190/+198
* Moving the ethgo to individual packagesobscuren2014-01-111-1/+2
* Updated marshallingobscuren2014-01-091-0/+105
* Removed logs from tests and updated rlp encoding to include byte slicesobscuren2013-12-301-1/+1
* Fixed rlp encodingobscuren2013-12-281-1/+11
* Removed slice appending for integersobscuren2013-12-281-2/+2
* Implemented decoding rlpobscuren2013-12-281-4/+47
* Updated rlp encoding. (requires verification!)obscuren2013-12-281-16/+75
* WIP new rlp implementationobscuren2013-12-281-0/+52