Skip to content

Commit b54f0ca

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

File tree

2 files changed

+350
-9
lines changed

2 files changed

+350
-9
lines changed

stdlib/Cargo.toml

Lines changed: 1 addition & 0 deletions
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)