Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | common/hexutil: ensure negative big.Int is encoded sensibly | Felix Lange | 2017-03-02 | 1 | -0/+1 |
* | common/hexutil: implement TextMarshaler, TextUnmarshaler | Felix Lange | 2017-03-02 | 1 | -3/+11 |
* | common/hexutil: don't leak encoding/hex errors in Decode | Felix Lange | 2017-03-02 | 1 | -5/+4 |
* | common/hexutil: reject big integer inputs > 256 bits | Felix Lange | 2017-03-02 | 1 | -0/+8 |
* | common/hexutil: fix EncodeBig, Big.MarshalJSON | Felix Lange | 2017-01-16 | 1 | -0/+1 |
* | common/hexutil: fix Test{Decode,Unmarshal}Uint64 on 32bit arch (#3363) | Felix Lange | 2016-11-28 | 1 | -1/+1 |
* | common/hexutil: new package for 0x hex encoding | Felix Lange | 2016-11-28 | 1 | -0/+186 |