quorum/rlp
Felix Lange 345590f27f rlp: fix check for canonical byte array size
Decoding did not reject byte arrays of length one with a single element
b where 55 < b < 128. Such byte arrays must be rejected because
they must be encoded as the single byte b instead.
2015-07-18 16:23:35 +02:00
..
decode.go rlp: fix check for canonical byte array size 2015-07-18 16:23:35 +02:00
decode_test.go rlp: fix check for canonical byte array size 2015-07-18 16:23:35 +02:00
doc.go all: update license information 2015-07-07 14:12:44 +02:00
encode.go all: update license information 2015-07-07 14:12:44 +02:00
encode_test.go all: update license information 2015-07-07 14:12:44 +02:00
encoder_example_test.go all: update license information 2015-07-07 14:12:44 +02:00
typecache.go all: update license information 2015-07-07 14:12:44 +02:00