aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/dsa_kgen.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add LibraryInitializers to the examples, instead of relying on lazy init.lloyd2009-03-171-0/+2
* Move rng.{cpp,h} from core to rng/ topdirlloyd2008-10-261-5/+4
* Generate a random 2k bit DSA group instead of 1024-bit JCE defaultlloyd2008-08-301-1/+3
* Fix the DSA examples. Reindent.lloyd2008-06-281-1/+3
* Update some of the examples for the recent API changeslloyd2008-06-271-4/+6
* Avoid using the global RNG in check_key, instead pass a reference.lloyd2008-05-241-2/+5
* If the LibraryInitializer is created with just default arguments, don'tlloyd2007-10-071-2/+0
* Make a passphrase optional for the DSA and RSA key generation exampleslloyd2006-09-041-5/+6
* Initial checkin1.5.6lloyd2006-05-181-0/+57