SHA1 fully tested + working

This commit is contained in:
2026-05-27 21:33:31 -04:00
parent 3eb755bc90
commit 4f159c68be
5 changed files with 132 additions and 48 deletions
+2 -5
View File
@@ -1,10 +1,7 @@
package de.caydenno1.xacrypto;
import de.caydenno1.xacrypto.hash.sha.SHA0;
public class XACrypto {
private XACrypto() {}
static void main(String[] args) {
String res = SHA0.hash("tah");
System.out.println(res);
}
static void main(String[] args) {}
}