mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-06 08:49:04 +00:00
Move dependencies to the top level.
This commit is contained in:
@@ -1,22 +0,0 @@
|
||||
#pragma once
|
||||
#include "ITestClass.h"
|
||||
|
||||
#include <vector>
|
||||
#include <tc/ByteData.h>
|
||||
|
||||
class crypto_Rsa2048Pkcs1Sha256Signer_TestClass : public ITestClass
|
||||
{
|
||||
public:
|
||||
void runAllTests();
|
||||
private:
|
||||
void test_Constants();
|
||||
void test_UseClassSign();
|
||||
void test_UseClassVerify();
|
||||
void test_UseUtilFuncSign();
|
||||
void test_UseUtilFuncVerify();
|
||||
|
||||
void test_DoesNothingWhenNotInit();
|
||||
void test_InitializeThrowsExceptionOnBadInput();
|
||||
void test_SignReturnsFalseOnBadInput();
|
||||
void test_VerifyReturnsFalseOnBadInput();
|
||||
};
|
||||
Reference in New Issue
Block a user