aboutsummaryrefslogtreecommitdiffstats
path: root/rlp/raw.go
Commit message (Collapse)AuthorAgeFilesLines
* rlp: fix string size check in readKind (#15625)Felix Lange2017-12-121-1/+1
| | | Issue found by @guidovranken
* rlp, trie, contracts, compression, consensus: improve comments (#14580)S. Matthew English2017-06-121-1/+1
|
* 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.