From 0461a2ff13bfbe2070c51475c67f3c246f9b6c06 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Wed, 10 Jun 2009 17:26:56 +0200 Subject: added missing RSA 768 test --- scripts/pubkey_speed.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/pubkey_speed.sh b/scripts/pubkey_speed.sh index 2b6d9aea6..cbdfde5be 100755 --- a/scripts/pubkey_speed.sh +++ b/scripts/pubkey_speed.sh @@ -8,6 +8,7 @@ function rsatest { function rsatestall { echo "testing: $1" rsatest 512 "$1" 5000 + rsatest 768 "$1" 5000 rsatest 1024 "$1" 1000 rsatest 1536 "$1" 500 rsatest 2048 "$1" 100 -- cgit v1.2.3