go-pulse/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_test.go rlp: reject non-minimal input 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
doc.go
encode_test.go
encode.go
encoder_example_test.go rlp: add functions for encoding 2015-01-15 11:00:19 +01:00
typecache.go