aboutsummaryrefslogtreecommitdiffstats
path: root/checks/pk_bench.cpp
Commit message (Expand)AuthorAgeFilesLines
* propagate from branch 'net.randombit.botan' (head 9932d4d63417f7fcc199ada244c...lloyd2010-03-091-8/+8
|\
| * propagate from branch 'net.randombit.botan' (head fc86fc4842254088bf820ea6ebf...lloyd2010-03-021-13/+15
| |\
| * \ propagate from branch 'net.randombit.botan' (head 12382647ef0a28fcb11c824c77b...lloyd2010-01-211-20/+20
| |\ \
| | * | Remove to_string, replacing with std::to_stringlloyd2009-11-181-8/+8
| | * | propagate from branch 'net.randombit.botan' (head cfb19182987fc95b2a8885584a3...lloyd2009-11-171-3/+3
| | |\ \
| | * \ \ propagate from branch 'net.randombit.botan' (head 8a5eb02c2e451fc983f234f7ba2...lloyd2009-09-301-12/+12
| | |\ \ \
| | | * \ \ propagate from branch 'net.randombit.botan' (head 5cadcc57872bef55226579df573...lloyd2009-09-081-12/+12
| | | |\ \ \
| | | | * | | Replace the (deprecated) auto_ptr with unique_ptr.lloyd2009-04-011-12/+12
* | | | | | | Rename PK_Encryptor_MR_with_EME and PK_Decryptor_MR_with_EME tolloyd2010-03-081-4/+4
* | | | | | | Modify pubkey classes to take names instead of object pointers.lloyd2010-03-081-30/+34
* | | | | | | This checkin represents a pretty major change in how PK operations arelloyd2010-03-041-7/+7
* | | | | | | Use KDF2/PK_Key_Agreement in DH benchmarklloyd2010-03-041-5/+5
* | | | | | | Add similar decoding constructors to the private keyslloyd2010-03-041-1/+2
* | | | | | | Add GOST 34.10 benchmarks. Kill of last bits of ECKAEG terminology.lloyd2010-03-021-10/+78
| |_|_|_|_|/ |/| | | | |
* | | | | | Rename ECKAEG to ECDH. As far as I can tell they are the same algorithm,lloyd2010-03-021-11/+11
* | | | | | Kill get_EC_Dom_Pars_by_oidlloyd2010-03-011-2/+4
|/ / / / /
* | | | / Add copyright and license notes to pretty much every file that didn't have them,lloyd2009-12-311-0/+6
| |_|_|/ |/| | |
* | | | Rename/remove some secmem member variables for better matching with STLlloyd2009-11-171-3/+3
|/ / /
* / / Modify the self test program to use the builtin runtime benchmarking goop.lloyd2009-09-241-0/+14
|/ /
* | Wrap benchmark_rw call in BOTAN_HAS_RW macro checklloyd2009-09-041-0/+2
* | Remove support for HTML benchmark output. Easier/simpler to parse thelloyd2009-08-141-1/+1
|/
* Remove lookup.h use from DLIES, PK key agreement, DSA param gen, get_enc.cpplloyd2008-11-111-2/+10
* Add DLIES benchmarklloyd2008-11-091-10/+72
* More useful PK benchmark output (also a bit easier to parse)lloyd2008-10-221-32/+46
* Add ECKAEG benchmark. Fix several problems found in ECKAEG key (had pure virt...lloyd2008-10-131-5/+73
* Add a simplistic ECDSA benchmarklloyd2008-10-121-0/+58
* Handle building Botan with almost all public key code disabled (though onlylloyd2008-10-011-8/+11
* Compliation fixeslloyd2008-09-281-1/+1
* Modularize the public key algorithms, though currently a great deal oflloyd2008-09-281-8/+50
* Time RSA key generation againlloyd2008-09-151-1/+5
* Oops disable part of previous, was for testinglloyd2008-09-141-1/+7
* Only randomize inputs every 100 runs to minimize overhead (makes profiling ea...lloyd2008-09-141-31/+40
* Split RSA and RW benchmarks. Benchmark RSA encryption and signatures.lloyd2008-09-141-16/+87
* Padding changes in the PK benchmarks:lloyd2008-09-121-3/+3
* Disable extensive testing during benchmark key generation: throws off profilerlloyd2008-09-071-0/+3
* Reduce how often DSA and DH keys are generated during benchmarkslloyd2008-09-071-2/+2
* Use the Timer class for all benchmarkinglloyd2008-09-051-15/+0
* New DH benchmark, much more reflective of real usage as well.lloyd2008-09-051-114/+64
* Delete dead code. New shared benchmark framework for RSA/RW. RSA benchmarklloyd2008-09-021-250/+155
* Inline some methods of Timerlloyd2008-08-311-31/+19
* Rewrite the RSA and DSA benchmarks to be much more readable and flexible,lloyd2008-08-311-51/+158
* Benchmark change: Skip RSA 1536, DH 1536. Add DSA 2048/256 and 3072/256, RSA ...lloyd2008-08-301-6/+16
* Remove most of the direct references to the global_rng() calllloyd2008-06-281-37/+50
* Remove uses of global PRNG from self-test and benchmark code. Assumeslloyd2008-06-271-15/+14
* Similiar combining transform for the ElGamal, DSA, and NR private keylloyd2008-06-201-9/+8
* Consolidate the two DH_PrivateKey constructors into a single one takinglloyd2008-06-201-2/+2
* Convert pkcs8_decoder() and x509_decoder() to take a RandomNumberGenerator&lloyd2008-06-201-2/+2
* Fix remaining -Wmissing-declarations warnings in self-test/benchmark codelloyd2008-06-201-0/+5
* Change PK_Signer::signature to take a RandomNumberGenerator referencelloyd2008-06-101-3/+3
* PK_Encryptor::encrypt now takes a RandomNumberGenerator reference, insteadlloyd2008-06-101-3/+5