dupe defs
This commit is contained in:
@@ -36,13 +36,6 @@ void CryptManager::DigestFile(const char *filename) { }
|
||||
using namespace CryptoPP;
|
||||
using namespace std;
|
||||
|
||||
static const CString SIGNATURE_POSPEND = ".sig.rsa";
|
||||
static const CString PRIVATE_KEY_PATH = "Data/private.key.rsa";
|
||||
static const CString PUBLIC_KEY_PATH = "Data/public.key.rsa";
|
||||
static const int KEY_LENGTH = 1024;
|
||||
|
||||
CryptManager* CRYPTMAN = NULL; // global and accessable from anywhere in our program
|
||||
|
||||
CryptManager::CryptManager()
|
||||
{
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user