mirror of
https://github.com/Geprivilegieerde-Anonimiteit-BV/XACrypto.git
synced 2026-08-21 21:46:23 -04:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user