Fixed tests for CMAC

This commit is contained in:
n1474335 2022-11-25 15:13:54 +00:00
parent 657f8940fa
commit 5c32c1bdaa
1 changed files with 2 additions and 2 deletions

View File

@ -292,7 +292,7 @@ TestRegister.addTests([
{
"name": "CMAC-AES: invalid key length",
"input": "",
"expectedOutput": "the key for AES must be either 16, 24, or 32 bytes (currently 20 bytes)",
"expectedOutput": "The key for AES must be either 16, 24, or 32 bytes (currently 20 bytes)",
"recipeConfig": [
{
"op": "CMAC",
@ -303,7 +303,7 @@ TestRegister.addTests([
{
"name": "CMAC-TDES: invalid key length",
"input": "",
"expectedOutput": "the key for Triple DES must be 16 or 24 bytes (currently 20 bytes)",
"expectedOutput": "The key for Triple DES must be 16 or 24 bytes (currently 20 bytes)",
"recipeConfig": [
{
"op": "CMAC",