Skip to content

v1.4.0

Compare
Choose a tag to compare
@gusmith gusmith released this 20 Apr 02:22
· 24 commits to master since this release
753f7cd

Version 1.4.0 (2018-04-19)

Complete pure Python fallback implementation.

Features

  • invert now available without gmpy2, implemented using the extended
    Euclidean algorithm (extended_euclidean_algorithm)
  • getprimeover now available without gmpy2, along with a probabilitic
    primality test isprime based on the Miller-Rabin test (miller_rabin)

Many thanks to Quentin Santos for this contribution.