aboutsummaryrefslogtreecommitdiff
path: root/include/encryption_functions.h
diff options
context:
space:
mode:
authoroldmud0 <oldmud0@users.noreply.github.com>2020-11-01 12:32:48 -0600
committerGitHub <noreply@github.com>2020-11-01 12:32:48 -0600
commitdd085c89587258cc32ee89ab27f943c9e6d9d759 (patch)
tree0b8876b81ff18d9782ee1a26d9db624c65d31b99 /include/encryption_functions.h
parent93f370b0623523d4b4ff03b53f18dc5046e36af8 (diff)
parentb036134414852036c1e9116d337c3b4d1cb02569 (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.h15
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