1.1.0: Fleshing things out
BigInt
now contains enough functionality to pretend it's a respectable big integer lib. Some of the new additions since 1.0.0:
- Conversion to/from
NSData
- Vanilla exponentiation
- Algorithm to find the multiplicative inverse of an integer in modulo arithmetic
- An implementation of the Miller-Rabin primality test
- Support for generating random big integers
- Better support for playgrounds in Xcode
- Documentation for all public API
- Fun new calculation samples