Version v0.3.38 - Implement ChaCha20 nonce extension to support pads larger than 256GB

This commit is contained in:
2025-12-24 10:00:32 -05:00
parent 977da58a3b
commit 39e818dd51
2 changed files with 4 additions and 4 deletions

View File

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