Skip to content

Commit 5b1c515

Browse files
authored
feat: Add hash_utils crate (#4)
1 parent 4e05d9a commit 5b1c515

File tree

4 files changed

+429
-0
lines changed

4 files changed

+429
-0
lines changed

Cargo.lock

Lines changed: 324 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ version = "0.1.0"
44
edition = "2024"
55

66
[dependencies]
7+
sha256 = "1.6.0"
8+
sha3 = "0.10.8"

0 commit comments

Comments
 (0)