Hi everyone! I just downloaded 0.73.3 and set factLat.pl loose on the C110 template. It seems that the integration of the Kleinjung poly tools is complete :-) ...
... The linear polynomial found by the new poly finder does not have M for a coefficient. Both polynomials still have M as a root mod (number to factor). I'll...
jasonp@...
Mar 1, 2005 12:37 pm
753
... I know that, but my queston was if the sieve and other tools will find the root anyway. I have another version of the Franke lattice sives, which produces...
Hi Jes, Yes - the other tools will find the root anyway. They simply compute it from the linear polynomial when it's needed. I would suspect that the CWI code...
Hi, It seems I didn't get the right result, code: long A[32]={1,2,3,4}; long B[32]={1,2,4,3}; long res[32]; mult32x32(res,A,B); From the following output of my...
Hello, The bit ordering is revered - it makes more sense to think of bit 0 as corresponding to column 0, instead of using the un-natural `digit-order'. So...
... template. It ... Yes... which probably means we can take out these lines from factLat.pl now. :) print "!!!!!! This script is not done yet !!!!!!! ...
... disaster...1 ... uses to ... more ... division. ... Hm, I believe you're thinking of rlambda/alambda. mfbr/mfba is the cutoff for the size of residues...
This question is mainly adressed to the ggnfs developers, but I ask it here, because the answer might be of interest to the people on this list :-) So: Any...
Hi, I would want to factorize a number of 40 decimal digits with algorithm GNFS. This is possible? Which chosen of parameters you suggest to me? Thanks to...
Hello johnunk, Wednesday, March 2, 2005, 5:32:44 PM, you wrote: j> I would want to factorize a number of 40 decimal digits with j> algorithm GNFS. This is...
... It's entirely posstible, but why? A 40-digit number is already way to large to do "by hand", and if it is the actual factorization you're after, then the...
Hi Jes, Here is a quick list of what I would like to have for a 1.0 release. Of these, probably (2) is the only one which I would say is an absolute...
Hello, ... As others have pointed out, it is probably best and easiest to use some other software for it. There are a couple of problems with using GGNFS on a...
Hi Jane, Yes - it should be possible to do exactly as you want. You need only supply the two multiplication functions, as you have observed. Incidentally, this...
I'd be willing to help with (2), but we'll need several people to pitch in, as Chris said. I'm pretty familiar with the classical siever and to a lesser...
Hi Eric, That sounds good to me! Feel free to hack the existing documentation all up and change anything in it - it was something I whipped up rather quickly...
... this is possible, try thinking about this: When Franke et. al. factored RSA-576 the polynomial selection step *alone* took several months using more than...
Hi All! I am currently trying to do postrprocessing for my GNFS c138. Initial parameters were: afb=rfb=12e6, lpba=lpbr=29. With this parameters procrels tells ...
Hey Jes, Yeah I know it'll be wicked hard to factor RSA-640, but I like to think big. It would be cool to develop GGNFS to the point where we can give it a...
... Point taken. One should never aim for anything less than perfect. :-) ... Sounds really interesting! Do you have any links/papers ect. that describes this?...
I've actually emailed both Bernstein and Kleinjung about their work. Kleinjung said he's currently working on writing up his results, but didn't say when he'd...
... It's what you get when all the big guys (CWI, NFSNET, ect. ) gangs up together. I'm not sure exactly how many of them are in on it. I've heard rumors that...
Hello everyone! ... After this, I've tried rfb=afb=8e6 and lprb=lpba=27. Just the same result, during cycle counting (pass 27 or so) ll_catFields() reports ...
I have done that and it still doesn't work. it has teh same problem, now there are a couple of different numbers that come up (ex. 0.0009 or 0.0001 or 0.0200...
Hi Andrei, I will take a look at this problem this afternoon and see if I can make some mods there to help you out. This is one of those things that needed to...