About BigInt release 1.21.0:
-
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, ...
-
There is a new 'isPow2' property
-
The remaining API and functionality is unchanged