WHY2/include/flags.h

10 lines
168 B
C
Raw Normal View History

2022-03-08 19:39:46 +01:00
#ifndef WHY2_FLAGS_H
#define WHY2_FLAGS_H
2022-03-08 19:45:40 +01:00
#define KEY_LENGTH 50
#define ENCRYPTION_SEPARATOR '.'
#define ENCRYPTION_SEPARATOR_STRING "."
#define INVALID_KEY 1
2022-03-08 19:39:46 +01:00
#endif