WHY2/include/flags.h

15 lines
338 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"
#define VERSIONS_URL "https://raw.githubusercontent.com/ENDev-WHY2/WHY2-Encryption-System/c/versions.json"
#define VERSIONS_NAME "versions.json"
#endif