environment
Demo
testSessionId
/acvp/v1/testSessions/100283
vsId
291188
There are three Monte Carlo tests, with "tgId" as 16, 17, and 18.
16 - keyLen = 128
17 - keyLen = 192
18 - keyLen = 256
In the expected response file, both cases 16 and 18 include an empty "pt" item before the "resultsArray". For example:
"tgId": 16,
"tests": [
{
"tcId": 1070,
"pt": "",
"resultsArray": [
...
Case 17 (keyLen = 192) does not include this empty "pt" item. Should all three cases be consistent in their inclusion or exclusion of the empty "pt"? It seemed odd that only the 192 keyLen did not include it, while the other two cases did.