plugeth/rlp
Felix Lange c084a7daa5 rlp: fix panic in decodeList on go 1.4+
The documentation for reflect.Value.Index states that it will
panic for out-of-bounds indices. Since go 1.4, it actually panics.
2014-12-09 10:58:46 +01:00
..
decode_test.go rlp: remove support for signed integer types 2014-12-09 10:58:46 +01:00
decode.go rlp: fix panic in decodeList on go 1.4+ 2014-12-09 10:58:46 +01:00
doc.go rlp: new package for streaming RLP decoder 2014-11-17 01:49:47 +01:00
typecache.go rlp: remove support for signed integer types 2014-12-09 10:58:46 +01:00