Revisions 0 to 10 in in which 'checks/pk_bench.cpp' was changed are listed below. These revisions are ancestors of the revision [51b865be..]. The "diff" links listed with each revision will show changes in 'checks/pk_bench.cpp' between that revision and [51b865be..].

241 days ago: Remove the Global_RNG namespace, along with rng.h and rng.cpp. This was
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: Remove the Global_RNG namespace, along with rng.h and rng.cpp. This was
essentially a facade for the RNG object living in the global library state.
Rewrite all callers to directly invoke the global state object: this makes
it more clear what functions are actually accessing mutable state outside of
the normal reference graph (and thus, which functions will have to be
altered in order to remove this dependency). Other facades remain in place
for the configuration object and the memory allocator factory.
Date: Mon, 07 Apr 2008 14:08:27 GMT
322 days ago: Fix pk_bench.cpp compilation (remove a stray try statement)
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: Fix pk_bench.cpp compilation (remove a stray try statement)
Date: Thu, 17 Jan 2008 17:18:04 GMT
346 days ago: merge of '3d9e9476c5b2a2ee125eee7e0dd10bfe460d0546'
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: merge of '3d9e9476c5b2a2ee125eee7e0dd10bfe460d0546'
and '9fe0310805932b889bdfa17c9213f2b97d47ab6a'
Date: Mon, 24 Dec 2007 20:57:31 GMT
384 days ago: Replace C-style casts with static_cast (found by GCC's -Wold-style-cast)
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: Replace C-style casts with static_cast (found by GCC's -Wold-style-cast)
Date: Sat, 17 Nov 2007 02:25:53 GMT
412 days ago: Wrap lines in pk_bench and passhash to keep them under 80 columns.
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: Wrap lines in pk_bench and passhash to keep them under 80 columns.
Date: Fri, 19 Oct 2007 18:15:34 GMT
448 days ago: Cleanup the public key benchmark code: avoid macros, use PEM/PKCS
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: Cleanup the public key benchmark code: avoid macros, use PEM/PKCS
#8 format to store Rabin-Williams keys, inline small functions
that are only called once into their caller. Reduces overall
length of the file from 458 to 367 lines. Rename all the key
files in keys/ to use a .pem suffix since they are all now in PEM
format (the RSA keys had been for a long time but were never
renamed).
Date: Thu, 13 Sep 2007 15:03:18 GMT
448 days ago: Remove code checking the BOTAN_NO_ macros for if particular public key
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: Remove code checking the BOTAN_NO_ macros for if particular public key
algorithms exist. They haven't been used since the 'minimal' module was
removed in Botan 1.3.14
Date: Thu, 13 Sep 2007 14:11:16 GMT
448 days ago: Remove the BOTAN_NO_ macros
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: Remove the BOTAN_NO_ macros
Date: Thu, 13 Sep 2007 13:39:27 GMT
637 days ago: DSA-2048 and DSA-3072 benchmarks, disabled for a while due to lack of
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: DSA-2048 and DSA-3072 benchmarks, disabled for a while due to lack of
'standard' groups (I may just go ahead and do this).
Date: Fri, 09 Mar 2007 03:39:04 GMT
754 days ago: Decide to print ms/op or ops/second at runtime instead of compile time.
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: Decide to print ms/op or ops/second at runtime instead of compile time.
Date: Sun, 12 Nov 2006 05:12:09 GMT