Skip to content

Commit 2525c64

Browse files
committed
Hmac working without generics, and test not working yet
1 parent 861055f commit 2525c64

File tree

3 files changed

+360
-9
lines changed

3 files changed

+360
-9
lines changed

Cargo.lock

+10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

stdlib/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ rand_core = { workspace = true }
5454
mt19937 = "3.1"
5555

5656
# Crypto:
57+
hmac = "0.12.1"
5758
digest = "0.10.3"
5859
md-5 = "0.10.1"
5960
sha-1 = "0.10.0"

0 commit comments

Comments
 (0)