plugeth/rlp
Felix Lange 6e9f8035a1 rlp: stricter validation of canonical integer format
All integers (including size information in type tags) need to be
encoded using the smallest possible encoding. This commit expands the
stricter validation introduced for *big.Int in commit 59597d23a5
to all integer types and size tags.
2015-04-17 14:45:09 +02:00
..
decode_test.go rlp: stricter validation of canonical integer format 2015-04-17 14:45:09 +02:00
decode.go rlp: stricter validation of canonical integer format 2015-04-17 14:45:09 +02:00
doc.go rlp: new package for streaming RLP decoder 2014-11-17 01:49:47 +01:00
encode_test.go rlp: encode nil array pointers as empty list or string 2015-03-25 16:46:29 +01:00
encode.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