README.dsatest 571 B

123456789101112131415161718
  1. Test driver for Digital Signature Algorithm operations.
  2. This program generates DSA keys (currently, of a few compiled-in
  3. sizes) and does timing tests on DSA operations.
  4. The command line is a seed string which is used to generate the
  5. public parameters. The use of a seed lets you verify that the
  6. key was not generated in a weak manner.
  7. Currently, the list of key sizes to generate is compiled in.
  8. After key generation, the program DSA-signs and verifies a
  9. random message, and displays the timing.
  10. Example invocation lines:
  11. dsatest arbitrary seed string
  12. dsatest foo