Skip to content

Commit

Permalink
Merge pull request #124 from randombit/jack/wycheproof-0.6
Browse files Browse the repository at this point in the history
Bump to wycheproof 0.6
  • Loading branch information
randombit authored Aug 27, 2024
2 parents 23ca08b + ac50863 commit 7f3aa22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion botan/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rust-version = "1.64"
botan-sys = { version = "0.11", path = "../botan-sys" }

[dev-dependencies]
wycheproof = "0.5"
wycheproof = { version = "0.6", default-features = false, features = ["aead", "cipher", "dsa", "ecdh", "ecdsa", "eddsa", "hkdf", "keywrap", "mac", "primality", "rsa_enc", "rsa_sig", "xdh"] }
hex = "0.4"

[features]
Expand Down

0 comments on commit 7f3aa22

Please sign in to comment.