holiman/uint256

Include `DivMod()` method

Closed this issue · 0 comments

We have started using https://github.com/holiman/uint256 at https://github.com/stellar/go and we are missing the DivMod() method.

This has required invoking Div() and Mod() separately, which isn't great for performance.