From 838c523e643b9b8f39b4af3b8c56833e6dd0bce8 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Wed, 31 Dec 2025 23:01:37 +0100 Subject: [PATCH] Mention Windows arm64 --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index d3acd7a0..5e7c3520 100644 --- a/README.markdown +++ b/README.markdown @@ -15,7 +15,7 @@ It is a portable, cross-compilable, installable, and packageable fork of [NaCl]( - **Encryption & Decryption:** Securely encrypt and decrypt data with modern algorithms. - **Digital Signatures:** Create and verify signatures to ensure data authenticity. -- **Cross-Platform Compatibility:** Supported on Windows (MinGW and Visual Studio, both x86 and x64), iOS, Android, JavaScript, and WebAssembly. +- **Cross-Platform Compatibility:** Supported on Windows (MinGW and Visual Studio, x86, x64 and arm64), iOS, Android, JavaScript, and WebAssembly. - **User-Friendly API:** Designed to provide all core cryptographic operations while remaining easy to integrate into your projects. ---