https://github.com/jonasnick/eth-neg-value-tx is calling for fixed size integers. The first implementation of this package will use the `x = x & 1 << 256 - 1` to limit all operations. - [ ] Create a new package with bounded arithmetic - [x] `Add` / `Sub` / `Mul` / `Div` / `Mod` - [x] `Set` / `SetString` - [x] `Uint` / `Int` - [x] `Cmp` - [ ] Replace `big.Int` through out the implementation - [ ] Support new package in `rlp.Read / Write`