🚑 Critical fix
- This version reintroduces the deprecated
BigInteger::parse()method, that has been removed by mistake in version0.8.9and should have lasted for the whole0.8release cycle.
✨ New features
BigInteger::modInverse()calculates a modular multiplicative inverseBigInteger::fromBytes()creates aBigIntegerfrom a byte stringBigInteger::toBytes()converts aBigIntegerto a byte stringBigInteger::randomBits()creates a pseudo-randomBigIntegerof a given bit lengthBigInteger::randomRange()creates a pseudo-randomBigIntegerbetween two bounds
💩 Deprecations
BigInteger::powerMod()is now deprecated in favour ofmodPow()