From 42707d9aa2e783591a2845ec95c3fcf7de7f916a Mon Sep 17 00:00:00 2001 From: Xiao X <103391432+QXIoa@users.noreply.github.com> Date: Tue, 26 May 2026 08:43:08 -0400 Subject: [PATCH] Update README to reflect project completion status --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0026536..41425dc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -A multi-purpose Cryptography library in Java. Working on it day by day, slowly. Someday this will become used, today is not that day. +A multi-purpose Cryptography library in Java. Working on it day by day, slowly. Someday this will be complete, today is not that day. Use `setopt interactivecomments` (zsh only) to allow using `#` for comments if you see errors like `zsh: command not found: #` @@ -15,4 +15,4 @@ To compile on MacOS 26 (may work on other OS, idk): XACrypto.jar is now in the project root (if u did everything correctly). --- A new release will **NOT** be published until SHA256Advanced is complete. -- \ No newline at end of file +-- A new release will **NOT** be published until SHA256Advanced is complete. --