feat: v0.1.1 add simple bench
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user