Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | common/hexutil: implement TextMarshaler, TextUnmarshaler | Felix Lange | 2017-03-02 | 4 | -66/+207 |
* | common/hexutil: don't leak encoding/hex errors in Decode | Felix Lange | 2017-03-02 | 2 | -6/+9 |
* | common/hexutil: reject big integer inputs > 256 bits | Felix Lange | 2017-03-02 | 4 | -3/+30 |
* | common/hexutil: fix EncodeBig, Big.MarshalJSON | Felix Lange | 2017-01-16 | 3 | -13/+4 |
* | common/hexutil: allow empty strings when decoding JSON (#3559) | Felix Lange | 2017-01-13 | 2 | -5/+5 |
* | common/hexutil: fix Test{Decode,Unmarshal}Uint64 on 32bit arch (#3363) | Felix Lange | 2016-11-28 | 2 | -2/+2 |
* | common/hexutil: new package for 0x hex encoding | Felix Lange | 2016-11-28 | 4 | -0/+947 |