github.com/gnolang/gno@v0.0.0-20240520182011-228e9d0192ce/examples/gno.land/p/demo/uint256/README.md (about)

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