From 7aab85b35f884344585101aedfbd3a922bdeeb19 Mon Sep 17 00:00:00 2001 From: "@syxhe" Date: Mon, 27 Jan 2025 17:18:01 -0600 Subject: Write encrypttotmp, fuck up decryption again --- src/encryption.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/encryption.h') diff --git a/src/encryption.h b/src/encryption.h index c780e2b..1c38141 100644 --- a/src/encryption.h +++ b/src/encryption.h @@ -6,6 +6,8 @@ // manually run `sodium_init()` in some main or init function of your own so that you can deal with a potential error yourself #define ___VXGG___ALWAYS_CHECK_LIBSODIUM___ 0 +#define CHUNK_SIZE ((int)(1 << 12)) + #if defined ___VXGG___ALWAYS_CHECK_LIBSODIUM___ && ___VXGG___ALWAYS_CHECK_LIBSODIUM___ > 0 // Definition for the callback function that fires when a call to checksodium fails -- cgit v1.2.3