aboutsummaryrefslogtreecommitdiffstats
path: root/src/pk_core.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the Config class.lloyd2008-06-301-1/+0
* Remove load checking, as it requires an RNG (at least at the moment).lloyd2008-06-271-8/+14
* Split IF_Core constructor into two, one for public keys and one for private.lloyd2008-06-271-4/+11
* Pass a RandomNumberGenerator& to the PK_Core constructors and the variouslloyd2008-06-201-7/+6
* Remove random_integer() and replace it with a BigInt constructor taking alloyd2008-05-241-5/+9
* Pass an RNG reference to IF_Corelloyd2008-05-241-3/+3
* Previously random_integer and friends used the global PRNG object to getlloyd2008-05-241-3/+7
* Use existing reference to p in Elg_Core constructor for small code cleanuplloyd2008-04-121-2/+2
* Make the size of the random value used to blind the private keylloyd2008-04-121-15/+4
* Remove Config::option_as_u32bit - the only advantage it had over callinglloyd2008-04-121-1/+2
* 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
* Bump copyright year to 2007lloyd2007-01-201-1/+1
* Access the global configuration through an object reference insteadlloyd2006-07-011-1/+3
* More config.h fixeslloyd2006-07-011-1/+1
* Initial checkin1.5.6lloyd2006-05-181-0/+289