Version v0.3.43 - -m Remove unnecessary calculate_checksum() calls during encryption - use filename checksum directly

This commit is contained in:
2025-12-27 11:56:28 -05:00
parent 81eded2995
commit 3bef639cc3
3 changed files with 11 additions and 21 deletions

View File

@@ -23,7 +23,7 @@
#include <ctype.h>
// Version - Updated automatically by build.sh
#define OTP_VERSION "v0.3.41"
#define OTP_VERSION "v0.3.42"
// Constants
#define MAX_INPUT_SIZE 4096