index
:
botan.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
doc
/
examples
/
factor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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