WHY2/include/flags.h

12 lines
192 B
C
Raw Normal View History

2022-03-20 18:12:25 +01:00
#ifndef WHY2_FLAGS_H
#define WHY2_FLAGS_H
#define KEY_LENGTH 50
#define ENCRYPTION_SEPARATOR '.'
#define ENCRYPTION_SEPARATOR_STRING "."
#define INVALID_KEY 1
2022-04-04 18:07:42 +02:00
#define VERSION "v1.0"
2022-03-20 18:12:25 +01:00
#endif