quorum/rlp
Felix Lange bc17dba8fb rlp: add Split functions
These functions allow destructuring of raw rlp-encoded bytes
without the overhead of reflection or copying.
2015-09-10 19:41:51 +02:00
..
decode.go rlp: add support for boolean encoding/decoding 2015-08-13 12:05:39 +03:00
decode_test.go rlp: add Split functions 2015-09-10 19:41:51 +02:00
doc.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
encode.go rlp: fix encReader returning nil buffers to the pool 2015-09-10 19:12:32 +02:00
encode_test.go rlp: fix encReader returning nil buffers to the pool 2015-09-10 19:12:32 +02:00
encoder_example_test.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
raw.go rlp: add Split functions 2015-09-10 19:41:51 +02:00
raw_test.go rlp: add Split functions 2015-09-10 19:41:51 +02:00
typecache.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00