README.rsatest 392 B

123456789101112
  1. Rsatest is a test driver for RSA operations.
  2. Rsatest takes a list of vecimal key sizes (in bits) on the command
  3. line, and generates keys of those sizes. It generates keys randomly,
  4. using keyboard timings for a random number source, then tests the
  5. resultant keys, doing an encryption, a decryption, a signing and a
  6. verification.
  7. Example invocation lines:
  8. rsatest 512 768 1024
  9. rsatest 2048