Re: Need Help with Quadratic Sieve
From: Brian Gladman (brg_at_nowhere.at.all)
Date: 03/28/04
- Previous message: vedaal_at_hush.com: "(newbie) question on modification of polyalphabetic substitution cipher"
- In reply to: Korejwa: "Need Help with Quadratic Sieve"
- Next in thread: Phil Carmody: "Re: Need Help with Quadratic Sieve"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sun, 28 Mar 2004 17:30:50 +0100
"Korejwa" <korejwa@tiac.net> wrote in message
news:opr5jtg31myzibhw@news.west.earthlink.net...
>
> I am trying to write code for the basic Quadratic Sieve factoring
> algorithm.
>
> After defining the factor base and sieving interval, there is a method for
> simultaneously testing multiple numbers in the sieving interval for
> smoothness, avoiding the need for trial division.
>
> Could someone please explain this part of the algorithm? I know it
> involves the Shanks-Tonelli algorithm, which I understand and can
> implement. Any help is much appreciated.
There is a paper on-line here that you may find helpful:
http://www.math.uiuc.edu/~landquis/quadsieve.pdf
Scott Contini's FactorWorld page is also a good starting point for factoring
information:
http://www.crypto-world.com/FactorWorld.html
Brian Gladman
- Previous message: vedaal_at_hush.com: "(newbie) question on modification of polyalphabetic substitution cipher"
- In reply to: Korejwa: "Need Help with Quadratic Sieve"
- Next in thread: Phil Carmody: "Re: Need Help with Quadratic Sieve"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|