From 3051825098f934be021f5c566be30aeb25c8a626 Mon Sep 17 00:00:00 2001 From: Xiao X Date: Wed, 27 May 2026 22:06:30 -0400 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4aca6f6..36abb7f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ A multi-purpose Cryptography library in Java. Working on it day by day, slowly. Someday this will be complete, today is not that day. To be clear, this is **NOT** mean't to be a replacement/alternative to BouncyCastle. Instead, it is meant to include what BouncyCastle does not have. +### Current Objective: ZekerRijndael (custom from-scratch AES-128 block cipher) +### Note: i'm creating ZekerRijndael as it can be used for creating the following encryption ciphers: AES-CTR; AES-OFB; AES-CFB. Block modes include AES-CBC; AES-ECB. And of course AES-GCM + ASE-CCM + +## View the "zekerRijndael" branch to see inprogress work. + Use `setopt interactivecomments` (zsh only) to allow using `#` for comments if you see errors like `zsh: command not found: #` Ensure Java + javac are installed, on MacOS it can be installed with Homebrew by running `brew install openjdk`