Skip to content

Release 1.21.0

Latest
Compare
Choose a tag to compare
@leif-ibsen leif-ibsen released this 12 Nov 14:15

About BigInt release 1.21.0:

  1. It is a bugfix release: Modular exponentiation a.expMod(x, m) gave a wrong result if m happened to be one of (BInt.ONE << (64 * n)), n = 1, 2, 3, ...

  2. There is a new 'isPow2' property

  3. The remaining API and functionality is unchanged