unit-tests: add RSA test cases, very similar to ECDSA

This commit is contained in:
Martin Willi
2013-06-21 10:53:23 +02:00
parent eabf4af0f8
commit df1a1a0901
4 changed files with 400 additions and 1 deletions
+1
View File
@@ -31,5 +31,6 @@ Suite *threading_suite_create();
Suite *utils_suite_create();
Suite *vectors_suite_create();
Suite *ecdsa_suite_create();
Suite *rsa_suite_create();
#endif /** TEST_RUNNER_H_ */