![]() |
![]() |
#1 |
Oct 2007
7 Posts |
![]()
I'm a student of engeneering and i have to do a program using GMP pakage that factorize big_int number with Lenstra algorithm!!I want know if somebody has documentation about lenstra second stage, is an optimization of the original algorithm..thanks to all!!!
|
![]() |
![]() |
![]() |
#2 |
"Nancy"
Aug 2002
Alexandria
2,467 Posts |
![]()
A very good explanation of a fast stage 2 for ECM is in P.-L. Montgomery's thesis, available at ftp://ftp.cwi.nl/pub/pmontgom/ucladissertation.psl.gz. It is a Gzip-compressed Postscript file.
I'm one of the developers of GMP-ECM, if you would like to discuss details of stage 2 implementations for ECM, feel free to email me at kruppa@in.tum.de Alex Last fiddled with by akruppa on 2007-10-24 at 14:40 |
![]() |
![]() |
![]() |
#3 | |
Oct 2007
7 Posts |
![]() Quote:
Thank u very much i've implemented the algorithm, i will send u the program when i will finish so i can explain what you think!!!if you want.... |
|
![]() |
![]() |
![]() |
#4 |
"Jason Goatcher"
Mar 2005
3×7×167 Posts |
![]() |
![]() |
![]() |
![]() |
#5 |
Oct 2007
7 Posts |
![]()
i implement Lenstra algorithm and i want know if is a good result it's factorize a number of 53 digits in 41 seconds!?for you is a good result?
|
![]() |
![]() |
![]() |
#6 |
Oct 2007
7 Posts |
![]()
My implementation found a prime factor of n that is 20 digits!!it seems good or no?
|
![]() |
![]() |
![]() |
#7 | ||
"Nancy"
Aug 2002
Alexandria
2,467 Posts |
![]() Quote:
Quote:
For an all new implementation by a new student of factoring with elliptic curves, it's very promising though! Alex Last fiddled with by akruppa on 2007-10-25 at 22:40 |
||
![]() |
![]() |
![]() |
#8 |
Oct 2007
7 Posts |
![]()
Thank you very much!!
![]() |
![]() |
![]() |
![]() |
#9 |
Oct 2007
7 Posts |
![]()
I want know if implementing tryal division and pollard rho before ECM can do a significant improvements for the performs????
|
![]() |
![]() |
![]() |
#10 |
(loop (#_fork))
Feb 2006
Cambridge, England
2·7·461 Posts |
![]()
I don't think so; the only improvement would be that you would be working on a slightly smaller number, and the first few cycles of ECM would remove any factor that trial division or pollard-rho could find.
|
![]() |
![]() |
![]() |
#11 |
"Nancy"
Aug 2002
Alexandria
9A316 Posts |
![]()
For numbers that contain very small prime factors it can be hard to get prime factorizations with only ECM. It tends to find composite factors in this case. Trial division by primes up to 1 million or so is so easy to write and so quick to execute that it's worthwhile, imo.
Alex |
![]() |
![]() |
![]() |
Thread Tools | |
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Elliptic curve arithmetic | burrobert | GMP-ECM | 6 | 2012-11-08 13:05 |
Elliptic-curve L-function question | fivemack | Math | 0 | 2010-08-22 14:52 |
Elliptic Curve Arithmetic | Raman | Math | 8 | 2009-04-13 19:20 |
Elliptic Curve Method factoring - Fermat numbers | philmoore | Math | 131 | 2006-12-18 06:27 |
Elliptic Curve Method - the theory | philmoore | Math | 2 | 2002-11-12 01:11 |