Skip to content

0.9.1

Compare
Choose a tag to compare
@BenMorel BenMorel released this 19 Aug 08:41
· 127 commits to master since this release

✨ New features

  • BigInteger::not() returns the bitwise NOT value

πŸ› Bug fixes

  • BigInteger::toBytes() could return an incorrect binary representation for some numbers
  • The bitwise operations and(), or(), xor() on BigInteger could return an incorrect result when the GMP extension is not available