Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rlp: fix string size check in readKind (#15625) | Felix Lange | 2017-12-12 | 1 | -1/+1 |
| | | | Issue found by @guidovranken | ||||
* | rlp, trie, contracts, compression, consensus: improve comments (#14580) | S. Matthew English | 2017-06-12 | 1 | -1/+1 |
| | |||||
* | 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. |