crypto/weakcrypto/test/tasymmetric/scripts/performance testing strategy.txt
author Santosh Patil <santosh.v.patil@nokia.com>
Wed, 08 Jul 2009 11:25:26 +0100
changeset 0 2c201484c85f
permissions -rw-r--r--
Move the Security package to EPL, and add the implementations of the cryptographic algorithms

RSA Performance tests

keybits = 512, 1024, 2048

test vectors (need to get some extras for larger keys)
------------------------------------------------------
encrypt 
standard decrypt
CRT decrypt

standard sign
CRT sign
verify

forward-backward self-test
--------------------------
encrypt & CRT decrypt FB supplied input
encrypt & standard decrypt FB supplied input
sign & verify FB supplied input
CRT sign & verify FB supplied input