BigInt v1.1.0 Release Notes

Release Date: 2016-01-06 // over 8 years ago
  • 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