WHY2/include/flags.h
2022-04-05 19:39:02 +02:00

12 lines
192 B
C

#ifndef WHY2_FLAGS_H
#define WHY2_FLAGS_H
#define KEY_LENGTH 50
#define ENCRYPTION_SEPARATOR '.'
#define ENCRYPTION_SEPARATOR_STRING "."
#define INVALID_KEY 1
#define VERSION "v1.1"
#endif