2.7.0
- Fast multiplication of two integers with
Mul128
(avoids conversion to bytes to useBytesMul
) - Fast exponentiation by squaring
FastExp
which raises a uint64 value to a given power (returning bytes)
Mul128
(avoids conversion to bytes to use BytesMul
)FastExp
which raises a uint64 value to a given power (returning bytes)