feat: add hmac_sha1

This commit is contained in:
2022-04-03 22:30:16 +08:00
parent 46d24a8e24
commit 72a8969453
3 changed files with 149 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
[package]
name = "hmac_sha1"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
sha-1 = "*"
hmac = "*"
hex = "*"