clean up key file names
This commit is contained in:
@@ -15,8 +15,8 @@
|
|||||||
using namespace CryptoPP;
|
using namespace CryptoPP;
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
static const CString PRIVATE_KEY_PATH = "Data/private.key.rsa";
|
static const CString PRIVATE_KEY_PATH = "Data/private.rsa";
|
||||||
static const CString PUBLIC_KEY_PATH = "Data/public.key.rsa";
|
static const CString PUBLIC_KEY_PATH = "Data/public.rsa";
|
||||||
static const int KEY_LENGTH = 1024;
|
static const int KEY_LENGTH = 1024;
|
||||||
|
|
||||||
CryptManager* CRYPTMAN = NULL; // global and accessable from anywhere in our program
|
CryptManager* CRYPTMAN = NULL; // global and accessable from anywhere in our program
|
||||||
|
|||||||
Reference in New Issue
Block a user