aboutsummaryrefslogtreecommitdiffstats
path: root/common/hexutil
Commit message (Expand)AuthorAgeFilesLines
* common/hexutil: add UnmarshalFixedUnprefixedTextFelix Lange2017-03-232-5/+62
* common/hexutil: ensure negative big.Int is encoded sensiblyFelix Lange2017-03-023-16/+5
* common/hexutil: implement TextMarshaler, TextUnmarshalerFelix Lange2017-03-024-66/+207
* common/hexutil: don't leak encoding/hex errors in DecodeFelix Lange2017-03-022-6/+9
* common/hexutil: reject big integer inputs > 256 bitsFelix Lange2017-03-024-3/+30
* common/hexutil: fix EncodeBig, Big.MarshalJSONFelix Lange2017-01-163-13/+4
* common/hexutil: allow empty strings when decoding JSON (#3559)Felix Lange2017-01-132-5/+5
* common/hexutil: fix Test{Decode,Unmarshal}Uint64 on 32bit arch (#3363)Felix Lange2016-11-282-2/+2
* common/hexutil: new package for 0x hex encodingFelix Lange2016-11-284-0/+947