quorum/rlp
Felix Lange 1e2c93aa2d rlp: reject non-minimal input strings
Input strings of length 1 containing a byte < 56 are non-minimal and
should be encoded as a single byte instead. Reject such strings.
2015-04-17 14:45:09 +02:00
..
decode.go rlp: reject non-minimal input strings 2015-04-17 14:45:09 +02:00
decode_test.go rlp: reject non-minimal input strings 2015-04-17 14:45:09 +02:00
doc.go
encode.go rlp: encode nil array pointers as empty list or string 2015-03-25 16:46:29 +01:00
encode_test.go rlp: encode nil array pointers as empty list or string 2015-03-25 16:46:29 +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