0.9.1
β¨ New features
BigInteger::not()
returns the bitwiseNOT
value
π Bug fixes
BigInteger::toBytes()
could return an incorrect binary representation for some numbers- The bitwise operations
and()
,or()
,xor()
onBigInteger
could return an incorrect result when the GMP extension is not available