Literature & Multi-Precision packages for Factorising Large Integers

96 Views Asked by At

I will be doing a project on factorising large integers and the standard book people keep recommending to me is Henri Cohen's book "A Course in Computational Algebraic Number Theory". It is in fact quite a good read, but it is also fairly old.

So my questions are:

  1. Are there any recent publications that deal with factorising large integers, specifically the quadratic sieve and/or number field sieve? Introductory as well as advanced publications would be great.
  2. Since I also want to implement a few algorithms I need a good/fast/reliable multi-precision package (preferably for C/C++) which is suited for calculation with large integers.

I would appreciate any kind of suggestions.

1

There are 1 best solutions below

0
On

Hig-precision packages are GNU MP, GiNaC. There sure are others.