Lawrence Waterhouse
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 methodsSetBytes1
,SetBytes2
etc were added (#70). - Compatibility with golang-1.12 was fixed (#72)
- Tests are now also run on big-endian architecture (#73)