-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only include
testPassed
property for failing test cases within the …
…result projection - usnistgov/ACVP#870
- Loading branch information
Showing
17 changed files
with
190,504 additions
and
2 deletions.
There are no files selected for viewing
24,308 changes: 24,308 additions & 0 deletions
24,308
gen-val/json-files/ACVP-AES-KW-1.0/expectedResults.json
Large diffs are not rendered by default.
Oops, something went wrong.
42,608 changes: 42,608 additions & 0 deletions
42,608
gen-val/json-files/ACVP-AES-KW-1.0/internalProjection.json
Large diffs are not rendered by default.
Oops, something went wrong.
30,608 changes: 30,608 additions & 0 deletions
30,608
gen-val/json-files/ACVP-AES-KW-1.0/prompt.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
] | ||
} |
Oops, something went wrong.