Skip to content

v1.0.6

Compare
Choose a tag to compare
@ChiaMineJP ChiaMineJP released this 17 Aug 14:37
· 106 commits to main since this release
c15fdd4

This version is compatible with ab4560900cf475ff515054bec0ca9a4491aca366 of [email protected]

Changed

  • Improved bigint_from_bytes around 3-10 times faster.
  • Improved int_from_bytes performance.
  • Improved bigint_to_bytes around 2 times faster.
  • Improved int_to_bytes performance.

Fixed

  • Fixed an issue where utility function division/modulo returned wrong values in some cases.

Added

  • Added divmod utility function.