Skip to content

Lawrence Waterhouse

Compare
Choose a tag to compare
@holiman holiman released this 09 Jun 09:38
· 67 commits to master since this release
4ce82e6

The 1.1.0 release of uint256 contains some improvements and new features.

  • The function MulOverflow was added (#75 and #76)
  • Squaring, multiplication and expontentiation was improved with 15-20% (#71)
  • EncodeRLP method was added (#74)
  • The SetBytes-method was improved by an order of magnitude, and the extremely fast specialized methods SetBytes1, SetBytes2 etc were added (#70).
  • Compatibility with golang-1.12 was fixed (#72)
  • Tests are now also run on big-endian architecture (#73)