diff options
| author | oldmud0 <oldmud0@users.noreply.github.com> | 2020-11-01 12:32:48 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-01 12:32:48 -0600 |
| commit | dd085c89587258cc32ee89ab27f943c9e6d9d759 (patch) | |
| tree | 0b8876b81ff18d9782ee1a26d9db624c65d31b99 /include/encryption_functions.h | |
| parent | 93f370b0623523d4b4ff03b53f18dc5046e36af8 (diff) | |
| parent | b036134414852036c1e9116d337c3b4d1cb02569 (diff) | |
Merge pull request #331 from AttorneyOnline/no-fantacrypt
Drop AO1 compatibility
Diffstat (limited to 'include/encryption_functions.h')
| -rw-r--r-- | include/encryption_functions.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/include/encryption_functions.h b/include/encryption_functions.h deleted file mode 100644 index b70e8e65..00000000 --- a/include/encryption_functions.h +++ /dev/null @@ -1,15 +0,0 @@ -#ifndef ENCRYPTION_FUNCTIONS_H -#define ENCRYPTION_FUNCTIONS_H - -#include <QString> - -#include <QVector> -#include <cstddef> -#include <iomanip> -#include <sstream> -#include <stdlib.h> - -QString fanta_encrypt(QString p_input, unsigned int key); -QString fanta_decrypt(QString p_input, unsigned int key); - -#endif // ENCRYPTION_FUNCTIONS_H |
