aboutsummaryrefslogtreecommitdiff
path: root/server/src/util/xor.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/util/xor.h')
-rw-r--r--server/src/util/xor.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/server/src/util/xor.h b/server/src/util/xor.h
deleted file mode 100644
index 7180945..0000000
--- a/server/src/util/xor.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#pragma once
-
-namespace enc {
-constexpr size_t key_len = 50;
-
-char gen_key();
-
-void encrypt_message(std::string &str);
-
-void decrypt_message(std::string &str);
-
-} // namespace enc \ No newline at end of file