| Commit message (Expand) | Author | Age | Files | Lines |
* | More pubkey doc updates | lloyd | 2011-04-08 | 1 | -0/+154 |
* | Convert most of the documentation to reStructured Text, adding | lloyd | 2011-04-04 | 1 | -154/+0 |
* | Small cleanups | lloyd | 2010-06-02 | 1 | -9/+8 |
* | Fix factor wrt rename of primality test functions | lloyd | 2010-03-23 | 1 | -1/+1 |
* | Fix minor errors and warnings in the examples. Remove boost dependency from | lloyd | 2010-03-03 | 1 | -3/+8 |
* | Add copyright and license notes to pretty much every file that didn't have them, | lloyd | 2009-12-31 | 1 | -0/+6 |
* | Add LibraryInitializers to the examples, instead of relying on lazy init. | lloyd | 2009-03-17 | 1 | -0/+2 |
* | Move rng.{cpp,h} from core to rng/ topdir | lloyd | 2008-10-26 | 1 | -3/+2 |
* | Update examples for recent API changes | lloyd | 2008-10-08 | 1 | -1/+1 |
* | Fix the DSA examples. Reindent. | lloyd | 2008-06-28 | 1 | -1/+2 |
* | Update some of the examples for the recent API changes | lloyd | 2008-06-27 | 1 | -8/+11 |
* | Avoid using the global RNG in check_key, instead pass a reference. | lloyd | 2008-05-24 | 1 | -2/+3 |
* | If the LibraryInitializer is created with just default arguments, don't | lloyd | 2007-10-07 | 1 | -2/+0 |
* | Don't bail out of the rho computation until 2^32 tries, since the | lloyd | 2006-07-16 | 1 | -3/+3 |
* | Have to (potentially) factor the result from the Rho computation, as it | lloyd | 2006-07-16 | 1 | -4/+7 |
* | Move the declaration of a_factor outside the loop, and use a do loop | lloyd | 2006-07-16 | 1 | -4/+5 |
* | Remove some completely redundant code in factorize() | lloyd | 2006-07-16 | 1 | -6/+1 |
* | Break out after 2^16 tries, so we restart from a different random point | lloyd | 2006-07-16 | 1 | -4/+8 |
* | Make factorize() iterative instead of recursive | lloyd | 2006-07-16 | 1 | -22/+50 |
* | Remove whitespace, add a slightly informative comment, etc | lloyd | 2006-07-16 | 1 | -2/+2 |
* | Remove a debugging print statement | lloyd | 2006-07-16 | 1 | -4/+3 |
* | Add an example that performs factoring (using Pollard's Rho algorithm) | lloyd | 2006-07-16 | 1 | -0/+110 |