Skip to content

Commit 6d07585

Browse files
committed
k12: Generalize and add macro
1 parent 4033405 commit 6d07585

File tree

2 files changed

+202
-167
lines changed

2 files changed

+202
-167
lines changed

k12/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories = ["cryptography", "no-std"]
1313

1414
[dependencies]
1515
digest = { version = "0.10.3", default-features = false, features = ["core-api"] }
16-
sha3 = "0.10.8"
16+
sha3 = { path = "../sha3" }
1717

1818
[dev-dependencies]
1919
digest = { version = "0.10.3", features = ["alloc", "dev"] }

0 commit comments

Comments
 (0)