feat: v0.1.1 add simple bench

This commit is contained in:
2023-09-03 14:21:27 +08:00
parent 18503e70b9
commit dff1b88a23
4 changed files with 68 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "hmac-sm3"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
authors = ["Hatter Jiang"]
repository = "https://git.hatter.ink/hatter/hmac-sm3"
@@ -14,6 +14,8 @@ categories = ["cryptography"]
[dependencies]
sm3 = "0.4.2"
[dev-dependencies]
hex = "0.4.3"
hmac-sha1 = "0.1.3"
hmac-sha256 = "1.1.7"
benchmark-simple = "0.1.8"