Revisions 0 to 10 in in which 'checks/pk_bench.cpp' was changed are listed below. These revisions are ancestors of the revision [4e40e885..]. The "diff" links listed with each revision will show changes in 'checks/pk_bench.cpp' between that revision and [4e40e885..].
|
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
|
| 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'
|
| 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
|
| 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
|
| 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
|
| 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 |