created 'flags' flag
this variable will be used as default
This commit is contained in:
parent
212f0205c5
commit
8b57e5450b
@ -5,6 +5,7 @@
|
||||
//VARIABLES
|
||||
static char encryptionSeparator = '.'; //NOPE > DO NOT TOUCH THIS, USE setEncryptionSeparator instead <
|
||||
static unsigned long keyLength = 50; //LENGTH OF KEY > DO NOT TOUCH THIS, USE setKeyLength instead <
|
||||
static inputFlags flags = (inputFlags) { 0, 0, 0 };
|
||||
|
||||
//GETTERS
|
||||
char getEncryptionSeparator()
|
||||
|
Loading…
x
Reference in New Issue
Block a user