From f8e94a1179633799579a09dce1841f41e3b73f05 Mon Sep 17 00:00:00 2001 From: "@syxhe" Date: Mon, 6 Jan 2025 18:34:13 -0600 Subject: Start work on encryption --- src/encryption.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/encryption.h (limited to 'src/encryption.h') 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 @@ +#ifndef __VXGG_REWRITE___ENCRYPTION_H___1481879318188___ +#define __VXGG_REWRITE___ENCRYPTION_H___1481879318188___ + +// Checks if sodium is initialized. Initializes it if not +int checkSodium(void); + +#endif \ No newline at end of file -- cgit v1.2.3