aboutsummaryrefslogtreecommitdiffstats
path: root/rlp/raw.go
Commit message (Collapse)AuthorAgeFilesLines
* rlp: move ListSize to raw.goFelix Lange2015-09-111-0/+6
|
* rlp: add RawValueFelix Lange2015-09-111-1/+11
|
* rlp: add Split functionsFelix Lange2015-09-111-0/+140
These functions allow destructuring of raw rlp-encoded bytes without the overhead of reflection or copying.