summaryrefslogtreecommitdiff
path: root/demos/factorize.c
Commit message (Expand)AuthorAgeFilesLines
* Restore accidentally removed gmp.h includes from demos dir.Torbjorn Granlund2016-08-301-0/+1
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-291-1/+0
* demos: Stop using undocumented mpz_div_2exp in example code.Marco Bodrato2015-10-291-2/+3
* Use https to link to GNU license.Torbjorn Granlund2013-12-021-1/+1
* Collapse copyright years.Torbjorn Granlund2013-11-281-2/+1
* Rewrite no more current form. Implement Lucas prime proving, and make its us...Torbjorn Granlund2012-09-101-191/+280
* Overhaul.Torbjorn Granlund2012-08-241-19/+2
* Run 25 Miller-Rabin tests.Torbjorn Granlund2011-10-041-3/+3
* (factor_using_pollard_rho): Rewrite.Torbjorn Granlund2009-06-281-77/+73
* Add -q command line option.Torbjorn Granlund2009-06-021-8/+17
* (main): Declare to int.tege2007-09-241-6/+7
* Update license to version 3.tege2007-09-181-3/+4
* Update FSF's address.tege2006-02-151-1/+1
* Add a copyright year.tege2005-11-011-1/+1
* (factor_using_division_2kp): Honor verbose flag.tege2005-10-031-2/+8
* (This somehow never got checked-in sooner.)Kevin Ryde2004-04-121-3/+3
* Add a copyright year.tege2002-05-141-16/+14
* * demos/factorize.c: Use mpn_random() instead of random(), to avoidKevin Ryde2002-03-231-17/+5
* Add a copyright year.tege2001-11-151-1/+1
* (factor): Check for number to factor == 0.tege2001-10-221-28/+41
* Copyright (C) -> Copyright.Kevin Ryde2000-10-151-1/+1
* * demos/factorize.c (random): Don't use "inline".Kevin Ryde2000-08-031-1/+1
* Reword the comment added with this change:Kevin Ryde2000-07-291-2/+2
* * demos/factorize.c: Don't declare random() on glibc.Kevin Ryde2000-07-261-0/+4
* (random): New function, defined conditionally.tege2000-06-301-1/+13
* * demos/factorize.c: Switch to ANSI functions, rely on ansi2knr.Kevin Ryde2000-04-231-19/+6
* Add a copyright year.Kevin Ryde2000-04-121-1/+1
* Update FSF address.Kevin Ryde2000-03-251-2/+3
* (factor_using_pollard_rho): Move resetting of `c' to before checking fortege2000-02-251-1/+1
* * (factor_using_pollard_rho): Pass correct parameters in recursive calls;tege1999-02-221-89/+221
* Update from master sources.tege1997-07-251-46/+40
* Initial revisiontege1996-05-081-0/+233