1# Fixed size 256-bit math library 2 3This is a library specialized at replacing the `big.Int` library for math based on 256-bit types. 4 5original repository: [uint256](<https://github.com/holiman/uint256/tree/master>)