Skip to content
Snippets Groups Projects
Verified Commit 15b1c794 authored by Anian Bühler's avatar Anian Bühler
Browse files

added defines for CS

parent 955c31e7
No related branches found
No related tags found
No related merge requests found
...@@ -21,6 +21,9 @@ class DidacticEncSymetric ...@@ -21,6 +21,9 @@ class DidacticEncSymetric
#define DE_ERROR_KEYLENGHT_LONG -1 #define DE_ERROR_KEYLENGHT_LONG -1
#define DE_ERROR_KEYLENGHT_SHORT -2 #define DE_ERROR_KEYLENGHT_SHORT -2
#define DE_CS_CORRECT true
#define DE_CS_INCORRECT false
private: private:
char _bufferCyphertext[MAX_LEN_CYPHERTEXT + 1] = {0}; char _bufferCyphertext[MAX_LEN_CYPHERTEXT + 1] = {0};
char _bufferPlaintext[MAX_LEN_PLAINTEXT + 1] = {0}; char _bufferPlaintext[MAX_LEN_PLAINTEXT + 1] = {0};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment