Implement SHA224 (#11)

* start of sha224 implements, tho quite simple

* Update pom.xml

just to make it compile main for testing, simplifies the process
This commit is contained in:
Xiao X
2026-06-04 18:12:34 -04:00
committed by GitHub
parent da2dd6c11f
commit 91586225c5
6 changed files with 136 additions and 55 deletions
@@ -5,7 +5,6 @@ import de.caydenno1.xacrypto.misc.XACryptoException;
import java.util.Arrays;
import static de.caydenno1.xacrypto.zekerrijndael.UnchangingData.*;
@SuppressWarnings("unused")
public final class AES implements BlockCipher {
public final int bits;
public int kc;