Skip to content

2.7.0

Compare
Choose a tag to compare
@StylishTriangles StylishTriangles released this 09 Aug 11:38
· 30 commits to main since this release
  • Fast multiplication of two integers with Mul128 (avoids conversion to bytes to use BytesMul)
  • Fast exponentiation by squaring FastExp which raises a uint64 value to a given power (returning bytes)