created basic flags

This commit is contained in:
Václav Šmejkal 2022-03-08 19:45:40 +01:00
parent 35a6a92847
commit 41fd8e0931

View File

@ -1,4 +1,10 @@
#ifndef WHY2_FLAGS_H
#define WHY2_FLAGS_H
#define KEY_LENGTH 50
#define ENCRYPTION_SEPARATOR '.'
#define ENCRYPTION_SEPARATOR_STRING "."
#define INVALID_KEY 1
#endif