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
@@ -31,7 +31,7 @@ public class Constants {
0x510e527f,0x9b05688c,0x1f83d9ab,0x5be0cd19
};
public static final int[] SHA0_H = {
public static final int[] SHA_H = {
0x67452301,0xEFCDAB89,0x98BADCFE,0x10325476,0xC3D2E1F0
};