Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rlp: move ListSize to raw.go | Felix Lange | 2015-09-11 | 1 | -0/+6 |
| | |||||
* | rlp: add RawValue | Felix Lange | 2015-09-11 | 1 | -1/+11 |
| | |||||
* | rlp: add Split functions | Felix Lange | 2015-09-11 | 1 | -0/+140 |
These functions allow destructuring of raw rlp-encoded bytes without the overhead of reflection or copying. |