Very simple implementation of sha3_256 (doesn't work for very long inputs)

This commit is contained in:
Guilleag01
2025-09-24 22:19:33 +02:00
commit f00dc3e637
6 changed files with 246 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
/target