freeswitch/libs/libzrtp/third_party/bnlib/test/README.rsatest

13 lines
392 B
Plaintext
Raw Normal View History

2010-02-20 18:51:54 +00:00
Rsatest is a test driver for RSA operations.
Rsatest takes a list of vecimal key sizes (in bits) on the command
line, and generates keys of those sizes. It generates keys randomly,
using keyboard timings for a random number source, then tests the
resultant keys, doing an encryption, a decryption, a signing and a
verification.
Example invocation lines:
rsatest 512 768 1024
rsatest 2048