Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
uint256: Add conversion from stdlib big int benchmark.
The following shows the typical performance of converting a standard library big integer that has already been reduced modulo 2^256 to a uint256: Uint256SetBig 26944130 44.45 ns/op 0 B/op 0 allocs/op This is part of a series of commits to fully implement the uint256 package.
- Loading branch information