summaryrefslogtreecommitdiff
path: root/src/encryption.h
diff options
context:
space:
mode:
author@syxhe <https://t.me/syxhe>2025-01-06 18:34:13 -0600
committer@syxhe <https://t.me/syxhe>2025-01-06 18:34:13 -0600
commitf8e94a1179633799579a09dce1841f41e3b73f05 (patch)
tree7c9485964d4a041a13c55550a814a4c5a5302645 /src/encryption.h
parent36dc7e18b66bb374d4c67a7f526c088636eaf9a2 (diff)
Start work on encryption
Diffstat (limited to 'src/encryption.h')
-rw-r--r--src/encryption.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/encryption.h b/src/encryption.h
new file mode 100644
index 0000000..945f73d
--- /dev/null
+++ b/src/encryption.h
@@ -0,0 +1,7 @@
1#ifndef __VXGG_REWRITE___ENCRYPTION_H___1481879318188___
2#define __VXGG_REWRITE___ENCRYPTION_H___1481879318188___
3
4// Checks if sodium is initialized. Initializes it if not
5int checkSodium(void);
6
7#endif \ No newline at end of file