Skip to content

Commit 2ed19d9

Browse files
authored
Merge pull request #336 from testingapisname/add-wycheproof-tests
test: Add Wycheproof-based AES-GCM tests
2 parents 82c7415 + 56fd02d commit 2ed19d9

File tree

3 files changed

+532
-0
lines changed

3 files changed

+532
-0
lines changed

Cargo.lock

Lines changed: 44 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cryptoki/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ secrecy = "0.10.3"
2424
hex = "0.4.3"
2525
serial_test = "3.2.0"
2626
testresult = "0.4.1"
27+
wycheproof = { version = "0.6.0", features = ["aead"] }
2728

2829
[features]
2930
generate-bindings = ["cryptoki-sys/generate-bindings"]

0 commit comments

Comments
 (0)