aboutsummaryrefslogtreecommitdiffstats
path: root/src/dsa_gen.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid using global rng in DL_Group::generate_dsa_primeslloyd2008-05-241-6/+5
* Previously random_integer and friends used the global PRNG object to getlloyd2008-05-241-4/+6
* propagate from branch 'net.randombit.botan' (head 6afe2db1f710f75bc27e189bb8b...lloyd2008-04-101-11/+2
|\
| * Remove the Global_RNG namespace, along with rng.h and rng.cpp. This waslloyd2008-04-071-3/+2
| * The intent of this branch is to remove the global library state objectlloyd2008-04-071-8/+0
* | Change the copyrights in all files in the Botan tree to directly reflectlloyd2008-04-101-1/+1
|/
* Mostly revert 2f4fd18182d5a75c40cd831e7ee3c314be5c57d6, only keep thelloyd2008-03-101-1/+1
* Mass update of the copyright date. Honestly I don't know why I bother,lloyd2008-02-141-1/+1
* bit_ops.h no longer includes loadstor.hlloyd2007-10-191-1/+0
* Small cleanups.lloyd2007-03-101-1/+0
* Introduce a class Seed which represents the domain parameter seed, ratherlloyd2007-03-041-15/+30
* Alter one of the constructors of DL_Group to take a parameter specifyinglloyd2007-03-031-31/+46
* Split DSA parameter generation into src/dsa_gen.cpp, and make the functionslloyd2007-03-011-0/+111