aboutsummaryrefslogtreecommitdiffstats
path: root/checks/keys
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup the public key benchmark code: avoid macros, use PEM/PKCSlloyd2007-09-1310-6/+26
| | | | | | | | | #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).
* Initial checkin1.5.6lloyd2006-05-188-0/+174