feat: init commit

This commit is contained in:
2023-09-03 16:31:31 +08:00
parent d959709164
commit 8ce5206dd2
8 changed files with 281 additions and 0 deletions

View File

@@ -6,5 +6,9 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
hex = "0.4.3"
hmac-sha256 = "1.1.7"
hmac-sm3 = "0.1.0"
sha256 = "1.4.0"
sm3 = "0.4.2"
zeroize = "1.6.0"