diff options
| 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 |
| commit | f8e94a1179633799579a09dce1841f41e3b73f05 (patch) | |
| tree | 7c9485964d4a041a13c55550a814a4c5a5302645 /src/encryption.h | |
| parent | 36dc7e18b66bb374d4c67a7f526c088636eaf9a2 (diff) | |
Start work on encryption
Diffstat (limited to 'src/encryption.h')
| -rw-r--r-- | src/encryption.h | 7 |
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 | ||
| 5 | int checkSodium(void); | ||
| 6 | |||
| 7 | #endif \ No newline at end of file | ||
