quorum/rlp
Felix Lange 965c9babe3 rlp: fix encoding of one element strings and byte slices
The encoder was missing a special case for one element strings whose
element is below 0x7f. Such strings must be encoded as a single byte
without a string header.
2015-03-19 12:15:43 +01:00
..
decode.go rlp: add DecodeBytes 2015-03-18 13:17:39 +01:00
decode_test.go rlp: allow encoding non-empty interface values 2015-01-15 23:35:26 +01:00
doc.go rlp: new package for streaming RLP decoder 2014-11-17 01:49:47 +01:00
encode.go rlp: fix encoding of one element strings and byte slices 2015-03-19 12:15:43 +01:00
encode_test.go rlp: fix encoding of one element strings and byte slices 2015-03-19 12:15:43 +01:00
encoder_example_test.go rlp: add functions for encoding 2015-01-15 11:00:19 +01:00
typecache.go rlp: add functions for encoding 2015-01-15 11:00:19 +01:00