Skip to content

Commit

Permalink
Only include testPassed property for failing test cases within the …
Browse files Browse the repository at this point in the history
…result projection

- usnistgov/ACVP#870
  • Loading branch information
Kritner committed Sep 1, 2020
1 parent 8110bf9 commit 0d68b1f
Show file tree
Hide file tree
Showing 17 changed files with 190,504 additions and 2 deletions.
24,308 changes: 24,308 additions & 0 deletions gen-val/json-files/ACVP-AES-KW-1.0/expectedResults.json

Large diffs are not rendered by default.

42,608 changes: 42,608 additions & 0 deletions gen-val/json-files/ACVP-AES-KW-1.0/internalProjection.json

Large diffs are not rendered by default.

30,608 changes: 30,608 additions & 0 deletions gen-val/json-files/ACVP-AES-KW-1.0/prompt.json

Large diffs are not rendered by default.

28 changes: 28 additions & 0 deletions gen-val/json-files/ACVP-AES-KW-1.0/registration.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"vsId": 0,
"algorithm": "ACVP-AES-KW",
"mode": "",
"revision": "1.0",
"isSample": false,
"conformances": [],
"keyLen": [
128,
192,
256
],
"direction": [
"encrypt",
"decrypt"
],
"kwCipher": [
"cipher",
"inverse"
],
"payloadLen": [
{
"min": 128,
"max": 4096,
"increment": 64
}
]
}
Loading

0 comments on commit 0d68b1f

Please sign in to comment.