Package de.tilman_neumann.jml.factor.ecm
-
Class Summary Class Description EllipticCurveMethod Use Elliptic Curve Method to find the prime number factors of a given BigInteger.EllipticCurveMethodTest MontgomeryMult Montgomery multiplication, extracted from Dario Alpern's Ecm program.TinyEcm64 A port of Ben Buhrow's tinyecm.c (https://www.mersenneforum.org/showpost.php?p=521028&postcount=84) an ECM implementation for unsigned 64 bit integers.TinyEcm64_MH A port of Ben Buhrow's tinyecm.c (https://www.mersenneforum.org/showpost.php?p=521028&postcount=84) an ECM implementation for unsigned 64 bit integers.TinyEcm64_MH.EcmResult TinyEcm64_MHInlined A port of Ben Buhrow's tinyecm.c (https://www.mersenneforum.org/showpost.php?p=521028&postcount=84) an ECM implementation for unsigned 64 bit integers.TinyEcm64_MHInlined.EcmResult TinyEcm64.EcmResult