Closed sikkamukul closed 3 years ago
The Parser contains support for KW and KWP only in Cipher mode
Support for inverse mode is missing
Input Json file contains "KwCipher" field to show the mode
Added support for "KwCipher" field into the parser
Input Test Vector format
"keyLen": ..., "tgId": 1, "testType": "AFT", "direction": "encrypt/decrypt", "kwCipher": "cipher/inverse", "payloadLen": ..., "tests": [ { "tcId": 1, "key": "..." "pt/ct": "..." } ]
Parser doesn't support for decryption cases in which integrity error occurs
if integrity error occurs testPassed printed as false else pt is printed
Applied, thanks.
The Parser contains support for KW and KWP only in Cipher mode
Support for inverse mode is missing
Input Json file contains "KwCipher" field to show the mode
Added support for "KwCipher" field into the parser
Input Test Vector format
"keyLen": ..., "tgId": 1, "testType": "AFT", "direction": "encrypt/decrypt", "kwCipher": "cipher/inverse", "payloadLen": ..., "tests": [ { "tcId": 1, "key": "..." "pt/ct": "..." } ]
Parser doesn't support for decryption cases in which integrity error occurs
if integrity error occurs testPassed printed as false else pt is printed