v1.4.0
Version 1.4.0 (2018-04-19)
Complete pure Python fallback implementation.
Features
invert
now available withoutgmpy2
, implemented using the extended
Euclidean algorithm (extended_euclidean_algorithm
)getprimeover
now available withoutgmpy2
, along with a probabilitic
primality testisprime
based on the Miller-Rabin test (miller_rabin
)
Many thanks to Quentin Santos for this contribution.