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

4
Cargo.toml Normal file
View File

@@ -0,0 +1,4 @@
[package]
name = "sha3"
version = "0.1.0"
edition = "2024"