read desc for info

SHA256.java is the MessageDigest usage, it sucks, don't use it.

SHA256Advanced.java is my custom interpretation but i don't have the time right now to finish it so for now it will sadly be a placeholder.
This commit is contained in:
2026-05-25 23:19:27 -04:00
parent 40cfcd3fdf
commit bce829a4cc
3 changed files with 40 additions and 1 deletions
@@ -21,5 +21,6 @@ public class Constants {
0x6a09e667,0xbb67ae85,0x3c6ef372,0xa54ff53a,
0x510e527f,0x9b05688c,0x1f83d9ab,0x5be0cd19
};
// placeholder ,ignore
// (no longer a placeholder)
}