aboutsummaryrefslogtreecommitdiffstats
path: root/common/hexutil/hexutil.go
Commit message (Expand)AuthorAgeFilesLines
* common/hexutil: ensure negative big.Int is encoded sensiblyFelix Lange2017-03-021-1/+1
* common/hexutil: don't leak encoding/hex errors in DecodeFelix Lange2017-03-021-1/+5
* common/hexutil: reject big integer inputs > 256 bitsFelix Lange2017-03-021-0/+5
* common/hexutil: fix EncodeBig, Big.MarshalJSONFelix Lange2017-01-161-6/+1
* common/hexutil: new package for 0x hex encodingFelix Lange2016-11-281-0/+232