aboutsummaryrefslogtreecommitdiffstats
path: root/src/keypair.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change PK_Signer::signature to take a RandomNumberGenerator referencelloyd2008-06-101-3/+4
* PK_Encryptor::encrypt now takes a RandomNumberGenerator reference, insteadlloyd2008-06-101-1/+1
* Keypair::check_key no longer references global PRNGlloyd2008-05-241-5/+6
* propagate from branch 'net.randombit.botan' (head 6afe2db1f710f75bc27e189bb8b...lloyd2008-04-101-3/+3
|\
| * Remove the Global_RNG namespace, along with rng.h and rng.cpp. This waslloyd2008-04-071-3/+3
* | 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
* Catch Encoding_Error in the keypair consistency check when we generate thelloyd2006-09-301-1/+9
* In the keypair consistency check for encryption/decryption keys, a keylloyd2006-09-301-0/+3
* Initial checkin1.5.6lloyd2006-05-181-0/+58