From 8561029b26e9d01c712b2e08eb896bb28d72f09c Mon Sep 17 00:00:00 2001 From: Xiao X Date: Tue, 2 Jun 2026 12:03:54 -0400 Subject: [PATCH] updates --- .gitignore | 1 + .idea/inspectionProfiles/Project_Default.xml | 8 ++++---- .idea/misc.xml | 8 ++++++++ README.md | 3 +-- XACrypto.iml | 7 ++----- 5 files changed, 16 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index cb898e8..09840c2 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ out/ !**/src/test/**/out/ .kotlin XACrypto.jar +.idea ### Eclipse ### .apt_generated diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index 17ae7d9..22774d6 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -1,6 +1,6 @@ - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index e38d625..0417069 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,5 +1,13 @@ + + + + diff --git a/README.md b/README.md index 090a6fc..66fc926 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ A multi-purpose Cryptography library in Java. Working on it day by day, slowly. 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. @@ -10,7 +9,7 @@ Use `setopt interactivecomments` (zsh only) to allow using `#` for comments if y Ensure Java + javac are installed, on MacOS it can be installed with Homebrew by running `brew install openjdk` -You will also need maven installed. +You will also need maven installed. With Homebrew, this can be installed with `brew install maven`. To compile: diff --git a/XACrypto.iml b/XACrypto.iml index c90834f..a80f8af 100644 --- a/XACrypto.iml +++ b/XACrypto.iml @@ -1,11 +1,8 @@ - - - + + - - \ No newline at end of file