{
"algorithm" : "AES-FF1",
"generatorVersion" : "0.9rc5",
"numberOfTests" : 3076,
"header" : [
"Test vectors of type FpeListTest are intended for format preserving encryption."
],
"notes" : {
"EdgeCasePrf" : {
"bugType" : "EDGE_CASE",
"description" : "FF1 computes a pseudorandom function, converts the result into an integer y, which is then reduced modulo radix**v, where v is the size of the longer block in the Feistel structure. This test vector contains cases where the value y is an edge case. The goal of the test vector is to check for arithmetic errors such as integer overflow or incorrect modular reduction."
},
"EdgeCaseState" : {
"bugType" : "EDGE_CASE",
"description" : "FF1 requires integer arithmetic of various sizes. This test vector contains values such that edge cases are reached during encryption and decryption. The goal of the test vector is to check for incorrect integer arithmetic e.g., because of integer overflows."
},
"InvalidKeySize" : {
"bugType" : "MODIFIED_PARAMETER",
"description" : "The key size is invalid."
},
"InvalidMessageSize" : {
"bugType" : "MISSING_STEP",
"description" : "FF1 imposes a minimal size of the inputs. The original specification of FF1 required radix**minlen >= 100, NIST SP 800-38G rev 1, requires radix**minlen >= 1'000'000. This test vector contains a short message such that both limits are violated and hence should be rejected."
},
"InvalidPlaintext" : {
"bugType" : "MODIFIED_PARAMETER",
"description" : "FF1 expects inputs from a fixed range of digits. This test vector contains a plaintext containing invalid digits."
},
"LargeMessageSize" : {
"bugType" : "FUNCTIONALITY",
"description" : "The specification of FF1 uses integer arithmetic of arbitrary size for long messages. Some implementations may choose to restrict the message length to simplify the implementation of FF1. This test vector contains a message of size msglen such that radix**msglen > 2**128."
},
"NormalMessageSize" : {
"bugType" : "BASIC",
"description" : "The specification of FF1 uses integer arithmetic of arbitrary size for long messages. Some implementations may choose to restrict the message length to simplify the implementation of FF1. This test vector contains a message of size msglen such that 1'000'000 <= radix**msglen <= 2**128."
},
"SmallMessageSize" : {
"bugType" : "LEGACY",
"description" : "FF1 imposes a minimal size of the inputs. The original specification of FF1 required radix**msglen >= 100, NIST SP 800-38G rev 1 changes this and requires radix**msglen >= 1'000'000. This test vector contains a message of size msglen, such that radix**msglen lies between these two limits."
}
},
"schema" : "fpe_list_test_schema.json",
"testGroups" : [
{
"keySize" : 128,
"msgSize" : 0,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 1,
"comment" : "Invalid message size",
"flags" : [
"InvalidMessageSize"
],
"key" : "fb9fc869af3e4828da6efa18b5fa71a0",
"tweak" : "379f81cab6ed2517",
"msg" : [],
"ct" : [],
"result" : "invalid"
}
]
},
{
"keySize" : 128,
"msgSize" : 1,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 2,
"comment" : "Invalid message size",
"flags" : [
"InvalidMessageSize"
],
"key" : "7325733095d90aff456a1e00fa977365",
"tweak" : "a5f8950069a56f6c",
"msg" : [20],
"ct" : [],
"result" : "invalid"
}
]
},
{
"keySize" : 192,
"msgSize" : 0,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3,
"comment" : "Invalid message size",
"flags" : [
"InvalidMessageSize"
],
"key" : "af2463f51df63a015178e30edcf25dacbeb2abbc5144d0a6",
"tweak" : "5d9c3dfb797c952a",
"msg" : [],
"ct" : [],
"result" : "invalid"
}
]
},
{
"keySize" : 192,
"msgSize" : 1,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 4,
"comment" : "Invalid message size",
"flags" : [
"InvalidMessageSize"
],
"key" : "e9e279f5fad3e7fd7922e838cf07da528ddcc5387f6145bf",
"tweak" : "a25989a2e4360bae",
"msg" : [13],
"ct" : [],
"result" : "invalid"
}
]
},
{
"keySize" : 256,
"msgSize" : 0,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 5,
"comment" : "Invalid message size",
"flags" : [
"InvalidMessageSize"
],
"key" : "f25e816c4d42629a428e48f2d48a31f79d6b1e8ef47e5ed3e7e5bbdf37f1806d",
"tweak" : "42dbc8913a275520",
"msg" : [],
"ct" : [],
"result" : "invalid"
}
]
},
{
"keySize" : 256,
"msgSize" : 1,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 6,
"comment" : "Invalid message size",
"flags" : [
"InvalidMessageSize"
],
"key" : "b8c800bed3286920bd1d9ad89a78808e9f815ec638663a725f256cc7078fdaf0",
"tweak" : "90120912eba3c19c",
"msg" : [15],
"ct" : [],
"result" : "invalid"
}
]
},
{
"keySize" : 128,
"msgSize" : 2,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 7,
"comment" : "small message size",
"flags" : [
"SmallMessageSize"
],
"key" : "ad65778960d778c614e2673dee073acb",
"tweak" : "4505f45a8fa30b90",
"msg" : [3, 21],
"ct" : [2, 10],
"result" : "valid"
}
]
},
{
"keySize" : 128,
"msgSize" : 3,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 8,
"comment" : "small message size",
"flags" : [
"SmallMessageSize"
],
"key" : "aa6f23f573da39b110f4e155c418ba1f",
"tweak" : "8402018f66fd2cb9",
"msg" : [10, 20, 11],
"ct" : [5, 9, 7],
"result" : "valid"
}
]
},
{
"keySize" : 128,
"msgSize" : 4,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 9,
"comment" : "small message size",
"flags" : [
"SmallMessageSize"
],
"key" : "5dd5899794ff9b5007b4481aaa97f882",
"tweak" : "742f7f8b2ab0dc48",
"msg" : [9, 17, 12, 14],
"ct" : [8, 19, 5, 18],
"result" : "valid"
}
]
},
{
"keySize" : 192,
"msgSize" : 2,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 10,
"comment" : "small message size",
"flags" : [
"SmallMessageSize"
],
"key" : "911c9e0a87977587050ebb48f4f9e199fde8472781ecaf7a",
"tweak" : "cf98ea96ef005bc6",
"msg" : [13, 22],
"ct" : [8, 24],
"result" : "valid"
}
]
},
{
"keySize" : 192,
"msgSize" : 3,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 11,
"comment" : "small message size",
"flags" : [
"SmallMessageSize"
],
"key" : "3c453964f4e42587db3a6de5de00673ede7e17672a4deb84",
"tweak" : "fe6290783f11946c",
"msg" : [9, 14, 9],
"ct" : [14, 10, 20],
"result" : "valid"
}
]
},
{
"keySize" : 192,
"msgSize" : 4,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 12,
"comment" : "small message size",
"flags" : [
"SmallMessageSize"
],
"key" : "f9626066827656fe088a7bf737c1cc1a3a3adc7015ffee7f",
"tweak" : "bc6d9ff72c250366",
"msg" : [14, 7, 14, 14],
"ct" : [1, 8, 19, 19],
"result" : "valid"
}
]
},
{
"keySize" : 256,
"msgSize" : 2,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 13,
"comment" : "small message size",
"flags" : [
"SmallMessageSize"
],
"key" : "d05ae6e3819e2dcdd218be7c62465e8f1474f1fec8e79a1a3f7b88040d0f4160",
"tweak" : "823988f1ffb8ce23",
"msg" : [25, 11],
"ct" : [1, 17],
"result" : "valid"
}
]
},
{
"keySize" : 256,
"msgSize" : 3,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 14,
"comment" : "small message size",
"flags" : [
"SmallMessageSize"
],
"key" : "1399758fa1ebf7cfda5f601c643443adaea4f4f8c19fc8772c5d5e3cc0cc6955",
"tweak" : "8c5a263a91b7cb4f",
"msg" : [9, 25, 14],
"ct" : [3, 23, 13],
"result" : "valid"
}
]
},
{
"keySize" : 256,
"msgSize" : 4,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 15,
"comment" : "small message size",
"flags" : [
"SmallMessageSize"
],
"key" : "c4acbec2544b6a08d8b24841fc55fccf7450bfd64169fa7dbea965ccae52ac13",
"tweak" : "427713fa26fac273",
"msg" : [6, 4, 5, 22],
"ct" : [23, 2, 17, 18],
"result" : "valid"
}
]
},
{
"keySize" : 128,
"msgSize" : 5,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 16,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "0319599d6c7ca301230ec2b06c681097",
"tweak" : "125fd8f86c787e2d",
"msg" : [0, 3, 1, 1, 20],
"ct" : [24, 7, 7, 20, 22],
"result" : "valid"
},
{
"tcId" : 17,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "ed3d0c6668748336d74abc8a161dea33",
"tweak" : "61a3e1c030481108",
"msg" : [0, 0, 0, 0, 0],
"ct" : [14, 12, 4, 11, 6],
"result" : "valid"
},
{
"tcId" : 18,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "ed3d0c6668748336d74abc8a161dea33",
"tweak" : "61a3e1c030481108",
"msg" : [25, 25, 25, 25, 25],
"ct" : [11, 25, 25, 16, 22],
"result" : "valid"
},
{
"tcId" : 19,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "ed3d0c6668748336d74abc8a161dea33",
"tweak" : "61a3e1c030481108",
"msg" : [19, 18, 24, 6, 4],
"ct" : [9, 8, 19, 6, 21],
"result" : "valid"
},
{
"tcId" : 20,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "ed3d0c6668748336d74abc8a161dea33",
"tweak" : "61a3e1c030481108",
"msg" : [19, 17, 24, 6, 3],
"ct" : [22, 1, 15, 9, 12],
"result" : "valid"
},
{
"tcId" : 21,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "ed3d0c6668748336d74abc8a161dea33",
"tweak" : "61a3e1c030481108",
"msg" : [3, 8, 22, 22, 13],
"ct" : [5, 14, 10, 16, 3],
"result" : "valid"
},
{
"tcId" : 22,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "ed3d0c6668748336d74abc8a161dea33",
"tweak" : "61a3e1c030481108",
"msg" : [24, 3, 13, 20, 22],
"ct" : [20, 10, 10, 25, 17],
"result" : "valid"
},
{
"tcId" : 23,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "ed3d0c6668748336d74abc8a161dea33",
"tweak" : "61a3e1c030481108",
"msg" : [16, 16, 5, 16, 24],
"ct" : [8, 24, 7, 15, 19],
"result" : "valid"
},
{
"tcId" : 24,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "ed3d0c6668748336d74abc8a161dea33",
"tweak" : "61a3e1c030481108",
"msg" : [4, 18, 24, 25, 18],
"ct" : [3, 12, 23, 20, 9],
"result" : "valid"
},
{
"tcId" : 25,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "ed3d0c6668748336d74abc8a161dea33",
"tweak" : "61a3e1c030481108",
"msg" : [11, 12, 7, 14, 15],
"ct" : [11, 9, 15, 12, 19],
"result" : "valid"
},
{
"tcId" : 26,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "ed3d0c6668748336d74abc8a161dea33",
"tweak" : "61a3e1c030481108",
"msg" : [3, 9, 6, 5, 5],
"ct" : [0, 18, 13, 13, 24],
"result" : "valid"
},
{
"tcId" : 27,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "ed3d0c6668748336d74abc8a161dea33",
"tweak" : "61a3e1c030481108",
"msg" : [14, 14, 6, 16, 0],
"ct" : [16, 4, 16, 19, 3],
"result" : "valid"
},
{
"tcId" : 28,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "ed3d0c6668748336d74abc8a161dea33",
"tweak" : "61a3e1c030481108",
"msg" : [24, 24, 14, 6, 23],
"ct" : [13, 21, 21, 1, 11],
"result" : "valid"
},
{
"tcId" : 29,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "ed3d0c6668748336d74abc8a161dea33",
"tweak" : "61a3e1c030481108",
"msg" : [24, 4, 8, 13, 15],
"ct" : [0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 30,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "ed3d0c6668748336d74abc8a161dea33",
"tweak" : "61a3e1c030481108",
"msg" : [25, 25, 11, 20, 4],
"ct" : [25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 31,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "ed3d0c6668748336d74abc8a161dea33",
"tweak" : "61a3e1c030481108",
"msg" : [21, 13, 16, 25, 11],
"ct" : [19, 18, 24, 6, 4],
"result" : "valid"
},
{
"tcId" : 32,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "ed3d0c6668748336d74abc8a161dea33",
"tweak" : "61a3e1c030481108",
"msg" : [20, 16, 25, 11, 14],
"ct" : [19, 17, 24, 6, 3],
"result" : "valid"
},
{
"tcId" : 33,
"comment" : "y = 0 and (y + a) % radix**2 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "2dcc7a48fa759e58062f64099e2654fb",
"tweak" : "08055028335906193cfa0f82be",
"msg" : [22, 4, 14, 12, 20],
"ct" : [9, 9, 25, 22, 17],
"result" : "valid"
},
{
"tcId" : 34,
"comment" : "y = 0 and a = 1 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "2dcc7a48fa759e58062f64099e2654fb",
"tweak" : "08055028335906193cfa0f82be",
"msg" : [0, 0, 21, 4, 4],
"ct" : [11, 2, 6, 25, 1],
"result" : "valid"
},
{
"tcId" : 35,
"comment" : "y = 0 and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "2dcc7a48fa759e58062f64099e2654fb",
"tweak" : "08055028335906193cfa0f82be",
"msg" : [15, 2, 25, 3, 10],
"ct" : [21, 14, 7, 8, 9],
"result" : "valid"
},
{
"tcId" : 36,
"comment" : "y = 0 and (y + a) % radix**2 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "2dcc7a48fa759e58062f64099e2654fb",
"tweak" : "08055028335906193cfa0f82be",
"msg" : [19, 10, 13, 13, 11],
"ct" : [8, 23, 22, 25, 6],
"result" : "valid"
},
{
"tcId" : 37,
"comment" : "y = 1 and a = 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "2dcc7a48fa759e58062f64099e2654fb",
"tweak" : "3240ddb563f4699cd61d3652ce",
"msg" : [4, 8, 14, 8, 23],
"ct" : [14, 17, 11, 9, 16],
"result" : "valid"
},
{
"tcId" : 38,
"comment" : "y = 1 and a = 1 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "2dcc7a48fa759e58062f64099e2654fb",
"tweak" : "3240ddb563f4699cd61d3652ce",
"msg" : [19, 6, 2, 4, 3],
"ct" : [7, 0, 17, 14, 16],
"result" : "valid"
},
{
"tcId" : 39,
"comment" : "y = 1 and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "2dcc7a48fa759e58062f64099e2654fb",
"tweak" : "3240ddb563f4699cd61d3652ce",
"msg" : [14, 20, 20, 8, 20],
"ct" : [23, 8, 9, 17, 24],
"result" : "valid"
},
{
"tcId" : 40,
"comment" : "y = 1 and (y + a) % radix**2 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "2dcc7a48fa759e58062f64099e2654fb",
"tweak" : "3240ddb563f4699cd61d3652ce",
"msg" : [0, 10, 2, 7, 18],
"ct" : [14, 1, 23, 10, 13],
"result" : "valid"
},
{
"tcId" : 41,
"comment" : "y = 1 and (y + a) % radix**2 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "2dcc7a48fa759e58062f64099e2654fb",
"tweak" : "3240ddb563f4699cd61d3652ce",
"msg" : [11, 20, 0, 2, 15],
"ct" : [23, 10, 7, 5, 5],
"result" : "valid"
},
{
"tcId" : 42,
"comment" : "y is maximal and a = 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "2dcc7a48fa759e58062f64099e2654fb",
"tweak" : "699fad0ff06400ef75728c3aad",
"msg" : [19, 9, 13, 5, 4],
"ct" : [16, 15, 1, 13, 22],
"result" : "valid"
},
{
"tcId" : 43,
"comment" : "y is maximal and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "2dcc7a48fa759e58062f64099e2654fb",
"tweak" : "699fad0ff06400ef75728c3aad",
"msg" : [17, 5, 19, 19, 6],
"ct" : [16, 16, 12, 15, 18],
"result" : "valid"
},
{
"tcId" : 44,
"comment" : "y is maximal and (y + a) % radix**2 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "2dcc7a48fa759e58062f64099e2654fb",
"tweak" : "699fad0ff06400ef75728c3aad",
"msg" : [18, 3, 15, 9, 21],
"ct" : [25, 25, 11, 17, 1],
"result" : "valid"
},
{
"tcId" : 45,
"comment" : "y is maximal and (y + a) % radix**2 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "2dcc7a48fa759e58062f64099e2654fb",
"tweak" : "699fad0ff06400ef75728c3aad",
"msg" : [23, 0, 7, 17, 16],
"ct" : [0, 0, 10, 1, 6],
"result" : "valid"
},
{
"tcId" : 46,
"comment" : "y is maximal and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "2dcc7a48fa759e58062f64099e2654fb",
"tweak" : "699fad0ff06400ef75728c3aad",
"msg" : [6, 16, 10, 0, 6],
"ct" : [10, 7, 18, 24, 13],
"result" : "valid"
},
{
"tcId" : 47,
"comment" : "y is maximal and a is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "2dcc7a48fa759e58062f64099e2654fb",
"tweak" : "699fad0ff06400ef75728c3aad",
"msg" : [20, 23, 7, 15, 1],
"ct" : [16, 14, 5, 18, 9],
"result" : "valid"
},
{
"tcId" : 48,
"comment" : "y is edge case for modular reduction and a = 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "2dcc7a48fa759e58062f64099e2654fb",
"tweak" : "2085655e1271ea6d0b5db7951a",
"msg" : [0, 11, 0, 15, 7],
"ct" : [14, 23, 25, 21, 21],
"result" : "valid"
},
{
"tcId" : 49,
"comment" : "y is edge case for modular reduction and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "2dcc7a48fa759e58062f64099e2654fb",
"tweak" : "2085655e1271ea6d0b5db7951a",
"msg" : [23, 12, 24, 8, 10],
"ct" : [23, 16, 18, 10, 5],
"result" : "valid"
},
{
"tcId" : 50,
"comment" : "y is edge case for modular reduction and (y + a) % radix**2 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "2dcc7a48fa759e58062f64099e2654fb",
"tweak" : "2085655e1271ea6d0b5db7951a",
"msg" : [17, 9, 20, 23, 19],
"ct" : [1, 5, 22, 16, 6],
"result" : "valid"
},
{
"tcId" : 51,
"comment" : "y is edge case for modular reduction and (y + a) % radix**2 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "2dcc7a48fa759e58062f64099e2654fb",
"tweak" : "2085655e1271ea6d0b5db7951a",
"msg" : [12, 3, 15, 23, 23],
"ct" : [19, 13, 15, 3, 10],
"result" : "valid"
},
{
"tcId" : 52,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "2dcc7a48fa759e58062f64099e2654fb",
"tweak" : "2085655e1271ea6d0b5db7951a",
"msg" : [10, 24, 9, 5, 14],
"ct" : [15, 2, 23, 3, 18],
"result" : "valid"
},
{
"tcId" : 53,
"comment" : "y is edge case for modular reduction and a is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "2dcc7a48fa759e58062f64099e2654fb",
"tweak" : "2085655e1271ea6d0b5db7951a",
"msg" : [0, 16, 0, 25, 10],
"ct" : [22, 25, 22, 18, 10],
"result" : "valid"
},
{
"tcId" : 54,
"comment" : "y is maximal after modular reduction and (y + a) % radix**2 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "2dcc7a48fa759e58062f64099e2654fb",
"tweak" : "a7446d1c89b880dbb8583e2b43",
"msg" : [20, 13, 0, 9, 24],
"ct" : [25, 9, 15, 10, 20],
"result" : "valid"
},
{
"tcId" : 55,
"comment" : "y is maximal after modular reduction and (y + a) % radix**2 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "2dcc7a48fa759e58062f64099e2654fb",
"tweak" : "a7446d1c89b880dbb8583e2b43",
"msg" : [10, 24, 19, 9, 12],
"ct" : [1, 6, 3, 14, 14],
"result" : "valid"
},
{
"tcId" : 56,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "2dcc7a48fa759e58062f64099e2654fb",
"tweak" : "a7446d1c89b880dbb8583e2b43",
"msg" : [11, 19, 0, 23, 17],
"ct" : [12, 8, 15, 7, 2],
"result" : "valid"
},
{
"tcId" : 57,
"comment" : "y is maximal after modular reduction and a is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "2dcc7a48fa759e58062f64099e2654fb",
"tweak" : "a7446d1c89b880dbb8583e2b43",
"msg" : [3, 23, 15, 14, 15],
"ct" : [17, 7, 21, 11, 16],
"result" : "valid"
},
{
"tcId" : 58,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "8d8a7cd63e6554b77d0345f3d799bfad",
"tweak" : "ea7fef1b2f555ad8",
"msg" : [-1, 13, 22, 23, 23],
"ct" : [15, 5, 16, 11, 20],
"result" : "invalid"
},
{
"tcId" : 59,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "8d8a7cd63e6554b77d0345f3d799bfad",
"tweak" : "ea7fef1b2f555ad8",
"msg" : [12, -1, 22, 23, 23],
"ct" : [25, 5, 1, 9, 8],
"result" : "invalid"
},
{
"tcId" : 60,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "8d8a7cd63e6554b77d0345f3d799bfad",
"tweak" : "ea7fef1b2f555ad8",
"msg" : [12, 13, 22, 23, -1],
"ct" : [16, 11, 11, 3, 24],
"result" : "invalid"
},
{
"tcId" : 61,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "4c2f77aeb3a3210259cae492b90afbea",
"tweak" : "db0081af15156d1e",
"msg" : [26, 1, 17, 17, 24],
"ct" : [5, 16, 8, 8, 23],
"result" : "invalid"
},
{
"tcId" : 62,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "4c2f77aeb3a3210259cae492b90afbea",
"tweak" : "db0081af15156d1e",
"msg" : [18, 26, 17, 17, 24],
"ct" : [18, 1, 0, 3, 7],
"result" : "invalid"
},
{
"tcId" : 63,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "4c2f77aeb3a3210259cae492b90afbea",
"tweak" : "db0081af15156d1e",
"msg" : [18, 1, 17, 17, 26],
"ct" : [23, 3, 15, 6, 13],
"result" : "invalid"
}
]
},
{
"keySize" : 128,
"msgSize" : 6,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 64,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "474bbf2aff5c252419c49a07d50e2bdf",
"tweak" : "d64296c362368a3d",
"msg" : [5, 8, 6, 19, 10, 21],
"ct" : [15, 24, 8, 14, 16, 18],
"result" : "valid"
},
{
"tcId" : 65,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "26dbd1998c3a046ac3ff11937079c034",
"tweak" : "5e551c3daad7e5fa",
"msg" : [0, 0, 0, 0, 0, 0],
"ct" : [13, 8, 11, 1, 3, 25],
"result" : "valid"
},
{
"tcId" : 66,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "26dbd1998c3a046ac3ff11937079c034",
"tweak" : "5e551c3daad7e5fa",
"msg" : [25, 25, 25, 25, 25, 25],
"ct" : [20, 3, 16, 8, 2, 4],
"result" : "valid"
},
{
"tcId" : 67,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "26dbd1998c3a046ac3ff11937079c034",
"tweak" : "5e551c3daad7e5fa",
"msg" : [24, 6, 4, 24, 6, 4],
"ct" : [12, 22, 0, 6, 4, 17],
"result" : "valid"
},
{
"tcId" : 68,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "26dbd1998c3a046ac3ff11937079c034",
"tweak" : "5e551c3daad7e5fa",
"msg" : [24, 6, 3, 24, 6, 3],
"ct" : [24, 10, 0, 4, 19, 9],
"result" : "valid"
},
{
"tcId" : 69,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "26dbd1998c3a046ac3ff11937079c034",
"tweak" : "5e551c3daad7e5fa",
"msg" : [16, 7, 24, 17, 16, 3],
"ct" : [10, 10, 5, 10, 14, 10],
"result" : "valid"
},
{
"tcId" : 70,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "26dbd1998c3a046ac3ff11937079c034",
"tweak" : "5e551c3daad7e5fa",
"msg" : [11, 14, 22, 22, 24, 6],
"ct" : [19, 18, 5, 23, 24, 11],
"result" : "valid"
},
{
"tcId" : 71,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "26dbd1998c3a046ac3ff11937079c034",
"tweak" : "5e551c3daad7e5fa",
"msg" : [21, 19, 6, 9, 24, 22],
"ct" : [15, 23, 17, 15, 7, 1],
"result" : "valid"
},
{
"tcId" : 72,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "26dbd1998c3a046ac3ff11937079c034",
"tweak" : "5e551c3daad7e5fa",
"msg" : [1, 22, 23, 22, 1, 3],
"ct" : [0, 8, 0, 23, 11, 10],
"result" : "valid"
},
{
"tcId" : 73,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "26dbd1998c3a046ac3ff11937079c034",
"tweak" : "5e551c3daad7e5fa",
"msg" : [17, 12, 9, 13, 8, 10],
"ct" : [8, 24, 10, 8, 6, 22],
"result" : "valid"
},
{
"tcId" : 74,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "26dbd1998c3a046ac3ff11937079c034",
"tweak" : "5e551c3daad7e5fa",
"msg" : [5, 11, 15, 3, 22, 11],
"ct" : [25, 5, 12, 13, 20, 25],
"result" : "valid"
},
{
"tcId" : 75,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "26dbd1998c3a046ac3ff11937079c034",
"tweak" : "5e551c3daad7e5fa",
"msg" : [16, 21, 10, 25, 12, 7],
"ct" : [2, 0, 13, 3, 11, 6],
"result" : "valid"
},
{
"tcId" : 76,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "26dbd1998c3a046ac3ff11937079c034",
"tweak" : "5e551c3daad7e5fa",
"msg" : [12, 20, 11, 8, 19, 24],
"ct" : [23, 22, 5, 6, 1, 4],
"result" : "valid"
},
{
"tcId" : 77,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "26dbd1998c3a046ac3ff11937079c034",
"tweak" : "5e551c3daad7e5fa",
"msg" : [3, 18, 3, 18, 1, 15],
"ct" : [0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 78,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "26dbd1998c3a046ac3ff11937079c034",
"tweak" : "5e551c3daad7e5fa",
"msg" : [25, 7, 16, 20, 1, 11],
"ct" : [25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 79,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "26dbd1998c3a046ac3ff11937079c034",
"tweak" : "5e551c3daad7e5fa",
"msg" : [24, 18, 3, 13, 22, 0],
"ct" : [24, 6, 4, 24, 6, 4],
"result" : "valid"
},
{
"tcId" : 80,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "26dbd1998c3a046ac3ff11937079c034",
"tweak" : "5e551c3daad7e5fa",
"msg" : [23, 14, 11, 14, 2, 13],
"ct" : [24, 6, 3, 24, 6, 3],
"result" : "valid"
},
{
"tcId" : 81,
"comment" : "y = 0 and (y + a) % radix**3 == 0 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "6a24278db37f29768c4263256ffbd956",
"tweak" : "0a353808562b5d1c3c1d6a758d",
"msg" : [8, 25, 25, 0, 0, 0],
"ct" : [18, 21, 25, 3, 12, 23],
"result" : "valid"
},
{
"tcId" : 82,
"comment" : "y = 0 and a = 1 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "6a24278db37f29768c4263256ffbd956",
"tweak" : "0a353808562b5d1c3c1d6a758d",
"msg" : [17, 19, 14, 0, 0, 1],
"ct" : [12, 12, 3, 4, 20, 19],
"result" : "valid"
},
{
"tcId" : 83,
"comment" : "y = 0 and a has large Hamming weight in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "6a24278db37f29768c4263256ffbd956",
"tweak" : "0a353808562b5d1c3c1d6a758d",
"msg" : [6, 0, 13, 24, 6, 4],
"ct" : [14, 19, 9, 17, 10, 11],
"result" : "valid"
},
{
"tcId" : 84,
"comment" : "y = 0 and (y + a) % radix**3 is maximal in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "6a24278db37f29768c4263256ffbd956",
"tweak" : "0a353808562b5d1c3c1d6a758d",
"msg" : [15, 15, 20, 25, 25, 25],
"ct" : [0, 0, 14, 10, 21, 11],
"result" : "valid"
},
{
"tcId" : 85,
"comment" : "y = 1 and a = 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "6a24278db37f29768c4263256ffbd956",
"tweak" : "c0ccb67ac60d3dce873aa9d933",
"msg" : [17, 18, 15, 5, 21, 16],
"ct" : [3, 21, 21, 13, 3, 24],
"result" : "valid"
},
{
"tcId" : 86,
"comment" : "y = 1 and a = 1 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "6a24278db37f29768c4263256ffbd956",
"tweak" : "c0ccb67ac60d3dce873aa9d933",
"msg" : [20, 0, 24, 17, 9, 7],
"ct" : [18, 19, 11, 8, 18, 25],
"result" : "valid"
},
{
"tcId" : 87,
"comment" : "y = 1 and a has large Hamming weight in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "6a24278db37f29768c4263256ffbd956",
"tweak" : "c0ccb67ac60d3dce873aa9d933",
"msg" : [9, 21, 15, 4, 17, 8],
"ct" : [21, 19, 12, 7, 15, 18],
"result" : "valid"
},
{
"tcId" : 88,
"comment" : "y = 1 and (y + a) % radix**3 is maximal in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "6a24278db37f29768c4263256ffbd956",
"tweak" : "c0ccb67ac60d3dce873aa9d933",
"msg" : [22, 13, 14, 8, 13, 9],
"ct" : [6, 0, 11, 5, 18, 9],
"result" : "valid"
},
{
"tcId" : 89,
"comment" : "y = 1 and (y + a) % radix**3 == 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "6a24278db37f29768c4263256ffbd956",
"tweak" : "c0ccb67ac60d3dce873aa9d933",
"msg" : [11, 25, 0, 4, 0, 17],
"ct" : [17, 15, 22, 9, 21, 0],
"result" : "valid"
},
{
"tcId" : 90,
"comment" : "y is maximal and a = 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "6a24278db37f29768c4263256ffbd956",
"tweak" : "726bf196f83b06d43956676a0e",
"msg" : [4, 1, 4, 8, 7, 20],
"ct" : [16, 7, 25, 3, 19, 18],
"result" : "valid"
},
{
"tcId" : 91,
"comment" : "y is maximal and a = 1 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "6a24278db37f29768c4263256ffbd956",
"tweak" : "726bf196f83b06d43956676a0e",
"msg" : [15, 24, 3, 16, 8, 2],
"ct" : [1, 20, 1, 20, 19, 17],
"result" : "valid"
},
{
"tcId" : 92,
"comment" : "y is maximal and (y + a) % radix**3 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "6a24278db37f29768c4263256ffbd956",
"tweak" : "726bf196f83b06d43956676a0e",
"msg" : [6, 16, 8, 20, 12, 0],
"ct" : [18, 11, 17, 21, 11, 3],
"result" : "valid"
},
{
"tcId" : 93,
"comment" : "y is maximal and (y + a) % radix**3 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "6a24278db37f29768c4263256ffbd956",
"tweak" : "726bf196f83b06d43956676a0e",
"msg" : [7, 10, 19, 23, 22, 13],
"ct" : [18, 17, 1, 17, 9, 9],
"result" : "valid"
},
{
"tcId" : 94,
"comment" : "y is maximal and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "6a24278db37f29768c4263256ffbd956",
"tweak" : "726bf196f83b06d43956676a0e",
"msg" : [0, 12, 3, 5, 20, 3],
"ct" : [3, 22, 11, 19, 25, 1],
"result" : "valid"
},
{
"tcId" : 95,
"comment" : "y is maximal and a is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "6a24278db37f29768c4263256ffbd956",
"tweak" : "726bf196f83b06d43956676a0e",
"msg" : [10, 25, 7, 25, 11, 5],
"ct" : [6, 12, 3, 8, 2, 0],
"result" : "valid"
},
{
"tcId" : 96,
"comment" : "y is edge case for modular reduction and a = 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "6a24278db37f29768c4263256ffbd956",
"tweak" : "91072c367ec32f5a6b7d52595f",
"msg" : [5, 0, 20, 15, 3, 0],
"ct" : [12, 16, 0, 3, 23, 23],
"result" : "valid"
},
{
"tcId" : 97,
"comment" : "y is edge case for modular reduction and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "6a24278db37f29768c4263256ffbd956",
"tweak" : "91072c367ec32f5a6b7d52595f",
"msg" : [2, 12, 2, 14, 15, 4],
"ct" : [12, 16, 1, 11, 16, 20],
"result" : "valid"
},
{
"tcId" : 98,
"comment" : "y is edge case for modular reduction and (y + a) % radix**3 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "6a24278db37f29768c4263256ffbd956",
"tweak" : "91072c367ec32f5a6b7d52595f",
"msg" : [2, 12, 12, 5, 8, 15],
"ct" : [25, 25, 25, 6, 3, 12],
"result" : "valid"
},
{
"tcId" : 99,
"comment" : "y is edge case for modular reduction and (y + a) % radix**3 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "6a24278db37f29768c4263256ffbd956",
"tweak" : "91072c367ec32f5a6b7d52595f",
"msg" : [5, 6, 0, 4, 4, 17],
"ct" : [0, 0, 0, 8, 24, 7],
"result" : "valid"
},
{
"tcId" : 100,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "6a24278db37f29768c4263256ffbd956",
"tweak" : "91072c367ec32f5a6b7d52595f",
"msg" : [6, 8, 5, 1, 1, 7],
"ct" : [10, 22, 4, 4, 6, 25],
"result" : "valid"
},
{
"tcId" : 101,
"comment" : "y is edge case for modular reduction and a is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "6a24278db37f29768c4263256ffbd956",
"tweak" : "91072c367ec32f5a6b7d52595f",
"msg" : [11, 13, 14, 24, 3, 5],
"ct" : [12, 15, 25, 22, 22, 22],
"result" : "valid"
},
{
"tcId" : 102,
"comment" : "y is maximal after modular reduction and (y + a) % radix**3 is maximal in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "6a24278db37f29768c4263256ffbd956",
"tweak" : "196b66811cfe904138644090b5",
"msg" : [17, 5, 9, 0, 0, 0],
"ct" : [2, 15, 9, 4, 2, 9],
"result" : "valid"
},
{
"tcId" : 103,
"comment" : "y is maximal after modular reduction and (y + a) % radix**3 == 0 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "6a24278db37f29768c4263256ffbd956",
"tweak" : "196b66811cfe904138644090b5",
"msg" : [2, 14, 11, 0, 0, 1],
"ct" : [24, 2, 16, 17, 18, 7],
"result" : "valid"
},
{
"tcId" : 104,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "6a24278db37f29768c4263256ffbd956",
"tweak" : "196b66811cfe904138644090b5",
"msg" : [8, 19, 9, 24, 6, 4],
"ct" : [6, 22, 8, 9, 6, 3],
"result" : "valid"
},
{
"tcId" : 105,
"comment" : "y is maximal after modular reduction and a is maximal in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "6a24278db37f29768c4263256ffbd956",
"tweak" : "196b66811cfe904138644090b5",
"msg" : [4, 21, 9, 25, 25, 25],
"ct" : [10, 14, 22, 17, 11, 12],
"result" : "valid"
},
{
"tcId" : 106,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "ed4561abc903a9e722ddb8aa94cc662d",
"tweak" : "975f6d7701e004f7",
"msg" : [-1, 8, 18, 24, 17, 19],
"ct" : [11, 4, 20, 4, 14, 20],
"result" : "invalid"
},
{
"tcId" : 107,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "ed4561abc903a9e722ddb8aa94cc662d",
"tweak" : "975f6d7701e004f7",
"msg" : [16, 8, -1, 24, 17, 19],
"ct" : [22, 0, 8, 10, 12, 18],
"result" : "invalid"
},
{
"tcId" : 108,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "ed4561abc903a9e722ddb8aa94cc662d",
"tweak" : "975f6d7701e004f7",
"msg" : [16, 8, 18, 24, 17, -1],
"ct" : [16, 10, 8, 17, 1, 18],
"result" : "invalid"
},
{
"tcId" : 109,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "b544bcfd91012b7b80e3c4e550c17b1d",
"tweak" : "87cb007656439734",
"msg" : [26, 0, 14, 15, 5, 18],
"ct" : [18, 14, 5, 18, 16, 12],
"result" : "invalid"
},
{
"tcId" : 110,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "b544bcfd91012b7b80e3c4e550c17b1d",
"tweak" : "87cb007656439734",
"msg" : [10, 0, 26, 15, 5, 18],
"ct" : [4, 20, 17, 17, 9, 16],
"result" : "invalid"
},
{
"tcId" : 111,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "b544bcfd91012b7b80e3c4e550c17b1d",
"tweak" : "87cb007656439734",
"msg" : [10, 0, 14, 15, 5, 26],
"ct" : [22, 23, 6, 9, 5, 5],
"result" : "invalid"
}
]
},
{
"keySize" : 128,
"msgSize" : 7,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 112,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "20b2c30d44c72c32a4564541332f45c3",
"tweak" : "3de9de4b8736f463",
"msg" : [7, 17, 20, 12, 9, 6, 22],
"ct" : [6, 5, 22, 9, 17, 0, 22],
"result" : "valid"
},
{
"tcId" : 113,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "53b43d40c44c62982d5123e5716d25db",
"tweak" : "c34af5583d26dacc",
"msg" : [0, 0, 0, 0, 0, 0, 0],
"ct" : [11, 5, 10, 5, 13, 11, 0],
"result" : "valid"
},
{
"tcId" : 114,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "53b43d40c44c62982d5123e5716d25db",
"tweak" : "c34af5583d26dacc",
"msg" : [25, 25, 25, 25, 25, 25, 25],
"ct" : [20, 0, 7, 13, 10, 11, 3],
"result" : "valid"
},
{
"tcId" : 115,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "53b43d40c44c62982d5123e5716d25db",
"tweak" : "c34af5583d26dacc",
"msg" : [24, 6, 4, 14, 23, 20, 12],
"ct" : [19, 14, 6, 1, 19, 4, 25],
"result" : "valid"
},
{
"tcId" : 116,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "53b43d40c44c62982d5123e5716d25db",
"tweak" : "c34af5583d26dacc",
"msg" : [24, 6, 3, 14, 23, 20, 11],
"ct" : [18, 14, 8, 17, 4, 15, 4],
"result" : "valid"
},
{
"tcId" : 117,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "53b43d40c44c62982d5123e5716d25db",
"tweak" : "c34af5583d26dacc",
"msg" : [25, 4, 9, 16, 20, 18, 23],
"ct" : [3, 14, 21, 11, 23, 12, 7],
"result" : "valid"
},
{
"tcId" : 118,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "53b43d40c44c62982d5123e5716d25db",
"tweak" : "c34af5583d26dacc",
"msg" : [17, 18, 15, 4, 21, 12, 14],
"ct" : [0, 12, 19, 19, 18, 0, 18],
"result" : "valid"
},
{
"tcId" : 119,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "53b43d40c44c62982d5123e5716d25db",
"tweak" : "c34af5583d26dacc",
"msg" : [9, 11, 4, 24, 18, 22, 23],
"ct" : [20, 7, 17, 10, 7, 3, 25],
"result" : "valid"
},
{
"tcId" : 120,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "53b43d40c44c62982d5123e5716d25db",
"tweak" : "c34af5583d26dacc",
"msg" : [3, 13, 24, 12, 3, 10, 5],
"ct" : [24, 4, 15, 20, 5, 12, 8],
"result" : "valid"
},
{
"tcId" : 121,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "53b43d40c44c62982d5123e5716d25db",
"tweak" : "c34af5583d26dacc",
"msg" : [16, 15, 3, 23, 0, 13, 5],
"ct" : [21, 23, 19, 5, 16, 20, 7],
"result" : "valid"
},
{
"tcId" : 122,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "53b43d40c44c62982d5123e5716d25db",
"tweak" : "c34af5583d26dacc",
"msg" : [22, 7, 23, 10, 0, 0, 20],
"ct" : [10, 15, 0, 18, 7, 16, 23],
"result" : "valid"
},
{
"tcId" : 123,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "53b43d40c44c62982d5123e5716d25db",
"tweak" : "c34af5583d26dacc",
"msg" : [20, 19, 4, 17, 21, 11, 19],
"ct" : [6, 10, 15, 0, 20, 18, 11],
"result" : "valid"
},
{
"tcId" : 124,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "53b43d40c44c62982d5123e5716d25db",
"tweak" : "c34af5583d26dacc",
"msg" : [25, 10, 11, 1, 16, 18, 6],
"ct" : [0, 21, 13, 3, 0, 18, 10],
"result" : "valid"
},
{
"tcId" : 125,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "53b43d40c44c62982d5123e5716d25db",
"tweak" : "c34af5583d26dacc",
"msg" : [25, 7, 15, 7, 12, 3, 20],
"ct" : [0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 126,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "53b43d40c44c62982d5123e5716d25db",
"tweak" : "c34af5583d26dacc",
"msg" : [8, 3, 19, 10, 18, 13, 24],
"ct" : [25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 127,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "53b43d40c44c62982d5123e5716d25db",
"tweak" : "c34af5583d26dacc",
"msg" : [14, 25, 11, 19, 16, 17, 21],
"ct" : [24, 6, 4, 14, 23, 20, 12],
"result" : "valid"
},
{
"tcId" : 128,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "53b43d40c44c62982d5123e5716d25db",
"tweak" : "c34af5583d26dacc",
"msg" : [17, 23, 4, 14, 19, 10, 12],
"ct" : [24, 6, 3, 14, 23, 20, 11],
"result" : "valid"
},
{
"tcId" : 129,
"comment" : "y = 0 and (y + a) % radix**3 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad837c09903b33e60eecfa1d04308e32",
"tweak" : "51b704f8ea4964fba241eec4",
"msg" : [0, 0, 0, 25, 9, 7, 15],
"ct" : [22, 23, 10, 9, 24, 15, 22],
"result" : "valid"
},
{
"tcId" : 130,
"comment" : "y = 0 and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad837c09903b33e60eecfa1d04308e32",
"tweak" : "51b704f8ea4964fba241eec4",
"msg" : [0, 0, 1, 25, 9, 7, 15],
"ct" : [12, 24, 22, 6, 4, 0, 20],
"result" : "valid"
},
{
"tcId" : 131,
"comment" : "y = 0 and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad837c09903b33e60eecfa1d04308e32",
"tweak" : "51b704f8ea4964fba241eec4",
"msg" : [24, 6, 4, 25, 9, 7, 15],
"ct" : [25, 0, 6, 15, 23, 3, 7],
"result" : "valid"
},
{
"tcId" : 132,
"comment" : "y = 0 and (y + a) % radix**3 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad837c09903b33e60eecfa1d04308e32",
"tweak" : "51b704f8ea4964fba241eec4",
"msg" : [25, 25, 25, 25, 9, 7, 15],
"ct" : [9, 6, 4, 22, 21, 6, 10],
"result" : "valid"
},
{
"tcId" : 133,
"comment" : "y = 1 and a = 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad837c09903b33e60eecfa1d04308e32",
"tweak" : "6417ebabe19691e10c98d1c4",
"msg" : [1, 6, 17, 22, 0, 2, 2],
"ct" : [19, 15, 0, 9, 4, 19, 21],
"result" : "valid"
},
{
"tcId" : 134,
"comment" : "y = 1 and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad837c09903b33e60eecfa1d04308e32",
"tweak" : "6417ebabe19691e10c98d1c4",
"msg" : [23, 2, 13, 21, 18, 8, 0],
"ct" : [13, 25, 20, 20, 20, 6, 23],
"result" : "valid"
},
{
"tcId" : 135,
"comment" : "y = 1 and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad837c09903b33e60eecfa1d04308e32",
"tweak" : "6417ebabe19691e10c98d1c4",
"msg" : [6, 2, 0, 13, 9, 4, 13],
"ct" : [11, 3, 21, 7, 11, 22, 25],
"result" : "valid"
},
{
"tcId" : 136,
"comment" : "y = 1 and (y + a) % radix**3 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad837c09903b33e60eecfa1d04308e32",
"tweak" : "6417ebabe19691e10c98d1c4",
"msg" : [18, 24, 21, 25, 23, 9, 16],
"ct" : [11, 22, 7, 18, 15, 20, 13],
"result" : "valid"
},
{
"tcId" : 137,
"comment" : "y = 1 and (y + a) % radix**3 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad837c09903b33e60eecfa1d04308e32",
"tweak" : "6417ebabe19691e10c98d1c4",
"msg" : [9, 23, 8, 18, 9, 25, 12],
"ct" : [25, 10, 3, 9, 17, 20, 13],
"result" : "valid"
},
{
"tcId" : 138,
"comment" : "y is edge case for modular reduction and a = 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad837c09903b33e60eecfa1d04308e32",
"tweak" : "ab4f0e17b6b3ccadbe17a32a",
"msg" : [6, 24, 19, 11, 13, 4, 6],
"ct" : [1, 10, 8, 23, 2, 24, 2],
"result" : "valid"
},
{
"tcId" : 139,
"comment" : "y is edge case for modular reduction and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad837c09903b33e60eecfa1d04308e32",
"tweak" : "ab4f0e17b6b3ccadbe17a32a",
"msg" : [8, 10, 5, 15, 23, 24, 14],
"ct" : [8, 1, 10, 6, 20, 22, 9],
"result" : "valid"
},
{
"tcId" : 140,
"comment" : "y is edge case for modular reduction and (y + a) % radix**3 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad837c09903b33e60eecfa1d04308e32",
"tweak" : "ab4f0e17b6b3ccadbe17a32a",
"msg" : [12, 7, 24, 21, 14, 13, 20],
"ct" : [22, 23, 5, 17, 5, 4, 12],
"result" : "valid"
},
{
"tcId" : 141,
"comment" : "y is edge case for modular reduction and (y + a) % radix**3 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad837c09903b33e60eecfa1d04308e32",
"tweak" : "ab4f0e17b6b3ccadbe17a32a",
"msg" : [3, 25, 18, 21, 14, 23, 23],
"ct" : [11, 8, 5, 12, 11, 21, 17],
"result" : "valid"
},
{
"tcId" : 142,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad837c09903b33e60eecfa1d04308e32",
"tweak" : "ab4f0e17b6b3ccadbe17a32a",
"msg" : [13, 25, 12, 22, 11, 19, 2],
"ct" : [15, 18, 20, 12, 19, 22, 1],
"result" : "valid"
},
{
"tcId" : 143,
"comment" : "y is edge case for modular reduction and a is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad837c09903b33e60eecfa1d04308e32",
"tweak" : "ab4f0e17b6b3ccadbe17a32a",
"msg" : [17, 11, 0, 3, 4, 6, 11],
"ct" : [3, 17, 21, 20, 9, 6, 23],
"result" : "valid"
},
{
"tcId" : 144,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "ea35a8f24783be82abd93cc74e4944cb",
"tweak" : "a704f808982bb10f",
"msg" : [-1, 2, 5, 11, 15, 18, 18],
"ct" : [0, 24, 18, 2, 17, 15, 22],
"result" : "invalid"
},
{
"tcId" : 145,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "ea35a8f24783be82abd93cc74e4944cb",
"tweak" : "a704f808982bb10f",
"msg" : [16, 2, -1, 11, 15, 18, 18],
"ct" : [21, 7, 7, 8, 13, 4, 17],
"result" : "invalid"
},
{
"tcId" : 146,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "ea35a8f24783be82abd93cc74e4944cb",
"tweak" : "a704f808982bb10f",
"msg" : [16, 2, 5, 11, 15, 18, -1],
"ct" : [19, 16, 15, 22, 8, 19, 2],
"result" : "invalid"
},
{
"tcId" : 147,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "4e187fcc730e08bf89c0f41fc912ae5a",
"tweak" : "2f73406e483c46b3",
"msg" : [26, 7, 10, 14, 16, 12, 17],
"ct" : [9, 17, 11, 10, 19, 4, 16],
"result" : "invalid"
},
{
"tcId" : 148,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "4e187fcc730e08bf89c0f41fc912ae5a",
"tweak" : "2f73406e483c46b3",
"msg" : [18, 7, 26, 14, 16, 12, 17],
"ct" : [18, 10, 0, 17, 16, 4, 20],
"result" : "invalid"
},
{
"tcId" : 149,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "4e187fcc730e08bf89c0f41fc912ae5a",
"tweak" : "2f73406e483c46b3",
"msg" : [18, 7, 10, 14, 16, 12, 26],
"ct" : [11, 3, 13, 2, 10, 5, 6],
"result" : "invalid"
}
]
},
{
"keySize" : 128,
"msgSize" : 8,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 150,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "60d83b209822c0d9b7033dca86444fa1",
"tweak" : "23ef05b155a108c4",
"msg" : [5, 0, 11, 7, 18, 16, 16, 3],
"ct" : [11, 6, 20, 20, 16, 24, 18, 12],
"result" : "valid"
},
{
"tcId" : 151,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "3bfee9ab1eadaa8cff5b05281fcb0140",
"tweak" : "2024d5e34b3ba6a0",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [23, 5, 16, 8, 12, 18, 24, 17],
"result" : "valid"
},
{
"tcId" : 152,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "3bfee9ab1eadaa8cff5b05281fcb0140",
"tweak" : "2024d5e34b3ba6a0",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25],
"ct" : [0, 0, 10, 8, 24, 15, 19, 15],
"result" : "valid"
},
{
"tcId" : 153,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "3bfee9ab1eadaa8cff5b05281fcb0140",
"tweak" : "2024d5e34b3ba6a0",
"msg" : [14, 23, 20, 12, 14, 23, 20, 12],
"ct" : [18, 25, 1, 14, 9, 21, 10, 25],
"result" : "valid"
},
{
"tcId" : 154,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "3bfee9ab1eadaa8cff5b05281fcb0140",
"tweak" : "2024d5e34b3ba6a0",
"msg" : [14, 23, 20, 11, 14, 23, 20, 11],
"ct" : [14, 12, 20, 20, 14, 10, 5, 20],
"result" : "valid"
},
{
"tcId" : 155,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "3bfee9ab1eadaa8cff5b05281fcb0140",
"tweak" : "2024d5e34b3ba6a0",
"msg" : [10, 4, 11, 5, 23, 0, 13, 25],
"ct" : [11, 16, 3, 17, 13, 25, 6, 8],
"result" : "valid"
},
{
"tcId" : 156,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "3bfee9ab1eadaa8cff5b05281fcb0140",
"tweak" : "2024d5e34b3ba6a0",
"msg" : [15, 7, 1, 9, 2, 22, 22, 8],
"ct" : [1, 18, 1, 21, 9, 18, 4, 24],
"result" : "valid"
},
{
"tcId" : 157,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "3bfee9ab1eadaa8cff5b05281fcb0140",
"tweak" : "2024d5e34b3ba6a0",
"msg" : [18, 13, 8, 19, 13, 24, 4, 11],
"ct" : [0, 2, 1, 4, 19, 20, 19, 16],
"result" : "valid"
},
{
"tcId" : 158,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "3bfee9ab1eadaa8cff5b05281fcb0140",
"tweak" : "2024d5e34b3ba6a0",
"msg" : [25, 17, 18, 6, 15, 4, 3, 12],
"ct" : [5, 22, 19, 6, 1, 14, 4, 16],
"result" : "valid"
},
{
"tcId" : 159,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "3bfee9ab1eadaa8cff5b05281fcb0140",
"tweak" : "2024d5e34b3ba6a0",
"msg" : [12, 23, 1, 22, 15, 15, 11, 0],
"ct" : [23, 14, 19, 6, 9, 23, 15, 17],
"result" : "valid"
},
{
"tcId" : 160,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "3bfee9ab1eadaa8cff5b05281fcb0140",
"tweak" : "2024d5e34b3ba6a0",
"msg" : [5, 20, 7, 25, 18, 9, 4, 12],
"ct" : [11, 4, 13, 25, 25, 13, 20, 16],
"result" : "valid"
},
{
"tcId" : 161,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "3bfee9ab1eadaa8cff5b05281fcb0140",
"tweak" : "2024d5e34b3ba6a0",
"msg" : [11, 11, 7, 14, 21, 24, 5, 9],
"ct" : [7, 10, 23, 4, 17, 12, 17, 0],
"result" : "valid"
},
{
"tcId" : 162,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "3bfee9ab1eadaa8cff5b05281fcb0140",
"tweak" : "2024d5e34b3ba6a0",
"msg" : [15, 8, 14, 10, 21, 14, 2, 23],
"ct" : [10, 3, 1, 12, 6, 15, 21, 5],
"result" : "valid"
},
{
"tcId" : 163,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "3bfee9ab1eadaa8cff5b05281fcb0140",
"tweak" : "2024d5e34b3ba6a0",
"msg" : [16, 0, 6, 0, 10, 16, 14, 5],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 164,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "3bfee9ab1eadaa8cff5b05281fcb0140",
"tweak" : "2024d5e34b3ba6a0",
"msg" : [3, 25, 9, 5, 7, 1, 3, 11],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 165,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "3bfee9ab1eadaa8cff5b05281fcb0140",
"tweak" : "2024d5e34b3ba6a0",
"msg" : [22, 8, 19, 5, 12, 4, 9, 7],
"ct" : [14, 23, 20, 12, 14, 23, 20, 12],
"result" : "valid"
},
{
"tcId" : 166,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "3bfee9ab1eadaa8cff5b05281fcb0140",
"tweak" : "2024d5e34b3ba6a0",
"msg" : [11, 6, 18, 15, 12, 15, 3, 24],
"ct" : [14, 23, 20, 11, 14, 23, 20, 11],
"result" : "valid"
},
{
"tcId" : 167,
"comment" : "y = 0 and (y + a) % radix**4 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "475b7573760904fa57ad2cb88ea52f32",
"tweak" : "cc1d8d8009b66dbef9a009c9",
"msg" : [2, 5, 5, 3, 4, 2, 23, 4],
"ct" : [0, 0, 0, 0, 14, 0, 14, 8],
"result" : "valid"
},
{
"tcId" : 168,
"comment" : "y = 0 and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "475b7573760904fa57ad2cb88ea52f32",
"tweak" : "cc1d8d8009b66dbef9a009c9",
"msg" : [15, 0, 10, 18, 17, 5, 13, 1],
"ct" : [0, 0, 0, 1, 11, 20, 11, 25],
"result" : "valid"
},
{
"tcId" : 169,
"comment" : "y = 0 and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "475b7573760904fa57ad2cb88ea52f32",
"tweak" : "cc1d8d8009b66dbef9a009c9",
"msg" : [8, 22, 10, 24, 18, 12, 7, 11],
"ct" : [14, 23, 20, 12, 19, 17, 21, 23],
"result" : "valid"
},
{
"tcId" : 170,
"comment" : "y = 0 and (y + a) % radix**4 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "475b7573760904fa57ad2cb88ea52f32",
"tweak" : "cc1d8d8009b66dbef9a009c9",
"msg" : [3, 5, 10, 16, 4, 11, 18, 11],
"ct" : [25, 25, 25, 25, 18, 23, 0, 24],
"result" : "valid"
},
{
"tcId" : 171,
"comment" : "y = 1 and a = 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "475b7573760904fa57ad2cb88ea52f32",
"tweak" : "89d61e1bcd1232826c5dd9ef",
"msg" : [5, 17, 17, 14, 10, 4, 25, 17],
"ct" : [25, 9, 21, 3, 9, 9, 20, 2],
"result" : "valid"
},
{
"tcId" : 172,
"comment" : "y = 1 and a = 1 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "475b7573760904fa57ad2cb88ea52f32",
"tweak" : "89d61e1bcd1232826c5dd9ef",
"msg" : [0, 21, 25, 8, 5, 17, 9, 19],
"ct" : [15, 19, 5, 14, 1, 24, 20, 21],
"result" : "valid"
},
{
"tcId" : 173,
"comment" : "y = 1 and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "475b7573760904fa57ad2cb88ea52f32",
"tweak" : "89d61e1bcd1232826c5dd9ef",
"msg" : [25, 14, 23, 14, 17, 0, 2, 25],
"ct" : [2, 4, 2, 5, 14, 6, 2, 25],
"result" : "valid"
},
{
"tcId" : 174,
"comment" : "y = 1 and (y + a) % radix**4 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "475b7573760904fa57ad2cb88ea52f32",
"tweak" : "89d61e1bcd1232826c5dd9ef",
"msg" : [21, 10, 0, 18, 17, 0, 8, 0],
"ct" : [22, 14, 2, 6, 9, 2, 19, 25],
"result" : "valid"
},
{
"tcId" : 175,
"comment" : "y = 1 and (y + a) % radix**4 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "475b7573760904fa57ad2cb88ea52f32",
"tweak" : "89d61e1bcd1232826c5dd9ef",
"msg" : [3, 5, 7, 9, 8, 21, 21, 16],
"ct" : [2, 24, 24, 15, 12, 25, 19, 24],
"result" : "valid"
},
{
"tcId" : 176,
"comment" : "y is maximal and a = 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "475b7573760904fa57ad2cb88ea52f32",
"tweak" : "cf1417865472dee024b36d3f",
"msg" : [11, 1, 24, 18, 18, 17, 20, 25],
"ct" : [1, 21, 18, 10, 9, 18, 8, 16],
"result" : "valid"
},
{
"tcId" : 177,
"comment" : "y is maximal and a = 1 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "475b7573760904fa57ad2cb88ea52f32",
"tweak" : "cf1417865472dee024b36d3f",
"msg" : [15, 5, 7, 20, 17, 10, 2, 11],
"ct" : [25, 1, 2, 9, 23, 0, 14, 25],
"result" : "valid"
},
{
"tcId" : 178,
"comment" : "y is maximal and (y + a) % radix**4 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "475b7573760904fa57ad2cb88ea52f32",
"tweak" : "cf1417865472dee024b36d3f",
"msg" : [5, 16, 6, 11, 8, 0, 25, 5],
"ct" : [8, 12, 14, 25, 25, 20, 10, 24],
"result" : "valid"
},
{
"tcId" : 179,
"comment" : "y is maximal and (y + a) % radix**4 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "475b7573760904fa57ad2cb88ea52f32",
"tweak" : "cf1417865472dee024b36d3f",
"msg" : [14, 22, 9, 8, 24, 13, 11, 11],
"ct" : [12, 8, 16, 14, 21, 5, 5, 3],
"result" : "valid"
},
{
"tcId" : 180,
"comment" : "y is maximal and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "475b7573760904fa57ad2cb88ea52f32",
"tweak" : "cf1417865472dee024b36d3f",
"msg" : [14, 11, 8, 6, 19, 24, 0, 1],
"ct" : [18, 8, 13, 12, 17, 5, 13, 24],
"result" : "valid"
},
{
"tcId" : 181,
"comment" : "y is maximal and a is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "475b7573760904fa57ad2cb88ea52f32",
"tweak" : "cf1417865472dee024b36d3f",
"msg" : [11, 17, 22, 19, 9, 19, 3, 14],
"ct" : [8, 7, 17, 9, 8, 14, 20, 10],
"result" : "valid"
},
{
"tcId" : 182,
"comment" : "y is edge case for modular reduction and a = 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "475b7573760904fa57ad2cb88ea52f32",
"tweak" : "070c36fd85d65237197e3208",
"msg" : [7, 24, 12, 2, 17, 20, 2, 25],
"ct" : [5, 6, 18, 8, 1, 11, 7, 14],
"result" : "valid"
},
{
"tcId" : 183,
"comment" : "y is edge case for modular reduction and a = 1 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "475b7573760904fa57ad2cb88ea52f32",
"tweak" : "070c36fd85d65237197e3208",
"msg" : [13, 22, 20, 2, 14, 21, 15, 15],
"ct" : [10, 19, 24, 2, 2, 0, 0, 17],
"result" : "valid"
},
{
"tcId" : 184,
"comment" : "y is edge case for modular reduction and (y + a) % radix**4 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "475b7573760904fa57ad2cb88ea52f32",
"tweak" : "070c36fd85d65237197e3208",
"msg" : [7, 16, 25, 2, 25, 21, 24, 3],
"ct" : [18, 24, 7, 17, 10, 16, 14, 1],
"result" : "valid"
},
{
"tcId" : 185,
"comment" : "y is edge case for modular reduction and (y + a) % radix**4 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "475b7573760904fa57ad2cb88ea52f32",
"tweak" : "070c36fd85d65237197e3208",
"msg" : [21, 8, 2, 11, 23, 9, 14, 25],
"ct" : [3, 7, 1, 18, 22, 8, 18, 17],
"result" : "valid"
},
{
"tcId" : 186,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "475b7573760904fa57ad2cb88ea52f32",
"tweak" : "070c36fd85d65237197e3208",
"msg" : [16, 16, 0, 2, 14, 6, 16, 14],
"ct" : [21, 6, 9, 2, 17, 11, 10, 2],
"result" : "valid"
},
{
"tcId" : 187,
"comment" : "y is edge case for modular reduction and a is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "475b7573760904fa57ad2cb88ea52f32",
"tweak" : "070c36fd85d65237197e3208",
"msg" : [5, 23, 22, 18, 10, 16, 25, 19],
"ct" : [0, 3, 11, 4, 6, 6, 8, 25],
"result" : "valid"
},
{
"tcId" : 188,
"comment" : "y is maximal after modular reduction and (y + a) % radix**4 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "475b7573760904fa57ad2cb88ea52f32",
"tweak" : "e1e6f46b8c4459ef24c1a7f3",
"msg" : [5, 21, 21, 20, 23, 17, 13, 16],
"ct" : [3, 11, 21, 6, 24, 9, 0, 0],
"result" : "valid"
},
{
"tcId" : 189,
"comment" : "y is maximal after modular reduction and (y + a) % radix**4 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "475b7573760904fa57ad2cb88ea52f32",
"tweak" : "e1e6f46b8c4459ef24c1a7f3",
"msg" : [9, 5, 21, 10, 17, 14, 24, 16],
"ct" : [19, 25, 21, 4, 7, 17, 8, 25],
"result" : "valid"
},
{
"tcId" : 190,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "475b7573760904fa57ad2cb88ea52f32",
"tweak" : "e1e6f46b8c4459ef24c1a7f3",
"msg" : [23, 4, 15, 9, 8, 15, 9, 23],
"ct" : [21, 16, 19, 19, 8, 12, 22, 23],
"result" : "valid"
},
{
"tcId" : 191,
"comment" : "y is maximal after modular reduction and a is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "475b7573760904fa57ad2cb88ea52f32",
"tweak" : "e1e6f46b8c4459ef24c1a7f3",
"msg" : [24, 9, 8, 23, 16, 7, 25, 25],
"ct" : [21, 5, 6, 8, 25, 3, 10, 8],
"result" : "valid"
},
{
"tcId" : 192,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "ebc261665fab01ae2bfe156e54de3006",
"tweak" : "5080dd547abdeddd",
"msg" : [-1, 17, 11, 10, 13, 15, 10, 7],
"ct" : [0, 17, 0, 4, 2, 10, 5, 1],
"result" : "invalid"
},
{
"tcId" : 193,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "ebc261665fab01ae2bfe156e54de3006",
"tweak" : "5080dd547abdeddd",
"msg" : [24, 17, -1, 10, 13, 15, 10, 7],
"ct" : [22, 15, 14, 17, 5, 16, 20, 7],
"result" : "invalid"
},
{
"tcId" : 194,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "ebc261665fab01ae2bfe156e54de3006",
"tweak" : "5080dd547abdeddd",
"msg" : [24, 17, 11, 10, 13, 15, 10, -1],
"ct" : [20, 16, 3, 7, 15, 8, 1, 20],
"result" : "invalid"
},
{
"tcId" : 195,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "797545e3c07e6ab2358ec17e9b296454",
"tweak" : "42fc25c27500b6c7",
"msg" : [26, 24, 16, 8, 19, 9, 3, 13],
"ct" : [14, 8, 14, 25, 10, 15, 0, 9],
"result" : "invalid"
},
{
"tcId" : 196,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "797545e3c07e6ab2358ec17e9b296454",
"tweak" : "42fc25c27500b6c7",
"msg" : [4, 24, 26, 8, 19, 9, 3, 13],
"ct" : [22, 19, 17, 22, 21, 13, 6, 2],
"result" : "invalid"
},
{
"tcId" : 197,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "797545e3c07e6ab2358ec17e9b296454",
"tweak" : "42fc25c27500b6c7",
"msg" : [4, 24, 16, 8, 19, 9, 3, 26],
"ct" : [16, 5, 15, 22, 18, 15, 12, 20],
"result" : "invalid"
}
]
},
{
"keySize" : 128,
"msgSize" : 9,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 198,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "2215b9528000f5f306fcdfe2969c6785",
"tweak" : "0539d85c7b076285",
"msg" : [9, 9, 20, 20, 24, 10, 19, 15, 0],
"ct" : [5, 11, 22, 12, 21, 7, 16, 14, 21],
"result" : "valid"
},
{
"tcId" : 199,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "4c00ade3e32b12866bb56e736e18eaf4",
"tweak" : "3f0bf1e88240178e",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [6, 20, 14, 15, 6, 6, 16, 5, 20],
"result" : "valid"
},
{
"tcId" : 200,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "4c00ade3e32b12866bb56e736e18eaf4",
"tweak" : "3f0bf1e88240178e",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25],
"ct" : [16, 20, 5, 15, 14, 14, 25, 7, 3],
"result" : "valid"
},
{
"tcId" : 201,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "4c00ade3e32b12866bb56e736e18eaf4",
"tweak" : "3f0bf1e88240178e",
"msg" : [14, 23, 20, 12, 18, 9, 7, 4, 20],
"ct" : [0, 7, 16, 4, 12, 3, 6, 3, 24],
"result" : "valid"
},
{
"tcId" : 202,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "4c00ade3e32b12866bb56e736e18eaf4",
"tweak" : "3f0bf1e88240178e",
"msg" : [14, 23, 20, 11, 18, 9, 7, 4, 19],
"ct" : [11, 11, 5, 24, 17, 1, 24, 24, 2],
"result" : "valid"
},
{
"tcId" : 203,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "4c00ade3e32b12866bb56e736e18eaf4",
"tweak" : "3f0bf1e88240178e",
"msg" : [14, 23, 7, 1, 6, 23, 5, 23, 1],
"ct" : [20, 11, 23, 4, 14, 6, 1, 21, 25],
"result" : "valid"
},
{
"tcId" : 204,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "4c00ade3e32b12866bb56e736e18eaf4",
"tweak" : "3f0bf1e88240178e",
"msg" : [23, 17, 19, 25, 13, 21, 6, 8, 6],
"ct" : [25, 5, 15, 25, 15, 12, 7, 14, 24],
"result" : "valid"
},
{
"tcId" : 205,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "4c00ade3e32b12866bb56e736e18eaf4",
"tweak" : "3f0bf1e88240178e",
"msg" : [5, 16, 5, 15, 8, 19, 14, 16, 9],
"ct" : [7, 2, 20, 9, 6, 24, 0, 13, 5],
"result" : "valid"
},
{
"tcId" : 206,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "4c00ade3e32b12866bb56e736e18eaf4",
"tweak" : "3f0bf1e88240178e",
"msg" : [1, 0, 7, 15, 22, 6, 9, 3, 8],
"ct" : [22, 21, 21, 7, 1, 3, 15, 11, 7],
"result" : "valid"
},
{
"tcId" : 207,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "4c00ade3e32b12866bb56e736e18eaf4",
"tweak" : "3f0bf1e88240178e",
"msg" : [1, 0, 8, 23, 12, 7, 9, 3, 0],
"ct" : [9, 19, 24, 11, 8, 18, 12, 20, 17],
"result" : "valid"
},
{
"tcId" : 208,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "4c00ade3e32b12866bb56e736e18eaf4",
"tweak" : "3f0bf1e88240178e",
"msg" : [22, 20, 20, 23, 14, 12, 1, 17, 18],
"ct" : [10, 17, 2, 2, 11, 23, 20, 22, 4],
"result" : "valid"
},
{
"tcId" : 209,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "4c00ade3e32b12866bb56e736e18eaf4",
"tweak" : "3f0bf1e88240178e",
"msg" : [13, 4, 24, 15, 23, 18, 0, 17, 7],
"ct" : [2, 19, 8, 25, 15, 3, 15, 16, 9],
"result" : "valid"
},
{
"tcId" : 210,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "4c00ade3e32b12866bb56e736e18eaf4",
"tweak" : "3f0bf1e88240178e",
"msg" : [15, 20, 11, 18, 3, 18, 2, 11, 11],
"ct" : [18, 21, 16, 10, 23, 22, 12, 25, 22],
"result" : "valid"
},
{
"tcId" : 211,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "4c00ade3e32b12866bb56e736e18eaf4",
"tweak" : "3f0bf1e88240178e",
"msg" : [23, 14, 23, 8, 20, 0, 4, 21, 15],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 212,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "4c00ade3e32b12866bb56e736e18eaf4",
"tweak" : "3f0bf1e88240178e",
"msg" : [25, 3, 23, 25, 13, 9, 22, 23, 9],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 213,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "4c00ade3e32b12866bb56e736e18eaf4",
"tweak" : "3f0bf1e88240178e",
"msg" : [11, 11, 20, 5, 10, 23, 19, 13, 10],
"ct" : [14, 23, 20, 12, 18, 9, 7, 4, 20],
"result" : "valid"
},
{
"tcId" : 214,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "4c00ade3e32b12866bb56e736e18eaf4",
"tweak" : "3f0bf1e88240178e",
"msg" : [17, 5, 14, 19, 7, 2, 12, 6, 21],
"ct" : [14, 23, 20, 11, 18, 9, 7, 4, 19],
"result" : "valid"
},
{
"tcId" : 215,
"comment" : "y = 0 and (y + a) % radix**4 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "36e6ec14d7abaf2fa03904af42244b5f",
"tweak" : "817beea3c35deb5669afd30e",
"msg" : [17, 22, 9, 21, 11, 6, 21, 14, 2],
"ct" : [5, 15, 16, 18, 13, 1, 14, 25, 17],
"result" : "valid"
},
{
"tcId" : 216,
"comment" : "y = 0 and a = 1 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "36e6ec14d7abaf2fa03904af42244b5f",
"tweak" : "817beea3c35deb5669afd30e",
"msg" : [1, 15, 14, 4, 4, 6, 12, 5, 0],
"ct" : [19, 18, 5, 23, 13, 22, 10, 10, 19],
"result" : "valid"
},
{
"tcId" : 217,
"comment" : "y = 0 and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "36e6ec14d7abaf2fa03904af42244b5f",
"tweak" : "817beea3c35deb5669afd30e",
"msg" : [16, 20, 15, 18, 6, 6, 25, 23, 9],
"ct" : [9, 3, 11, 11, 24, 20, 23, 3, 17],
"result" : "valid"
},
{
"tcId" : 218,
"comment" : "y = 0 and (y + a) % radix**4 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "36e6ec14d7abaf2fa03904af42244b5f",
"tweak" : "817beea3c35deb5669afd30e",
"msg" : [2, 10, 7, 13, 17, 5, 8, 16, 21],
"ct" : [0, 2, 19, 11, 25, 16, 3, 9, 12],
"result" : "valid"
},
{
"tcId" : 219,
"comment" : "y = 1 and a = 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "36e6ec14d7abaf2fa03904af42244b5f",
"tweak" : "f36f339c2ccb122cd9024cdf",
"msg" : [23, 25, 11, 13, 2, 16, 5, 7, 19],
"ct" : [17, 13, 17, 1, 16, 13, 9, 19, 22],
"result" : "valid"
},
{
"tcId" : 220,
"comment" : "y = 1 and a = 1 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "36e6ec14d7abaf2fa03904af42244b5f",
"tweak" : "f36f339c2ccb122cd9024cdf",
"msg" : [21, 25, 6, 5, 1, 16, 13, 14, 9],
"ct" : [0, 9, 15, 10, 21, 6, 12, 21, 19],
"result" : "valid"
},
{
"tcId" : 221,
"comment" : "y = 1 and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "36e6ec14d7abaf2fa03904af42244b5f",
"tweak" : "f36f339c2ccb122cd9024cdf",
"msg" : [25, 10, 7, 3, 0, 20, 9, 23, 15],
"ct" : [6, 22, 3, 16, 13, 0, 22, 8, 8],
"result" : "valid"
},
{
"tcId" : 222,
"comment" : "y = 1 and (y + a) % radix**4 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "36e6ec14d7abaf2fa03904af42244b5f",
"tweak" : "f36f339c2ccb122cd9024cdf",
"msg" : [20, 8, 22, 1, 21, 12, 24, 14, 1],
"ct" : [10, 13, 22, 17, 2, 2, 3, 5, 4],
"result" : "valid"
},
{
"tcId" : 223,
"comment" : "y = 1 and (y + a) % radix**4 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "36e6ec14d7abaf2fa03904af42244b5f",
"tweak" : "f36f339c2ccb122cd9024cdf",
"msg" : [16, 18, 6, 3, 18, 11, 19, 25, 22],
"ct" : [0, 10, 25, 0, 13, 5, 15, 1, 7],
"result" : "valid"
},
{
"tcId" : 224,
"comment" : "y is maximal and a = 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "36e6ec14d7abaf2fa03904af42244b5f",
"tweak" : "bde965722b89b7b5b40036c3",
"msg" : [6, 21, 23, 5, 11, 14, 0, 8, 12],
"ct" : [3, 0, 16, 1, 18, 11, 5, 11, 19],
"result" : "valid"
},
{
"tcId" : 225,
"comment" : "y is maximal and a = 1 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "36e6ec14d7abaf2fa03904af42244b5f",
"tweak" : "bde965722b89b7b5b40036c3",
"msg" : [5, 25, 23, 18, 17, 23, 5, 20, 6],
"ct" : [1, 10, 8, 4, 24, 18, 25, 12, 16],
"result" : "valid"
},
{
"tcId" : 226,
"comment" : "y is maximal and (y + a) % radix**4 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "36e6ec14d7abaf2fa03904af42244b5f",
"tweak" : "bde965722b89b7b5b40036c3",
"msg" : [14, 7, 14, 12, 21, 4, 25, 8, 10],
"ct" : [9, 5, 3, 8, 21, 12, 10, 10, 3],
"result" : "valid"
},
{
"tcId" : 227,
"comment" : "y is maximal and (y + a) % radix**4 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "36e6ec14d7abaf2fa03904af42244b5f",
"tweak" : "bde965722b89b7b5b40036c3",
"msg" : [18, 0, 24, 1, 24, 1, 19, 17, 20],
"ct" : [16, 7, 24, 24, 13, 17, 14, 18, 1],
"result" : "valid"
},
{
"tcId" : 228,
"comment" : "y is maximal and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "36e6ec14d7abaf2fa03904af42244b5f",
"tweak" : "bde965722b89b7b5b40036c3",
"msg" : [4, 14, 3, 22, 15, 9, 15, 10, 21],
"ct" : [1, 18, 0, 16, 19, 6, 13, 20, 3],
"result" : "valid"
},
{
"tcId" : 229,
"comment" : "y is maximal and a is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "36e6ec14d7abaf2fa03904af42244b5f",
"tweak" : "bde965722b89b7b5b40036c3",
"msg" : [25, 6, 9, 22, 13, 18, 11, 16, 15],
"ct" : [13, 0, 13, 3, 15, 25, 1, 23, 21],
"result" : "valid"
},
{
"tcId" : 230,
"comment" : "y is edge case for modular reduction and a = 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "36e6ec14d7abaf2fa03904af42244b5f",
"tweak" : "d06893656a77c6e3539c5e0e",
"msg" : [5, 25, 25, 20, 14, 25, 20, 1, 18],
"ct" : [20, 12, 16, 0, 3, 14, 9, 3, 19],
"result" : "valid"
},
{
"tcId" : 231,
"comment" : "y is edge case for modular reduction and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "36e6ec14d7abaf2fa03904af42244b5f",
"tweak" : "d06893656a77c6e3539c5e0e",
"msg" : [8, 17, 3, 11, 12, 10, 23, 24, 3],
"ct" : [20, 12, 16, 1, 14, 3, 1, 18, 4],
"result" : "valid"
},
{
"tcId" : 232,
"comment" : "y is edge case for modular reduction and (y + a) % radix**4 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "36e6ec14d7abaf2fa03904af42244b5f",
"tweak" : "d06893656a77c6e3539c5e0e",
"msg" : [6, 22, 17, 16, 13, 11, 17, 25, 23],
"ct" : [25, 25, 25, 25, 19, 5, 2, 1, 22],
"result" : "valid"
},
{
"tcId" : 233,
"comment" : "y is edge case for modular reduction and (y + a) % radix**4 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "36e6ec14d7abaf2fa03904af42244b5f",
"tweak" : "d06893656a77c6e3539c5e0e",
"msg" : [23, 4, 15, 9, 22, 11, 20, 10, 16],
"ct" : [0, 0, 0, 0, 15, 11, 10, 24, 4],
"result" : "valid"
},
{
"tcId" : 234,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "36e6ec14d7abaf2fa03904af42244b5f",
"tweak" : "d06893656a77c6e3539c5e0e",
"msg" : [3, 5, 13, 0, 15, 22, 5, 9, 12],
"ct" : [9, 10, 10, 12, 19, 11, 16, 12, 13],
"result" : "valid"
},
{
"tcId" : 235,
"comment" : "y is edge case for modular reduction and a is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "36e6ec14d7abaf2fa03904af42244b5f",
"tweak" : "d06893656a77c6e3539c5e0e",
"msg" : [17, 12, 8, 15, 23, 17, 24, 13, 18],
"ct" : [20, 12, 15, 25, 11, 10, 23, 7, 0],
"result" : "valid"
},
{
"tcId" : 236,
"comment" : "y is maximal after modular reduction and (y + a) % radix**4 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "36e6ec14d7abaf2fa03904af42244b5f",
"tweak" : "be2a6cafca1ad06339dd6dc5",
"msg" : [2, 4, 17, 4, 17, 22, 1, 10, 14],
"ct" : [18, 12, 4, 25, 9, 22, 4, 16, 24],
"result" : "valid"
},
{
"tcId" : 237,
"comment" : "y is maximal after modular reduction and (y + a) % radix**4 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "36e6ec14d7abaf2fa03904af42244b5f",
"tweak" : "be2a6cafca1ad06339dd6dc5",
"msg" : [10, 25, 25, 18, 23, 18, 12, 8, 9],
"ct" : [19, 11, 20, 3, 1, 8, 14, 11, 12],
"result" : "valid"
},
{
"tcId" : 238,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "36e6ec14d7abaf2fa03904af42244b5f",
"tweak" : "be2a6cafca1ad06339dd6dc5",
"msg" : [23, 0, 17, 2, 5, 20, 21, 20, 5],
"ct" : [6, 22, 24, 20, 18, 11, 22, 23, 16],
"result" : "valid"
},
{
"tcId" : 239,
"comment" : "y is maximal after modular reduction and a is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "36e6ec14d7abaf2fa03904af42244b5f",
"tweak" : "be2a6cafca1ad06339dd6dc5",
"msg" : [13, 24, 23, 22, 18, 1, 24, 13, 17],
"ct" : [0, 7, 3, 13, 8, 15, 18, 18, 10],
"result" : "valid"
},
{
"tcId" : 240,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "7fd4e71784e95a3dd0b41315a67131d2",
"tweak" : "47d48ea4716ab8df",
"msg" : [-1, 13, 1, 20, 9, 1, 23, 23, 3],
"ct" : [19, 24, 10, 14, 10, 0, 16, 0, 8],
"result" : "invalid"
},
{
"tcId" : 241,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "7fd4e71784e95a3dd0b41315a67131d2",
"tweak" : "47d48ea4716ab8df",
"msg" : [16, 13, 1, -1, 9, 1, 23, 23, 3],
"ct" : [5, 13, 7, 11, 7, 23, 3, 7, 9],
"result" : "invalid"
},
{
"tcId" : 242,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "7fd4e71784e95a3dd0b41315a67131d2",
"tweak" : "47d48ea4716ab8df",
"msg" : [16, 13, 1, 20, 9, 1, 23, 23, -1],
"ct" : [15, 23, 11, 15, 12, 1, 0, 1, 14],
"result" : "invalid"
},
{
"tcId" : 243,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "b71c1c8abda9d09a8afc4ffe3f0f0f93",
"tweak" : "fbf14f9e394b5fb1",
"msg" : [26, 2, 15, 12, 1, 2, 8, 6, 21],
"ct" : [1, 1, 7, 6, 21, 22, 13, 8, 24],
"result" : "invalid"
},
{
"tcId" : 244,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "b71c1c8abda9d09a8afc4ffe3f0f0f93",
"tweak" : "fbf14f9e394b5fb1",
"msg" : [1, 2, 15, 26, 1, 2, 8, 6, 21],
"ct" : [22, 3, 22, 13, 7, 21, 2, 14, 2],
"result" : "invalid"
},
{
"tcId" : 245,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "b71c1c8abda9d09a8afc4ffe3f0f0f93",
"tweak" : "fbf14f9e394b5fb1",
"msg" : [1, 2, 15, 12, 1, 2, 8, 6, 26],
"ct" : [8, 18, 0, 4, 22, 5, 9, 20, 20],
"result" : "invalid"
}
]
},
{
"keySize" : 128,
"msgSize" : 10,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 246,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "5474525ca99fb5da2babdbd45c727d16",
"tweak" : "f2cb4d9ba04b81f8",
"msg" : [5, 16, 4, 14, 14, 25, 6, 24, 24, 14],
"ct" : [0, 10, 23, 10, 21, 2, 1, 17, 13, 20],
"result" : "valid"
},
{
"tcId" : 247,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "3e7ffa3f410e329464ad1d205799b3d5",
"tweak" : "0d5a58b58855ef5a",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [18, 9, 24, 19, 22, 10, 10, 9, 19, 5],
"result" : "valid"
},
{
"tcId" : 248,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "3e7ffa3f410e329464ad1d205799b3d5",
"tweak" : "0d5a58b58855ef5a",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"ct" : [3, 4, 12, 6, 21, 14, 16, 6, 2, 16],
"result" : "valid"
},
{
"tcId" : 249,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "3e7ffa3f410e329464ad1d205799b3d5",
"tweak" : "0d5a58b58855ef5a",
"msg" : [18, 9, 7, 4, 20, 18, 9, 7, 4, 20],
"ct" : [3, 5, 7, 9, 14, 7, 3, 22, 15, 5],
"result" : "valid"
},
{
"tcId" : 250,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "3e7ffa3f410e329464ad1d205799b3d5",
"tweak" : "0d5a58b58855ef5a",
"msg" : [18, 9, 7, 4, 19, 18, 9, 7, 4, 19],
"ct" : [2, 11, 0, 6, 16, 23, 4, 21, 18, 15],
"result" : "valid"
},
{
"tcId" : 251,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "3e7ffa3f410e329464ad1d205799b3d5",
"tweak" : "0d5a58b58855ef5a",
"msg" : [0, 12, 15, 22, 4, 22, 2, 22, 4, 15],
"ct" : [13, 18, 2, 18, 17, 12, 7, 19, 20, 6],
"result" : "valid"
},
{
"tcId" : 252,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "3e7ffa3f410e329464ad1d205799b3d5",
"tweak" : "0d5a58b58855ef5a",
"msg" : [3, 13, 13, 6, 18, 14, 18, 7, 4, 22],
"ct" : [8, 18, 11, 20, 17, 8, 0, 13, 16, 19],
"result" : "valid"
},
{
"tcId" : 253,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "3e7ffa3f410e329464ad1d205799b3d5",
"tweak" : "0d5a58b58855ef5a",
"msg" : [17, 4, 16, 13, 18, 17, 13, 20, 2, 10],
"ct" : [14, 10, 22, 16, 5, 5, 20, 10, 19, 12],
"result" : "valid"
},
{
"tcId" : 254,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "3e7ffa3f410e329464ad1d205799b3d5",
"tweak" : "0d5a58b58855ef5a",
"msg" : [11, 2, 3, 25, 11, 7, 20, 6, 25, 15],
"ct" : [7, 10, 8, 5, 2, 20, 1, 22, 4, 11],
"result" : "valid"
},
{
"tcId" : 255,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "3e7ffa3f410e329464ad1d205799b3d5",
"tweak" : "0d5a58b58855ef5a",
"msg" : [4, 11, 3, 20, 19, 21, 3, 23, 0, 9],
"ct" : [2, 0, 10, 20, 15, 2, 25, 7, 2, 11],
"result" : "valid"
},
{
"tcId" : 256,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "3e7ffa3f410e329464ad1d205799b3d5",
"tweak" : "0d5a58b58855ef5a",
"msg" : [22, 14, 0, 23, 20, 10, 5, 19, 12, 22],
"ct" : [24, 16, 0, 9, 18, 19, 9, 24, 15, 0],
"result" : "valid"
},
{
"tcId" : 257,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "3e7ffa3f410e329464ad1d205799b3d5",
"tweak" : "0d5a58b58855ef5a",
"msg" : [25, 15, 23, 16, 24, 11, 8, 21, 7, 21],
"ct" : [21, 21, 3, 19, 2, 5, 23, 12, 18, 7],
"result" : "valid"
},
{
"tcId" : 258,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "3e7ffa3f410e329464ad1d205799b3d5",
"tweak" : "0d5a58b58855ef5a",
"msg" : [3, 4, 23, 9, 2, 12, 24, 6, 6, 13],
"ct" : [14, 2, 11, 15, 22, 11, 1, 0, 25, 4],
"result" : "valid"
},
{
"tcId" : 259,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "3e7ffa3f410e329464ad1d205799b3d5",
"tweak" : "0d5a58b58855ef5a",
"msg" : [11, 10, 16, 15, 4, 10, 1, 19, 17, 21],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 260,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "3e7ffa3f410e329464ad1d205799b3d5",
"tweak" : "0d5a58b58855ef5a",
"msg" : [23, 9, 8, 0, 21, 0, 23, 7, 4, 19],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 261,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "3e7ffa3f410e329464ad1d205799b3d5",
"tweak" : "0d5a58b58855ef5a",
"msg" : [24, 17, 1, 15, 19, 2, 5, 24, 18, 18],
"ct" : [18, 9, 7, 4, 20, 18, 9, 7, 4, 20],
"result" : "valid"
},
{
"tcId" : 262,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "3e7ffa3f410e329464ad1d205799b3d5",
"tweak" : "0d5a58b58855ef5a",
"msg" : [10, 4, 16, 21, 25, 8, 0, 8, 18, 10],
"ct" : [18, 9, 7, 4, 19, 18, 9, 7, 4, 19],
"result" : "valid"
},
{
"tcId" : 263,
"comment" : "y = 0 and (y + a) % radix**5 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b64450714b0a262376044de6e260f0a",
"tweak" : "d0065a23b19bdd4474dd23e5",
"msg" : [25, 3, 12, 5, 4, 15, 0, 5, 0, 13],
"ct" : [0, 0, 0, 0, 0, 15, 3, 6, 15, 6],
"result" : "valid"
},
{
"tcId" : 264,
"comment" : "y = 0 and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b64450714b0a262376044de6e260f0a",
"tweak" : "d0065a23b19bdd4474dd23e5",
"msg" : [18, 5, 14, 11, 0, 23, 25, 15, 5, 9],
"ct" : [0, 0, 0, 0, 1, 8, 23, 21, 2, 7],
"result" : "valid"
},
{
"tcId" : 265,
"comment" : "y = 0 and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b64450714b0a262376044de6e260f0a",
"tweak" : "d0065a23b19bdd4474dd23e5",
"msg" : [6, 16, 2, 19, 9, 23, 1, 12, 17, 8],
"ct" : [18, 9, 7, 4, 20, 3, 5, 11, 11, 4],
"result" : "valid"
},
{
"tcId" : 266,
"comment" : "y = 0 and (y + a) % radix**5 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b64450714b0a262376044de6e260f0a",
"tweak" : "d0065a23b19bdd4474dd23e5",
"msg" : [22, 7, 3, 9, 21, 3, 1, 2, 11, 11],
"ct" : [25, 25, 25, 25, 25, 19, 6, 11, 3, 0],
"result" : "valid"
},
{
"tcId" : 267,
"comment" : "y = 1 and a = 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b64450714b0a262376044de6e260f0a",
"tweak" : "42211f622c87c80de6d23a8f",
"msg" : [15, 12, 16, 23, 18, 16, 0, 20, 18, 4],
"ct" : [10, 11, 20, 14, 1, 23, 21, 10, 8, 11],
"result" : "valid"
},
{
"tcId" : 268,
"comment" : "y = 1 and a = 1 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b64450714b0a262376044de6e260f0a",
"tweak" : "42211f622c87c80de6d23a8f",
"msg" : [22, 18, 6, 7, 16, 14, 10, 21, 12, 19],
"ct" : [22, 18, 24, 7, 21, 13, 7, 19, 25, 12],
"result" : "valid"
},
{
"tcId" : 269,
"comment" : "y = 1 and a has large Hamming weight in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b64450714b0a262376044de6e260f0a",
"tweak" : "42211f622c87c80de6d23a8f",
"msg" : [7, 11, 21, 3, 17, 14, 4, 10, 13, 18],
"ct" : [10, 16, 25, 15, 8, 16, 15, 20, 22, 18],
"result" : "valid"
},
{
"tcId" : 270,
"comment" : "y = 1 and (y + a) % radix**5 is maximal in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b64450714b0a262376044de6e260f0a",
"tweak" : "42211f622c87c80de6d23a8f",
"msg" : [8, 19, 19, 17, 21, 1, 20, 5, 19, 12],
"ct" : [10, 7, 1, 12, 5, 23, 4, 4, 19, 13],
"result" : "valid"
},
{
"tcId" : 271,
"comment" : "y = 1 and (y + a) % radix**5 == 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b64450714b0a262376044de6e260f0a",
"tweak" : "42211f622c87c80de6d23a8f",
"msg" : [7, 12, 3, 18, 17, 2, 5, 14, 21, 25],
"ct" : [9, 2, 0, 13, 14, 9, 15, 10, 12, 1],
"result" : "valid"
},
{
"tcId" : 272,
"comment" : "y is maximal and a = 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b64450714b0a262376044de6e260f0a",
"tweak" : "8bb2722a31d1a1ac3cad6f63",
"msg" : [0, 0, 0, 0, 0, 24, 8, 23, 2, 6],
"ct" : [3, 13, 23, 10, 1, 25, 4, 24, 15, 5],
"result" : "valid"
},
{
"tcId" : 273,
"comment" : "y is maximal and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b64450714b0a262376044de6e260f0a",
"tweak" : "8bb2722a31d1a1ac3cad6f63",
"msg" : [0, 0, 0, 0, 1, 24, 8, 23, 2, 6],
"ct" : [22, 24, 15, 5, 18, 16, 16, 0, 22, 4],
"result" : "valid"
},
{
"tcId" : 274,
"comment" : "y is maximal and (y + a) % radix**5 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b64450714b0a262376044de6e260f0a",
"tweak" : "8bb2722a31d1a1ac3cad6f63",
"msg" : [1, 5, 13, 9, 10, 24, 8, 23, 2, 6],
"ct" : [4, 0, 1, 7, 17, 18, 18, 9, 9, 23],
"result" : "valid"
},
{
"tcId" : 275,
"comment" : "y is maximal and (y + a) % radix**5 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b64450714b0a262376044de6e260f0a",
"tweak" : "8bb2722a31d1a1ac3cad6f63",
"msg" : [1, 5, 13, 9, 11, 24, 8, 23, 2, 6],
"ct" : [0, 21, 23, 18, 2, 15, 18, 8, 24, 12],
"result" : "valid"
},
{
"tcId" : 276,
"comment" : "y is maximal and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b64450714b0a262376044de6e260f0a",
"tweak" : "8bb2722a31d1a1ac3cad6f63",
"msg" : [18, 9, 7, 4, 20, 24, 8, 23, 2, 6],
"ct" : [7, 4, 19, 15, 16, 11, 12, 3, 4, 24],
"result" : "valid"
},
{
"tcId" : 277,
"comment" : "y is maximal and a is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b64450714b0a262376044de6e260f0a",
"tweak" : "8bb2722a31d1a1ac3cad6f63",
"msg" : [25, 25, 25, 25, 25, 24, 8, 23, 2, 6],
"ct" : [21, 10, 4, 0, 20, 5, 9, 19, 17, 17],
"result" : "valid"
},
{
"tcId" : 278,
"comment" : "y is edge case for modular reduction and a = 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b64450714b0a262376044de6e260f0a",
"tweak" : "f282b2e13c3fa74390111d39",
"msg" : [14, 6, 10, 18, 8, 23, 25, 16, 8, 7],
"ct" : [11, 4, 16, 7, 10, 20, 9, 8, 25, 17],
"result" : "valid"
},
{
"tcId" : 279,
"comment" : "y is edge case for modular reduction and a = 1 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b64450714b0a262376044de6e260f0a",
"tweak" : "f282b2e13c3fa74390111d39",
"msg" : [14, 2, 1, 14, 13, 25, 24, 6, 11, 15],
"ct" : [19, 0, 7, 7, 9, 2, 5, 11, 21, 3],
"result" : "valid"
},
{
"tcId" : 280,
"comment" : "y is edge case for modular reduction and (y + a) % radix**5 is maximal in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b64450714b0a262376044de6e260f0a",
"tweak" : "f282b2e13c3fa74390111d39",
"msg" : [8, 21, 14, 10, 13, 17, 4, 24, 18, 23],
"ct" : [21, 9, 17, 13, 25, 7, 3, 5, 9, 8],
"result" : "valid"
},
{
"tcId" : 281,
"comment" : "y is edge case for modular reduction and (y + a) % radix**5 == 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b64450714b0a262376044de6e260f0a",
"tweak" : "f282b2e13c3fa74390111d39",
"msg" : [13, 16, 9, 4, 21, 0, 4, 11, 16, 16],
"ct" : [19, 18, 14, 15, 12, 1, 12, 1, 2, 18],
"result" : "valid"
},
{
"tcId" : 282,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b64450714b0a262376044de6e260f0a",
"tweak" : "f282b2e13c3fa74390111d39",
"msg" : [4, 0, 15, 5, 19, 18, 0, 1, 11, 4],
"ct" : [1, 13, 11, 12, 7, 1, 12, 11, 19, 9],
"result" : "valid"
},
{
"tcId" : 283,
"comment" : "y is edge case for modular reduction and a is maximal in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b64450714b0a262376044de6e260f0a",
"tweak" : "f282b2e13c3fa74390111d39",
"msg" : [3, 2, 4, 2, 12, 2, 22, 6, 16, 6],
"ct" : [3, 0, 6, 5, 20, 4, 18, 4, 6, 15],
"result" : "valid"
},
{
"tcId" : 284,
"comment" : "y is maximal after modular reduction and (y + a) % radix**5 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b64450714b0a262376044de6e260f0a",
"tweak" : "181e56c5bba8f750ef4c2eb8",
"msg" : [23, 17, 6, 5, 25, 24, 10, 10, 18, 4],
"ct" : [12, 23, 5, 19, 4, 5, 12, 9, 5, 3],
"result" : "valid"
},
{
"tcId" : 285,
"comment" : "y is maximal after modular reduction and (y + a) % radix**5 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b64450714b0a262376044de6e260f0a",
"tweak" : "181e56c5bba8f750ef4c2eb8",
"msg" : [7, 9, 11, 3, 0, 15, 25, 10, 10, 13],
"ct" : [13, 12, 17, 18, 4, 18, 18, 13, 1, 24],
"result" : "valid"
},
{
"tcId" : 286,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b64450714b0a262376044de6e260f0a",
"tweak" : "181e56c5bba8f750ef4c2eb8",
"msg" : [14, 21, 18, 2, 10, 5, 24, 2, 21, 4],
"ct" : [11, 23, 19, 12, 3, 0, 19, 21, 11, 16],
"result" : "valid"
},
{
"tcId" : 287,
"comment" : "y is maximal after modular reduction and a is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b64450714b0a262376044de6e260f0a",
"tweak" : "181e56c5bba8f750ef4c2eb8",
"msg" : [24, 8, 8, 8, 14, 7, 8, 12, 3, 10],
"ct" : [22, 14, 15, 17, 23, 24, 21, 21, 1, 12],
"result" : "valid"
},
{
"tcId" : 288,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "c2153daac19904cf16ea81dbc73a58dc",
"tweak" : "38b7196a238d3892",
"msg" : [-1, 20, 13, 25, 21, 1, 15, 19, 1, 16],
"ct" : [3, 14, 10, 5, 18, 18, 0, 17, 3, 22],
"result" : "invalid"
},
{
"tcId" : 289,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "c2153daac19904cf16ea81dbc73a58dc",
"tweak" : "38b7196a238d3892",
"msg" : [23, 20, 13, -1, 21, 1, 15, 19, 1, 16],
"ct" : [17, 14, 25, 20, 2, 24, 1, 23, 16, 16],
"result" : "invalid"
},
{
"tcId" : 290,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "c2153daac19904cf16ea81dbc73a58dc",
"tweak" : "38b7196a238d3892",
"msg" : [23, 20, 13, 25, 21, 1, 15, 19, 1, -1],
"ct" : [8, 1, 13, 25, 12, 0, 6, 19, 0, 17],
"result" : "invalid"
},
{
"tcId" : 291,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "dd87f332d4cd5521a8b27a8177cc0504",
"tweak" : "d8b77e1be40006da",
"msg" : [26, 25, 22, 2, 24, 18, 5, 1, 15, 16],
"ct" : [0, 22, 15, 15, 21, 4, 13, 24, 12, 6],
"result" : "invalid"
},
{
"tcId" : 292,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "dd87f332d4cd5521a8b27a8177cc0504",
"tweak" : "d8b77e1be40006da",
"msg" : [20, 25, 22, 26, 24, 18, 5, 1, 15, 16],
"ct" : [8, 16, 19, 5, 9, 12, 0, 5, 25, 0],
"result" : "invalid"
},
{
"tcId" : 293,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "dd87f332d4cd5521a8b27a8177cc0504",
"tweak" : "d8b77e1be40006da",
"msg" : [20, 25, 22, 2, 24, 18, 5, 1, 15, 26],
"ct" : [11, 23, 12, 10, 10, 13, 8, 7, 7, 25],
"result" : "invalid"
}
]
},
{
"keySize" : 128,
"msgSize" : 11,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 294,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "63396f38c44f0c2d97468c4804b5d022",
"tweak" : "73068af95fd924fc",
"msg" : [4, 9, 2, 1, 1, 17, 8, 16, 22, 7, 4],
"ct" : [6, 4, 15, 17, 24, 15, 15, 2, 23, 1, 9],
"result" : "valid"
},
{
"tcId" : 295,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "cd69e5d5444781e0645ba24b2a32dee8",
"tweak" : "e1310d099e8e72c6",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [24, 7, 16, 10, 24, 0, 7, 18, 10, 24, 25],
"result" : "valid"
},
{
"tcId" : 296,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "cd69e5d5444781e0645ba24b2a32dee8",
"tweak" : "e1310d099e8e72c6",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"ct" : [16, 24, 15, 11, 9, 14, 16, 16, 1, 16, 20],
"result" : "valid"
},
{
"tcId" : 297,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "cd69e5d5444781e0645ba24b2a32dee8",
"tweak" : "e1310d099e8e72c6",
"msg" : [18, 9, 7, 4, 20, 22, 15, 10, 21, 22, 16],
"ct" : [11, 2, 16, 7, 20, 9, 10, 22, 12, 13, 8],
"result" : "valid"
},
{
"tcId" : 298,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "cd69e5d5444781e0645ba24b2a32dee8",
"tweak" : "e1310d099e8e72c6",
"msg" : [18, 9, 7, 4, 19, 22, 15, 10, 21, 22, 15],
"ct" : [9, 1, 1, 14, 18, 17, 9, 20, 1, 15, 11],
"result" : "valid"
},
{
"tcId" : 299,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "cd69e5d5444781e0645ba24b2a32dee8",
"tweak" : "e1310d099e8e72c6",
"msg" : [23, 0, 14, 11, 5, 9, 24, 4, 6, 0, 0],
"ct" : [22, 10, 17, 22, 17, 24, 11, 14, 5, 13, 21],
"result" : "valid"
},
{
"tcId" : 300,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "cd69e5d5444781e0645ba24b2a32dee8",
"tweak" : "e1310d099e8e72c6",
"msg" : [25, 9, 12, 6, 16, 14, 17, 10, 6, 23, 15],
"ct" : [15, 6, 19, 9, 6, 9, 5, 13, 25, 11, 13],
"result" : "valid"
},
{
"tcId" : 301,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "cd69e5d5444781e0645ba24b2a32dee8",
"tweak" : "e1310d099e8e72c6",
"msg" : [15, 1, 3, 22, 3, 16, 10, 15, 12, 23, 23],
"ct" : [2, 1, 14, 17, 11, 3, 19, 23, 16, 18, 5],
"result" : "valid"
},
{
"tcId" : 302,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "cd69e5d5444781e0645ba24b2a32dee8",
"tweak" : "e1310d099e8e72c6",
"msg" : [23, 24, 9, 7, 12, 11, 16, 4, 18, 4, 22],
"ct" : [20, 6, 12, 14, 15, 8, 12, 20, 19, 3, 0],
"result" : "valid"
},
{
"tcId" : 303,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "cd69e5d5444781e0645ba24b2a32dee8",
"tweak" : "e1310d099e8e72c6",
"msg" : [0, 12, 12, 22, 4, 13, 4, 22, 22, 1, 5],
"ct" : [7, 2, 22, 17, 15, 22, 17, 14, 15, 3, 8],
"result" : "valid"
},
{
"tcId" : 304,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "cd69e5d5444781e0645ba24b2a32dee8",
"tweak" : "e1310d099e8e72c6",
"msg" : [7, 15, 18, 8, 22, 0, 9, 16, 23, 21, 1],
"ct" : [22, 15, 4, 12, 16, 6, 6, 23, 4, 6, 16],
"result" : "valid"
},
{
"tcId" : 305,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "cd69e5d5444781e0645ba24b2a32dee8",
"tweak" : "e1310d099e8e72c6",
"msg" : [21, 17, 19, 1, 23, 2, 10, 16, 4, 0, 9],
"ct" : [15, 11, 2, 9, 24, 6, 2, 3, 6, 18, 19],
"result" : "valid"
},
{
"tcId" : 306,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "cd69e5d5444781e0645ba24b2a32dee8",
"tweak" : "e1310d099e8e72c6",
"msg" : [17, 3, 12, 0, 17, 4, 16, 11, 9, 2, 11],
"ct" : [16, 7, 2, 12, 13, 0, 9, 6, 9, 9, 8],
"result" : "valid"
},
{
"tcId" : 307,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "cd69e5d5444781e0645ba24b2a32dee8",
"tweak" : "e1310d099e8e72c6",
"msg" : [8, 12, 25, 3, 21, 15, 14, 18, 5, 4, 15],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 308,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "cd69e5d5444781e0645ba24b2a32dee8",
"tweak" : "e1310d099e8e72c6",
"msg" : [21, 11, 13, 17, 17, 17, 25, 15, 7, 14, 3],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 309,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "cd69e5d5444781e0645ba24b2a32dee8",
"tweak" : "e1310d099e8e72c6",
"msg" : [12, 15, 7, 0, 0, 2, 14, 2, 2, 20, 17],
"ct" : [18, 9, 7, 4, 20, 22, 15, 10, 21, 22, 16],
"result" : "valid"
},
{
"tcId" : 310,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "cd69e5d5444781e0645ba24b2a32dee8",
"tweak" : "e1310d099e8e72c6",
"msg" : [19, 20, 16, 15, 23, 23, 9, 4, 5, 0, 15],
"ct" : [18, 9, 7, 4, 19, 22, 15, 10, 21, 22, 15],
"result" : "valid"
},
{
"tcId" : 311,
"comment" : "y = 0 and (y + a) % radix**5 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "6c6ec910e1fcdff2f0df935de10d0560",
"tweak" : "6f826cbe9ceb8bc86f514e",
"msg" : [7, 0, 10, 18, 6, 8, 4, 19, 6, 21, 12],
"ct" : [0, 0, 0, 0, 0, 9, 12, 18, 22, 15, 1],
"result" : "valid"
},
{
"tcId" : 312,
"comment" : "y = 0 and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "6c6ec910e1fcdff2f0df935de10d0560",
"tweak" : "6f826cbe9ceb8bc86f514e",
"msg" : [3, 22, 3, 9, 14, 24, 8, 8, 9, 7, 3],
"ct" : [0, 0, 0, 0, 1, 23, 19, 5, 3, 25, 17],
"result" : "valid"
},
{
"tcId" : 313,
"comment" : "y = 0 and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "6c6ec910e1fcdff2f0df935de10d0560",
"tweak" : "6f826cbe9ceb8bc86f514e",
"msg" : [11, 20, 12, 15, 15, 7, 4, 10, 10, 4, 5],
"ct" : [18, 9, 7, 4, 20, 4, 3, 12, 20, 7, 15],
"result" : "valid"
},
{
"tcId" : 314,
"comment" : "y = 0 and (y + a) % radix**5 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "6c6ec910e1fcdff2f0df935de10d0560",
"tweak" : "6f826cbe9ceb8bc86f514e",
"msg" : [11, 15, 15, 3, 12, 18, 3, 7, 20, 14, 9],
"ct" : [25, 25, 25, 25, 25, 7, 10, 22, 2, 22, 22],
"result" : "valid"
},
{
"tcId" : 315,
"comment" : "y = 1 and a = 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "6c6ec910e1fcdff2f0df935de10d0560",
"tweak" : "587b67eb5bb748a243586f",
"msg" : [0, 0, 0, 0, 0, 15, 19, 22, 4, 4, 14],
"ct" : [3, 14, 2, 9, 4, 18, 5, 5, 14, 3, 10],
"result" : "valid"
},
{
"tcId" : 316,
"comment" : "y = 1 and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "6c6ec910e1fcdff2f0df935de10d0560",
"tweak" : "587b67eb5bb748a243586f",
"msg" : [0, 0, 0, 0, 1, 15, 19, 22, 4, 4, 14],
"ct" : [14, 19, 10, 4, 13, 4, 9, 13, 17, 11, 14],
"result" : "valid"
},
{
"tcId" : 317,
"comment" : "y = 1 and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "6c6ec910e1fcdff2f0df935de10d0560",
"tweak" : "587b67eb5bb748a243586f",
"msg" : [18, 9, 7, 4, 20, 15, 19, 22, 4, 4, 14],
"ct" : [13, 20, 25, 10, 16, 15, 12, 0, 23, 15, 10],
"result" : "valid"
},
{
"tcId" : 318,
"comment" : "y = 1 and (y + a) % radix**5 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "6c6ec910e1fcdff2f0df935de10d0560",
"tweak" : "587b67eb5bb748a243586f",
"msg" : [25, 25, 25, 25, 24, 15, 19, 22, 4, 4, 14],
"ct" : [5, 13, 17, 9, 24, 14, 6, 10, 3, 16, 19],
"result" : "valid"
},
{
"tcId" : 319,
"comment" : "y = 1 and (y + a) % radix**5 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "6c6ec910e1fcdff2f0df935de10d0560",
"tweak" : "587b67eb5bb748a243586f",
"msg" : [25, 25, 25, 25, 25, 15, 19, 22, 4, 4, 14],
"ct" : [9, 3, 8, 18, 5, 2, 7, 9, 22, 9, 25],
"result" : "valid"
},
{
"tcId" : 320,
"comment" : "y is maximal and a = 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "6c6ec910e1fcdff2f0df935de10d0560",
"tweak" : "ea3075ef7e8261cdcaac85",
"msg" : [4, 16, 24, 1, 6, 25, 8, 19, 2, 0, 22],
"ct" : [24, 20, 12, 16, 15, 15, 12, 5, 13, 24, 19],
"result" : "valid"
},
{
"tcId" : 321,
"comment" : "y is maximal and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "6c6ec910e1fcdff2f0df935de10d0560",
"tweak" : "ea3075ef7e8261cdcaac85",
"msg" : [9, 4, 21, 22, 13, 23, 18, 15, 13, 1, 18],
"ct" : [24, 20, 12, 16, 16, 20, 16, 2, 7, 25, 8],
"result" : "valid"
},
{
"tcId" : 322,
"comment" : "y is maximal and (y + a) % radix**5 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "6c6ec910e1fcdff2f0df935de10d0560",
"tweak" : "ea3075ef7e8261cdcaac85",
"msg" : [22, 6, 23, 1, 19, 9, 1, 11, 7, 0, 17],
"ct" : [25, 25, 25, 25, 25, 10, 1, 17, 9, 24, 21],
"result" : "valid"
},
{
"tcId" : 323,
"comment" : "y is maximal and (y + a) % radix**5 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "6c6ec910e1fcdff2f0df935de10d0560",
"tweak" : "ea3075ef7e8261cdcaac85",
"msg" : [24, 0, 20, 20, 24, 21, 13, 3, 18, 3, 11],
"ct" : [0, 0, 0, 0, 0, 1, 15, 14, 18, 12, 6],
"result" : "valid"
},
{
"tcId" : 324,
"comment" : "y is maximal and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "6c6ec910e1fcdff2f0df935de10d0560",
"tweak" : "ea3075ef7e8261cdcaac85",
"msg" : [4, 23, 0, 5, 11, 18, 10, 8, 14, 19, 5],
"ct" : [17, 3, 19, 21, 9, 15, 22, 11, 3, 13, 14],
"result" : "valid"
},
{
"tcId" : 325,
"comment" : "y is maximal and a is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "6c6ec910e1fcdff2f0df935de10d0560",
"tweak" : "ea3075ef7e8261cdcaac85",
"msg" : [24, 4, 18, 6, 10, 3, 13, 6, 25, 21, 4],
"ct" : [24, 20, 12, 16, 14, 22, 1, 0, 14, 15, 8],
"result" : "valid"
},
{
"tcId" : 326,
"comment" : "y is edge case for modular reduction and a = 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "6c6ec910e1fcdff2f0df935de10d0560",
"tweak" : "05b4314e22a63b69dcfc8d",
"msg" : [1, 1, 23, 16, 24, 17, 17, 6, 4, 10, 3],
"ct" : [24, 20, 12, 16, 0, 5, 2, 10, 15, 16, 18],
"result" : "valid"
},
{
"tcId" : 327,
"comment" : "y is edge case for modular reduction and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "6c6ec910e1fcdff2f0df935de10d0560",
"tweak" : "05b4314e22a63b69dcfc8d",
"msg" : [9, 20, 2, 20, 5, 8, 7, 23, 5, 24, 7],
"ct" : [24, 20, 12, 16, 1, 10, 10, 0, 3, 7, 7],
"result" : "valid"
},
{
"tcId" : 328,
"comment" : "y is edge case for modular reduction and (y + a) % radix**5 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "6c6ec910e1fcdff2f0df935de10d0560",
"tweak" : "05b4314e22a63b69dcfc8d",
"msg" : [12, 4, 13, 20, 6, 22, 16, 21, 23, 24, 9],
"ct" : [25, 25, 25, 25, 25, 1, 8, 11, 2, 13, 23],
"result" : "valid"
},
{
"tcId" : 329,
"comment" : "y is edge case for modular reduction and (y + a) % radix**5 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "6c6ec910e1fcdff2f0df935de10d0560",
"tweak" : "05b4314e22a63b69dcfc8d",
"msg" : [24, 17, 6, 8, 11, 9, 8, 21, 14, 5, 8],
"ct" : [0, 0, 0, 0, 0, 5, 24, 25, 20, 23, 24],
"result" : "valid"
},
{
"tcId" : 330,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "6c6ec910e1fcdff2f0df935de10d0560",
"tweak" : "05b4314e22a63b69dcfc8d",
"msg" : [19, 8, 7, 24, 20, 9, 12, 1, 16, 13, 15],
"ct" : [17, 3, 19, 20, 20, 17, 24, 23, 14, 12, 12],
"result" : "valid"
},
{
"tcId" : 331,
"comment" : "y is edge case for modular reduction and a is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "6c6ec910e1fcdff2f0df935de10d0560",
"tweak" : "05b4314e22a63b69dcfc8d",
"msg" : [3, 13, 12, 5, 11, 0, 15, 2, 23, 15, 10],
"ct" : [24, 20, 12, 15, 25, 14, 7, 13, 20, 19, 16],
"result" : "valid"
},
{
"tcId" : 332,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "0b55b77a1d06778b795b541037eabb26",
"tweak" : "3e26f18ba99add01",
"msg" : [-1, 18, 14, 5, 24, 24, 9, 14, 15, 2, 5],
"ct" : [14, 23, 12, 17, 10, 14, 2, 6, 23, 15, 3],
"result" : "invalid"
},
{
"tcId" : 333,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "0b55b77a1d06778b795b541037eabb26",
"tweak" : "3e26f18ba99add01",
"msg" : [24, 18, 14, -1, 24, 24, 9, 14, 15, 2, 5],
"ct" : [7, 17, 21, 20, 25, 16, 8, 1, 14, 23, 3],
"result" : "invalid"
},
{
"tcId" : 334,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "0b55b77a1d06778b795b541037eabb26",
"tweak" : "3e26f18ba99add01",
"msg" : [24, 18, 14, 5, 24, 24, 9, 14, 15, 2, -1],
"ct" : [11, 4, 1, 4, 5, 4, 17, 15, 1, 10, 5],
"result" : "invalid"
},
{
"tcId" : 335,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "13636aff5ad36b28cf98e3befe303caa",
"tweak" : "b44d3a60001dbff6",
"msg" : [26, 5, 6, 2, 22, 0, 24, 8, 23, 18, 23],
"ct" : [24, 1, 10, 2, 25, 25, 11, 11, 0, 23, 3],
"result" : "invalid"
},
{
"tcId" : 336,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "13636aff5ad36b28cf98e3befe303caa",
"tweak" : "b44d3a60001dbff6",
"msg" : [25, 5, 6, 26, 22, 0, 24, 8, 23, 18, 23],
"ct" : [4, 18, 21, 12, 23, 2, 9, 16, 2, 20, 4],
"result" : "invalid"
},
{
"tcId" : 337,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "13636aff5ad36b28cf98e3befe303caa",
"tweak" : "b44d3a60001dbff6",
"msg" : [25, 5, 6, 2, 22, 0, 24, 8, 23, 18, 26],
"ct" : [17, 13, 8, 6, 21, 11, 15, 9, 14, 25, 12],
"result" : "invalid"
}
]
},
{
"keySize" : 128,
"msgSize" : 12,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 338,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "ddc31fc7751a2bf5c8d2d815035622e8",
"tweak" : "0e10628c19795c4e",
"msg" : [3, 15, 25, 17, 15, 17, 14, 4, 3, 5, 8, 13],
"ct" : [1, 7, 3, 9, 16, 21, 1, 16, 3, 0, 25, 8],
"result" : "valid"
},
{
"tcId" : 339,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "d954ee3f3fabdcd92a2ad30b675ef74d",
"tweak" : "bb3a5b86df3e19bc",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [13, 23, 2, 23, 6, 7, 22, 3, 14, 14, 11, 7],
"result" : "valid"
},
{
"tcId" : 340,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "d954ee3f3fabdcd92a2ad30b675ef74d",
"tweak" : "bb3a5b86df3e19bc",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"ct" : [6, 1, 2, 22, 9, 14, 7, 8, 12, 16, 21, 5],
"result" : "valid"
},
{
"tcId" : 341,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "d954ee3f3fabdcd92a2ad30b675ef74d",
"tweak" : "bb3a5b86df3e19bc",
"msg" : [22, 15, 10, 21, 22, 16, 22, 15, 10, 21, 22, 16],
"ct" : [0, 11, 19, 6, 25, 6, 10, 2, 24, 9, 24, 9],
"result" : "valid"
},
{
"tcId" : 342,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "d954ee3f3fabdcd92a2ad30b675ef74d",
"tweak" : "bb3a5b86df3e19bc",
"msg" : [22, 15, 10, 21, 22, 15, 22, 15, 10, 21, 22, 15],
"ct" : [21, 25, 1, 23, 14, 17, 20, 18, 6, 21, 13, 12],
"result" : "valid"
},
{
"tcId" : 343,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "d954ee3f3fabdcd92a2ad30b675ef74d",
"tweak" : "bb3a5b86df3e19bc",
"msg" : [7, 14, 3, 17, 13, 22, 11, 21, 4, 18, 7, 5],
"ct" : [13, 21, 9, 23, 0, 8, 5, 18, 19, 9, 13, 15],
"result" : "valid"
},
{
"tcId" : 344,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "d954ee3f3fabdcd92a2ad30b675ef74d",
"tweak" : "bb3a5b86df3e19bc",
"msg" : [15, 25, 16, 2, 1, 7, 12, 17, 12, 7, 16, 14],
"ct" : [16, 13, 15, 17, 7, 15, 4, 25, 24, 25, 5, 7],
"result" : "valid"
},
{
"tcId" : 345,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "d954ee3f3fabdcd92a2ad30b675ef74d",
"tweak" : "bb3a5b86df3e19bc",
"msg" : [14, 25, 6, 17, 18, 0, 1, 6, 0, 23, 4, 2],
"ct" : [12, 17, 11, 10, 0, 17, 16, 7, 13, 19, 13, 7],
"result" : "valid"
},
{
"tcId" : 346,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "d954ee3f3fabdcd92a2ad30b675ef74d",
"tweak" : "bb3a5b86df3e19bc",
"msg" : [11, 6, 16, 4, 7, 0, 0, 5, 20, 24, 20, 7],
"ct" : [22, 20, 22, 20, 14, 19, 18, 18, 17, 1, 13, 14],
"result" : "valid"
},
{
"tcId" : 347,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "d954ee3f3fabdcd92a2ad30b675ef74d",
"tweak" : "bb3a5b86df3e19bc",
"msg" : [14, 14, 18, 24, 24, 2, 13, 13, 2, 25, 2, 1],
"ct" : [5, 22, 20, 17, 6, 16, 2, 22, 1, 6, 5, 1],
"result" : "valid"
},
{
"tcId" : 348,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "d954ee3f3fabdcd92a2ad30b675ef74d",
"tweak" : "bb3a5b86df3e19bc",
"msg" : [12, 20, 4, 2, 25, 2, 9, 15, 7, 12, 1, 11],
"ct" : [17, 2, 14, 6, 18, 25, 5, 5, 18, 23, 25, 3],
"result" : "valid"
},
{
"tcId" : 349,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "d954ee3f3fabdcd92a2ad30b675ef74d",
"tweak" : "bb3a5b86df3e19bc",
"msg" : [6, 16, 0, 10, 23, 11, 11, 1, 1, 20, 6, 4],
"ct" : [5, 1, 21, 0, 7, 19, 1, 6, 25, 15, 24, 20],
"result" : "valid"
},
{
"tcId" : 350,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "d954ee3f3fabdcd92a2ad30b675ef74d",
"tweak" : "bb3a5b86df3e19bc",
"msg" : [7, 24, 0, 25, 11, 10, 18, 6, 8, 22, 12, 6],
"ct" : [1, 15, 16, 7, 10, 16, 13, 10, 6, 20, 3, 0],
"result" : "valid"
},
{
"tcId" : 351,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "d954ee3f3fabdcd92a2ad30b675ef74d",
"tweak" : "bb3a5b86df3e19bc",
"msg" : [6, 2, 18, 2, 9, 25, 16, 18, 16, 23, 7, 2],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 352,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "d954ee3f3fabdcd92a2ad30b675ef74d",
"tweak" : "bb3a5b86df3e19bc",
"msg" : [16, 3, 2, 20, 23, 0, 14, 24, 9, 23, 22, 20],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 353,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "d954ee3f3fabdcd92a2ad30b675ef74d",
"tweak" : "bb3a5b86df3e19bc",
"msg" : [20, 4, 2, 12, 5, 23, 22, 17, 1, 19, 23, 11],
"ct" : [22, 15, 10, 21, 22, 16, 22, 15, 10, 21, 22, 16],
"result" : "valid"
},
{
"tcId" : 354,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "d954ee3f3fabdcd92a2ad30b675ef74d",
"tweak" : "bb3a5b86df3e19bc",
"msg" : [25, 22, 24, 18, 10, 11, 1, 17, 6, 15, 20, 12],
"ct" : [22, 15, 10, 21, 22, 15, 22, 15, 10, 21, 22, 15],
"result" : "valid"
},
{
"tcId" : 355,
"comment" : "y = 0 and (y + a) % radix**6 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "a3e590e923e5c47a216ec271e9da8180",
"tweak" : "db2d693b2292e8208ff473",
"msg" : [11, 23, 16, 4, 16, 13, 11, 15, 18, 5, 11, 2],
"ct" : [0, 0, 0, 0, 0, 0, 11, 24, 24, 10, 13, 19],
"result" : "valid"
},
{
"tcId" : 356,
"comment" : "y = 0 and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "a3e590e923e5c47a216ec271e9da8180",
"tweak" : "db2d693b2292e8208ff473",
"msg" : [16, 0, 9, 6, 4, 2, 25, 12, 14, 15, 3, 14],
"ct" : [0, 0, 0, 0, 0, 1, 25, 18, 25, 9, 1, 9],
"result" : "valid"
},
{
"tcId" : 357,
"comment" : "y = 0 and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "a3e590e923e5c47a216ec271e9da8180",
"tweak" : "db2d693b2292e8208ff473",
"msg" : [18, 22, 21, 18, 16, 24, 14, 14, 23, 24, 2, 6],
"ct" : [22, 15, 10, 21, 22, 16, 10, 22, 10, 15, 20, 11],
"result" : "valid"
},
{
"tcId" : 358,
"comment" : "y = 0 and (y + a) % radix**6 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "a3e590e923e5c47a216ec271e9da8180",
"tweak" : "db2d693b2292e8208ff473",
"msg" : [11, 23, 25, 9, 20, 25, 21, 23, 0, 20, 6, 15],
"ct" : [25, 25, 25, 25, 25, 25, 15, 22, 1, 21, 9, 12],
"result" : "valid"
},
{
"tcId" : 359,
"comment" : "y = 1 and a = 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "a3e590e923e5c47a216ec271e9da8180",
"tweak" : "968fb73c9599136a70c4cd",
"msg" : [9, 14, 2, 25, 21, 12, 21, 16, 25, 17, 17, 24],
"ct" : [15, 20, 10, 13, 0, 3, 22, 13, 14, 9, 4, 2],
"result" : "valid"
},
{
"tcId" : 360,
"comment" : "y = 1 and a = 1 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "a3e590e923e5c47a216ec271e9da8180",
"tweak" : "968fb73c9599136a70c4cd",
"msg" : [10, 0, 17, 9, 6, 21, 11, 15, 13, 19, 20, 20],
"ct" : [5, 5, 9, 3, 6, 11, 5, 11, 5, 15, 18, 4],
"result" : "valid"
},
{
"tcId" : 361,
"comment" : "y = 1 and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "a3e590e923e5c47a216ec271e9da8180",
"tweak" : "968fb73c9599136a70c4cd",
"msg" : [8, 20, 13, 9, 24, 2, 6, 21, 3, 4, 23, 14],
"ct" : [16, 11, 4, 18, 21, 25, 20, 10, 4, 17, 15, 8],
"result" : "valid"
},
{
"tcId" : 362,
"comment" : "y = 1 and (y + a) % radix**6 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "a3e590e923e5c47a216ec271e9da8180",
"tweak" : "968fb73c9599136a70c4cd",
"msg" : [16, 22, 7, 17, 17, 16, 4, 11, 6, 19, 5, 13],
"ct" : [4, 4, 19, 25, 16, 6, 8, 16, 15, 8, 22, 4],
"result" : "valid"
},
{
"tcId" : 363,
"comment" : "y = 1 and (y + a) % radix**6 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "a3e590e923e5c47a216ec271e9da8180",
"tweak" : "968fb73c9599136a70c4cd",
"msg" : [17, 22, 14, 13, 4, 17, 16, 2, 8, 19, 24, 21],
"ct" : [15, 6, 3, 22, 10, 20, 21, 11, 6, 17, 15, 22],
"result" : "valid"
},
{
"tcId" : 364,
"comment" : "y is maximal and a = 0 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "a3e590e923e5c47a216ec271e9da8180",
"tweak" : "436ce5abd6b4eb41d96b43",
"msg" : [9, 18, 1, 2, 17, 17, 18, 11, 25, 11, 11, 22],
"ct" : [0, 18, 6, 3, 4, 5, 3, 11, 21, 22, 15, 14],
"result" : "valid"
},
{
"tcId" : 365,
"comment" : "y is maximal and a = 1 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "a3e590e923e5c47a216ec271e9da8180",
"tweak" : "436ce5abd6b4eb41d96b43",
"msg" : [20, 3, 9, 14, 6, 4, 12, 6, 21, 0, 5, 21],
"ct" : [11, 25, 1, 17, 19, 11, 10, 20, 5, 17, 25, 5],
"result" : "valid"
},
{
"tcId" : 366,
"comment" : "y is maximal and (y + a) % radix**6 is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "a3e590e923e5c47a216ec271e9da8180",
"tweak" : "436ce5abd6b4eb41d96b43",
"msg" : [7, 1, 8, 18, 21, 9, 8, 12, 7, 0, 18, 22],
"ct" : [5, 23, 5, 2, 20, 0, 3, 25, 9, 13, 20, 3],
"result" : "valid"
},
{
"tcId" : 367,
"comment" : "y is maximal and (y + a) % radix**6 == 0 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "a3e590e923e5c47a216ec271e9da8180",
"tweak" : "436ce5abd6b4eb41d96b43",
"msg" : [15, 14, 1, 10, 14, 22, 11, 4, 22, 1, 12, 12],
"ct" : [3, 23, 22, 18, 20, 14, 14, 21, 23, 24, 17, 9],
"result" : "valid"
},
{
"tcId" : 368,
"comment" : "y is maximal and a has large Hamming weight in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "a3e590e923e5c47a216ec271e9da8180",
"tweak" : "436ce5abd6b4eb41d96b43",
"msg" : [9, 10, 9, 8, 14, 24, 25, 16, 12, 2, 11, 6],
"ct" : [11, 21, 2, 13, 13, 16, 15, 9, 3, 18, 1, 8],
"result" : "valid"
},
{
"tcId" : 369,
"comment" : "y is maximal and a is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "a3e590e923e5c47a216ec271e9da8180",
"tweak" : "436ce5abd6b4eb41d96b43",
"msg" : [14, 0, 14, 2, 7, 15, 14, 22, 23, 23, 23, 10],
"ct" : [22, 12, 20, 12, 0, 16, 16, 9, 22, 25, 5, 1],
"result" : "valid"
},
{
"tcId" : 370,
"comment" : "y is edge case for modular reduction and a = 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "a3e590e923e5c47a216ec271e9da8180",
"tweak" : "4591dfe10356ea24a0a90b",
"msg" : [10, 5, 7, 18, 18, 5, 23, 18, 18, 23, 25, 23],
"ct" : [14, 25, 25, 21, 5, 0, 18, 24, 20, 12, 16, 0],
"result" : "valid"
},
{
"tcId" : 371,
"comment" : "y is edge case for modular reduction and a = 1 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "a3e590e923e5c47a216ec271e9da8180",
"tweak" : "4591dfe10356ea24a0a90b",
"msg" : [0, 24, 10, 17, 22, 6, 10, 9, 17, 20, 11, 10],
"ct" : [14, 25, 25, 21, 5, 0, 18, 24, 20, 12, 16, 1],
"result" : "valid"
},
{
"tcId" : 372,
"comment" : "y is edge case for modular reduction and (y + a) % radix**6 is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "a3e590e923e5c47a216ec271e9da8180",
"tweak" : "4591dfe10356ea24a0a90b",
"msg" : [2, 20, 15, 0, 18, 1, 17, 25, 6, 21, 14, 14],
"ct" : [14, 25, 25, 21, 5, 0, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 373,
"comment" : "y is edge case for modular reduction and (y + a) % radix**6 == 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "a3e590e923e5c47a216ec271e9da8180",
"tweak" : "4591dfe10356ea24a0a90b",
"msg" : [2, 20, 17, 10, 11, 16, 8, 24, 13, 20, 3, 24],
"ct" : [14, 25, 25, 21, 5, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 374,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "a3e590e923e5c47a216ec271e9da8180",
"tweak" : "4591dfe10356ea24a0a90b",
"msg" : [20, 23, 4, 14, 15, 23, 19, 17, 13, 4, 24, 1],
"ct" : [14, 25, 25, 21, 5, 0, 15, 14, 5, 8, 12, 16],
"result" : "valid"
},
{
"tcId" : 375,
"comment" : "y is edge case for modular reduction and a is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "a3e590e923e5c47a216ec271e9da8180",
"tweak" : "4591dfe10356ea24a0a90b",
"msg" : [4, 2, 19, 16, 24, 14, 13, 13, 18, 25, 22, 25],
"ct" : [14, 25, 25, 21, 5, 0, 18, 24, 20, 12, 15, 25],
"result" : "valid"
},
{
"tcId" : 376,
"comment" : "y is maximal after modular reduction and (y + a) % radix**6 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "a3e590e923e5c47a216ec271e9da8180",
"tweak" : "d7a91c43c2afedc5c54cae",
"msg" : [7, 10, 10, 9, 19, 20, 4, 24, 25, 2, 3, 4],
"ct" : [1, 6, 20, 18, 11, 4, 25, 7, 1, 15, 7, 16],
"result" : "valid"
},
{
"tcId" : 377,
"comment" : "y is maximal after modular reduction and (y + a) % radix**6 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "a3e590e923e5c47a216ec271e9da8180",
"tweak" : "d7a91c43c2afedc5c54cae",
"msg" : [24, 1, 8, 25, 9, 22, 19, 5, 23, 20, 11, 13],
"ct" : [8, 17, 22, 16, 0, 23, 9, 18, 9, 19, 4, 22],
"result" : "valid"
},
{
"tcId" : 378,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "a3e590e923e5c47a216ec271e9da8180",
"tweak" : "d7a91c43c2afedc5c54cae",
"msg" : [24, 23, 15, 13, 11, 2, 13, 22, 17, 3, 13, 16],
"ct" : [20, 25, 18, 7, 13, 18, 17, 12, 23, 13, 18, 11],
"result" : "valid"
},
{
"tcId" : 379,
"comment" : "y is maximal after modular reduction and a is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "a3e590e923e5c47a216ec271e9da8180",
"tweak" : "d7a91c43c2afedc5c54cae",
"msg" : [4, 14, 20, 12, 8, 6, 10, 0, 25, 6, 5, 2],
"ct" : [1, 11, 8, 4, 15, 25, 1, 9, 3, 0, 7, 20],
"result" : "valid"
},
{
"tcId" : 380,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "dbac185fba36fe7028184de1a577dbaa",
"tweak" : "6ba28735b4acc0ff",
"msg" : [-1, 18, 17, 6, 5, 1, 18, 1, 6, 15, 23, 5],
"ct" : [12, 17, 3, 18, 17, 19, 5, 7, 9, 14, 13, 14],
"result" : "invalid"
},
{
"tcId" : 381,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "dbac185fba36fe7028184de1a577dbaa",
"tweak" : "6ba28735b4acc0ff",
"msg" : [22, 18, 17, 6, -1, 1, 18, 1, 6, 15, 23, 5],
"ct" : [22, 10, 20, 15, 6, 5, 16, 10, 18, 3, 13, 25],
"result" : "invalid"
},
{
"tcId" : 382,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "dbac185fba36fe7028184de1a577dbaa",
"tweak" : "6ba28735b4acc0ff",
"msg" : [22, 18, 17, 6, 5, 1, 18, 1, 6, 15, 23, -1],
"ct" : [25, 16, 0, 25, 2, 10, 9, 12, 21, 11, 2, 1],
"result" : "invalid"
},
{
"tcId" : 383,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "0a83f1e2bb01a1bf4a96ea599e900bf9",
"tweak" : "b640119c2535a74c",
"msg" : [26, 23, 13, 6, 11, 5, 14, 2, 22, 22, 8, 20],
"ct" : [15, 11, 0, 20, 6, 8, 21, 6, 4, 14, 19, 7],
"result" : "invalid"
},
{
"tcId" : 384,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "0a83f1e2bb01a1bf4a96ea599e900bf9",
"tweak" : "b640119c2535a74c",
"msg" : [13, 23, 13, 6, 26, 5, 14, 2, 22, 22, 8, 20],
"ct" : [5, 23, 15, 19, 16, 25, 17, 14, 25, 13, 3, 7],
"result" : "invalid"
},
{
"tcId" : 385,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "0a83f1e2bb01a1bf4a96ea599e900bf9",
"tweak" : "b640119c2535a74c",
"msg" : [13, 23, 13, 6, 11, 5, 14, 2, 22, 22, 8, 26],
"ct" : [18, 11, 25, 17, 21, 20, 2, 23, 10, 17, 13, 24],
"result" : "invalid"
}
]
},
{
"keySize" : 128,
"msgSize" : 13,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 386,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "d5e6c882f005525ce577f704ef6b525d",
"tweak" : "7ce1a7a4e6508c83",
"msg" : [25, 22, 1, 7, 7, 2, 5, 18, 16, 16, 7, 18, 13],
"ct" : [20, 24, 10, 15, 10, 14, 1, 2, 15, 16, 14, 6, 1],
"result" : "valid"
},
{
"tcId" : 387,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "bb7ca258d353deb4a4f52b08290ab6a1",
"tweak" : "a211ccbb8d59238e",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [19, 21, 1, 2, 14, 11, 9, 12, 4, 12, 11, 23, 10],
"result" : "valid"
},
{
"tcId" : 388,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "bb7ca258d353deb4a4f52b08290ab6a1",
"tweak" : "a211ccbb8d59238e",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"ct" : [18, 19, 11, 20, 12, 13, 19, 9, 8, 10, 13, 23, 10],
"result" : "valid"
},
{
"tcId" : 389,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "bb7ca258d353deb4a4f52b08290ab6a1",
"tweak" : "a211ccbb8d59238e",
"msg" : [22, 15, 10, 21, 22, 16, 13, 23, 12, 17, 11, 23, 22],
"ct" : [7, 17, 13, 18, 17, 10, 23, 12, 4, 18, 25, 0, 11],
"result" : "valid"
},
{
"tcId" : 390,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "bb7ca258d353deb4a4f52b08290ab6a1",
"tweak" : "a211ccbb8d59238e",
"msg" : [22, 15, 10, 21, 22, 15, 13, 23, 12, 17, 11, 23, 21],
"ct" : [13, 18, 19, 9, 20, 11, 22, 3, 8, 15, 3, 3, 6],
"result" : "valid"
},
{
"tcId" : 391,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "bb7ca258d353deb4a4f52b08290ab6a1",
"tweak" : "a211ccbb8d59238e",
"msg" : [17, 8, 9, 1, 1, 12, 4, 12, 23, 13, 15, 18, 10],
"ct" : [18, 15, 7, 13, 16, 23, 20, 23, 2, 21, 25, 10, 22],
"result" : "valid"
},
{
"tcId" : 392,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "bb7ca258d353deb4a4f52b08290ab6a1",
"tweak" : "a211ccbb8d59238e",
"msg" : [0, 25, 17, 25, 14, 19, 3, 13, 16, 17, 2, 21, 21],
"ct" : [17, 19, 24, 4, 12, 24, 0, 25, 15, 14, 22, 7, 23],
"result" : "valid"
},
{
"tcId" : 393,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "bb7ca258d353deb4a4f52b08290ab6a1",
"tweak" : "a211ccbb8d59238e",
"msg" : [9, 15, 9, 10, 17, 22, 10, 22, 16, 2, 16, 25, 24],
"ct" : [9, 10, 10, 13, 12, 3, 4, 0, 7, 12, 11, 15, 13],
"result" : "valid"
},
{
"tcId" : 394,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "bb7ca258d353deb4a4f52b08290ab6a1",
"tweak" : "a211ccbb8d59238e",
"msg" : [5, 11, 15, 2, 4, 12, 22, 18, 17, 3, 8, 18, 25],
"ct" : [9, 12, 19, 0, 22, 3, 4, 9, 1, 7, 6, 15, 5],
"result" : "valid"
},
{
"tcId" : 395,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "bb7ca258d353deb4a4f52b08290ab6a1",
"tweak" : "a211ccbb8d59238e",
"msg" : [21, 11, 11, 1, 7, 18, 12, 0, 19, 15, 12, 16, 7],
"ct" : [1, 3, 5, 17, 19, 24, 25, 25, 22, 14, 0, 1, 19],
"result" : "valid"
},
{
"tcId" : 396,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "bb7ca258d353deb4a4f52b08290ab6a1",
"tweak" : "a211ccbb8d59238e",
"msg" : [24, 17, 22, 22, 0, 6, 20, 13, 11, 11, 22, 16, 2],
"ct" : [21, 1, 20, 19, 20, 23, 11, 13, 10, 13, 1, 10, 0],
"result" : "valid"
},
{
"tcId" : 397,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "bb7ca258d353deb4a4f52b08290ab6a1",
"tweak" : "a211ccbb8d59238e",
"msg" : [6, 19, 14, 24, 1, 16, 4, 6, 6, 5, 10, 8, 2],
"ct" : [19, 12, 3, 4, 0, 0, 7, 0, 4, 24, 9, 17, 10],
"result" : "valid"
},
{
"tcId" : 398,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "bb7ca258d353deb4a4f52b08290ab6a1",
"tweak" : "a211ccbb8d59238e",
"msg" : [2, 9, 5, 7, 23, 7, 25, 17, 4, 12, 12, 15, 7],
"ct" : [22, 25, 11, 6, 17, 0, 3, 2, 19, 4, 17, 17, 8],
"result" : "valid"
},
{
"tcId" : 399,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "bb7ca258d353deb4a4f52b08290ab6a1",
"tweak" : "a211ccbb8d59238e",
"msg" : [21, 21, 21, 20, 0, 1, 1, 0, 19, 18, 13, 14, 1],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 400,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "bb7ca258d353deb4a4f52b08290ab6a1",
"tweak" : "a211ccbb8d59238e",
"msg" : [21, 19, 13, 5, 9, 23, 23, 13, 9, 20, 21, 20, 14],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 401,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "bb7ca258d353deb4a4f52b08290ab6a1",
"tweak" : "a211ccbb8d59238e",
"msg" : [14, 23, 22, 8, 6, 7, 4, 18, 0, 7, 25, 24, 6],
"ct" : [22, 15, 10, 21, 22, 16, 13, 23, 12, 17, 11, 23, 22],
"result" : "valid"
},
{
"tcId" : 402,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "bb7ca258d353deb4a4f52b08290ab6a1",
"tweak" : "a211ccbb8d59238e",
"msg" : [9, 2, 22, 20, 18, 21, 1, 20, 15, 23, 22, 20, 25],
"ct" : [22, 15, 10, 21, 22, 15, 13, 23, 12, 17, 11, 23, 21],
"result" : "valid"
},
{
"tcId" : 403,
"comment" : "y = 0 and (y + a) % radix**6 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "002d4f865568a9c32a7edeb2b39d73d7",
"tweak" : "3cd24aff79f7ff3f0c6d",
"msg" : [0, 0, 0, 0, 0, 0, 4, 15, 17, 2, 25, 11, 7],
"ct" : [22, 23, 7, 22, 21, 25, 6, 17, 13, 15, 5, 0, 22],
"result" : "valid"
},
{
"tcId" : 404,
"comment" : "y = 0 and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "002d4f865568a9c32a7edeb2b39d73d7",
"tweak" : "3cd24aff79f7ff3f0c6d",
"msg" : [0, 0, 0, 0, 0, 1, 4, 15, 17, 2, 25, 11, 7],
"ct" : [1, 17, 4, 24, 13, 14, 24, 2, 9, 3, 5, 22, 11],
"result" : "valid"
},
{
"tcId" : 405,
"comment" : "y = 0 and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "002d4f865568a9c32a7edeb2b39d73d7",
"tweak" : "3cd24aff79f7ff3f0c6d",
"msg" : [22, 15, 10, 21, 22, 16, 4, 15, 17, 2, 25, 11, 7],
"ct" : [3, 12, 14, 9, 21, 17, 11, 8, 0, 3, 17, 2, 22],
"result" : "valid"
},
{
"tcId" : 406,
"comment" : "y = 0 and (y + a) % radix**6 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "002d4f865568a9c32a7edeb2b39d73d7",
"tweak" : "3cd24aff79f7ff3f0c6d",
"msg" : [25, 25, 25, 25, 25, 25, 4, 15, 17, 2, 25, 11, 7],
"ct" : [21, 9, 9, 10, 11, 10, 11, 8, 2, 3, 8, 4, 3],
"result" : "valid"
},
{
"tcId" : 407,
"comment" : "y is edge case for modular reduction and a = 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "002d4f865568a9c32a7edeb2b39d73d7",
"tweak" : "a94005f7d56b4e9f7246",
"msg" : [13, 11, 20, 16, 8, 2, 4, 7, 0, 18, 3, 19, 12],
"ct" : [8, 21, 15, 0, 1, 17, 16, 1, 21, 9, 15, 23, 24],
"result" : "valid"
},
{
"tcId" : 408,
"comment" : "y is edge case for modular reduction and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "002d4f865568a9c32a7edeb2b39d73d7",
"tweak" : "a94005f7d56b4e9f7246",
"msg" : [4, 17, 0, 6, 9, 21, 14, 11, 24, 15, 20, 16, 5],
"ct" : [21, 11, 18, 2, 19, 10, 13, 12, 13, 20, 14, 7, 11],
"result" : "valid"
},
{
"tcId" : 409,
"comment" : "y is edge case for modular reduction and (y + a) % radix**6 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "002d4f865568a9c32a7edeb2b39d73d7",
"tweak" : "a94005f7d56b4e9f7246",
"msg" : [7, 7, 25, 3, 8, 9, 24, 9, 2, 16, 25, 13, 10],
"ct" : [22, 8, 0, 17, 19, 0, 17, 25, 17, 2, 22, 0, 24],
"result" : "valid"
},
{
"tcId" : 410,
"comment" : "y is edge case for modular reduction and (y + a) % radix**6 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "002d4f865568a9c32a7edeb2b39d73d7",
"tweak" : "a94005f7d56b4e9f7246",
"msg" : [13, 6, 6, 13, 22, 4, 14, 24, 25, 15, 17, 5, 7],
"ct" : [7, 10, 23, 11, 23, 21, 9, 6, 18, 20, 11, 17, 12],
"result" : "valid"
},
{
"tcId" : 411,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "002d4f865568a9c32a7edeb2b39d73d7",
"tweak" : "a94005f7d56b4e9f7246",
"msg" : [22, 7, 21, 2, 10, 22, 2, 2, 17, 25, 8, 8, 19],
"ct" : [15, 21, 11, 15, 14, 1, 22, 0, 23, 11, 9, 7, 17],
"result" : "valid"
},
{
"tcId" : 412,
"comment" : "y is edge case for modular reduction and a is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "002d4f865568a9c32a7edeb2b39d73d7",
"tweak" : "a94005f7d56b4e9f7246",
"msg" : [24, 10, 13, 20, 15, 14, 6, 7, 0, 23, 16, 2, 3],
"ct" : [13, 4, 7, 0, 10, 5, 24, 4, 12, 3, 19, 0, 16],
"result" : "valid"
},
{
"tcId" : 413,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "b8d9b3c80209587bbe3c0f7125eed049",
"tweak" : "522499e28e9e7712",
"msg" : [-1, 6, 3, 10, 25, 10, 1, 25, 6, 18, 24, 19, 23],
"ct" : [6, 18, 16, 8, 15, 5, 7, 12, 22, 21, 2, 1, 19],
"result" : "invalid"
},
{
"tcId" : 414,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "b8d9b3c80209587bbe3c0f7125eed049",
"tweak" : "522499e28e9e7712",
"msg" : [17, 6, 3, 10, -1, 10, 1, 25, 6, 18, 24, 19, 23],
"ct" : [9, 3, 11, 15, 6, 18, 10, 11, 24, 16, 0, 18, 10],
"result" : "invalid"
},
{
"tcId" : 415,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "b8d9b3c80209587bbe3c0f7125eed049",
"tweak" : "522499e28e9e7712",
"msg" : [17, 6, 3, 10, 25, 10, 1, 25, 6, 18, 24, 19, -1],
"ct" : [16, 1, 0, 8, 18, 16, 17, 9, 22, 24, 17, 7, 25],
"result" : "invalid"
},
{
"tcId" : 416,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "2fe7a11aa9d8f98e5848178d585b5734",
"tweak" : "cecdfd61fd83618e",
"msg" : [26, 21, 10, 1, 22, 19, 24, 19, 14, 20, 13, 14, 13],
"ct" : [16, 7, 4, 3, 18, 3, 21, 23, 6, 7, 25, 19, 17],
"result" : "invalid"
},
{
"tcId" : 417,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "2fe7a11aa9d8f98e5848178d585b5734",
"tweak" : "cecdfd61fd83618e",
"msg" : [7, 21, 10, 1, 26, 19, 24, 19, 14, 20, 13, 14, 13],
"ct" : [11, 25, 9, 6, 0, 16, 1, 14, 13, 9, 24, 14, 18],
"result" : "invalid"
},
{
"tcId" : 418,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "2fe7a11aa9d8f98e5848178d585b5734",
"tweak" : "cecdfd61fd83618e",
"msg" : [7, 21, 10, 1, 22, 19, 24, 19, 14, 20, 13, 14, 26],
"ct" : [21, 2, 2, 3, 22, 6, 19, 11, 24, 6, 22, 5, 0],
"result" : "invalid"
}
]
},
{
"keySize" : 128,
"msgSize" : 14,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 419,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "7a1122636a4417351c97156308d4f6aa",
"tweak" : "a9508e64d1ab8e34",
"msg" : [6, 22, 15, 5, 17, 10, 22, 8, 22, 11, 9, 2, 10, 2],
"ct" : [7, 5, 1, 13, 4, 3, 0, 18, 4, 8, 5, 6, 15, 19],
"result" : "valid"
},
{
"tcId" : 420,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "8a9c22148e4fed1fc918f33eba1f06cc",
"tweak" : "c37a26d7ade80ea1",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [2, 18, 7, 7, 0, 21, 22, 18, 15, 11, 12, 24, 11, 10],
"result" : "valid"
},
{
"tcId" : 421,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "8a9c22148e4fed1fc918f33eba1f06cc",
"tweak" : "c37a26d7ade80ea1",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"ct" : [15, 22, 0, 25, 24, 11, 21, 19, 2, 4, 11, 25, 16, 11],
"result" : "valid"
},
{
"tcId" : 422,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "8a9c22148e4fed1fc918f33eba1f06cc",
"tweak" : "c37a26d7ade80ea1",
"msg" : [13, 23, 12, 17, 11, 23, 22, 13, 23, 12, 17, 11, 23, 22],
"ct" : [23, 4, 9, 8, 15, 15, 0, 22, 24, 20, 9, 23, 11, 19],
"result" : "valid"
},
{
"tcId" : 423,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "8a9c22148e4fed1fc918f33eba1f06cc",
"tweak" : "c37a26d7ade80ea1",
"msg" : [13, 23, 12, 17, 11, 23, 21, 13, 23, 12, 17, 11, 23, 21],
"ct" : [23, 6, 22, 12, 0, 18, 10, 2, 5, 23, 23, 21, 4, 5],
"result" : "valid"
},
{
"tcId" : 424,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "8a9c22148e4fed1fc918f33eba1f06cc",
"tweak" : "c37a26d7ade80ea1",
"msg" : [15, 24, 22, 7, 3, 1, 6, 17, 21, 25, 4, 9, 6, 14],
"ct" : [2, 23, 17, 3, 2, 2, 10, 6, 13, 23, 20, 11, 25, 2],
"result" : "valid"
},
{
"tcId" : 425,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "8a9c22148e4fed1fc918f33eba1f06cc",
"tweak" : "c37a26d7ade80ea1",
"msg" : [18, 6, 9, 5, 0, 14, 2, 4, 25, 7, 3, 16, 19, 16],
"ct" : [1, 15, 9, 0, 12, 2, 6, 4, 3, 17, 16, 4, 14, 15],
"result" : "valid"
},
{
"tcId" : 426,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "8a9c22148e4fed1fc918f33eba1f06cc",
"tweak" : "c37a26d7ade80ea1",
"msg" : [12, 17, 23, 5, 20, 7, 13, 1, 1, 18, 2, 3, 13, 10],
"ct" : [10, 19, 9, 7, 23, 3, 12, 1, 1, 3, 23, 6, 15, 15],
"result" : "valid"
},
{
"tcId" : 427,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "8a9c22148e4fed1fc918f33eba1f06cc",
"tweak" : "c37a26d7ade80ea1",
"msg" : [2, 7, 3, 3, 24, 18, 1, 20, 20, 4, 15, 22, 19, 9],
"ct" : [17, 15, 8, 1, 5, 17, 18, 15, 23, 8, 3, 14, 23, 13],
"result" : "valid"
},
{
"tcId" : 428,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "8a9c22148e4fed1fc918f33eba1f06cc",
"tweak" : "c37a26d7ade80ea1",
"msg" : [6, 21, 18, 3, 23, 19, 12, 17, 17, 15, 6, 8, 8, 25],
"ct" : [13, 23, 0, 11, 20, 13, 15, 1, 24, 20, 22, 25, 23, 22],
"result" : "valid"
},
{
"tcId" : 429,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "8a9c22148e4fed1fc918f33eba1f06cc",
"tweak" : "c37a26d7ade80ea1",
"msg" : [11, 8, 4, 8, 9, 11, 7, 8, 20, 2, 5, 25, 1, 13],
"ct" : [22, 14, 25, 0, 21, 5, 0, 20, 13, 20, 19, 23, 5, 5],
"result" : "valid"
},
{
"tcId" : 430,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "8a9c22148e4fed1fc918f33eba1f06cc",
"tweak" : "c37a26d7ade80ea1",
"msg" : [4, 16, 7, 23, 17, 4, 21, 18, 25, 19, 7, 9, 6, 22],
"ct" : [17, 6, 10, 20, 7, 8, 13, 7, 7, 11, 17, 1, 4, 1],
"result" : "valid"
},
{
"tcId" : 431,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "8a9c22148e4fed1fc918f33eba1f06cc",
"tweak" : "c37a26d7ade80ea1",
"msg" : [5, 8, 5, 24, 16, 25, 19, 1, 10, 15, 25, 17, 4, 6],
"ct" : [3, 3, 6, 4, 10, 4, 5, 22, 15, 24, 19, 25, 0, 12],
"result" : "valid"
},
{
"tcId" : 432,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "8a9c22148e4fed1fc918f33eba1f06cc",
"tweak" : "c37a26d7ade80ea1",
"msg" : [7, 0, 6, 19, 20, 9, 17, 20, 12, 4, 3, 13, 20, 6],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 433,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "8a9c22148e4fed1fc918f33eba1f06cc",
"tweak" : "c37a26d7ade80ea1",
"msg" : [16, 16, 19, 5, 11, 4, 3, 23, 17, 22, 1, 9, 5, 24],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 434,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "8a9c22148e4fed1fc918f33eba1f06cc",
"tweak" : "c37a26d7ade80ea1",
"msg" : [12, 24, 14, 0, 4, 6, 13, 5, 17, 12, 11, 19, 19, 17],
"ct" : [13, 23, 12, 17, 11, 23, 22, 13, 23, 12, 17, 11, 23, 22],
"result" : "valid"
},
{
"tcId" : 435,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "8a9c22148e4fed1fc918f33eba1f06cc",
"tweak" : "c37a26d7ade80ea1",
"msg" : [10, 8, 10, 16, 20, 10, 16, 23, 14, 14, 25, 20, 16, 5],
"ct" : [13, 23, 12, 17, 11, 23, 21, 13, 23, 12, 17, 11, 23, 21],
"result" : "valid"
},
{
"tcId" : 436,
"comment" : "y is edge case for modular reduction and a = 0 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "4dfedd6f97765da94b445cc712ea4e7f",
"tweak" : "89bae2c72e794fa9ea0d",
"msg" : [25, 9, 17, 18, 18, 0, 20, 3, 4, 10, 16, 7, 15, 14],
"ct" : [4, 6, 22, 24, 10, 22, 25, 6, 5, 7, 15, 10, 6, 2],
"result" : "valid"
},
{
"tcId" : 437,
"comment" : "y is edge case for modular reduction and a = 1 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "4dfedd6f97765da94b445cc712ea4e7f",
"tweak" : "89bae2c72e794fa9ea0d",
"msg" : [4, 24, 12, 8, 5, 22, 3, 22, 14, 23, 10, 12, 18, 4],
"ct" : [7, 9, 15, 13, 13, 2, 6, 20, 19, 13, 4, 20, 16, 6],
"result" : "valid"
},
{
"tcId" : 438,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "4dfedd6f97765da94b445cc712ea4e7f",
"tweak" : "89bae2c72e794fa9ea0d",
"msg" : [12, 15, 13, 6, 24, 17, 1, 0, 14, 11, 17, 22, 10, 9],
"ct" : [18, 11, 18, 11, 1, 24, 7, 24, 11, 8, 25, 10, 5, 21],
"result" : "valid"
},
{
"tcId" : 439,
"comment" : "y is edge case for modular reduction and (y + a) % radix**7 is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "4dfedd6f97765da94b445cc712ea4e7f",
"tweak" : "89bae2c72e794fa9ea0d",
"msg" : [13, 19, 1, 20, 3, 21, 24, 6, 15, 8, 14, 6, 9, 5],
"ct" : [18, 19, 1, 19, 10, 10, 10, 21, 17, 23, 17, 10, 12, 18],
"result" : "valid"
},
{
"tcId" : 440,
"comment" : "y is edge case for modular reduction and (y + a) % radix**7 == 0 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "4dfedd6f97765da94b445cc712ea4e7f",
"tweak" : "89bae2c72e794fa9ea0d",
"msg" : [22, 19, 14, 16, 12, 22, 15, 17, 1, 20, 2, 23, 1, 25],
"ct" : [7, 4, 22, 0, 24, 25, 25, 12, 11, 13, 19, 13, 20, 10],
"result" : "valid"
},
{
"tcId" : 441,
"comment" : "y is edge case for modular reduction and a is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "4dfedd6f97765da94b445cc712ea4e7f",
"tweak" : "89bae2c72e794fa9ea0d",
"msg" : [25, 7, 18, 10, 12, 25, 17, 16, 14, 19, 10, 17, 15, 1],
"ct" : [9, 25, 7, 17, 21, 17, 1, 9, 25, 15, 3, 5, 6, 10],
"result" : "valid"
},
{
"tcId" : 442,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "3a6e047dffbfcdaf0ee7e0c93fc4c0e0",
"tweak" : "0e5628b6bce472c6",
"msg" : [-1, 24, 19, 10, 22, 11, 10, 1, 20, 13, 1, 12, 6, 5],
"ct" : [20, 18, 22, 0, 25, 6, 5, 15, 23, 6, 8, 0, 21, 12],
"result" : "invalid"
},
{
"tcId" : 443,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "3a6e047dffbfcdaf0ee7e0c93fc4c0e0",
"tweak" : "0e5628b6bce472c6",
"msg" : [6, 24, 19, 10, -1, 11, 10, 1, 20, 13, 1, 12, 6, 5],
"ct" : [18, 25, 6, 4, 22, 8, 12, 10, 22, 8, 2, 12, 7, 7],
"result" : "invalid"
},
{
"tcId" : 444,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "3a6e047dffbfcdaf0ee7e0c93fc4c0e0",
"tweak" : "0e5628b6bce472c6",
"msg" : [6, 24, 19, 10, 22, 11, 10, 1, 20, 13, 1, 12, 6, -1],
"ct" : [6, 6, 9, 19, 17, 13, 12, 23, 20, 13, 25, 22, 2, 20],
"result" : "invalid"
},
{
"tcId" : 445,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "3ca2efb3fc48b6171c3e81baf58fee07",
"tweak" : "2606ac82c51ee7e4",
"msg" : [26, 1, 18, 6, 3, 17, 3, 5, 4, 16, 23, 21, 16, 9],
"ct" : [20, 12, 16, 18, 17, 23, 17, 12, 11, 22, 19, 8, 10, 14],
"result" : "invalid"
},
{
"tcId" : 446,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "3ca2efb3fc48b6171c3e81baf58fee07",
"tweak" : "2606ac82c51ee7e4",
"msg" : [7, 1, 18, 6, 26, 17, 3, 5, 4, 16, 23, 21, 16, 9],
"ct" : [2, 4, 10, 2, 2, 3, 7, 9, 10, 9, 16, 9, 23, 23],
"result" : "invalid"
},
{
"tcId" : 447,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "3ca2efb3fc48b6171c3e81baf58fee07",
"tweak" : "2606ac82c51ee7e4",
"msg" : [7, 1, 18, 6, 3, 17, 3, 5, 4, 16, 23, 21, 16, 26],
"ct" : [22, 4, 1, 22, 10, 22, 4, 2, 6, 3, 8, 24, 20, 12],
"result" : "invalid"
}
]
},
{
"keySize" : 128,
"msgSize" : 15,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 448,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "7b0c5d430ef9383b04b2691ce3402a9a",
"tweak" : "ec71532112064259",
"msg" : [8, 23, 14, 8, 10, 24, 17, 6, 5, 20, 7, 13, 4, 10, 4],
"ct" : [23, 18, 12, 12, 23, 15, 9, 13, 11, 5, 13, 25, 12, 0, 18],
"result" : "valid"
},
{
"tcId" : 449,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "bd2dc7f87af6e676fa6bf4e92c43f183",
"tweak" : "71e1ede1a7e70a42",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [14, 10, 23, 10, 16, 4, 22, 18, 5, 13, 18, 18, 9, 8, 7],
"result" : "valid"
},
{
"tcId" : 450,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "bd2dc7f87af6e676fa6bf4e92c43f183",
"tweak" : "71e1ede1a7e70a42",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"ct" : [0, 10, 22, 22, 1, 17, 19, 16, 22, 10, 4, 15, 1, 18, 0],
"result" : "valid"
},
{
"tcId" : 451,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "bd2dc7f87af6e676fa6bf4e92c43f183",
"tweak" : "71e1ede1a7e70a42",
"msg" : [13, 23, 12, 17, 11, 23, 22, 17, 2, 23, 15, 12, 17, 9, 2],
"ct" : [21, 23, 7, 10, 17, 22, 15, 2, 5, 25, 24, 6, 12, 21, 23],
"result" : "valid"
},
{
"tcId" : 452,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "bd2dc7f87af6e676fa6bf4e92c43f183",
"tweak" : "71e1ede1a7e70a42",
"msg" : [13, 23, 12, 17, 11, 23, 21, 17, 2, 23, 15, 12, 17, 9, 1],
"ct" : [18, 10, 16, 1, 14, 25, 21, 20, 22, 18, 9, 5, 9, 15, 14],
"result" : "valid"
},
{
"tcId" : 453,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "bd2dc7f87af6e676fa6bf4e92c43f183",
"tweak" : "71e1ede1a7e70a42",
"msg" : [15, 15, 22, 10, 24, 10, 8, 5, 13, 1, 16, 0, 1, 8, 13],
"ct" : [3, 15, 19, 20, 9, 25, 5, 19, 10, 1, 11, 12, 20, 1, 4],
"result" : "valid"
},
{
"tcId" : 454,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "bd2dc7f87af6e676fa6bf4e92c43f183",
"tweak" : "71e1ede1a7e70a42",
"msg" : [11, 18, 18, 1, 19, 18, 7, 13, 5, 15, 7, 20, 16, 24, 15],
"ct" : [12, 2, 25, 18, 19, 5, 4, 20, 23, 5, 20, 5, 9, 24, 19],
"result" : "valid"
},
{
"tcId" : 455,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "bd2dc7f87af6e676fa6bf4e92c43f183",
"tweak" : "71e1ede1a7e70a42",
"msg" : [4, 24, 11, 6, 6, 4, 2, 20, 7, 4, 18, 8, 11, 21, 20],
"ct" : [16, 18, 25, 5, 19, 15, 16, 16, 14, 21, 3, 13, 8, 8, 25],
"result" : "valid"
},
{
"tcId" : 456,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "bd2dc7f87af6e676fa6bf4e92c43f183",
"tweak" : "71e1ede1a7e70a42",
"msg" : [9, 18, 16, 15, 12, 15, 15, 8, 6, 12, 10, 21, 5, 14, 25],
"ct" : [23, 15, 15, 24, 21, 12, 20, 2, 13, 22, 10, 14, 7, 6, 2],
"result" : "valid"
},
{
"tcId" : 457,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "bd2dc7f87af6e676fa6bf4e92c43f183",
"tweak" : "71e1ede1a7e70a42",
"msg" : [14, 3, 8, 20, 2, 3, 25, 1, 17, 15, 8, 7, 24, 15, 20],
"ct" : [3, 9, 23, 11, 16, 8, 0, 6, 23, 16, 3, 23, 7, 16, 0],
"result" : "valid"
},
{
"tcId" : 458,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "bd2dc7f87af6e676fa6bf4e92c43f183",
"tweak" : "71e1ede1a7e70a42",
"msg" : [18, 16, 22, 16, 14, 3, 10, 4, 11, 19, 23, 19, 21, 14, 0],
"ct" : [20, 4, 5, 21, 3, 18, 3, 22, 8, 14, 23, 2, 15, 6, 20],
"result" : "valid"
},
{
"tcId" : 459,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "bd2dc7f87af6e676fa6bf4e92c43f183",
"tweak" : "71e1ede1a7e70a42",
"msg" : [23, 0, 1, 12, 0, 3, 18, 22, 14, 17, 5, 18, 5, 14, 5],
"ct" : [15, 18, 5, 23, 16, 14, 21, 6, 25, 10, 25, 6, 22, 20, 15],
"result" : "valid"
},
{
"tcId" : 460,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "bd2dc7f87af6e676fa6bf4e92c43f183",
"tweak" : "71e1ede1a7e70a42",
"msg" : [3, 4, 19, 22, 8, 10, 20, 9, 2, 11, 0, 25, 17, 13, 13],
"ct" : [8, 2, 9, 14, 1, 19, 20, 21, 10, 2, 20, 20, 16, 24, 9],
"result" : "valid"
},
{
"tcId" : 461,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "bd2dc7f87af6e676fa6bf4e92c43f183",
"tweak" : "71e1ede1a7e70a42",
"msg" : [10, 20, 9, 16, 15, 18, 23, 23, 23, 21, 14, 3, 23, 2, 8],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 462,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "bd2dc7f87af6e676fa6bf4e92c43f183",
"tweak" : "71e1ede1a7e70a42",
"msg" : [4, 16, 0, 1, 22, 11, 18, 15, 24, 2, 2, 16, 25, 25, 21],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 463,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "bd2dc7f87af6e676fa6bf4e92c43f183",
"tweak" : "71e1ede1a7e70a42",
"msg" : [1, 24, 12, 14, 3, 3, 4, 4, 16, 17, 19, 25, 15, 19, 20],
"ct" : [13, 23, 12, 17, 11, 23, 22, 17, 2, 23, 15, 12, 17, 9, 2],
"result" : "valid"
},
{
"tcId" : 464,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "bd2dc7f87af6e676fa6bf4e92c43f183",
"tweak" : "71e1ede1a7e70a42",
"msg" : [2, 5, 22, 22, 8, 21, 6, 18, 22, 0, 4, 11, 16, 7, 8],
"ct" : [13, 23, 12, 17, 11, 23, 21, 17, 2, 23, 15, 12, 17, 9, 1],
"result" : "valid"
},
{
"tcId" : 465,
"comment" : "y = 0 and (y + a) % radix**7 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "b4aac83ef6dc59fd0ab9a7692e6ef3c4",
"tweak" : "af105cba8f653c492b0f",
"msg" : [14, 0, 2, 7, 5, 2, 3, 7, 20, 10, 9, 24, 21, 18, 14],
"ct" : [7, 23, 25, 24, 10, 24, 22, 19, 8, 23, 18, 17, 4, 5, 3],
"result" : "valid"
},
{
"tcId" : 466,
"comment" : "y = 0 and a = 1 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "b4aac83ef6dc59fd0ab9a7692e6ef3c4",
"tweak" : "af105cba8f653c492b0f",
"msg" : [24, 10, 3, 15, 14, 23, 25, 21, 20, 7, 18, 12, 4, 16, 16],
"ct" : [4, 13, 5, 13, 16, 16, 5, 18, 6, 25, 20, 18, 5, 9, 12],
"result" : "valid"
},
{
"tcId" : 467,
"comment" : "y = 0 and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "b4aac83ef6dc59fd0ab9a7692e6ef3c4",
"tweak" : "af105cba8f653c492b0f",
"msg" : [16, 23, 1, 2, 0, 14, 6, 19, 18, 8, 23, 20, 20, 2, 18],
"ct" : [0, 11, 15, 5, 24, 3, 17, 8, 2, 24, 9, 24, 9, 3, 5],
"result" : "valid"
},
{
"tcId" : 468,
"comment" : "y = 0 and (y + a) % radix**7 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "b4aac83ef6dc59fd0ab9a7692e6ef3c4",
"tweak" : "af105cba8f653c492b0f",
"msg" : [4, 9, 6, 23, 16, 20, 6, 18, 20, 15, 16, 14, 2, 5, 0],
"ct" : [24, 22, 23, 11, 5, 13, 22, 2, 7, 15, 22, 3, 18, 9, 3],
"result" : "valid"
},
{
"tcId" : 469,
"comment" : "y = 1 and a = 0 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "b4aac83ef6dc59fd0ab9a7692e6ef3c4",
"tweak" : "294d9276a06c6166dc4d",
"msg" : [4, 9, 7, 4, 25, 12, 15, 23, 12, 19, 15, 6, 23, 14, 6],
"ct" : [24, 13, 23, 14, 6, 6, 1, 24, 25, 20, 12, 16, 5, 14, 18],
"result" : "valid"
},
{
"tcId" : 470,
"comment" : "y = 1 and a = 1 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "b4aac83ef6dc59fd0ab9a7692e6ef3c4",
"tweak" : "294d9276a06c6166dc4d",
"msg" : [17, 20, 15, 9, 19, 17, 17, 13, 6, 8, 7, 21, 8, 7, 10],
"ct" : [6, 0, 8, 11, 5, 11, 20, 14, 20, 7, 22, 18, 10, 23, 10],
"result" : "valid"
},
{
"tcId" : 471,
"comment" : "y = 1 and a has large Hamming weight in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "b4aac83ef6dc59fd0ab9a7692e6ef3c4",
"tweak" : "294d9276a06c6166dc4d",
"msg" : [2, 17, 21, 8, 12, 25, 21, 21, 25, 17, 10, 11, 16, 22, 7],
"ct" : [0, 22, 1, 3, 3, 16, 1, 21, 14, 16, 3, 19, 24, 19, 0],
"result" : "valid"
},
{
"tcId" : 472,
"comment" : "y = 1 and (y + a) % radix**8 is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "b4aac83ef6dc59fd0ab9a7692e6ef3c4",
"tweak" : "294d9276a06c6166dc4d",
"msg" : [23, 10, 0, 10, 4, 13, 5, 0, 12, 20, 11, 15, 24, 10, 23],
"ct" : [11, 23, 14, 6, 10, 12, 23, 21, 7, 12, 6, 5, 21, 7, 15],
"result" : "valid"
},
{
"tcId" : 473,
"comment" : "y = 1 and (y + a) % radix**8 == 0 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "b4aac83ef6dc59fd0ab9a7692e6ef3c4",
"tweak" : "294d9276a06c6166dc4d",
"msg" : [3, 15, 1, 24, 10, 5, 14, 10, 5, 6, 12, 1, 18, 8, 8],
"ct" : [14, 9, 15, 23, 0, 10, 16, 8, 23, 22, 23, 7, 16, 24, 16],
"result" : "valid"
},
{
"tcId" : 474,
"comment" : "y is maximal and a = 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "b4aac83ef6dc59fd0ab9a7692e6ef3c4",
"tweak" : "246f7de9514432d3d300",
"msg" : [18, 1, 6, 7, 20, 24, 24, 2, 0, 18, 24, 0, 8, 6, 11],
"ct" : [6, 18, 18, 0, 4, 5, 13, 0, 16, 10, 6, 13, 0, 3, 25],
"result" : "valid"
},
{
"tcId" : 475,
"comment" : "y is maximal and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "b4aac83ef6dc59fd0ab9a7692e6ef3c4",
"tweak" : "246f7de9514432d3d300",
"msg" : [7, 3, 16, 24, 21, 9, 19, 17, 15, 24, 16, 18, 9, 12, 4],
"ct" : [6, 18, 18, 0, 4, 5, 14, 2, 3, 9, 13, 8, 1, 21, 16],
"result" : "valid"
},
{
"tcId" : 476,
"comment" : "y is maximal and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "b4aac83ef6dc59fd0ab9a7692e6ef3c4",
"tweak" : "246f7de9514432d3d300",
"msg" : [22, 23, 3, 14, 20, 6, 13, 11, 1, 0, 15, 16, 10, 21, 13],
"ct" : [20, 16, 4, 17, 16, 3, 9, 2, 10, 15, 21, 3, 21, 3, 12],
"result" : "valid"
},
{
"tcId" : 477,
"comment" : "y is maximal and (y + a) % radix**7 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "b4aac83ef6dc59fd0ab9a7692e6ef3c4",
"tweak" : "246f7de9514432d3d300",
"msg" : [15, 19, 10, 6, 12, 1, 21, 8, 16, 11, 15, 25, 17, 17, 20],
"ct" : [25, 25, 25, 25, 25, 25, 25, 5, 13, 16, 7, 23, 17, 14, 8],
"result" : "valid"
},
{
"tcId" : 478,
"comment" : "y is maximal and (y + a) % radix**7 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "b4aac83ef6dc59fd0ab9a7692e6ef3c4",
"tweak" : "246f7de9514432d3d300",
"msg" : [17, 23, 21, 5, 4, 8, 10, 21, 23, 10, 21, 13, 18, 0, 5],
"ct" : [0, 0, 0, 0, 0, 0, 0, 21, 14, 22, 1, 24, 19, 25, 19],
"result" : "valid"
},
{
"tcId" : 479,
"comment" : "y is maximal and a is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "b4aac83ef6dc59fd0ab9a7692e6ef3c4",
"tweak" : "246f7de9514432d3d300",
"msg" : [7, 16, 21, 11, 0, 13, 22, 7, 4, 7, 5, 5, 17, 14, 12],
"ct" : [6, 18, 18, 0, 4, 5, 12, 6, 12, 25, 18, 17, 24, 16, 2],
"result" : "valid"
},
{
"tcId" : 480,
"comment" : "y is edge case for modular reduction and a = 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "b4aac83ef6dc59fd0ab9a7692e6ef3c4",
"tweak" : "9bcd1d79e41c67b728da",
"msg" : [10, 10, 5, 18, 13, 0, 7, 17, 25, 24, 3, 3, 17, 3, 24],
"ct" : [6, 18, 18, 0, 4, 5, 0, 19, 14, 12, 5, 7, 16, 15, 3],
"result" : "valid"
},
{
"tcId" : 481,
"comment" : "y is edge case for modular reduction and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "b4aac83ef6dc59fd0ab9a7692e6ef3c4",
"tweak" : "9bcd1d79e41c67b728da",
"msg" : [3, 22, 21, 5, 18, 5, 13, 5, 14, 9, 12, 10, 10, 23, 18],
"ct" : [6, 18, 18, 0, 4, 5, 1, 19, 2, 20, 20, 22, 0, 15, 25],
"result" : "valid"
},
{
"tcId" : 482,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "b4aac83ef6dc59fd0ab9a7692e6ef3c4",
"tweak" : "9bcd1d79e41c67b728da",
"msg" : [16, 22, 16, 17, 6, 1, 19, 1, 4, 7, 15, 20, 20, 21, 25],
"ct" : [20, 16, 4, 17, 16, 2, 22, 22, 2, 0, 11, 21, 1, 9, 8],
"result" : "valid"
},
{
"tcId" : 483,
"comment" : "y is edge case for modular reduction and (y + a) % radix**7 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "b4aac83ef6dc59fd0ab9a7692e6ef3c4",
"tweak" : "9bcd1d79e41c67b728da",
"msg" : [15, 10, 12, 15, 13, 13, 2, 20, 23, 5, 2, 7, 3, 10, 15],
"ct" : [25, 25, 25, 25, 25, 25, 25, 15, 19, 14, 22, 12, 20, 13, 17],
"result" : "valid"
},
{
"tcId" : 484,
"comment" : "y is edge case for modular reduction and (y + a) % radix**7 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "b4aac83ef6dc59fd0ab9a7692e6ef3c4",
"tweak" : "9bcd1d79e41c67b728da",
"msg" : [2, 3, 9, 22, 9, 21, 25, 8, 8, 20, 17, 3, 4, 7, 18],
"ct" : [0, 0, 0, 0, 0, 0, 0, 7, 5, 23, 20, 0, 13, 9, 6],
"result" : "valid"
},
{
"tcId" : 485,
"comment" : "y is edge case for modular reduction and a is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "b4aac83ef6dc59fd0ab9a7692e6ef3c4",
"tweak" : "9bcd1d79e41c67b728da",
"msg" : [13, 21, 11, 5, 22, 2, 11, 21, 14, 9, 9, 17, 23, 20, 4],
"ct" : [6, 18, 18, 0, 4, 4, 25, 17, 10, 21, 3, 17, 20, 1, 14],
"result" : "valid"
},
{
"tcId" : 486,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "18f316e92e027b0d4d068bb94f8dd864",
"tweak" : "17d37026864474b3",
"msg" : [-1, 1, 5, 18, 16, 0, 25, 16, 9, 16, 5, 16, 11, 3, 19],
"ct" : [23, 10, 3, 9, 19, 23, 25, 8, 3, 8, 25, 9, 5, 25, 3],
"result" : "invalid"
},
{
"tcId" : 487,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "18f316e92e027b0d4d068bb94f8dd864",
"tweak" : "17d37026864474b3",
"msg" : [1, 1, 5, 18, 16, -1, 25, 16, 9, 16, 5, 16, 11, 3, 19],
"ct" : [3, 17, 0, 12, 1, 8, 0, 25, 1, 20, 14, 6, 7, 11, 5],
"result" : "invalid"
},
{
"tcId" : 488,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "18f316e92e027b0d4d068bb94f8dd864",
"tweak" : "17d37026864474b3",
"msg" : [1, 1, 5, 18, 16, 0, 25, 16, 9, 16, 5, 16, 11, 3, -1],
"ct" : [19, 13, 11, 2, 3, 13, 12, 0, 2, 6, 13, 21, 13, 16, 17],
"result" : "invalid"
},
{
"tcId" : 489,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "2b6136310f44eac350e1f380a3f4ef2d",
"tweak" : "a149c9c3516af987",
"msg" : [26, 17, 0, 19, 3, 12, 22, 17, 15, 5, 14, 13, 6, 11, 8],
"ct" : [0, 3, 9, 22, 18, 9, 22, 17, 18, 7, 6, 24, 10, 9, 14],
"result" : "invalid"
},
{
"tcId" : 490,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "2b6136310f44eac350e1f380a3f4ef2d",
"tweak" : "a149c9c3516af987",
"msg" : [9, 17, 0, 19, 3, 26, 22, 17, 15, 5, 14, 13, 6, 11, 8],
"ct" : [12, 8, 9, 3, 16, 16, 4, 5, 13, 6, 23, 23, 6, 15, 14],
"result" : "invalid"
},
{
"tcId" : 491,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "2b6136310f44eac350e1f380a3f4ef2d",
"tweak" : "a149c9c3516af987",
"msg" : [9, 17, 0, 19, 3, 12, 22, 17, 15, 5, 14, 13, 6, 11, 26],
"ct" : [4, 7, 13, 0, 19, 23, 23, 2, 22, 21, 7, 6, 20, 7, 10],
"result" : "invalid"
}
]
},
{
"keySize" : 128,
"msgSize" : 16,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 492,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "48f0d03e41cc55c4b58f737b5acdea32",
"tweak" : "30944debca89ca90",
"msg" : [4, 8, 23, 6, 11, 23, 6, 13, 15, 20, 24, 11, 1, 9, 7, 0],
"ct" : [16, 10, 17, 14, 19, 24, 5, 21, 10, 25, 11, 16, 6, 3, 24, 2],
"result" : "valid"
},
{
"tcId" : 493,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "58a68a9bf81642540bcff165563af592",
"tweak" : "a4a9513e222fab29",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [17, 8, 0, 17, 4, 4, 2, 14, 8, 24, 19, 3, 21, 0, 8, 12],
"result" : "valid"
},
{
"tcId" : 494,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "58a68a9bf81642540bcff165563af592",
"tweak" : "a4a9513e222fab29",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"ct" : [24, 0, 3, 5, 21, 11, 14, 4, 11, 14, 17, 4, 12, 15, 25, 9],
"result" : "valid"
},
{
"tcId" : 495,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "58a68a9bf81642540bcff165563af592",
"tweak" : "a4a9513e222fab29",
"msg" : [17, 2, 23, 15, 12, 17, 9, 2, 17, 2, 23, 15, 12, 17, 9, 2],
"ct" : [16, 17, 2, 5, 19, 19, 1, 18, 22, 11, 7, 21, 2, 0, 1, 7],
"result" : "valid"
},
{
"tcId" : 496,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "58a68a9bf81642540bcff165563af592",
"tweak" : "a4a9513e222fab29",
"msg" : [17, 2, 23, 15, 12, 17, 9, 1, 17, 2, 23, 15, 12, 17, 9, 1],
"ct" : [14, 11, 18, 20, 10, 14, 9, 12, 25, 18, 8, 18, 22, 21, 12, 25],
"result" : "valid"
},
{
"tcId" : 497,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "58a68a9bf81642540bcff165563af592",
"tweak" : "a4a9513e222fab29",
"msg" : [18, 8, 4, 9, 14, 13, 7, 15, 8, 10, 25, 8, 10, 10, 11, 11],
"ct" : [13, 1, 4, 16, 16, 10, 13, 3, 21, 19, 16, 25, 11, 12, 19, 1],
"result" : "valid"
},
{
"tcId" : 498,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "58a68a9bf81642540bcff165563af592",
"tweak" : "a4a9513e222fab29",
"msg" : [11, 4, 25, 23, 12, 15, 25, 10, 20, 16, 12, 1, 20, 11, 12, 0],
"ct" : [20, 23, 21, 10, 21, 5, 22, 22, 24, 8, 12, 20, 7, 9, 2, 5],
"result" : "valid"
},
{
"tcId" : 499,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "58a68a9bf81642540bcff165563af592",
"tweak" : "a4a9513e222fab29",
"msg" : [25, 0, 2, 22, 7, 18, 9, 2, 24, 24, 17, 24, 21, 0, 10, 18],
"ct" : [8, 16, 15, 22, 1, 16, 22, 15, 13, 0, 15, 20, 20, 16, 22, 2],
"result" : "valid"
},
{
"tcId" : 500,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "58a68a9bf81642540bcff165563af592",
"tweak" : "a4a9513e222fab29",
"msg" : [8, 17, 6, 18, 16, 2, 12, 8, 17, 9, 4, 18, 11, 17, 21, 14],
"ct" : [10, 5, 2, 11, 15, 14, 25, 19, 18, 16, 5, 0, 6, 16, 6, 7],
"result" : "valid"
},
{
"tcId" : 501,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "58a68a9bf81642540bcff165563af592",
"tweak" : "a4a9513e222fab29",
"msg" : [9, 24, 14, 7, 4, 24, 9, 18, 24, 10, 13, 25, 15, 8, 3, 0],
"ct" : [23, 11, 16, 8, 15, 4, 16, 9, 13, 7, 1, 7, 9, 7, 5, 2],
"result" : "valid"
},
{
"tcId" : 502,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "58a68a9bf81642540bcff165563af592",
"tweak" : "a4a9513e222fab29",
"msg" : [21, 6, 17, 2, 25, 12, 19, 24, 6, 1, 0, 4, 6, 16, 10, 15],
"ct" : [4, 19, 21, 17, 20, 8, 9, 23, 6, 13, 7, 1, 1, 15, 15, 1],
"result" : "valid"
},
{
"tcId" : 503,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "58a68a9bf81642540bcff165563af592",
"tweak" : "a4a9513e222fab29",
"msg" : [7, 6, 5, 3, 4, 11, 1, 3, 12, 12, 4, 3, 11, 4, 6, 9],
"ct" : [16, 2, 7, 24, 22, 0, 11, 24, 4, 19, 17, 19, 25, 17, 12, 18],
"result" : "valid"
},
{
"tcId" : 504,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "58a68a9bf81642540bcff165563af592",
"tweak" : "a4a9513e222fab29",
"msg" : [25, 16, 25, 25, 18, 19, 8, 25, 24, 4, 19, 16, 3, 13, 23, 18],
"ct" : [25, 9, 20, 11, 10, 23, 4, 23, 24, 1, 1, 20, 16, 1, 7, 7],
"result" : "valid"
},
{
"tcId" : 505,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "58a68a9bf81642540bcff165563af592",
"tweak" : "a4a9513e222fab29",
"msg" : [20, 8, 12, 15, 8, 0, 11, 15, 21, 4, 8, 14, 20, 13, 6, 6],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 506,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "58a68a9bf81642540bcff165563af592",
"tweak" : "a4a9513e222fab29",
"msg" : [24, 19, 22, 0, 16, 20, 24, 7, 5, 13, 0, 16, 7, 14, 11, 5],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 507,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "58a68a9bf81642540bcff165563af592",
"tweak" : "a4a9513e222fab29",
"msg" : [2, 2, 10, 0, 10, 5, 15, 4, 16, 12, 13, 4, 14, 24, 9, 25],
"ct" : [17, 2, 23, 15, 12, 17, 9, 2, 17, 2, 23, 15, 12, 17, 9, 2],
"result" : "valid"
},
{
"tcId" : 508,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "58a68a9bf81642540bcff165563af592",
"tweak" : "a4a9513e222fab29",
"msg" : [25, 1, 20, 12, 12, 2, 0, 21, 14, 12, 19, 10, 21, 19, 1, 3],
"ct" : [17, 2, 23, 15, 12, 17, 9, 1, 17, 2, 23, 15, 12, 17, 9, 1],
"result" : "valid"
},
{
"tcId" : 509,
"comment" : "y = 0 and (y + a) % radix**8 == 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "ce2295b38289779ad19a532cd6be845b",
"tweak" : "d19eabe5a197e4fbf3d6",
"msg" : [15, 17, 18, 8, 14, 20, 12, 23, 11, 10, 25, 22, 18, 10, 19, 5],
"ct" : [25, 19, 10, 21, 2, 16, 0, 18, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 510,
"comment" : "y = 0 and a = 1 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "ce2295b38289779ad19a532cd6be845b",
"tweak" : "d19eabe5a197e4fbf3d6",
"msg" : [5, 2, 7, 12, 13, 9, 1, 23, 3, 24, 5, 25, 3, 10, 13, 7],
"ct" : [25, 19, 10, 21, 2, 16, 0, 18, 0, 0, 0, 0, 0, 0, 0, 1],
"result" : "valid"
},
{
"tcId" : 511,
"comment" : "y = 0 and a has large Hamming weight in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "ce2295b38289779ad19a532cd6be845b",
"tweak" : "d19eabe5a197e4fbf3d6",
"msg" : [8, 5, 17, 8, 4, 12, 23, 9, 20, 8, 7, 13, 12, 9, 4, 3],
"ct" : [25, 19, 10, 21, 2, 16, 0, 18, 17, 2, 23, 15, 12, 17, 9, 2],
"result" : "valid"
},
{
"tcId" : 512,
"comment" : "y = 0 and (y + a) % radix**8 is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "ce2295b38289779ad19a532cd6be845b",
"tweak" : "d19eabe5a197e4fbf3d6",
"msg" : [24, 16, 0, 25, 21, 20, 2, 4, 18, 22, 9, 19, 10, 24, 23, 16],
"ct" : [25, 19, 10, 21, 2, 16, 0, 18, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 513,
"comment" : "y = 1 and a = 0 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "ce2295b38289779ad19a532cd6be845b",
"tweak" : "fe027c2d9529e07d79ee",
"msg" : [12, 2, 8, 9, 16, 25, 0, 15, 8, 18, 13, 3, 14, 5, 22, 25],
"ct" : [21, 8, 19, 1, 24, 10, 23, 7, 15, 20, 24, 9, 6, 19, 20, 4],
"result" : "valid"
},
{
"tcId" : 514,
"comment" : "y = 1 and a = 1 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "ce2295b38289779ad19a532cd6be845b",
"tweak" : "fe027c2d9529e07d79ee",
"msg" : [19, 6, 24, 10, 19, 19, 22, 8, 16, 12, 14, 8, 10, 18, 21, 15],
"ct" : [12, 10, 10, 3, 24, 10, 9, 10, 6, 10, 10, 0, 6, 7, 5, 16],
"result" : "valid"
},
{
"tcId" : 515,
"comment" : "y = 1 and a has large Hamming weight in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "ce2295b38289779ad19a532cd6be845b",
"tweak" : "fe027c2d9529e07d79ee",
"msg" : [8, 14, 9, 10, 16, 21, 20, 3, 18, 15, 24, 23, 12, 12, 22, 0],
"ct" : [6, 10, 25, 12, 24, 8, 23, 10, 10, 6, 0, 4, 14, 1, 7, 24],
"result" : "valid"
},
{
"tcId" : 516,
"comment" : "y = 1 and (y + a) % radix**8 is maximal in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "ce2295b38289779ad19a532cd6be845b",
"tweak" : "fe027c2d9529e07d79ee",
"msg" : [24, 15, 17, 25, 13, 1, 22, 22, 2, 2, 11, 14, 7, 15, 2, 9],
"ct" : [25, 7, 4, 10, 6, 11, 18, 8, 15, 16, 5, 22, 5, 13, 13, 19],
"result" : "valid"
},
{
"tcId" : 517,
"comment" : "y = 1 and (y + a) % radix**8 == 0 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "ce2295b38289779ad19a532cd6be845b",
"tweak" : "fe027c2d9529e07d79ee",
"msg" : [10, 10, 14, 23, 18, 12, 23, 21, 15, 23, 17, 9, 12, 19, 14, 13],
"ct" : [13, 18, 15, 1, 9, 2, 17, 19, 9, 6, 8, 22, 15, 25, 2, 8],
"result" : "valid"
},
{
"tcId" : 518,
"comment" : "y is maximal and a = 0 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "ce2295b38289779ad19a532cd6be845b",
"tweak" : "150db9b70c742326bab1",
"msg" : [9, 17, 16, 11, 9, 11, 19, 2, 5, 4, 9, 18, 25, 2, 12, 9],
"ct" : [7, 15, 9, 17, 19, 22, 1, 13, 5, 12, 10, 2, 25, 8, 18, 5],
"result" : "valid"
},
{
"tcId" : 519,
"comment" : "y is maximal and a = 1 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "ce2295b38289779ad19a532cd6be845b",
"tweak" : "150db9b70c742326bab1",
"msg" : [16, 19, 14, 11, 12, 0, 2, 3, 18, 14, 25, 12, 14, 17, 15, 6],
"ct" : [15, 17, 3, 15, 13, 25, 0, 1, 15, 5, 10, 1, 12, 20, 15, 24],
"result" : "valid"
},
{
"tcId" : 520,
"comment" : "y is maximal and a has large Hamming weight in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "ce2295b38289779ad19a532cd6be845b",
"tweak" : "150db9b70c742326bab1",
"msg" : [24, 18, 17, 22, 3, 13, 1, 14, 23, 9, 11, 1, 10, 13, 21, 23],
"ct" : [7, 5, 8, 8, 23, 22, 3, 19, 9, 15, 7, 14, 25, 16, 13, 22],
"result" : "valid"
},
{
"tcId" : 521,
"comment" : "y is maximal and (y + a) % radix**8 is maximal in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "ce2295b38289779ad19a532cd6be845b",
"tweak" : "150db9b70c742326bab1",
"msg" : [8, 15, 22, 25, 1, 4, 2, 9, 6, 20, 21, 5, 9, 0, 2, 8],
"ct" : [19, 22, 5, 4, 9, 22, 6, 19, 20, 17, 19, 4, 19, 20, 18, 17],
"result" : "valid"
},
{
"tcId" : 522,
"comment" : "y is maximal and (y + a) % radix**8 == 0 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "ce2295b38289779ad19a532cd6be845b",
"tweak" : "150db9b70c742326bab1",
"msg" : [7, 24, 15, 18, 3, 23, 14, 25, 24, 11, 9, 0, 16, 3, 13, 8],
"ct" : [21, 22, 5, 20, 5, 18, 16, 3, 3, 15, 11, 1, 0, 5, 7, 1],
"result" : "valid"
},
{
"tcId" : 523,
"comment" : "y is maximal and a is maximal in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "ce2295b38289779ad19a532cd6be845b",
"tweak" : "150db9b70c742326bab1",
"msg" : [2, 16, 8, 4, 3, 23, 17, 11, 6, 6, 1, 25, 3, 22, 5, 14],
"ct" : [5, 10, 5, 0, 18, 3, 25, 1, 11, 22, 7, 1, 25, 15, 20, 18],
"result" : "valid"
},
{
"tcId" : 524,
"comment" : "y is edge case for modular reduction and a = 0 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "ce2295b38289779ad19a532cd6be845b",
"tweak" : "4541c457a1a8dbbfe088",
"msg" : [0, 18, 17, 18, 25, 9, 25, 21, 24, 19, 10, 18, 21, 19, 18, 10],
"ct" : [16, 19, 18, 0, 15, 6, 25, 15, 22, 1, 6, 4, 11, 15, 14, 6],
"result" : "valid"
},
{
"tcId" : 525,
"comment" : "y is edge case for modular reduction and a = 1 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "ce2295b38289779ad19a532cd6be845b",
"tweak" : "4541c457a1a8dbbfe088",
"msg" : [10, 16, 22, 14, 23, 4, 18, 18, 25, 8, 18, 20, 21, 15, 10, 17],
"ct" : [10, 17, 20, 14, 8, 6, 17, 0, 2, 12, 23, 10, 1, 23, 13, 1],
"result" : "valid"
},
{
"tcId" : 526,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "ce2295b38289779ad19a532cd6be845b",
"tweak" : "4541c457a1a8dbbfe088",
"msg" : [15, 9, 24, 15, 11, 19, 19, 16, 3, 12, 25, 3, 3, 15, 19, 5],
"ct" : [24, 13, 4, 13, 15, 1, 17, 13, 16, 12, 8, 5, 8, 8, 22, 25],
"result" : "valid"
},
{
"tcId" : 527,
"comment" : "y is edge case for modular reduction and (y + a) % radix**8 is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "ce2295b38289779ad19a532cd6be845b",
"tweak" : "4541c457a1a8dbbfe088",
"msg" : [11, 11, 2, 23, 25, 24, 16, 3, 15, 13, 11, 10, 19, 24, 24, 7],
"ct" : [18, 8, 4, 6, 14, 12, 24, 23, 21, 2, 5, 2, 9, 19, 13, 6],
"result" : "valid"
},
{
"tcId" : 528,
"comment" : "y is edge case for modular reduction and (y + a) % radix**8 == 0 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "ce2295b38289779ad19a532cd6be845b",
"tweak" : "4541c457a1a8dbbfe088",
"msg" : [12, 21, 20, 24, 12, 15, 3, 15, 14, 0, 3, 4, 3, 10, 25, 19],
"ct" : [14, 0, 8, 0, 24, 18, 20, 25, 20, 7, 5, 15, 7, 16, 15, 25],
"result" : "valid"
},
{
"tcId" : 529,
"comment" : "y is edge case for modular reduction and a is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "ce2295b38289779ad19a532cd6be845b",
"tweak" : "4541c457a1a8dbbfe088",
"msg" : [7, 16, 0, 23, 17, 8, 6, 7, 24, 18, 15, 16, 20, 0, 8, 13],
"ct" : [5, 20, 23, 12, 17, 10, 21, 6, 16, 0, 11, 20, 22, 4, 13, 10],
"result" : "valid"
},
{
"tcId" : 530,
"comment" : "y is maximal after modular reduction and (y + a) % radix**8 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "ce2295b38289779ad19a532cd6be845b",
"tweak" : "f9f5ab78bbc763e946c1",
"msg" : [18, 24, 21, 11, 11, 2, 3, 4, 23, 0, 24, 7, 1, 17, 0, 0],
"ct" : [5, 19, 7, 25, 17, 24, 21, 5, 3, 23, 3, 14, 23, 15, 25, 2],
"result" : "valid"
},
{
"tcId" : 531,
"comment" : "y is maximal after modular reduction and (y + a) % radix**8 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "ce2295b38289779ad19a532cd6be845b",
"tweak" : "f9f5ab78bbc763e946c1",
"msg" : [24, 7, 15, 9, 12, 11, 12, 10, 20, 5, 25, 9, 3, 18, 12, 14],
"ct" : [5, 4, 11, 0, 4, 12, 1, 6, 13, 18, 13, 22, 20, 12, 23, 22],
"result" : "valid"
},
{
"tcId" : 532,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "ce2295b38289779ad19a532cd6be845b",
"tweak" : "f9f5ab78bbc763e946c1",
"msg" : [25, 13, 2, 21, 11, 15, 15, 19, 24, 0, 14, 1, 20, 14, 14, 24],
"ct" : [21, 9, 8, 18, 15, 14, 23, 10, 25, 17, 10, 14, 1, 2, 2, 23],
"result" : "valid"
},
{
"tcId" : 533,
"comment" : "y is maximal after modular reduction and a is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "ce2295b38289779ad19a532cd6be845b",
"tweak" : "f9f5ab78bbc763e946c1",
"msg" : [10, 21, 16, 2, 1, 5, 14, 13, 11, 25, 9, 22, 11, 9, 16, 5],
"ct" : [2, 7, 13, 0, 4, 9, 24, 4, 4, 2, 5, 21, 25, 14, 24, 11],
"result" : "valid"
},
{
"tcId" : 534,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "c3a8f68c88eeea1a255db6a7e012ec22",
"tweak" : "a841e8a1819dfb69",
"msg" : [-1, 7, 14, 17, 5, 11, 4, 7, 11, 9, 9, 9, 21, 23, 4, 20],
"ct" : [20, 25, 6, 13, 9, 25, 11, 16, 22, 4, 10, 1, 6, 9, 5, 20],
"result" : "invalid"
},
{
"tcId" : 535,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "c3a8f68c88eeea1a255db6a7e012ec22",
"tweak" : "a841e8a1819dfb69",
"msg" : [24, 7, 14, 17, 5, -1, 4, 7, 11, 9, 9, 9, 21, 23, 4, 20],
"ct" : [5, 4, 11, 5, 5, 19, 1, 8, 9, 14, 25, 24, 3, 13, 25, 6],
"result" : "invalid"
},
{
"tcId" : 536,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "c3a8f68c88eeea1a255db6a7e012ec22",
"tweak" : "a841e8a1819dfb69",
"msg" : [24, 7, 14, 17, 5, 11, 4, 7, 11, 9, 9, 9, 21, 23, 4, -1],
"ct" : [16, 11, 10, 16, 24, 21, 19, 11, 21, 0, 10, 6, 11, 16, 0, 5],
"result" : "invalid"
},
{
"tcId" : 537,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "1bd8c2dbef8e0925a241c31ad6c383bb",
"tweak" : "903ab684715cee43",
"msg" : [26, 14, 11, 15, 1, 17, 9, 25, 15, 8, 14, 9, 25, 14, 6, 17],
"ct" : [21, 17, 12, 20, 5, 25, 25, 15, 18, 2, 18, 2, 17, 7, 16, 1],
"result" : "invalid"
},
{
"tcId" : 538,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "1bd8c2dbef8e0925a241c31ad6c383bb",
"tweak" : "903ab684715cee43",
"msg" : [14, 14, 11, 15, 1, 26, 9, 25, 15, 8, 14, 9, 25, 14, 6, 17],
"ct" : [9, 11, 1, 20, 23, 11, 22, 22, 7, 7, 14, 13, 22, 23, 16, 17],
"result" : "invalid"
},
{
"tcId" : 539,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "1bd8c2dbef8e0925a241c31ad6c383bb",
"tweak" : "903ab684715cee43",
"msg" : [14, 14, 11, 15, 1, 17, 9, 25, 15, 8, 14, 9, 25, 14, 6, 26],
"ct" : [24, 20, 9, 18, 21, 8, 21, 14, 16, 13, 10, 17, 9, 7, 0, 20],
"result" : "invalid"
}
]
},
{
"keySize" : 128,
"msgSize" : 17,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 540,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "22351a53774415942eb879b483eda9a2",
"tweak" : "b4a5dce9958d53fc",
"msg" : [11, 12, 0, 21, 6, 21, 21, 21, 25, 19, 11, 10, 12, 10, 19, 10, 22],
"ct" : [8, 19, 21, 20, 22, 5, 11, 21, 20, 17, 2, 15, 14, 11, 0, 10, 25],
"result" : "valid"
},
{
"tcId" : 541,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "586c34235df3fd6ed8995a643fd52d41",
"tweak" : "c41f1671a352a8fb",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [20, 9, 15, 12, 24, 20, 13, 17, 23, 13, 23, 16, 19, 21, 11, 9, 20],
"result" : "valid"
},
{
"tcId" : 542,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "586c34235df3fd6ed8995a643fd52d41",
"tweak" : "c41f1671a352a8fb",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"ct" : [5, 6, 10, 25, 5, 0, 21, 6, 19, 22, 4, 2, 16, 18, 13, 6, 20],
"result" : "valid"
},
{
"tcId" : 543,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "586c34235df3fd6ed8995a643fd52d41",
"tweak" : "c41f1671a352a8fb",
"msg" : [17, 2, 23, 15, 12, 17, 9, 2, 21, 1, 15, 1, 1, 15, 9, 4, 12],
"ct" : [17, 10, 24, 1, 16, 5, 2, 1, 2, 9, 25, 14, 7, 11, 20, 23, 22],
"result" : "valid"
},
{
"tcId" : 544,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "586c34235df3fd6ed8995a643fd52d41",
"tweak" : "c41f1671a352a8fb",
"msg" : [17, 2, 23, 15, 12, 17, 9, 1, 21, 1, 15, 1, 1, 15, 9, 4, 11],
"ct" : [24, 23, 11, 2, 7, 1, 23, 7, 3, 17, 23, 19, 4, 1, 23, 9, 13],
"result" : "valid"
},
{
"tcId" : 545,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "586c34235df3fd6ed8995a643fd52d41",
"tweak" : "c41f1671a352a8fb",
"msg" : [13, 9, 1, 15, 23, 18, 23, 4, 5, 20, 6, 7, 5, 7, 7, 6, 11],
"ct" : [24, 16, 0, 10, 10, 8, 20, 17, 8, 17, 21, 12, 15, 18, 20, 10, 19],
"result" : "valid"
},
{
"tcId" : 546,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "586c34235df3fd6ed8995a643fd52d41",
"tweak" : "c41f1671a352a8fb",
"msg" : [0, 1, 9, 22, 3, 6, 5, 22, 14, 24, 10, 10, 8, 3, 3, 12, 24],
"ct" : [1, 15, 7, 4, 11, 2, 1, 19, 13, 5, 2, 20, 6, 20, 16, 2, 23],
"result" : "valid"
},
{
"tcId" : 547,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "586c34235df3fd6ed8995a643fd52d41",
"tweak" : "c41f1671a352a8fb",
"msg" : [7, 19, 7, 16, 18, 16, 22, 20, 21, 5, 4, 15, 12, 15, 10, 20, 5],
"ct" : [0, 16, 20, 14, 10, 0, 12, 13, 11, 12, 23, 9, 18, 4, 5, 24, 13],
"result" : "valid"
},
{
"tcId" : 548,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "586c34235df3fd6ed8995a643fd52d41",
"tweak" : "c41f1671a352a8fb",
"msg" : [0, 19, 3, 9, 15, 16, 23, 14, 6, 21, 10, 5, 23, 12, 16, 7, 24],
"ct" : [1, 3, 16, 15, 1, 6, 25, 14, 14, 13, 6, 19, 10, 20, 9, 11, 2],
"result" : "valid"
},
{
"tcId" : 549,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "586c34235df3fd6ed8995a643fd52d41",
"tweak" : "c41f1671a352a8fb",
"msg" : [16, 15, 25, 8, 13, 12, 6, 22, 6, 11, 23, 3, 21, 4, 16, 2, 18],
"ct" : [20, 0, 11, 10, 1, 13, 8, 8, 23, 2, 20, 3, 6, 10, 20, 6, 2],
"result" : "valid"
},
{
"tcId" : 550,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "586c34235df3fd6ed8995a643fd52d41",
"tweak" : "c41f1671a352a8fb",
"msg" : [24, 6, 7, 25, 6, 12, 3, 6, 15, 5, 1, 8, 16, 19, 6, 22, 12],
"ct" : [25, 10, 17, 25, 5, 12, 11, 22, 14, 3, 5, 7, 7, 7, 10, 1, 0],
"result" : "valid"
},
{
"tcId" : 551,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "586c34235df3fd6ed8995a643fd52d41",
"tweak" : "c41f1671a352a8fb",
"msg" : [6, 16, 18, 5, 11, 10, 25, 25, 17, 22, 13, 2, 18, 19, 22, 6, 20],
"ct" : [20, 18, 12, 5, 3, 3, 15, 4, 9, 25, 1, 0, 6, 12, 12, 12, 24],
"result" : "valid"
},
{
"tcId" : 552,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "586c34235df3fd6ed8995a643fd52d41",
"tweak" : "c41f1671a352a8fb",
"msg" : [16, 19, 5, 1, 6, 17, 2, 18, 23, 0, 5, 20, 3, 6, 24, 10, 25],
"ct" : [18, 18, 23, 13, 17, 13, 3, 10, 24, 18, 4, 10, 5, 15, 8, 7, 6],
"result" : "valid"
},
{
"tcId" : 553,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "586c34235df3fd6ed8995a643fd52d41",
"tweak" : "c41f1671a352a8fb",
"msg" : [22, 25, 20, 23, 5, 2, 21, 6, 3, 4, 0, 5, 7, 19, 1, 3, 18],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 554,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "586c34235df3fd6ed8995a643fd52d41",
"tweak" : "c41f1671a352a8fb",
"msg" : [21, 20, 18, 16, 0, 19, 9, 2, 19, 24, 4, 21, 16, 25, 6, 9, 17],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 555,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "586c34235df3fd6ed8995a643fd52d41",
"tweak" : "c41f1671a352a8fb",
"msg" : [16, 4, 2, 19, 10, 8, 11, 10, 18, 4, 2, 14, 3, 21, 20, 9, 19],
"ct" : [17, 2, 23, 15, 12, 17, 9, 2, 21, 1, 15, 1, 1, 15, 9, 4, 12],
"result" : "valid"
},
{
"tcId" : 556,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "586c34235df3fd6ed8995a643fd52d41",
"tweak" : "c41f1671a352a8fb",
"msg" : [23, 21, 11, 17, 24, 14, 13, 6, 8, 8, 15, 1, 15, 20, 18, 11, 5],
"ct" : [17, 2, 23, 15, 12, 17, 9, 1, 21, 1, 15, 1, 1, 15, 9, 4, 11],
"result" : "valid"
},
{
"tcId" : 557,
"comment" : "y = 0 and (y + a) % radix**8 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "47b31cab4872b3dfea0ebed259ac5cb7",
"tweak" : "767bb1cd26c1b3493a",
"msg" : [18, 16, 12, 22, 0, 22, 20, 20, 23, 10, 9, 11, 14, 1, 0, 5, 21],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 6, 20, 10, 1, 13, 8, 2],
"result" : "valid"
},
{
"tcId" : 558,
"comment" : "y = 0 and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "47b31cab4872b3dfea0ebed259ac5cb7",
"tweak" : "767bb1cd26c1b3493a",
"msg" : [2, 10, 4, 20, 9, 18, 11, 10, 2, 6, 15, 0, 3, 14, 5, 5, 24],
"ct" : [0, 0, 0, 0, 0, 0, 0, 1, 14, 3, 20, 10, 17, 6, 10, 21, 21],
"result" : "valid"
},
{
"tcId" : 559,
"comment" : "y = 0 and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "47b31cab4872b3dfea0ebed259ac5cb7",
"tweak" : "767bb1cd26c1b3493a",
"msg" : [3, 7, 24, 7, 5, 7, 5, 6, 17, 14, 14, 24, 14, 8, 3, 13, 17],
"ct" : [17, 2, 23, 15, 12, 17, 9, 2, 19, 1, 10, 15, 9, 18, 25, 20, 3],
"result" : "valid"
},
{
"tcId" : 560,
"comment" : "y = 0 and (y + a) % radix**8 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "47b31cab4872b3dfea0ebed259ac5cb7",
"tweak" : "767bb1cd26c1b3493a",
"msg" : [23, 20, 16, 4, 11, 17, 25, 4, 12, 7, 14, 24, 4, 18, 19, 20, 10],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 19, 8, 13, 6, 0, 25, 19, 23, 13],
"result" : "valid"
},
{
"tcId" : 561,
"comment" : "y is maximal and a = 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "47b31cab4872b3dfea0ebed259ac5cb7",
"tweak" : "0ef34ca6d166e22770",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 4, 21, 23, 3, 10, 2, 0, 22, 8],
"ct" : [23, 3, 7, 22, 14, 22, 13, 23, 15, 25, 12, 16, 2, 9, 9, 7, 24],
"result" : "valid"
},
{
"tcId" : 562,
"comment" : "y is maximal and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "47b31cab4872b3dfea0ebed259ac5cb7",
"tweak" : "0ef34ca6d166e22770",
"msg" : [0, 0, 0, 0, 0, 0, 0, 1, 4, 21, 23, 3, 10, 2, 0, 22, 8],
"ct" : [15, 6, 24, 0, 12, 18, 18, 1, 10, 1, 1, 13, 5, 13, 1, 3, 7],
"result" : "valid"
},
{
"tcId" : 563,
"comment" : "y is maximal and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "47b31cab4872b3dfea0ebed259ac5cb7",
"tweak" : "0ef34ca6d166e22770",
"msg" : [17, 2, 23, 15, 12, 17, 9, 2, 4, 21, 23, 3, 10, 2, 0, 22, 8],
"ct" : [21, 19, 1, 7, 21, 7, 25, 5, 15, 19, 24, 22, 8, 24, 7, 12, 12],
"result" : "valid"
},
{
"tcId" : 564,
"comment" : "y is maximal and (y + a) % radix**8 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "47b31cab4872b3dfea0ebed259ac5cb7",
"tweak" : "0ef34ca6d166e22770",
"msg" : [23, 19, 7, 7, 25, 21, 20, 12, 4, 21, 23, 3, 10, 2, 0, 22, 8],
"ct" : [1, 21, 0, 5, 12, 7, 21, 19, 1, 15, 3, 12, 21, 18, 6, 2, 14],
"result" : "valid"
},
{
"tcId" : 565,
"comment" : "y is maximal and (y + a) % radix**8 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "47b31cab4872b3dfea0ebed259ac5cb7",
"tweak" : "0ef34ca6d166e22770",
"msg" : [23, 19, 7, 7, 25, 21, 20, 13, 4, 21, 23, 3, 10, 2, 0, 22, 8],
"ct" : [11, 2, 15, 2, 22, 13, 1, 24, 10, 3, 11, 5, 1, 12, 0, 4, 25],
"result" : "valid"
},
{
"tcId" : 566,
"comment" : "y is maximal and a is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "47b31cab4872b3dfea0ebed259ac5cb7",
"tweak" : "0ef34ca6d166e22770",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 4, 21, 23, 3, 10, 2, 0, 22, 8],
"ct" : [1, 8, 17, 19, 22, 23, 5, 15, 12, 8, 9, 6, 17, 8, 0, 20, 1],
"result" : "valid"
},
{
"tcId" : 567,
"comment" : "y is maximal after modular reduction and (y + a) % radix**8 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "47b31cab4872b3dfea0ebed259ac5cb7",
"tweak" : "fc3ed31e5185637189",
"msg" : [24, 12, 2, 23, 8, 23, 15, 17, 21, 7, 0, 3, 7, 16, 0, 20, 15],
"ct" : [1, 24, 17, 13, 8, 7, 21, 5, 8, 25, 5, 0, 15, 24, 9, 13, 8],
"result" : "valid"
},
{
"tcId" : 568,
"comment" : "y is maximal after modular reduction and (y + a) % radix**8 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "47b31cab4872b3dfea0ebed259ac5cb7",
"tweak" : "fc3ed31e5185637189",
"msg" : [5, 5, 13, 2, 12, 19, 16, 25, 4, 16, 4, 8, 8, 3, 18, 5, 23],
"ct" : [25, 17, 4, 8, 7, 25, 17, 7, 10, 3, 24, 14, 5, 10, 1, 7, 4],
"result" : "valid"
},
{
"tcId" : 569,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "47b31cab4872b3dfea0ebed259ac5cb7",
"tweak" : "fc3ed31e5185637189",
"msg" : [15, 10, 20, 19, 0, 4, 3, 5, 1, 9, 24, 24, 22, 6, 17, 8, 17],
"ct" : [19, 17, 19, 7, 15, 17, 23, 0, 21, 4, 9, 12, 8, 1, 1, 13, 12],
"result" : "valid"
},
{
"tcId" : 570,
"comment" : "y is maximal after modular reduction and a is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "47b31cab4872b3dfea0ebed259ac5cb7",
"tweak" : "fc3ed31e5185637189",
"msg" : [22, 18, 22, 13, 3, 0, 4, 18, 19, 22, 10, 5, 23, 2, 3, 19, 21],
"ct" : [24, 22, 9, 24, 11, 2, 21, 19, 12, 3, 15, 20, 7, 19, 10, 6, 10],
"result" : "valid"
},
{
"tcId" : 571,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "2ec80962dad2bf783abd539d85a7c8d6",
"tweak" : "1a36d2cb8088c664",
"msg" : [-1, 18, 21, 12, 13, 13, 10, 12, 10, 17, 21, 14, 6, 9, 24, 19, 10],
"ct" : [24, 18, 25, 18, 4, 13, 6, 0, 22, 1, 13, 21, 9, 17, 17, 6, 10],
"result" : "invalid"
},
{
"tcId" : 572,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "2ec80962dad2bf783abd539d85a7c8d6",
"tweak" : "1a36d2cb8088c664",
"msg" : [17, 18, 21, 12, 13, -1, 10, 12, 10, 17, 21, 14, 6, 9, 24, 19, 10],
"ct" : [2, 21, 8, 9, 14, 21, 14, 4, 19, 18, 13, 16, 19, 5, 5, 22, 5],
"result" : "invalid"
},
{
"tcId" : 573,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "2ec80962dad2bf783abd539d85a7c8d6",
"tweak" : "1a36d2cb8088c664",
"msg" : [17, 18, 21, 12, 13, 13, 10, 12, 10, 17, 21, 14, 6, 9, 24, 19, -1],
"ct" : [8, 8, 14, 5, 11, 13, 15, 14, 17, 5, 9, 15, 17, 10, 12, 8, 5],
"result" : "invalid"
},
{
"tcId" : 574,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "0ec1f951987cc24f52b0856c39135d4d",
"tweak" : "a4ee27ec71e50ec1",
"msg" : [26, 14, 11, 4, 1, 22, 22, 2, 5, 8, 5, 3, 20, 16, 7, 16, 5],
"ct" : [19, 7, 3, 0, 13, 0, 7, 8, 3, 5, 10, 24, 24, 11, 1, 12, 3],
"result" : "invalid"
},
{
"tcId" : 575,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "0ec1f951987cc24f52b0856c39135d4d",
"tweak" : "a4ee27ec71e50ec1",
"msg" : [10, 14, 11, 4, 1, 26, 22, 2, 5, 8, 5, 3, 20, 16, 7, 16, 5],
"ct" : [16, 21, 13, 13, 3, 17, 1, 6, 12, 4, 22, 12, 3, 11, 16, 7, 23],
"result" : "invalid"
},
{
"tcId" : 576,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "0ec1f951987cc24f52b0856c39135d4d",
"tweak" : "a4ee27ec71e50ec1",
"msg" : [10, 14, 11, 4, 1, 22, 22, 2, 5, 8, 5, 3, 20, 16, 7, 16, 26],
"ct" : [7, 9, 1, 16, 15, 3, 8, 14, 10, 11, 15, 7, 16, 2, 9, 24, 3],
"result" : "invalid"
}
]
},
{
"keySize" : 128,
"msgSize" : 18,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 577,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "40dcd7ccae73e5e9bba5523fbab77a3c",
"tweak" : "60ddd7c8df1437cf",
"msg" : [23, 21, 24, 5, 5, 8, 0, 24, 24, 4, 20, 4, 25, 25, 7, 3, 7, 11],
"ct" : [12, 0, 3, 6, 6, 11, 25, 18, 0, 2, 11, 20, 2, 11, 17, 9, 20, 2],
"result" : "valid"
},
{
"tcId" : 578,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "fbe6a74c32f28d6fcb00598b1d6c531a",
"tweak" : "308cfb8c6402c842",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [14, 9, 9, 21, 25, 6, 18, 15, 11, 6, 13, 15, 19, 8, 24, 3, 4, 10],
"result" : "valid"
},
{
"tcId" : 579,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "fbe6a74c32f28d6fcb00598b1d6c531a",
"tweak" : "308cfb8c6402c842",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"ct" : [9, 18, 21, 2, 12, 22, 6, 24, 0, 14, 22, 8, 10, 0, 25, 6, 5, 5],
"result" : "valid"
},
{
"tcId" : 580,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "fbe6a74c32f28d6fcb00598b1d6c531a",
"tweak" : "308cfb8c6402c842",
"msg" : [21, 1, 15, 1, 1, 15, 9, 4, 12, 21, 1, 15, 1, 1, 15, 9, 4, 12],
"ct" : [13, 15, 7, 12, 19, 13, 2, 2, 12, 11, 22, 6, 11, 25, 17, 17, 21, 1],
"result" : "valid"
},
{
"tcId" : 581,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "fbe6a74c32f28d6fcb00598b1d6c531a",
"tweak" : "308cfb8c6402c842",
"msg" : [21, 1, 15, 1, 1, 15, 9, 4, 11, 21, 1, 15, 1, 1, 15, 9, 4, 11],
"ct" : [12, 11, 6, 5, 12, 17, 24, 21, 19, 19, 11, 23, 7, 13, 4, 20, 2, 24],
"result" : "valid"
},
{
"tcId" : 582,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "fbe6a74c32f28d6fcb00598b1d6c531a",
"tweak" : "308cfb8c6402c842",
"msg" : [13, 12, 17, 4, 23, 20, 3, 1, 11, 18, 25, 6, 15, 20, 17, 0, 8, 19],
"ct" : [12, 9, 3, 24, 22, 9, 16, 25, 18, 22, 6, 21, 10, 10, 15, 20, 20, 12],
"result" : "valid"
},
{
"tcId" : 583,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "fbe6a74c32f28d6fcb00598b1d6c531a",
"tweak" : "308cfb8c6402c842",
"msg" : [4, 3, 10, 17, 19, 16, 2, 19, 24, 24, 9, 18, 0, 5, 6, 17, 7, 23],
"ct" : [23, 20, 5, 17, 21, 13, 6, 5, 21, 10, 13, 25, 18, 24, 2, 23, 2, 5],
"result" : "valid"
},
{
"tcId" : 584,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "fbe6a74c32f28d6fcb00598b1d6c531a",
"tweak" : "308cfb8c6402c842",
"msg" : [13, 1, 24, 19, 17, 13, 18, 17, 2, 19, 12, 25, 12, 14, 20, 24, 22, 5],
"ct" : [2, 10, 24, 25, 2, 16, 17, 5, 20, 17, 11, 12, 9, 3, 14, 21, 6, 6],
"result" : "valid"
},
{
"tcId" : 585,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "fbe6a74c32f28d6fcb00598b1d6c531a",
"tweak" : "308cfb8c6402c842",
"msg" : [24, 4, 1, 2, 21, 10, 25, 21, 14, 18, 25, 4, 13, 17, 6, 13, 23, 0],
"ct" : [10, 1, 25, 19, 1, 9, 24, 10, 11, 8, 22, 21, 7, 5, 13, 24, 7, 12],
"result" : "valid"
},
{
"tcId" : 586,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "fbe6a74c32f28d6fcb00598b1d6c531a",
"tweak" : "308cfb8c6402c842",
"msg" : [1, 24, 7, 5, 20, 12, 22, 1, 4, 5, 18, 20, 0, 16, 16, 6, 7, 17],
"ct" : [12, 2, 7, 25, 23, 0, 17, 18, 2, 13, 23, 10, 10, 7, 8, 5, 3, 20],
"result" : "valid"
},
{
"tcId" : 587,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "fbe6a74c32f28d6fcb00598b1d6c531a",
"tweak" : "308cfb8c6402c842",
"msg" : [22, 4, 10, 19, 7, 23, 12, 15, 1, 8, 14, 24, 1, 3, 23, 5, 16, 25],
"ct" : [14, 25, 10, 24, 0, 3, 25, 0, 15, 25, 23, 3, 7, 23, 17, 6, 6, 10],
"result" : "valid"
},
{
"tcId" : 588,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "fbe6a74c32f28d6fcb00598b1d6c531a",
"tweak" : "308cfb8c6402c842",
"msg" : [19, 7, 0, 6, 7, 10, 14, 22, 22, 16, 16, 3, 8, 4, 6, 16, 1, 25],
"ct" : [23, 22, 12, 25, 4, 4, 24, 0, 9, 0, 3, 19, 12, 23, 24, 10, 16, 25],
"result" : "valid"
},
{
"tcId" : 589,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "fbe6a74c32f28d6fcb00598b1d6c531a",
"tweak" : "308cfb8c6402c842",
"msg" : [13, 23, 0, 11, 6, 13, 25, 20, 19, 7, 17, 7, 25, 11, 2, 5, 18, 9],
"ct" : [25, 25, 17, 0, 7, 20, 16, 4, 25, 1, 19, 14, 16, 0, 14, 8, 16, 20],
"result" : "valid"
},
{
"tcId" : 590,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "fbe6a74c32f28d6fcb00598b1d6c531a",
"tweak" : "308cfb8c6402c842",
"msg" : [24, 19, 15, 25, 5, 11, 13, 10, 0, 18, 15, 6, 1, 11, 3, 3, 14, 7],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 591,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "fbe6a74c32f28d6fcb00598b1d6c531a",
"tweak" : "308cfb8c6402c842",
"msg" : [22, 18, 1, 23, 10, 17, 9, 24, 22, 14, 8, 4, 17, 25, 16, 23, 23, 24],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 592,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "fbe6a74c32f28d6fcb00598b1d6c531a",
"tweak" : "308cfb8c6402c842",
"msg" : [16, 21, 4, 20, 19, 25, 9, 17, 6, 16, 2, 21, 3, 24, 3, 2, 6, 19],
"ct" : [21, 1, 15, 1, 1, 15, 9, 4, 12, 21, 1, 15, 1, 1, 15, 9, 4, 12],
"result" : "valid"
},
{
"tcId" : 593,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "fbe6a74c32f28d6fcb00598b1d6c531a",
"tweak" : "308cfb8c6402c842",
"msg" : [22, 25, 15, 23, 19, 23, 17, 5, 1, 7, 19, 7, 4, 1, 4, 7, 15, 16],
"ct" : [21, 1, 15, 1, 1, 15, 9, 4, 11, 21, 1, 15, 1, 1, 15, 9, 4, 11],
"result" : "valid"
},
{
"tcId" : 594,
"comment" : "y = 0 and (y + a) % radix**9 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "93f59a2f91ad3ca69e10b50b2ada2f7f",
"tweak" : "8c0e0a2bd6e378097a",
"msg" : [6, 7, 21, 14, 0, 5, 4, 3, 22, 22, 10, 12, 16, 13, 14, 12, 15, 25],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 20, 18, 6, 5, 17, 0, 6, 0],
"result" : "valid"
},
{
"tcId" : 595,
"comment" : "y = 0 and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "93f59a2f91ad3ca69e10b50b2ada2f7f",
"tweak" : "8c0e0a2bd6e378097a",
"msg" : [4, 17, 0, 24, 23, 14, 3, 5, 17, 22, 21, 8, 21, 22, 5, 23, 2, 23],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 1, 22, 14, 8, 18, 20, 14, 5, 10, 3],
"result" : "valid"
},
{
"tcId" : 596,
"comment" : "y = 0 and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "93f59a2f91ad3ca69e10b50b2ada2f7f",
"tweak" : "8c0e0a2bd6e378097a",
"msg" : [20, 4, 15, 18, 21, 4, 10, 17, 18, 3, 17, 2, 18, 4, 16, 6, 18, 21],
"ct" : [21, 1, 15, 1, 1, 15, 9, 4, 12, 2, 0, 19, 25, 7, 2, 12, 18, 22],
"result" : "valid"
},
{
"tcId" : 597,
"comment" : "y = 0 and (y + a) % radix**9 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "93f59a2f91ad3ca69e10b50b2ada2f7f",
"tweak" : "8c0e0a2bd6e378097a",
"msg" : [15, 5, 20, 14, 22, 7, 2, 1, 6, 20, 18, 1, 23, 21, 20, 8, 22, 24],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 20, 10, 15, 12, 3, 8, 1, 3, 21],
"result" : "valid"
},
{
"tcId" : 598,
"comment" : "y is maximal and a = 0 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "93f59a2f91ad3ca69e10b50b2ada2f7f",
"tweak" : "ff622ad34c97b71bf5",
"msg" : [11, 24, 1, 6, 23, 3, 7, 1, 13, 18, 7, 5, 3, 5, 23, 18, 17, 7],
"ct" : [2, 7, 18, 13, 8, 12, 23, 3, 4, 5, 5, 9, 18, 8, 21, 2, 14, 8],
"result" : "valid"
},
{
"tcId" : 599,
"comment" : "y is maximal and a = 1 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "93f59a2f91ad3ca69e10b50b2ada2f7f",
"tweak" : "ff622ad34c97b71bf5",
"msg" : [15, 24, 21, 16, 13, 4, 18, 24, 1, 24, 18, 23, 10, 12, 24, 12, 16, 25],
"ct" : [3, 6, 12, 25, 21, 6, 20, 23, 6, 18, 9, 23, 18, 3, 1, 17, 18, 16],
"result" : "valid"
},
{
"tcId" : 600,
"comment" : "y is maximal and (y + a) % radix**9 is maximal in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "93f59a2f91ad3ca69e10b50b2ada2f7f",
"tweak" : "ff622ad34c97b71bf5",
"msg" : [10, 18, 12, 14, 13, 16, 14, 24, 8, 15, 22, 14, 11, 2, 4, 18, 13, 8],
"ct" : [8, 2, 12, 25, 7, 22, 15, 2, 3, 8, 17, 7, 17, 25, 11, 9, 9, 17],
"result" : "valid"
},
{
"tcId" : 601,
"comment" : "y is maximal and (y + a) % radix**9 == 0 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "93f59a2f91ad3ca69e10b50b2ada2f7f",
"tweak" : "ff622ad34c97b71bf5",
"msg" : [18, 9, 16, 10, 13, 19, 12, 1, 14, 15, 8, 8, 14, 17, 5, 1, 22, 13],
"ct" : [4, 13, 15, 10, 15, 17, 19, 2, 6, 2, 1, 14, 6, 17, 5, 21, 23, 5],
"result" : "valid"
},
{
"tcId" : 602,
"comment" : "y is maximal and a has large Hamming weight in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "93f59a2f91ad3ca69e10b50b2ada2f7f",
"tweak" : "ff622ad34c97b71bf5",
"msg" : [17, 16, 1, 15, 20, 0, 2, 12, 9, 3, 6, 6, 12, 20, 13, 13, 22, 11],
"ct" : [24, 13, 25, 7, 24, 2, 11, 11, 18, 11, 12, 3, 4, 25, 22, 2, 18, 8],
"result" : "valid"
},
{
"tcId" : 603,
"comment" : "y is maximal and a is maximal in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "93f59a2f91ad3ca69e10b50b2ada2f7f",
"tweak" : "ff622ad34c97b71bf5",
"msg" : [9, 15, 4, 0, 1, 24, 1, 2, 7, 21, 10, 13, 1, 3, 11, 21, 18, 25],
"ct" : [18, 5, 12, 16, 4, 6, 25, 1, 4, 15, 15, 22, 17, 20, 17, 10, 9, 9],
"result" : "valid"
},
{
"tcId" : 604,
"comment" : "y is edge case for modular reduction and a = 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "93f59a2f91ad3ca69e10b50b2ada2f7f",
"tweak" : "d272353f7c9ec29113",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 25, 8, 21, 23, 10, 2, 0, 18],
"ct" : [17, 21, 25, 11, 9, 23, 1, 24, 17, 21, 21, 12, 5, 1, 1, 20, 12, 18],
"result" : "valid"
},
{
"tcId" : 605,
"comment" : "y is edge case for modular reduction and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "93f59a2f91ad3ca69e10b50b2ada2f7f",
"tweak" : "d272353f7c9ec29113",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 1, 12, 25, 8, 21, 23, 10, 2, 0, 18],
"ct" : [15, 23, 17, 3, 0, 13, 2, 1, 25, 23, 11, 11, 25, 15, 25, 18, 3, 6],
"result" : "valid"
},
{
"tcId" : 606,
"comment" : "y is edge case for modular reduction and (y + a) % radix**9 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "93f59a2f91ad3ca69e10b50b2ada2f7f",
"tweak" : "d272353f7c9ec29113",
"msg" : [17, 23, 19, 7, 7, 25, 21, 20, 25, 12, 25, 8, 21, 23, 10, 2, 0, 18],
"ct" : [11, 5, 7, 8, 22, 6, 2, 12, 10, 19, 15, 13, 0, 15, 1, 22, 10, 20],
"result" : "valid"
},
{
"tcId" : 607,
"comment" : "y is edge case for modular reduction and (y + a) % radix**9 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "93f59a2f91ad3ca69e10b50b2ada2f7f",
"tweak" : "d272353f7c9ec29113",
"msg" : [17, 23, 19, 7, 7, 25, 21, 21, 0, 12, 25, 8, 21, 23, 10, 2, 0, 18],
"ct" : [12, 5, 24, 11, 10, 23, 12, 23, 14, 8, 20, 9, 20, 18, 5, 3, 9, 11],
"result" : "valid"
},
{
"tcId" : 608,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "93f59a2f91ad3ca69e10b50b2ada2f7f",
"tweak" : "d272353f7c9ec29113",
"msg" : [21, 1, 15, 1, 1, 15, 9, 4, 12, 12, 25, 8, 21, 23, 10, 2, 0, 18],
"ct" : [15, 13, 24, 6, 19, 16, 15, 11, 11, 2, 21, 8, 24, 13, 4, 12, 8, 4],
"result" : "valid"
},
{
"tcId" : 609,
"comment" : "y is edge case for modular reduction and a is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "93f59a2f91ad3ca69e10b50b2ada2f7f",
"tweak" : "d272353f7c9ec29113",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 12, 25, 8, 21, 23, 10, 2, 0, 18],
"ct" : [7, 25, 11, 24, 19, 23, 8, 19, 21, 23, 11, 3, 5, 19, 4, 22, 25, 7],
"result" : "valid"
},
{
"tcId" : 610,
"comment" : "y is maximal after modular reduction and (y + a) % radix**9 is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "93f59a2f91ad3ca69e10b50b2ada2f7f",
"tweak" : "3b3c7aac3e0cee4f46",
"msg" : [14, 7, 18, 21, 9, 19, 6, 15, 6, 24, 17, 18, 12, 7, 19, 14, 16, 15],
"ct" : [23, 9, 15, 15, 4, 22, 25, 14, 1, 24, 11, 14, 19, 11, 11, 9, 22, 21],
"result" : "valid"
},
{
"tcId" : 611,
"comment" : "y is maximal after modular reduction and (y + a) % radix**9 == 0 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "93f59a2f91ad3ca69e10b50b2ada2f7f",
"tweak" : "3b3c7aac3e0cee4f46",
"msg" : [11, 1, 9, 15, 0, 6, 3, 17, 10, 4, 0, 4, 22, 13, 0, 4, 16, 4],
"ct" : [13, 8, 8, 19, 18, 12, 10, 4, 16, 12, 2, 13, 24, 14, 19, 20, 0, 19],
"result" : "valid"
},
{
"tcId" : 612,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "93f59a2f91ad3ca69e10b50b2ada2f7f",
"tweak" : "3b3c7aac3e0cee4f46",
"msg" : [16, 23, 17, 6, 17, 9, 3, 19, 13, 1, 22, 12, 11, 25, 17, 6, 25, 25],
"ct" : [9, 12, 0, 23, 16, 25, 20, 16, 8, 15, 14, 1, 10, 13, 19, 20, 13, 23],
"result" : "valid"
},
{
"tcId" : 613,
"comment" : "y is maximal after modular reduction and a is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "93f59a2f91ad3ca69e10b50b2ada2f7f",
"tweak" : "3b3c7aac3e0cee4f46",
"msg" : [16, 20, 6, 1, 15, 9, 25, 2, 5, 21, 14, 18, 23, 4, 18, 2, 10, 5],
"ct" : [19, 17, 17, 8, 22, 23, 0, 8, 15, 19, 12, 13, 0, 19, 23, 2, 0, 0],
"result" : "valid"
},
{
"tcId" : 614,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "8f3a40ed121d763ce94121d1a884ac4f",
"tweak" : "5e37cf940f79d378",
"msg" : [-1, 25, 1, 24, 22, 7, 4, 2, 8, 19, 15, 14, 0, 16, 21, 23, 21, 7],
"ct" : [16, 23, 21, 8, 7, 8, 23, 14, 7, 5, 21, 12, 15, 9, 8, 7, 8, 2],
"result" : "invalid"
},
{
"tcId" : 615,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "8f3a40ed121d763ce94121d1a884ac4f",
"tweak" : "5e37cf940f79d378",
"msg" : [1, 25, 1, 24, 22, 7, -1, 2, 8, 19, 15, 14, 0, 16, 21, 23, 21, 7],
"ct" : [17, 12, 13, 25, 12, 19, 10, 0, 13, 9, 8, 19, 21, 8, 19, 23, 25, 3],
"result" : "invalid"
},
{
"tcId" : 616,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "8f3a40ed121d763ce94121d1a884ac4f",
"tweak" : "5e37cf940f79d378",
"msg" : [1, 25, 1, 24, 22, 7, 4, 2, 8, 19, 15, 14, 0, 16, 21, 23, 21, -1],
"ct" : [21, 3, 2, 11, 6, 9, 11, 15, 6, 4, 0, 19, 25, 8, 25, 23, 21, 16],
"result" : "invalid"
},
{
"tcId" : 617,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "5fae31b4cbc0ee8f62c3c36ddda88b7b",
"tweak" : "cf5735b86c641df8",
"msg" : [26, 11, 1, 1, 8, 5, 16, 25, 16, 20, 22, 12, 25, 0, 10, 12, 19, 19],
"ct" : [7, 21, 14, 17, 7, 24, 20, 22, 11, 2, 15, 14, 9, 17, 15, 8, 22, 18],
"result" : "invalid"
},
{
"tcId" : 618,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "5fae31b4cbc0ee8f62c3c36ddda88b7b",
"tweak" : "cf5735b86c641df8",
"msg" : [7, 11, 1, 1, 8, 5, 26, 25, 16, 20, 22, 12, 25, 0, 10, 12, 19, 19],
"ct" : [13, 2, 15, 3, 12, 11, 5, 7, 16, 11, 5, 9, 22, 18, 14, 24, 25, 15],
"result" : "invalid"
},
{
"tcId" : 619,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "5fae31b4cbc0ee8f62c3c36ddda88b7b",
"tweak" : "cf5735b86c641df8",
"msg" : [7, 11, 1, 1, 8, 5, 16, 25, 16, 20, 22, 12, 25, 0, 10, 12, 19, 26],
"ct" : [23, 22, 23, 10, 19, 24, 25, 4, 24, 14, 23, 3, 24, 4, 11, 14, 19, 6],
"result" : "invalid"
}
]
},
{
"keySize" : 128,
"msgSize" : 19,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 620,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "3591cc97af4a5d1492305f87269ee691",
"tweak" : "13786144a50ef10a",
"msg" : [22, 21, 7, 11, 17, 13, 13, 11, 7, 11, 0, 12, 24, 2, 0, 19, 12, 3, 12],
"ct" : [2, 11, 18, 7, 6, 5, 5, 9, 17, 23, 15, 3, 20, 18, 24, 23, 25, 8, 11],
"result" : "valid"
},
{
"tcId" : 621,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "cd031dce5e1bca3a7e04c997ac13ef2d",
"tweak" : "3d906a02e77bcc5c",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [25, 7, 23, 0, 3, 11, 15, 12, 22, 22, 7, 4, 22, 1, 17, 3, 21, 9, 11],
"result" : "valid"
},
{
"tcId" : 622,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "cd031dce5e1bca3a7e04c997ac13ef2d",
"tweak" : "3d906a02e77bcc5c",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"ct" : [16, 3, 0, 4, 10, 8, 14, 1, 12, 12, 19, 22, 14, 9, 23, 19, 9, 3, 22],
"result" : "valid"
},
{
"tcId" : 623,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "cd031dce5e1bca3a7e04c997ac13ef2d",
"tweak" : "3d906a02e77bcc5c",
"msg" : [21, 1, 15, 1, 1, 15, 9, 4, 12, 25, 23, 24, 13, 7, 24, 23, 7, 12, 20],
"ct" : [8, 13, 3, 15, 20, 6, 11, 5, 10, 20, 21, 20, 1, 0, 13, 13, 17, 23, 0],
"result" : "valid"
},
{
"tcId" : 624,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "cd031dce5e1bca3a7e04c997ac13ef2d",
"tweak" : "3d906a02e77bcc5c",
"msg" : [21, 1, 15, 1, 1, 15, 9, 4, 11, 25, 23, 24, 13, 7, 24, 23, 7, 12, 19],
"ct" : [11, 2, 23, 3, 7, 24, 20, 5, 0, 16, 16, 22, 10, 2, 25, 13, 12, 21, 19],
"result" : "valid"
},
{
"tcId" : 625,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "cd031dce5e1bca3a7e04c997ac13ef2d",
"tweak" : "3d906a02e77bcc5c",
"msg" : [19, 24, 4, 24, 7, 16, 13, 16, 22, 22, 11, 0, 4, 13, 1, 10, 22, 16, 8],
"ct" : [16, 11, 24, 16, 16, 1, 19, 13, 2, 5, 14, 5, 16, 25, 23, 7, 21, 10, 5],
"result" : "valid"
},
{
"tcId" : 626,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "cd031dce5e1bca3a7e04c997ac13ef2d",
"tweak" : "3d906a02e77bcc5c",
"msg" : [4, 13, 2, 19, 3, 24, 13, 25, 9, 25, 6, 4, 1, 9, 16, 18, 6, 6, 10],
"ct" : [22, 22, 11, 17, 20, 16, 12, 4, 12, 20, 7, 6, 9, 11, 4, 8, 10, 7, 19],
"result" : "valid"
},
{
"tcId" : 627,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "cd031dce5e1bca3a7e04c997ac13ef2d",
"tweak" : "3d906a02e77bcc5c",
"msg" : [6, 13, 1, 4, 21, 15, 2, 23, 24, 16, 17, 25, 20, 25, 15, 9, 13, 12, 4],
"ct" : [20, 12, 16, 5, 13, 10, 23, 4, 23, 19, 2, 8, 8, 24, 8, 11, 24, 11, 12],
"result" : "valid"
},
{
"tcId" : 628,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "cd031dce5e1bca3a7e04c997ac13ef2d",
"tweak" : "3d906a02e77bcc5c",
"msg" : [8, 12, 5, 25, 12, 3, 5, 10, 4, 16, 24, 2, 15, 17, 0, 22, 24, 18, 17],
"ct" : [12, 20, 13, 9, 12, 1, 19, 7, 20, 9, 4, 25, 6, 4, 10, 5, 12, 24, 1],
"result" : "valid"
},
{
"tcId" : 629,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "cd031dce5e1bca3a7e04c997ac13ef2d",
"tweak" : "3d906a02e77bcc5c",
"msg" : [7, 0, 19, 22, 0, 2, 8, 24, 25, 17, 11, 15, 6, 1, 21, 25, 10, 9, 20],
"ct" : [24, 23, 20, 7, 3, 12, 0, 1, 0, 7, 21, 10, 10, 14, 17, 6, 0, 13, 12],
"result" : "valid"
},
{
"tcId" : 630,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "cd031dce5e1bca3a7e04c997ac13ef2d",
"tweak" : "3d906a02e77bcc5c",
"msg" : [14, 22, 8, 10, 22, 4, 7, 1, 25, 24, 18, 22, 19, 10, 8, 10, 14, 15, 2],
"ct" : [24, 4, 17, 6, 1, 4, 12, 23, 17, 18, 10, 23, 24, 25, 12, 18, 3, 6, 18],
"result" : "valid"
},
{
"tcId" : 631,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "cd031dce5e1bca3a7e04c997ac13ef2d",
"tweak" : "3d906a02e77bcc5c",
"msg" : [19, 16, 15, 22, 25, 14, 5, 4, 8, 18, 2, 5, 13, 0, 12, 20, 2, 17, 21],
"ct" : [24, 4, 9, 1, 23, 0, 16, 21, 18, 11, 19, 19, 25, 1, 22, 0, 18, 16, 14],
"result" : "valid"
},
{
"tcId" : 632,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "cd031dce5e1bca3a7e04c997ac13ef2d",
"tweak" : "3d906a02e77bcc5c",
"msg" : [12, 13, 5, 23, 11, 9, 25, 10, 21, 6, 8, 0, 16, 23, 5, 20, 14, 3, 23],
"ct" : [19, 14, 7, 2, 4, 4, 23, 14, 6, 14, 5, 15, 17, 24, 20, 12, 8, 13, 17],
"result" : "valid"
},
{
"tcId" : 633,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "cd031dce5e1bca3a7e04c997ac13ef2d",
"tweak" : "3d906a02e77bcc5c",
"msg" : [7, 21, 15, 16, 22, 17, 14, 12, 1, 23, 10, 18, 23, 25, 0, 16, 12, 2, 10],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 634,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "cd031dce5e1bca3a7e04c997ac13ef2d",
"tweak" : "3d906a02e77bcc5c",
"msg" : [11, 1, 1, 23, 9, 1, 24, 17, 13, 0, 24, 0, 16, 12, 25, 10, 9, 3, 15],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 635,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "cd031dce5e1bca3a7e04c997ac13ef2d",
"tweak" : "3d906a02e77bcc5c",
"msg" : [17, 23, 0, 15, 5, 19, 5, 21, 23, 15, 14, 16, 20, 18, 4, 13, 15, 6, 15],
"ct" : [21, 1, 15, 1, 1, 15, 9, 4, 12, 25, 23, 24, 13, 7, 24, 23, 7, 12, 20],
"result" : "valid"
},
{
"tcId" : 636,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "cd031dce5e1bca3a7e04c997ac13ef2d",
"tweak" : "3d906a02e77bcc5c",
"msg" : [14, 4, 24, 16, 4, 17, 7, 17, 25, 24, 3, 23, 3, 8, 12, 8, 15, 25, 22],
"ct" : [21, 1, 15, 1, 1, 15, 9, 4, 11, 25, 23, 24, 13, 7, 24, 23, 7, 12, 19],
"result" : "valid"
},
{
"tcId" : 637,
"comment" : "y = 0 and (y + a) % radix**10 == 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "522debdfba3b6828bb97848da895884a",
"tweak" : "2b41d2bea5af8a13ce",
"msg" : [11, 0, 20, 25, 22, 5, 24, 4, 3, 23, 3, 21, 19, 7, 18, 17, 19, 23, 3],
"ct" : [20, 2, 9, 11, 2, 1, 7, 1, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 638,
"comment" : "y = 0 and a = 1 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "522debdfba3b6828bb97848da895884a",
"tweak" : "2b41d2bea5af8a13ce",
"msg" : [9, 6, 6, 1, 3, 11, 15, 11, 25, 2, 17, 16, 2, 15, 7, 6, 10, 23, 24],
"ct" : [20, 2, 9, 11, 2, 1, 7, 1, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1],
"result" : "valid"
},
{
"tcId" : 639,
"comment" : "y = 0 and a has large Hamming weight in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "522debdfba3b6828bb97848da895884a",
"tweak" : "2b41d2bea5af8a13ce",
"msg" : [15, 0, 17, 10, 8, 0, 12, 24, 16, 9, 23, 12, 11, 22, 17, 20, 10, 17, 2],
"ct" : [20, 2, 9, 11, 2, 1, 7, 1, 25, 25, 23, 24, 13, 7, 24, 23, 7, 12, 20],
"result" : "valid"
},
{
"tcId" : 640,
"comment" : "y = 0 and (y + a) % radix**10 is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "522debdfba3b6828bb97848da895884a",
"tweak" : "2b41d2bea5af8a13ce",
"msg" : [13, 1, 14, 20, 19, 11, 5, 18, 1, 0, 5, 8, 9, 8, 15, 0, 13, 1, 10],
"ct" : [20, 2, 9, 11, 2, 1, 7, 1, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 641,
"comment" : "y = 1 and a = 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "522debdfba3b6828bb97848da895884a",
"tweak" : "cb4bb65ca0ef3a6076",
"msg" : [14, 23, 9, 16, 17, 11, 1, 19, 13, 19, 18, 10, 1, 4, 7, 18, 11, 2, 15],
"ct" : [13, 18, 18, 23, 18, 12, 16, 10, 23, 17, 23, 4, 20, 16, 17, 7, 3, 0, 19],
"result" : "valid"
},
{
"tcId" : 642,
"comment" : "y = 1 and a = 1 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "522debdfba3b6828bb97848da895884a",
"tweak" : "cb4bb65ca0ef3a6076",
"msg" : [21, 7, 19, 22, 12, 16, 12, 12, 9, 1, 12, 12, 9, 18, 6, 1, 24, 3, 4],
"ct" : [3, 25, 2, 0, 21, 12, 23, 0, 22, 7, 10, 15, 4, 6, 15, 4, 14, 21, 1],
"result" : "valid"
},
{
"tcId" : 643,
"comment" : "y = 1 and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "522debdfba3b6828bb97848da895884a",
"tweak" : "cb4bb65ca0ef3a6076",
"msg" : [14, 17, 8, 24, 13, 7, 21, 18, 23, 10, 18, 14, 17, 15, 11, 15, 17, 6, 13],
"ct" : [12, 22, 17, 5, 20, 24, 9, 5, 5, 14, 9, 9, 11, 7, 11, 1, 7, 16, 17],
"result" : "valid"
},
{
"tcId" : 644,
"comment" : "y = 1 and (y + a) % radix**9 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "522debdfba3b6828bb97848da895884a",
"tweak" : "cb4bb65ca0ef3a6076",
"msg" : [4, 21, 15, 23, 5, 4, 7, 8, 3, 5, 25, 23, 0, 13, 25, 11, 0, 7, 13],
"ct" : [25, 8, 8, 25, 13, 11, 16, 14, 23, 20, 4, 16, 8, 11, 3, 11, 25, 19, 8],
"result" : "valid"
},
{
"tcId" : 645,
"comment" : "y = 1 and (y + a) % radix**9 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "522debdfba3b6828bb97848da895884a",
"tweak" : "cb4bb65ca0ef3a6076",
"msg" : [16, 14, 0, 12, 14, 14, 18, 16, 8, 25, 3, 5, 25, 16, 21, 21, 18, 16, 7],
"ct" : [13, 14, 14, 19, 13, 18, 17, 2, 21, 5, 13, 17, 10, 5, 24, 2, 18, 18, 22],
"result" : "valid"
},
{
"tcId" : 646,
"comment" : "y is maximal and a = 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "522debdfba3b6828bb97848da895884a",
"tweak" : "b982ba6ee606e957db",
"msg" : [18, 17, 17, 3, 19, 9, 8, 12, 22, 8, 24, 18, 15, 4, 5, 14, 13, 13, 13],
"ct" : [10, 18, 12, 20, 25, 0, 8, 13, 18, 2, 2, 13, 15, 7, 8, 20, 17, 6, 8],
"result" : "valid"
},
{
"tcId" : 647,
"comment" : "y is maximal and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "522debdfba3b6828bb97848da895884a",
"tweak" : "b982ba6ee606e957db",
"msg" : [13, 17, 17, 5, 15, 6, 16, 22, 5, 11, 8, 16, 19, 11, 8, 14, 6, 4, 20],
"ct" : [1, 24, 22, 11, 3, 18, 25, 5, 13, 14, 3, 6, 4, 11, 24, 13, 15, 4, 16],
"result" : "valid"
},
{
"tcId" : 648,
"comment" : "y is maximal and (y + a) % radix**9 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "522debdfba3b6828bb97848da895884a",
"tweak" : "b982ba6ee606e957db",
"msg" : [6, 3, 5, 8, 22, 18, 16, 3, 2, 0, 8, 23, 2, 20, 16, 24, 11, 10, 19],
"ct" : [12, 5, 0, 19, 14, 5, 1, 4, 15, 24, 3, 18, 17, 20, 5, 20, 1, 24, 17],
"result" : "valid"
},
{
"tcId" : 649,
"comment" : "y is maximal and (y + a) % radix**9 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "522debdfba3b6828bb97848da895884a",
"tweak" : "b982ba6ee606e957db",
"msg" : [14, 11, 9, 6, 14, 7, 18, 22, 14, 21, 12, 21, 8, 19, 6, 13, 14, 20, 19],
"ct" : [19, 11, 1, 7, 13, 25, 22, 0, 12, 14, 19, 4, 2, 19, 24, 16, 5, 1, 6],
"result" : "valid"
},
{
"tcId" : 650,
"comment" : "y is maximal and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "522debdfba3b6828bb97848da895884a",
"tweak" : "b982ba6ee606e957db",
"msg" : [15, 6, 19, 13, 15, 19, 16, 24, 4, 17, 9, 1, 16, 15, 21, 21, 22, 12, 10],
"ct" : [21, 23, 10, 5, 7, 16, 1, 10, 13, 6, 7, 11, 21, 20, 16, 25, 1, 22, 25],
"result" : "valid"
},
{
"tcId" : 651,
"comment" : "y is maximal and a is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "522debdfba3b6828bb97848da895884a",
"tweak" : "b982ba6ee606e957db",
"msg" : [25, 18, 2, 4, 2, 24, 9, 22, 15, 19, 2, 23, 23, 9, 9, 24, 13, 2, 20],
"ct" : [1, 24, 13, 11, 11, 14, 25, 9, 3, 21, 19, 5, 7, 2, 8, 22, 2, 5, 21],
"result" : "valid"
},
{
"tcId" : 652,
"comment" : "y is edge case for modular reduction and a = 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "522debdfba3b6828bb97848da895884a",
"tweak" : "338f4e70815375e964",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 24, 24, 9, 8, 0, 21, 10, 1, 9],
"ct" : [2, 19, 2, 23, 21, 5, 17, 10, 6, 20, 3, 5, 9, 7, 9, 18, 21, 3, 22],
"result" : "valid"
},
{
"tcId" : 653,
"comment" : "y is edge case for modular reduction and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "522debdfba3b6828bb97848da895884a",
"tweak" : "338f4e70815375e964",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 1, 17, 24, 24, 9, 8, 0, 21, 10, 1, 9],
"ct" : [9, 23, 19, 25, 13, 12, 5, 12, 10, 11, 5, 15, 7, 6, 10, 20, 4, 22, 1],
"result" : "valid"
},
{
"tcId" : 654,
"comment" : "y is edge case for modular reduction and (y + a) % radix**9 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "522debdfba3b6828bb97848da895884a",
"tweak" : "338f4e70815375e964",
"msg" : [17, 23, 19, 7, 7, 25, 21, 20, 25, 17, 24, 24, 9, 8, 0, 21, 10, 1, 9],
"ct" : [2, 20, 20, 24, 3, 24, 6, 18, 9, 19, 12, 8, 14, 25, 14, 2, 17, 2, 12],
"result" : "valid"
},
{
"tcId" : 655,
"comment" : "y is edge case for modular reduction and (y + a) % radix**9 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "522debdfba3b6828bb97848da895884a",
"tweak" : "338f4e70815375e964",
"msg" : [17, 23, 19, 7, 7, 25, 21, 21, 0, 17, 24, 24, 9, 8, 0, 21, 10, 1, 9],
"ct" : [15, 18, 12, 9, 0, 16, 0, 12, 12, 24, 1, 21, 5, 14, 23, 20, 12, 6, 14],
"result" : "valid"
},
{
"tcId" : 656,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "522debdfba3b6828bb97848da895884a",
"tweak" : "338f4e70815375e964",
"msg" : [21, 1, 15, 1, 1, 15, 9, 4, 12, 17, 24, 24, 9, 8, 0, 21, 10, 1, 9],
"ct" : [8, 12, 12, 3, 4, 7, 3, 2, 4, 25, 10, 25, 13, 18, 11, 18, 7, 20, 10],
"result" : "valid"
},
{
"tcId" : 657,
"comment" : "y is edge case for modular reduction and a is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "522debdfba3b6828bb97848da895884a",
"tweak" : "338f4e70815375e964",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 17, 24, 24, 9, 8, 0, 21, 10, 1, 9],
"ct" : [18, 13, 5, 25, 12, 12, 18, 8, 6, 4, 16, 24, 23, 7, 18, 15, 22, 9, 7],
"result" : "valid"
},
{
"tcId" : 658,
"comment" : "y is maximal after modular reduction and (y + a) % radix**9 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "522debdfba3b6828bb97848da895884a",
"tweak" : "bdff3437065d34363f",
"msg" : [15, 6, 9, 6, 19, 10, 14, 20, 11, 16, 13, 14, 9, 7, 20, 15, 4, 4, 24],
"ct" : [7, 13, 24, 8, 20, 21, 16, 15, 25, 4, 14, 11, 15, 10, 10, 2, 14, 18, 7],
"result" : "valid"
},
{
"tcId" : 659,
"comment" : "y is maximal after modular reduction and (y + a) % radix**9 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "522debdfba3b6828bb97848da895884a",
"tweak" : "bdff3437065d34363f",
"msg" : [19, 7, 11, 0, 4, 20, 5, 23, 14, 13, 1, 14, 13, 9, 0, 8, 10, 7, 25],
"ct" : [1, 7, 6, 5, 1, 9, 21, 19, 24, 4, 19, 14, 7, 24, 18, 10, 15, 13, 9],
"result" : "valid"
},
{
"tcId" : 660,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "522debdfba3b6828bb97848da895884a",
"tweak" : "bdff3437065d34363f",
"msg" : [24, 21, 10, 10, 10, 15, 14, 17, 18, 16, 17, 21, 19, 3, 19, 14, 16, 3, 9],
"ct" : [15, 10, 7, 10, 1, 25, 1, 21, 22, 15, 0, 16, 10, 11, 1, 0, 25, 4, 5],
"result" : "valid"
},
{
"tcId" : 661,
"comment" : "y is maximal after modular reduction and a is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "522debdfba3b6828bb97848da895884a",
"tweak" : "bdff3437065d34363f",
"msg" : [5, 14, 7, 10, 22, 24, 21, 16, 17, 9, 7, 15, 8, 19, 17, 9, 5, 16, 18],
"ct" : [9, 13, 19, 3, 18, 20, 5, 4, 17, 20, 17, 15, 14, 5, 22, 24, 1, 13, 17],
"result" : "valid"
},
{
"tcId" : 662,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "1cf89329cac719e6c7544a9303e78801",
"tweak" : "169faf154b10cac4",
"msg" : [-1, 5, 14, 7, 14, 25, 12, 0, 15, 5, 1, 11, 15, 20, 5, 23, 4, 0, 9],
"ct" : [4, 15, 7, 6, 11, 10, 24, 14, 19, 12, 6, 24, 17, 25, 19, 0, 19, 16, 1],
"result" : "invalid"
},
{
"tcId" : 663,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "1cf89329cac719e6c7544a9303e78801",
"tweak" : "169faf154b10cac4",
"msg" : [6, 5, 14, 7, 14, 25, -1, 0, 15, 5, 1, 11, 15, 20, 5, 23, 4, 0, 9],
"ct" : [23, 2, 10, 24, 1, 17, 24, 18, 24, 7, 13, 15, 2, 11, 16, 22, 24, 9, 7],
"result" : "invalid"
},
{
"tcId" : 664,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "1cf89329cac719e6c7544a9303e78801",
"tweak" : "169faf154b10cac4",
"msg" : [6, 5, 14, 7, 14, 25, 12, 0, 15, 5, 1, 11, 15, 20, 5, 23, 4, 0, -1],
"ct" : [8, 6, 25, 4, 24, 21, 20, 2, 8, 11, 12, 13, 13, 13, 2, 21, 25, 15, 12],
"result" : "invalid"
},
{
"tcId" : 665,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "94a73f63e4520adbd3bc0b4a5be490af",
"tweak" : "d024aca1b3eb0d8c",
"msg" : [26, 22, 12, 11, 24, 21, 1, 17, 20, 5, 14, 7, 13, 17, 20, 18, 10, 4, 7],
"ct" : [16, 4, 2, 7, 19, 4, 2, 13, 0, 24, 5, 19, 24, 6, 1, 24, 18, 12, 4],
"result" : "invalid"
},
{
"tcId" : 666,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "94a73f63e4520adbd3bc0b4a5be490af",
"tweak" : "d024aca1b3eb0d8c",
"msg" : [2, 22, 12, 11, 24, 21, 26, 17, 20, 5, 14, 7, 13, 17, 20, 18, 10, 4, 7],
"ct" : [21, 24, 8, 24, 10, 18, 21, 8, 8, 1, 16, 11, 22, 21, 18, 12, 24, 16, 12],
"result" : "invalid"
},
{
"tcId" : 667,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "94a73f63e4520adbd3bc0b4a5be490af",
"tweak" : "d024aca1b3eb0d8c",
"msg" : [2, 22, 12, 11, 24, 21, 1, 17, 20, 5, 14, 7, 13, 17, 20, 18, 10, 4, 26],
"ct" : [21, 2, 4, 18, 20, 18, 16, 9, 16, 23, 14, 22, 14, 11, 8, 18, 7, 8, 24],
"result" : "invalid"
}
]
},
{
"keySize" : 128,
"msgSize" : 20,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 668,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "ccdf8f792a48fd841d49e060315b0c3d",
"tweak" : "508c6ff22207dc5b",
"msg" : [11, 3, 18, 24, 17, 4, 0, 17, 10, 25, 17, 15, 25, 18, 24, 1, 13, 20, 12, 17],
"ct" : [12, 6, 6, 6, 11, 13, 10, 20, 18, 8, 21, 11, 16, 12, 4, 19, 2, 4, 11, 10],
"result" : "valid"
},
{
"tcId" : 669,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "e957b00cf440abed5e9a5d06cd5f5cdb",
"tweak" : "f6fa77d46df38c3b",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [11, 4, 21, 7, 16, 9, 10, 1, 0, 6, 11, 2, 13, 9, 17, 19, 23, 4, 1, 0],
"result" : "valid"
},
{
"tcId" : 670,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "e957b00cf440abed5e9a5d06cd5f5cdb",
"tweak" : "f6fa77d46df38c3b",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"ct" : [1, 23, 3, 24, 14, 22, 2, 18, 22, 19, 7, 5, 22, 21, 17, 20, 16, 15, 9, 8],
"result" : "valid"
},
{
"tcId" : 671,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "e957b00cf440abed5e9a5d06cd5f5cdb",
"tweak" : "f6fa77d46df38c3b",
"msg" : [25, 23, 24, 13, 7, 24, 23, 7, 12, 20, 25, 23, 24, 13, 7, 24, 23, 7, 12, 20],
"ct" : [18, 10, 0, 5, 22, 23, 0, 1, 14, 20, 13, 3, 8, 11, 8, 6, 24, 17, 11, 21],
"result" : "valid"
},
{
"tcId" : 672,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "e957b00cf440abed5e9a5d06cd5f5cdb",
"tweak" : "f6fa77d46df38c3b",
"msg" : [25, 23, 24, 13, 7, 24, 23, 7, 12, 19, 25, 23, 24, 13, 7, 24, 23, 7, 12, 19],
"ct" : [10, 0, 19, 4, 22, 18, 0, 7, 7, 12, 1, 1, 20, 14, 14, 13, 19, 17, 18, 0],
"result" : "valid"
},
{
"tcId" : 673,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "e957b00cf440abed5e9a5d06cd5f5cdb",
"tweak" : "f6fa77d46df38c3b",
"msg" : [4, 24, 12, 7, 14, 2, 1, 24, 25, 1, 21, 2, 7, 10, 20, 6, 13, 7, 17, 14],
"ct" : [18, 15, 19, 17, 11, 25, 24, 18, 12, 3, 22, 12, 21, 0, 0, 21, 6, 6, 17, 3],
"result" : "valid"
},
{
"tcId" : 674,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "e957b00cf440abed5e9a5d06cd5f5cdb",
"tweak" : "f6fa77d46df38c3b",
"msg" : [18, 15, 11, 9, 11, 11, 10, 19, 3, 1, 24, 5, 20, 16, 3, 18, 3, 5, 21, 0],
"ct" : [21, 4, 5, 7, 0, 8, 0, 14, 16, 24, 14, 18, 4, 13, 10, 5, 9, 3, 3, 24],
"result" : "valid"
},
{
"tcId" : 675,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "e957b00cf440abed5e9a5d06cd5f5cdb",
"tweak" : "f6fa77d46df38c3b",
"msg" : [23, 17, 6, 9, 14, 18, 4, 15, 4, 16, 3, 0, 23, 3, 20, 18, 11, 23, 20, 15],
"ct" : [4, 11, 16, 18, 23, 5, 22, 19, 17, 2, 12, 22, 24, 1, 3, 14, 19, 10, 7, 11],
"result" : "valid"
},
{
"tcId" : 676,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "e957b00cf440abed5e9a5d06cd5f5cdb",
"tweak" : "f6fa77d46df38c3b",
"msg" : [24, 18, 20, 18, 24, 23, 16, 2, 21, 21, 23, 25, 18, 14, 10, 5, 10, 0, 22, 17],
"ct" : [15, 5, 24, 9, 2, 25, 21, 2, 12, 5, 22, 5, 0, 1, 20, 21, 6, 3, 4, 15],
"result" : "valid"
},
{
"tcId" : 677,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "e957b00cf440abed5e9a5d06cd5f5cdb",
"tweak" : "f6fa77d46df38c3b",
"msg" : [12, 17, 5, 6, 18, 11, 15, 6, 2, 22, 20, 12, 21, 14, 13, 24, 10, 22, 12, 17],
"ct" : [9, 2, 2, 7, 7, 25, 24, 0, 17, 21, 24, 6, 15, 13, 24, 19, 15, 11, 24, 5],
"result" : "valid"
},
{
"tcId" : 678,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "e957b00cf440abed5e9a5d06cd5f5cdb",
"tweak" : "f6fa77d46df38c3b",
"msg" : [8, 20, 7, 3, 15, 23, 7, 5, 18, 22, 15, 8, 25, 7, 16, 5, 7, 15, 20, 0],
"ct" : [24, 16, 23, 22, 4, 5, 10, 7, 11, 15, 3, 19, 17, 11, 20, 6, 15, 14, 1, 22],
"result" : "valid"
},
{
"tcId" : 679,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "e957b00cf440abed5e9a5d06cd5f5cdb",
"tweak" : "f6fa77d46df38c3b",
"msg" : [10, 11, 22, 14, 17, 6, 19, 18, 13, 1, 2, 23, 20, 19, 17, 15, 16, 23, 15, 4],
"ct" : [8, 2, 22, 21, 25, 17, 14, 12, 8, 1, 23, 14, 6, 17, 17, 10, 21, 12, 21, 22],
"result" : "valid"
},
{
"tcId" : 680,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "e957b00cf440abed5e9a5d06cd5f5cdb",
"tweak" : "f6fa77d46df38c3b",
"msg" : [23, 13, 18, 19, 4, 8, 17, 16, 2, 16, 9, 18, 0, 15, 18, 14, 2, 15, 19, 2],
"ct" : [4, 22, 12, 18, 24, 18, 11, 25, 23, 12, 15, 22, 24, 1, 0, 13, 6, 0, 1, 25],
"result" : "valid"
},
{
"tcId" : 681,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "e957b00cf440abed5e9a5d06cd5f5cdb",
"tweak" : "f6fa77d46df38c3b",
"msg" : [8, 24, 3, 0, 21, 18, 11, 3, 13, 0, 21, 6, 1, 8, 9, 11, 25, 25, 5, 4],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 682,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "e957b00cf440abed5e9a5d06cd5f5cdb",
"tweak" : "f6fa77d46df38c3b",
"msg" : [19, 21, 3, 24, 23, 10, 3, 3, 16, 11, 17, 24, 4, 1, 22, 11, 3, 8, 22, 8],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 683,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "e957b00cf440abed5e9a5d06cd5f5cdb",
"tweak" : "f6fa77d46df38c3b",
"msg" : [9, 20, 13, 8, 19, 7, 7, 22, 11, 24, 5, 5, 13, 25, 15, 14, 9, 11, 1, 7],
"ct" : [25, 23, 24, 13, 7, 24, 23, 7, 12, 20, 25, 23, 24, 13, 7, 24, 23, 7, 12, 20],
"result" : "valid"
},
{
"tcId" : 684,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "e957b00cf440abed5e9a5d06cd5f5cdb",
"tweak" : "f6fa77d46df38c3b",
"msg" : [11, 5, 20, 11, 22, 21, 25, 5, 17, 3, 23, 17, 22, 18, 5, 10, 10, 9, 6, 11],
"ct" : [25, 23, 24, 13, 7, 24, 23, 7, 12, 19, 25, 23, 24, 13, 7, 24, 23, 7, 12, 19],
"result" : "valid"
},
{
"tcId" : 685,
"comment" : "y = 0 and (y + a) % radix**10 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "541d381b9f5c1e6ae2cc1b92e7c7e5e3",
"tweak" : "c40d10c6b7d5ba4f4e",
"msg" : [24, 25, 12, 11, 6, 2, 7, 14, 24, 18, 12, 21, 2, 23, 14, 8, 3, 19, 11, 20],
"ct" : [17, 20, 9, 20, 15, 20, 8, 0, 2, 2, 3, 22, 25, 11, 8, 17, 21, 14, 22, 2],
"result" : "valid"
},
{
"tcId" : 686,
"comment" : "y = 0 and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "541d381b9f5c1e6ae2cc1b92e7c7e5e3",
"tweak" : "c40d10c6b7d5ba4f4e",
"msg" : [8, 22, 17, 3, 8, 19, 9, 10, 2, 19, 3, 8, 24, 0, 6, 22, 19, 8, 12, 21],
"ct" : [3, 7, 6, 16, 13, 12, 1, 16, 10, 10, 19, 4, 6, 18, 1, 12, 14, 8, 17, 14],
"result" : "valid"
},
{
"tcId" : 687,
"comment" : "y = 0 and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "541d381b9f5c1e6ae2cc1b92e7c7e5e3",
"tweak" : "c40d10c6b7d5ba4f4e",
"msg" : [14, 3, 0, 17, 10, 18, 14, 14, 21, 6, 19, 0, 7, 7, 15, 12, 18, 6, 1, 7],
"ct" : [3, 9, 16, 1, 3, 6, 25, 15, 19, 2, 5, 2, 5, 12, 23, 10, 1, 4, 13, 7],
"result" : "valid"
},
{
"tcId" : 688,
"comment" : "y = 0 and (y + a) % radix**10 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "541d381b9f5c1e6ae2cc1b92e7c7e5e3",
"tweak" : "c40d10c6b7d5ba4f4e",
"msg" : [14, 6, 1, 24, 5, 14, 15, 22, 24, 21, 19, 7, 13, 2, 16, 5, 9, 1, 5, 20],
"ct" : [1, 0, 4, 6, 7, 20, 15, 18, 3, 1, 25, 18, 1, 13, 13, 17, 7, 10, 24, 17],
"result" : "valid"
},
{
"tcId" : 689,
"comment" : "y = 1 and a = 0 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "541d381b9f5c1e6ae2cc1b92e7c7e5e3",
"tweak" : "c54d25a399fced8784",
"msg" : [1, 6, 15, 16, 23, 6, 3, 10, 19, 18, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [22, 5, 3, 15, 23, 22, 12, 17, 0, 12, 13, 20, 18, 14, 12, 1, 0, 21, 11, 9],
"result" : "valid"
},
{
"tcId" : 690,
"comment" : "y = 1 and a = 1 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "541d381b9f5c1e6ae2cc1b92e7c7e5e3",
"tweak" : "c54d25a399fced8784",
"msg" : [8, 10, 17, 6, 14, 3, 4, 8, 0, 18, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1],
"ct" : [12, 6, 8, 16, 17, 3, 10, 23, 10, 4, 18, 4, 15, 5, 3, 4, 1, 22, 24, 1],
"result" : "valid"
},
{
"tcId" : 691,
"comment" : "y = 1 and a has large Hamming weight in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "541d381b9f5c1e6ae2cc1b92e7c7e5e3",
"tweak" : "c54d25a399fced8784",
"msg" : [17, 7, 13, 17, 13, 0, 14, 0, 1, 2, 25, 23, 24, 13, 7, 24, 23, 7, 12, 20],
"ct" : [17, 14, 11, 8, 5, 1, 15, 11, 23, 14, 1, 0, 23, 3, 7, 17, 22, 7, 0, 9],
"result" : "valid"
},
{
"tcId" : 692,
"comment" : "y = 1 and (y + a) % radix**10 is maximal in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "541d381b9f5c1e6ae2cc1b92e7c7e5e3",
"tweak" : "c54d25a399fced8784",
"msg" : [20, 25, 20, 14, 19, 9, 21, 17, 3, 14, 25, 25, 25, 25, 25, 25, 25, 25, 25, 24],
"ct" : [18, 21, 19, 15, 11, 13, 1, 11, 12, 21, 14, 14, 11, 18, 20, 2, 8, 22, 8, 14],
"result" : "valid"
},
{
"tcId" : 693,
"comment" : "y = 1 and (y + a) % radix**10 == 0 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "541d381b9f5c1e6ae2cc1b92e7c7e5e3",
"tweak" : "c54d25a399fced8784",
"msg" : [20, 11, 11, 0, 10, 2, 21, 25, 18, 17, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"ct" : [3, 24, 1, 7, 2, 23, 2, 14, 1, 16, 0, 23, 24, 1, 1, 25, 11, 9, 22, 14],
"result" : "valid"
},
{
"tcId" : 694,
"comment" : "y is maximal and a = 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "541d381b9f5c1e6ae2cc1b92e7c7e5e3",
"tweak" : "aa0837de6d353ce208",
"msg" : [3, 22, 16, 25, 18, 7, 25, 19, 1, 16, 17, 16, 22, 21, 13, 6, 15, 6, 11, 19],
"ct" : [19, 19, 8, 11, 11, 17, 5, 1, 13, 4, 7, 16, 1, 12, 22, 16, 10, 6, 24, 20],
"result" : "valid"
},
{
"tcId" : 695,
"comment" : "y is maximal and a = 1 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "541d381b9f5c1e6ae2cc1b92e7c7e5e3",
"tweak" : "aa0837de6d353ce208",
"msg" : [11, 20, 16, 19, 18, 8, 9, 16, 0, 18, 25, 13, 23, 4, 2, 18, 11, 0, 17, 23],
"ct" : [22, 16, 1, 7, 23, 2, 20, 24, 17, 14, 6, 14, 8, 12, 7, 25, 25, 16, 11, 22],
"result" : "valid"
},
{
"tcId" : 696,
"comment" : "y is maximal and (y + a) % radix**10 is maximal in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "541d381b9f5c1e6ae2cc1b92e7c7e5e3",
"tweak" : "aa0837de6d353ce208",
"msg" : [8, 12, 16, 1, 1, 6, 14, 7, 13, 23, 6, 0, 10, 25, 0, 18, 14, 21, 1, 18],
"ct" : [7, 7, 13, 19, 1, 17, 24, 1, 12, 6, 8, 5, 15, 15, 22, 18, 7, 6, 5, 24],
"result" : "valid"
},
{
"tcId" : 697,
"comment" : "y is maximal and (y + a) % radix**10 == 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "541d381b9f5c1e6ae2cc1b92e7c7e5e3",
"tweak" : "aa0837de6d353ce208",
"msg" : [7, 22, 11, 23, 25, 6, 24, 5, 18, 22, 23, 19, 25, 18, 17, 20, 16, 20, 0, 18],
"ct" : [6, 5, 14, 0, 21, 4, 7, 21, 0, 18, 7, 0, 1, 2, 23, 17, 2, 12, 8, 7],
"result" : "valid"
},
{
"tcId" : 698,
"comment" : "y is maximal and a has large Hamming weight in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "541d381b9f5c1e6ae2cc1b92e7c7e5e3",
"tweak" : "aa0837de6d353ce208",
"msg" : [17, 14, 24, 25, 17, 7, 7, 6, 18, 13, 1, 5, 6, 6, 16, 15, 24, 18, 6, 24],
"ct" : [4, 24, 17, 14, 19, 3, 1, 23, 19, 25, 2, 3, 6, 5, 10, 16, 16, 0, 12, 2],
"result" : "valid"
},
{
"tcId" : 699,
"comment" : "y is maximal and a is maximal in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "541d381b9f5c1e6ae2cc1b92e7c7e5e3",
"tweak" : "aa0837de6d353ce208",
"msg" : [7, 2, 9, 25, 13, 24, 24, 19, 4, 0, 5, 11, 7, 19, 8, 2, 25, 5, 23, 0],
"ct" : [3, 16, 24, 25, 13, 10, 21, 10, 9, 15, 19, 7, 20, 0, 6, 4, 14, 4, 1, 19],
"result" : "valid"
},
{
"tcId" : 700,
"comment" : "y is edge case for modular reduction and a = 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "541d381b9f5c1e6ae2cc1b92e7c7e5e3",
"tweak" : "a14cff37aefe515869",
"msg" : [3, 11, 12, 15, 11, 6, 3, 23, 24, 17, 14, 2, 16, 1, 4, 15, 2, 15, 12, 10],
"ct" : [12, 0, 13, 18, 10, 24, 2, 21, 18, 25, 25, 8, 2, 6, 18, 18, 0, 4, 5, 0],
"result" : "valid"
},
{
"tcId" : 701,
"comment" : "y is edge case for modular reduction and a = 1 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "541d381b9f5c1e6ae2cc1b92e7c7e5e3",
"tweak" : "a14cff37aefe515869",
"msg" : [20, 5, 3, 4, 13, 12, 22, 5, 3, 22, 9, 2, 25, 19, 14, 3, 19, 22, 22, 2],
"ct" : [12, 0, 13, 18, 10, 24, 2, 21, 18, 25, 25, 8, 2, 6, 18, 18, 0, 4, 5, 1],
"result" : "valid"
},
{
"tcId" : 702,
"comment" : "y is edge case for modular reduction and (y + a) % radix**10 is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "541d381b9f5c1e6ae2cc1b92e7c7e5e3",
"tweak" : "a14cff37aefe515869",
"msg" : [19, 20, 20, 7, 0, 0, 13, 14, 4, 4, 10, 1, 10, 6, 2, 15, 14, 8, 5, 14],
"ct" : [12, 0, 13, 18, 10, 24, 2, 21, 18, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 703,
"comment" : "y is edge case for modular reduction and (y + a) % radix**10 == 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "541d381b9f5c1e6ae2cc1b92e7c7e5e3",
"tweak" : "a14cff37aefe515869",
"msg" : [11, 20, 1, 2, 3, 22, 2, 13, 24, 18, 16, 5, 17, 22, 11, 7, 5, 3, 23, 24],
"ct" : [12, 0, 13, 18, 10, 24, 2, 21, 18, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 704,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "541d381b9f5c1e6ae2cc1b92e7c7e5e3",
"tweak" : "a14cff37aefe515869",
"msg" : [24, 5, 6, 24, 18, 8, 17, 23, 9, 1, 11, 17, 3, 5, 10, 3, 13, 8, 15, 3],
"ct" : [12, 0, 13, 18, 10, 24, 2, 21, 18, 25, 25, 6, 0, 20, 0, 16, 23, 11, 17, 20],
"result" : "valid"
},
{
"tcId" : 705,
"comment" : "y is edge case for modular reduction and a is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "541d381b9f5c1e6ae2cc1b92e7c7e5e3",
"tweak" : "a14cff37aefe515869",
"msg" : [7, 9, 7, 25, 13, 19, 1, 4, 23, 8, 16, 3, 11, 6, 17, 18, 21, 21, 25, 25],
"ct" : [12, 0, 13, 18, 10, 24, 2, 21, 18, 25, 25, 8, 2, 6, 18, 18, 0, 4, 4, 25],
"result" : "valid"
},
{
"tcId" : 706,
"comment" : "y is maximal after modular reduction and (y + a) % radix**10 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "541d381b9f5c1e6ae2cc1b92e7c7e5e3",
"tweak" : "0be8155a26f355a539",
"msg" : [8, 3, 12, 22, 16, 15, 9, 11, 23, 2, 2, 0, 15, 19, 19, 11, 1, 10, 20, 21],
"ct" : [17, 18, 13, 16, 4, 5, 9, 7, 4, 16, 25, 25, 3, 10, 3, 2, 2, 8, 20, 19],
"result" : "valid"
},
{
"tcId" : 707,
"comment" : "y is maximal after modular reduction and (y + a) % radix**10 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "541d381b9f5c1e6ae2cc1b92e7c7e5e3",
"tweak" : "0be8155a26f355a539",
"msg" : [2, 4, 6, 19, 6, 16, 22, 8, 12, 9, 14, 2, 5, 25, 4, 22, 21, 4, 1, 3],
"ct" : [11, 8, 19, 18, 13, 4, 23, 24, 11, 24, 6, 21, 6, 25, 14, 23, 9, 24, 13, 1],
"result" : "valid"
},
{
"tcId" : 708,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "541d381b9f5c1e6ae2cc1b92e7c7e5e3",
"tweak" : "0be8155a26f355a539",
"msg" : [24, 18, 4, 3, 15, 23, 7, 25, 3, 14, 20, 18, 9, 18, 1, 15, 7, 0, 19, 11],
"ct" : [19, 20, 21, 16, 25, 7, 15, 16, 4, 19, 12, 8, 3, 0, 9, 0, 16, 13, 9, 25],
"result" : "valid"
},
{
"tcId" : 709,
"comment" : "y is maximal after modular reduction and a is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "541d381b9f5c1e6ae2cc1b92e7c7e5e3",
"tweak" : "0be8155a26f355a539",
"msg" : [11, 25, 2, 15, 24, 23, 6, 6, 17, 2, 24, 10, 4, 0, 21, 25, 4, 6, 22, 0],
"ct" : [16, 13, 3, 24, 11, 20, 22, 12, 7, 23, 2, 16, 1, 16, 1, 7, 10, 25, 18, 15],
"result" : "valid"
},
{
"tcId" : 710,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "4e8c0fdab138c9df8d4a888e6c2df1dd",
"tweak" : "76f494b34dbcd3bc",
"msg" : [-1, 15, 14, 21, 2, 18, 2, 2, 18, 9, 15, 9, 23, 6, 21, 0, 6, 10, 14, 3],
"ct" : [20, 18, 20, 9, 10, 21, 22, 3, 12, 16, 1, 22, 2, 8, 12, 15, 1, 1, 8, 11],
"result" : "invalid"
},
{
"tcId" : 711,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "4e8c0fdab138c9df8d4a888e6c2df1dd",
"tweak" : "76f494b34dbcd3bc",
"msg" : [9, 15, 14, 21, 2, 18, -1, 2, 18, 9, 15, 9, 23, 6, 21, 0, 6, 10, 14, 3],
"ct" : [19, 5, 18, 10, 1, 0, 19, 18, 0, 14, 17, 24, 10, 22, 20, 19, 24, 20, 11, 4],
"result" : "invalid"
},
{
"tcId" : 712,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "4e8c0fdab138c9df8d4a888e6c2df1dd",
"tweak" : "76f494b34dbcd3bc",
"msg" : [9, 15, 14, 21, 2, 18, 2, 2, 18, 9, 15, 9, 23, 6, 21, 0, 6, 10, 14, -1],
"ct" : [17, 6, 14, 2, 16, 3, 5, 0, 23, 25, 1, 10, 19, 6, 14, 1, 4, 6, 11, 7],
"result" : "invalid"
},
{
"tcId" : 713,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "754885d2cfbf91ce8b24ab7ef8115893",
"tweak" : "ef6d6e3f485ee4b1",
"msg" : [26, 17, 5, 2, 14, 25, 5, 0, 14, 8, 14, 12, 25, 1, 1, 21, 18, 11, 7, 13],
"ct" : [20, 3, 11, 21, 19, 16, 0, 1, 9, 4, 3, 25, 24, 4, 19, 17, 10, 6, 23, 21],
"result" : "invalid"
},
{
"tcId" : 714,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "754885d2cfbf91ce8b24ab7ef8115893",
"tweak" : "ef6d6e3f485ee4b1",
"msg" : [12, 17, 5, 2, 14, 25, 26, 0, 14, 8, 14, 12, 25, 1, 1, 21, 18, 11, 7, 13],
"ct" : [4, 17, 6, 15, 4, 11, 6, 24, 23, 2, 3, 21, 5, 12, 21, 25, 22, 17, 25, 21],
"result" : "invalid"
},
{
"tcId" : 715,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "754885d2cfbf91ce8b24ab7ef8115893",
"tweak" : "ef6d6e3f485ee4b1",
"msg" : [12, 17, 5, 2, 14, 25, 5, 0, 14, 8, 14, 12, 25, 1, 1, 21, 18, 11, 7, 26],
"ct" : [17, 18, 19, 22, 0, 3, 12, 24, 14, 12, 9, 8, 17, 11, 18, 11, 3, 13, 22, 18],
"result" : "invalid"
}
]
},
{
"keySize" : 128,
"msgSize" : 21,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 716,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "c0e4c4a9b86c17e4efe9a12733e7aff4",
"tweak" : "f71b48c8172125d4",
"msg" : [16, 3, 1, 12, 4, 3, 0, 19, 8, 21, 4, 20, 6, 7, 16, 7, 2, 15, 22, 14, 0],
"ct" : [24, 21, 13, 18, 8, 6, 1, 1, 20, 18, 11, 21, 12, 2, 18, 20, 6, 19, 3, 6, 19],
"result" : "valid"
},
{
"tcId" : 717,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "25d4448872edf13aa8be04f271b3568c",
"tweak" : "e243d35dba4fcc44",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [24, 10, 1, 22, 24, 23, 15, 13, 5, 21, 16, 16, 5, 18, 13, 12, 14, 15, 20, 17, 17],
"result" : "valid"
},
{
"tcId" : 718,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "25d4448872edf13aa8be04f271b3568c",
"tweak" : "e243d35dba4fcc44",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"ct" : [2, 24, 5, 21, 10, 8, 22, 4, 23, 18, 12, 20, 23, 12, 17, 19, 3, 15, 7, 21, 4],
"result" : "valid"
},
{
"tcId" : 719,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "25d4448872edf13aa8be04f271b3568c",
"tweak" : "e243d35dba4fcc44",
"msg" : [25, 23, 24, 13, 7, 24, 23, 7, 12, 20, 15, 24, 19, 2, 4, 23, 8, 8, 15, 22, 8],
"ct" : [20, 14, 20, 5, 6, 3, 15, 2, 21, 3, 24, 9, 21, 5, 0, 4, 3, 18, 15, 11, 10],
"result" : "valid"
},
{
"tcId" : 720,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "25d4448872edf13aa8be04f271b3568c",
"tweak" : "e243d35dba4fcc44",
"msg" : [25, 23, 24, 13, 7, 24, 23, 7, 12, 19, 15, 24, 19, 2, 4, 23, 8, 8, 15, 22, 7],
"ct" : [23, 8, 9, 3, 25, 12, 9, 10, 6, 24, 18, 4, 12, 19, 14, 23, 6, 19, 5, 4, 22],
"result" : "valid"
},
{
"tcId" : 721,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "25d4448872edf13aa8be04f271b3568c",
"tweak" : "e243d35dba4fcc44",
"msg" : [17, 24, 10, 25, 24, 24, 2, 4, 1, 13, 4, 24, 5, 10, 24, 2, 14, 14, 3, 2, 22],
"ct" : [6, 0, 20, 0, 19, 17, 5, 0, 23, 1, 10, 15, 24, 14, 13, 13, 22, 23, 12, 7, 16],
"result" : "valid"
},
{
"tcId" : 722,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "25d4448872edf13aa8be04f271b3568c",
"tweak" : "e243d35dba4fcc44",
"msg" : [14, 13, 22, 11, 17, 18, 8, 22, 16, 25, 24, 16, 4, 4, 21, 5, 11, 9, 10, 4, 7],
"ct" : [20, 23, 7, 1, 25, 21, 25, 17, 17, 19, 18, 1, 5, 0, 12, 0, 9, 20, 1, 24, 16],
"result" : "valid"
},
{
"tcId" : 723,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "25d4448872edf13aa8be04f271b3568c",
"tweak" : "e243d35dba4fcc44",
"msg" : [13, 11, 25, 12, 16, 15, 23, 23, 15, 7, 16, 15, 13, 22, 23, 0, 21, 5, 1, 22, 19],
"ct" : [25, 22, 22, 23, 2, 23, 5, 7, 25, 2, 23, 21, 21, 2, 8, 19, 19, 3, 5, 10, 0],
"result" : "valid"
},
{
"tcId" : 724,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "25d4448872edf13aa8be04f271b3568c",
"tweak" : "e243d35dba4fcc44",
"msg" : [18, 10, 2, 11, 22, 14, 18, 23, 11, 4, 19, 7, 10, 16, 4, 20, 0, 19, 19, 1, 4],
"ct" : [3, 25, 17, 10, 8, 14, 12, 7, 0, 16, 16, 16, 18, 7, 5, 15, 22, 0, 18, 21, 4],
"result" : "valid"
},
{
"tcId" : 725,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "25d4448872edf13aa8be04f271b3568c",
"tweak" : "e243d35dba4fcc44",
"msg" : [14, 21, 10, 3, 17, 12, 16, 20, 11, 17, 4, 15, 23, 18, 1, 24, 15, 18, 12, 10, 7],
"ct" : [3, 2, 5, 16, 19, 9, 17, 6, 2, 11, 6, 23, 14, 21, 21, 19, 0, 11, 1, 18, 10],
"result" : "valid"
},
{
"tcId" : 726,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "25d4448872edf13aa8be04f271b3568c",
"tweak" : "e243d35dba4fcc44",
"msg" : [18, 15, 24, 12, 4, 5, 3, 16, 10, 14, 22, 22, 1, 1, 12, 22, 13, 19, 21, 16, 23],
"ct" : [24, 21, 10, 9, 19, 14, 18, 18, 8, 15, 8, 1, 14, 5, 21, 2, 3, 22, 9, 7, 0],
"result" : "valid"
},
{
"tcId" : 727,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "25d4448872edf13aa8be04f271b3568c",
"tweak" : "e243d35dba4fcc44",
"msg" : [1, 8, 24, 17, 14, 24, 13, 11, 13, 6, 23, 25, 20, 8, 14, 8, 23, 3, 3, 12, 10],
"ct" : [12, 14, 15, 24, 21, 20, 1, 11, 8, 5, 12, 17, 0, 16, 2, 0, 24, 15, 3, 16, 1],
"result" : "valid"
},
{
"tcId" : 728,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "25d4448872edf13aa8be04f271b3568c",
"tweak" : "e243d35dba4fcc44",
"msg" : [0, 7, 6, 12, 5, 17, 14, 11, 12, 2, 21, 24, 17, 4, 13, 8, 20, 18, 18, 9, 17],
"ct" : [8, 14, 25, 5, 1, 8, 17, 16, 3, 17, 9, 10, 10, 25, 18, 10, 18, 18, 13, 13, 0],
"result" : "valid"
},
{
"tcId" : 729,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "25d4448872edf13aa8be04f271b3568c",
"tweak" : "e243d35dba4fcc44",
"msg" : [17, 21, 7, 14, 13, 20, 23, 15, 19, 19, 19, 23, 8, 11, 17, 24, 10, 24, 22, 21, 15],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 730,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "25d4448872edf13aa8be04f271b3568c",
"tweak" : "e243d35dba4fcc44",
"msg" : [1, 12, 4, 11, 16, 21, 24, 6, 25, 19, 9, 19, 4, 16, 4, 5, 25, 14, 19, 15, 23],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 731,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "25d4448872edf13aa8be04f271b3568c",
"tweak" : "e243d35dba4fcc44",
"msg" : [19, 4, 24, 19, 18, 8, 0, 6, 16, 0, 19, 23, 16, 18, 18, 17, 22, 4, 10, 15, 3],
"ct" : [25, 23, 24, 13, 7, 24, 23, 7, 12, 20, 15, 24, 19, 2, 4, 23, 8, 8, 15, 22, 8],
"result" : "valid"
},
{
"tcId" : 732,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "25d4448872edf13aa8be04f271b3568c",
"tweak" : "e243d35dba4fcc44",
"msg" : [8, 16, 23, 17, 15, 12, 22, 4, 8, 14, 5, 3, 21, 10, 18, 21, 23, 11, 18, 1, 6],
"ct" : [25, 23, 24, 13, 7, 24, 23, 7, 12, 19, 15, 24, 19, 2, 4, 23, 8, 8, 15, 22, 7],
"result" : "valid"
},
{
"tcId" : 733,
"comment" : "y = 0 and (y + a) % radix**10 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "54897a7e63855142189bc30a692271dd",
"tweak" : "050229017e00fe30",
"msg" : [23, 0, 21, 6, 18, 5, 23, 9, 25, 20, 19, 6, 17, 1, 19, 18, 12, 5, 0, 0, 1],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19, 6, 8, 0, 0, 18, 21, 25, 3, 24, 9],
"result" : "valid"
},
{
"tcId" : 734,
"comment" : "y = 0 and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "54897a7e63855142189bc30a692271dd",
"tweak" : "050229017e00fe30",
"msg" : [13, 6, 8, 21, 0, 24, 21, 11, 12, 9, 20, 16, 0, 23, 5, 7, 22, 1, 12, 1, 21],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 9, 2, 11, 10, 23, 7, 21, 14, 25, 6, 18],
"result" : "valid"
},
{
"tcId" : 735,
"comment" : "y = 0 and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "54897a7e63855142189bc30a692271dd",
"tweak" : "050229017e00fe30",
"msg" : [24, 15, 6, 1, 3, 24, 22, 9, 15, 7, 0, 4, 9, 21, 3, 21, 8, 16, 22, 6, 4],
"ct" : [25, 23, 24, 13, 7, 24, 23, 7, 12, 20, 11, 12, 20, 1, 2, 19, 17, 16, 11, 13, 23],
"result" : "valid"
},
{
"tcId" : 736,
"comment" : "y = 0 and (y + a) % radix**10 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "54897a7e63855142189bc30a692271dd",
"tweak" : "050229017e00fe30",
"msg" : [15, 8, 16, 3, 8, 24, 12, 8, 1, 8, 12, 0, 25, 19, 20, 18, 9, 4, 25, 14, 14],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 18, 23, 18, 0, 11, 12, 4, 13, 14, 16, 11],
"result" : "valid"
},
{
"tcId" : 737,
"comment" : "y = 1 and a = 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "54897a7e63855142189bc30a692271dd",
"tweak" : "3cc12f9ace360b9d",
"msg" : [10, 8, 5, 13, 25, 12, 16, 17, 0, 2, 4, 24, 18, 16, 10, 14, 8, 0, 17, 12, 7],
"ct" : [3, 3, 18, 15, 21, 12, 24, 22, 15, 14, 10, 4, 16, 1, 4, 6, 2, 18, 19, 19, 2],
"result" : "valid"
},
{
"tcId" : 738,
"comment" : "y = 1 and a = 1 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "54897a7e63855142189bc30a692271dd",
"tweak" : "3cc12f9ace360b9d",
"msg" : [1, 16, 23, 9, 13, 7, 17, 14, 23, 17, 4, 15, 17, 20, 4, 10, 21, 0, 0, 15, 10],
"ct" : [7, 23, 12, 21, 5, 8, 1, 22, 0, 6, 25, 0, 7, 24, 2, 5, 24, 19, 8, 21, 0],
"result" : "valid"
},
{
"tcId" : 739,
"comment" : "y = 1 and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "54897a7e63855142189bc30a692271dd",
"tweak" : "3cc12f9ace360b9d",
"msg" : [6, 24, 20, 14, 16, 3, 3, 16, 16, 23, 14, 24, 21, 7, 15, 7, 5, 3, 4, 18, 19],
"ct" : [22, 18, 2, 11, 17, 14, 11, 0, 22, 22, 21, 8, 21, 1, 2, 19, 22, 4, 12, 25, 21],
"result" : "valid"
},
{
"tcId" : 740,
"comment" : "y = 1 and (y + a) % radix**10 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "54897a7e63855142189bc30a692271dd",
"tweak" : "3cc12f9ace360b9d",
"msg" : [11, 19, 10, 16, 5, 1, 16, 11, 16, 17, 4, 6, 19, 25, 4, 21, 21, 3, 15, 18, 12],
"ct" : [6, 19, 15, 17, 23, 25, 17, 15, 5, 1, 25, 19, 23, 14, 7, 13, 6, 6, 24, 10, 16],
"result" : "valid"
},
{
"tcId" : 741,
"comment" : "y = 1 and (y + a) % radix**10 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "54897a7e63855142189bc30a692271dd",
"tweak" : "3cc12f9ace360b9d",
"msg" : [23, 14, 7, 24, 17, 18, 25, 1, 23, 15, 6, 22, 17, 4, 0, 18, 5, 24, 13, 23, 0],
"ct" : [5, 13, 21, 1, 2, 0, 5, 15, 12, 17, 0, 25, 16, 2, 16, 19, 20, 14, 6, 0, 18],
"result" : "valid"
},
{
"tcId" : 742,
"comment" : "y is maximal and a = 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "54897a7e63855142189bc30a692271dd",
"tweak" : "d195b424837c1df0",
"msg" : [1, 24, 1, 9, 3, 3, 8, 23, 0, 18, 8, 9, 25, 17, 2, 22, 10, 0, 11, 12, 16],
"ct" : [25, 8, 2, 6, 18, 18, 0, 4, 5, 13, 3, 11, 5, 12, 8, 1, 4, 17, 21, 5, 10],
"result" : "valid"
},
{
"tcId" : 743,
"comment" : "y is maximal and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "54897a7e63855142189bc30a692271dd",
"tweak" : "d195b424837c1df0",
"msg" : [7, 23, 14, 5, 15, 13, 2, 4, 20, 8, 10, 11, 3, 4, 0, 5, 0, 8, 3, 14, 18],
"ct" : [25, 8, 2, 6, 18, 18, 0, 4, 5, 14, 24, 3, 0, 8, 8, 20, 12, 12, 17, 1, 12],
"result" : "valid"
},
{
"tcId" : 744,
"comment" : "y is maximal and (y + a) % radix**10 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "54897a7e63855142189bc30a692271dd",
"tweak" : "d195b424837c1df0",
"msg" : [19, 10, 15, 21, 20, 3, 20, 2, 4, 5, 21, 19, 18, 8, 13, 20, 2, 16, 13, 6, 1],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 8, 17, 14, 25, 21, 13, 25, 16, 13, 11, 4],
"result" : "valid"
},
{
"tcId" : 745,
"comment" : "y is maximal and (y + a) % radix**10 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "54897a7e63855142189bc30a692271dd",
"tweak" : "d195b424837c1df0",
"msg" : [15, 21, 7, 3, 11, 19, 13, 16, 22, 12, 20, 5, 8, 11, 23, 14, 5, 15, 24, 20, 8],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23, 16, 17, 21, 8, 6, 7, 5, 14, 15, 0],
"result" : "valid"
},
{
"tcId" : 746,
"comment" : "y is maximal and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "54897a7e63855142189bc30a692271dd",
"tweak" : "d195b424837c1df0",
"msg" : [10, 18, 15, 17, 2, 10, 13, 6, 13, 1, 9, 19, 17, 12, 14, 16, 1, 14, 3, 10, 11],
"ct" : [25, 6, 0, 20, 0, 16, 23, 11, 18, 7, 16, 19, 14, 24, 14, 15, 21, 24, 1, 25, 24],
"result" : "valid"
},
{
"tcId" : 747,
"comment" : "y is maximal and a is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "54897a7e63855142189bc30a692271dd",
"tweak" : "d195b424837c1df0",
"msg" : [22, 7, 9, 21, 2, 5, 12, 24, 24, 20, 17, 6, 1, 5, 22, 22, 18, 25, 2, 14, 13],
"ct" : [25, 8, 2, 6, 18, 18, 0, 4, 5, 12, 15, 6, 12, 1, 9, 0, 21, 21, 13, 1, 18],
"result" : "valid"
},
{
"tcId" : 748,
"comment" : "y is edge case for modular reduction and a = 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "54897a7e63855142189bc30a692271dd",
"tweak" : "3f45092e815a3d3f",
"msg" : [8, 14, 4, 25, 14, 12, 14, 20, 18, 5, 13, 6, 19, 1, 19, 8, 11, 22, 17, 21, 3],
"ct" : [8, 21, 2, 24, 1, 22, 8, 13, 22, 1, 16, 1, 6, 6, 16, 5, 22, 7, 12, 20, 12],
"result" : "valid"
},
{
"tcId" : 749,
"comment" : "y is edge case for modular reduction and a = 1 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "54897a7e63855142189bc30a692271dd",
"tweak" : "3f45092e815a3d3f",
"msg" : [15, 2, 13, 13, 17, 15, 24, 18, 16, 21, 17, 12, 1, 25, 0, 11, 17, 18, 19, 10, 14],
"ct" : [22, 10, 12, 20, 11, 9, 13, 4, 7, 3, 20, 1, 24, 17, 7, 8, 10, 20, 25, 21, 21],
"result" : "valid"
},
{
"tcId" : 750,
"comment" : "y is edge case for modular reduction and (y + a) % radix**10 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "54897a7e63855142189bc30a692271dd",
"tweak" : "3f45092e815a3d3f",
"msg" : [17, 9, 25, 13, 1, 19, 15, 8, 14, 4, 5, 6, 12, 8, 16, 17, 1, 1, 25, 21, 3],
"ct" : [13, 8, 5, 8, 19, 20, 13, 25, 1, 0, 7, 6, 17, 20, 0, 3, 16, 2, 7, 10, 13],
"result" : "valid"
},
{
"tcId" : 751,
"comment" : "y is edge case for modular reduction and (y + a) % radix**10 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "54897a7e63855142189bc30a692271dd",
"tweak" : "3f45092e815a3d3f",
"msg" : [5, 6, 22, 10, 22, 16, 20, 1, 22, 0, 25, 11, 15, 18, 1, 8, 5, 2, 12, 18, 8],
"ct" : [1, 8, 11, 11, 13, 1, 10, 18, 20, 8, 8, 19, 14, 1, 19, 16, 3, 13, 21, 4, 8],
"result" : "valid"
},
{
"tcId" : 752,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "54897a7e63855142189bc30a692271dd",
"tweak" : "3f45092e815a3d3f",
"msg" : [9, 25, 19, 2, 7, 19, 12, 15, 6, 22, 11, 8, 24, 4, 10, 18, 23, 14, 6, 9, 18],
"ct" : [0, 8, 24, 4, 20, 9, 10, 21, 10, 19, 25, 6, 22, 16, 2, 10, 10, 10, 10, 4, 7],
"result" : "valid"
},
{
"tcId" : 753,
"comment" : "y is edge case for modular reduction and a is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "54897a7e63855142189bc30a692271dd",
"tweak" : "3f45092e815a3d3f",
"msg" : [24, 20, 16, 6, 3, 1, 2, 2, 9, 15, 10, 14, 13, 12, 24, 19, 22, 21, 19, 5, 16],
"ct" : [6, 19, 4, 8, 6, 15, 21, 16, 24, 19, 10, 6, 8, 10, 6, 9, 9, 2, 23, 21, 5],
"result" : "valid"
},
{
"tcId" : 754,
"comment" : "y is maximal after modular reduction and (y + a) % radix**10 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "54897a7e63855142189bc30a692271dd",
"tweak" : "47cd9512b119971e",
"msg" : [20, 5, 5, 6, 20, 5, 20, 2, 8, 16, 18, 10, 9, 11, 22, 11, 6, 18, 23, 16, 24],
"ct" : [20, 13, 25, 15, 12, 7, 7, 9, 7, 18, 10, 9, 25, 1, 17, 4, 12, 6, 21, 13, 15],
"result" : "valid"
},
{
"tcId" : 755,
"comment" : "y is maximal after modular reduction and (y + a) % radix**10 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "54897a7e63855142189bc30a692271dd",
"tweak" : "47cd9512b119971e",
"msg" : [17, 5, 18, 19, 0, 24, 19, 19, 14, 25, 19, 3, 15, 21, 2, 9, 17, 3, 12, 7, 16],
"ct" : [19, 25, 15, 22, 10, 13, 21, 2, 21, 19, 15, 8, 0, 25, 21, 24, 15, 23, 4, 16, 17],
"result" : "valid"
},
{
"tcId" : 756,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "54897a7e63855142189bc30a692271dd",
"tweak" : "47cd9512b119971e",
"msg" : [10, 22, 23, 25, 8, 15, 1, 11, 9, 6, 4, 5, 1, 0, 25, 17, 9, 15, 22, 0, 23],
"ct" : [11, 24, 15, 18, 24, 11, 20, 13, 20, 24, 23, 9, 15, 22, 15, 3, 17, 0, 11, 23, 15],
"result" : "valid"
},
{
"tcId" : 757,
"comment" : "y is maximal after modular reduction and a is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "54897a7e63855142189bc30a692271dd",
"tweak" : "47cd9512b119971e",
"msg" : [19, 14, 17, 6, 18, 10, 18, 5, 5, 1, 10, 8, 20, 7, 18, 9, 25, 6, 9, 25, 14],
"ct" : [8, 15, 11, 14, 11, 1, 18, 2, 5, 25, 8, 8, 25, 2, 8, 18, 1, 6, 18, 11, 4],
"result" : "valid"
},
{
"tcId" : 758,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "fd90f1e9599e12563bf788a1a521d6ab",
"tweak" : "d0a005b45247f038",
"msg" : [-1, 20, 18, 12, 25, 7, 19, 7, 0, 5, 24, 13, 0, 9, 2, 5, 5, 14, 0, 25, 13],
"ct" : [1, 19, 2, 9, 3, 2, 17, 13, 18, 20, 5, 17, 22, 17, 3, 11, 5, 16, 7, 0, 2],
"result" : "invalid"
},
{
"tcId" : 759,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "fd90f1e9599e12563bf788a1a521d6ab",
"tweak" : "d0a005b45247f038",
"msg" : [13, 20, 18, 12, 25, 7, 19, -1, 0, 5, 24, 13, 0, 9, 2, 5, 5, 14, 0, 25, 13],
"ct" : [10, 2, 21, 25, 9, 4, 17, 4, 15, 4, 13, 6, 19, 3, 20, 18, 9, 21, 13, 10, 7],
"result" : "invalid"
},
{
"tcId" : 760,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "fd90f1e9599e12563bf788a1a521d6ab",
"tweak" : "d0a005b45247f038",
"msg" : [13, 20, 18, 12, 25, 7, 19, 7, 0, 5, 24, 13, 0, 9, 2, 5, 5, 14, 0, 25, -1],
"ct" : [9, 13, 12, 7, 21, 4, 25, 25, 6, 20, 19, 11, 14, 5, 15, 7, 11, 25, 18, 3, 3],
"result" : "invalid"
},
{
"tcId" : 761,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "e916d20e74022e410856205d4e63c307",
"tweak" : "7160279ffb4ad45e",
"msg" : [26, 9, 14, 15, 20, 4, 6, 16, 18, 23, 1, 24, 12, 22, 2, 1, 4, 9, 12, 24, 0],
"ct" : [8, 24, 19, 24, 15, 19, 13, 23, 12, 21, 5, 6, 9, 7, 10, 25, 20, 1, 18, 16, 3],
"result" : "invalid"
},
{
"tcId" : 762,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "e916d20e74022e410856205d4e63c307",
"tweak" : "7160279ffb4ad45e",
"msg" : [18, 9, 14, 15, 20, 4, 6, 26, 18, 23, 1, 24, 12, 22, 2, 1, 4, 9, 12, 24, 0],
"ct" : [7, 23, 21, 18, 19, 3, 5, 23, 18, 10, 24, 13, 16, 24, 18, 0, 24, 18, 9, 8, 25],
"result" : "invalid"
},
{
"tcId" : 763,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "e916d20e74022e410856205d4e63c307",
"tweak" : "7160279ffb4ad45e",
"msg" : [18, 9, 14, 15, 20, 4, 6, 16, 18, 23, 1, 24, 12, 22, 2, 1, 4, 9, 12, 24, 26],
"ct" : [21, 10, 17, 6, 14, 17, 1, 14, 3, 0, 24, 2, 20, 2, 9, 0, 19, 7, 10, 20, 22],
"result" : "invalid"
}
]
},
{
"keySize" : 128,
"msgSize" : 22,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 764,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "9ed2a54df9219a3d61b5f1758b73bda6",
"tweak" : "5ecd852b587b8148",
"msg" : [24, 5, 24, 23, 10, 4, 21, 9, 11, 13, 13, 20, 25, 17, 13, 1, 24, 23, 5, 0, 23, 17],
"ct" : [6, 7, 4, 15, 21, 13, 24, 20, 15, 0, 22, 7, 8, 4, 19, 15, 2, 7, 16, 9, 13, 23],
"result" : "valid"
},
{
"tcId" : 765,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "97ad828cba00ca3d4ee15115dc5845a7",
"tweak" : "695c7692d9cebe71",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [8, 14, 19, 7, 4, 21, 25, 21, 18, 19, 2, 8, 0, 20, 18, 10, 14, 14, 20, 6, 18, 23],
"result" : "valid"
},
{
"tcId" : 766,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "97ad828cba00ca3d4ee15115dc5845a7",
"tweak" : "695c7692d9cebe71",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"ct" : [11, 10, 18, 6, 6, 15, 20, 22, 22, 18, 19, 18, 18, 19, 22, 20, 23, 21, 11, 9, 2, 0],
"result" : "valid"
},
{
"tcId" : 767,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "97ad828cba00ca3d4ee15115dc5845a7",
"tweak" : "695c7692d9cebe71",
"msg" : [15, 24, 19, 2, 4, 23, 8, 8, 15, 22, 8, 15, 24, 19, 2, 4, 23, 8, 8, 15, 22, 8],
"ct" : [4, 20, 7, 2, 23, 14, 19, 25, 6, 25, 7, 24, 16, 0, 8, 10, 25, 2, 10, 0, 16, 12],
"result" : "valid"
},
{
"tcId" : 768,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "97ad828cba00ca3d4ee15115dc5845a7",
"tweak" : "695c7692d9cebe71",
"msg" : [15, 24, 19, 2, 4, 23, 8, 8, 15, 22, 7, 15, 24, 19, 2, 4, 23, 8, 8, 15, 22, 7],
"ct" : [19, 18, 8, 1, 22, 3, 21, 8, 19, 22, 2, 23, 24, 19, 7, 2, 1, 23, 6, 20, 16, 10],
"result" : "valid"
},
{
"tcId" : 769,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "97ad828cba00ca3d4ee15115dc5845a7",
"tweak" : "695c7692d9cebe71",
"msg" : [25, 2, 10, 9, 10, 1, 15, 5, 4, 20, 6, 10, 14, 3, 19, 2, 22, 6, 5, 1, 6, 15],
"ct" : [13, 1, 22, 24, 3, 18, 20, 24, 25, 15, 3, 5, 8, 25, 19, 24, 7, 3, 20, 7, 18, 21],
"result" : "valid"
},
{
"tcId" : 770,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "97ad828cba00ca3d4ee15115dc5845a7",
"tweak" : "695c7692d9cebe71",
"msg" : [16, 8, 16, 15, 0, 5, 0, 15, 19, 22, 2, 19, 5, 0, 16, 25, 12, 17, 14, 22, 11, 16],
"ct" : [19, 8, 1, 11, 9, 8, 23, 8, 3, 3, 13, 25, 16, 19, 14, 5, 16, 0, 0, 12, 12, 1],
"result" : "valid"
},
{
"tcId" : 771,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "97ad828cba00ca3d4ee15115dc5845a7",
"tweak" : "695c7692d9cebe71",
"msg" : [10, 11, 16, 14, 4, 9, 14, 1, 3, 9, 1, 22, 5, 21, 14, 23, 19, 18, 2, 10, 24, 7],
"ct" : [2, 8, 14, 3, 4, 24, 0, 6, 25, 10, 2, 14, 14, 12, 9, 16, 1, 9, 15, 13, 13, 12],
"result" : "valid"
},
{
"tcId" : 772,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "97ad828cba00ca3d4ee15115dc5845a7",
"tweak" : "695c7692d9cebe71",
"msg" : [12, 8, 9, 2, 8, 24, 18, 1, 16, 9, 19, 1, 2, 10, 4, 19, 0, 24, 15, 1, 8, 25],
"ct" : [9, 5, 25, 19, 5, 10, 10, 18, 22, 6, 13, 20, 7, 8, 13, 16, 20, 18, 3, 15, 16, 21],
"result" : "valid"
},
{
"tcId" : 773,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "97ad828cba00ca3d4ee15115dc5845a7",
"tweak" : "695c7692d9cebe71",
"msg" : [15, 14, 3, 15, 11, 1, 9, 16, 13, 14, 1, 8, 1, 8, 4, 12, 20, 10, 16, 15, 20, 14],
"ct" : [11, 3, 22, 18, 7, 21, 25, 7, 14, 15, 8, 19, 4, 13, 2, 19, 23, 1, 10, 2, 3, 5],
"result" : "valid"
},
{
"tcId" : 774,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "97ad828cba00ca3d4ee15115dc5845a7",
"tweak" : "695c7692d9cebe71",
"msg" : [13, 9, 21, 19, 16, 11, 11, 20, 9, 6, 21, 2, 18, 25, 5, 7, 15, 11, 0, 5, 3, 14],
"ct" : [22, 6, 21, 15, 10, 23, 15, 21, 17, 10, 19, 2, 9, 22, 22, 3, 24, 3, 25, 11, 13, 5],
"result" : "valid"
},
{
"tcId" : 775,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "97ad828cba00ca3d4ee15115dc5845a7",
"tweak" : "695c7692d9cebe71",
"msg" : [19, 16, 3, 18, 7, 25, 12, 11, 25, 25, 25, 23, 8, 25, 14, 6, 2, 7, 6, 7, 11, 13],
"ct" : [14, 17, 16, 22, 7, 11, 3, 0, 12, 5, 18, 8, 20, 24, 10, 20, 11, 24, 6, 8, 19, 2],
"result" : "valid"
},
{
"tcId" : 776,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "97ad828cba00ca3d4ee15115dc5845a7",
"tweak" : "695c7692d9cebe71",
"msg" : [4, 22, 25, 0, 2, 0, 12, 6, 3, 6, 23, 12, 21, 14, 14, 6, 17, 9, 12, 19, 1, 22],
"ct" : [20, 1, 15, 1, 24, 6, 8, 2, 6, 6, 3, 23, 19, 18, 11, 1, 5, 22, 22, 23, 4, 14],
"result" : "valid"
},
{
"tcId" : 777,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "97ad828cba00ca3d4ee15115dc5845a7",
"tweak" : "695c7692d9cebe71",
"msg" : [20, 24, 9, 18, 9, 23, 2, 13, 3, 9, 10, 2, 16, 0, 21, 24, 20, 13, 4, 10, 5, 24],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 778,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "97ad828cba00ca3d4ee15115dc5845a7",
"tweak" : "695c7692d9cebe71",
"msg" : [9, 4, 19, 25, 13, 25, 13, 8, 23, 7, 11, 5, 8, 18, 6, 18, 14, 17, 23, 6, 18, 1],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 779,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "97ad828cba00ca3d4ee15115dc5845a7",
"tweak" : "695c7692d9cebe71",
"msg" : [13, 20, 17, 5, 19, 20, 19, 24, 24, 1, 22, 20, 13, 1, 19, 16, 8, 15, 0, 0, 18, 4],
"ct" : [15, 24, 19, 2, 4, 23, 8, 8, 15, 22, 8, 15, 24, 19, 2, 4, 23, 8, 8, 15, 22, 8],
"result" : "valid"
},
{
"tcId" : 780,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "97ad828cba00ca3d4ee15115dc5845a7",
"tweak" : "695c7692d9cebe71",
"msg" : [22, 13, 15, 21, 17, 0, 3, 9, 0, 8, 14, 8, 14, 10, 5, 21, 17, 4, 4, 12, 8, 25],
"ct" : [15, 24, 19, 2, 4, 23, 8, 8, 15, 22, 7, 15, 24, 19, 2, 4, 23, 8, 8, 15, 22, 7],
"result" : "valid"
},
{
"tcId" : 781,
"comment" : "y = 0 and (y + a) % radix**11 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "42ace51e4cacf58876336222ae9b433e",
"tweak" : "9c9b92fe19fed991",
"msg" : [2, 0, 12, 11, 22, 9, 3, 13, 4, 23, 8, 24, 13, 19, 5, 15, 21, 14, 21, 5, 6, 2],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 9, 20, 4, 4, 18, 17, 3, 17, 10, 11],
"result" : "valid"
},
{
"tcId" : 782,
"comment" : "y = 0 and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "42ace51e4cacf58876336222ae9b433e",
"tweak" : "9c9b92fe19fed991",
"msg" : [23, 25, 18, 5, 8, 12, 11, 8, 16, 5, 2, 0, 25, 25, 18, 20, 24, 19, 18, 0, 9, 8],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 25, 17, 15, 4, 5, 1, 20, 0, 4, 21],
"result" : "valid"
},
{
"tcId" : 783,
"comment" : "y = 0 and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "42ace51e4cacf58876336222ae9b433e",
"tweak" : "9c9b92fe19fed991",
"msg" : [9, 5, 1, 21, 15, 15, 18, 19, 21, 0, 7, 9, 1, 19, 9, 4, 15, 5, 2, 17, 19, 15],
"ct" : [15, 24, 19, 2, 4, 23, 8, 8, 15, 22, 8, 1, 1, 17, 24, 24, 19, 25, 10, 0, 2, 8],
"result" : "valid"
},
{
"tcId" : 784,
"comment" : "y = 0 and (y + a) % radix**11 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "42ace51e4cacf58876336222ae9b433e",
"tweak" : "9c9b92fe19fed991",
"msg" : [19, 5, 0, 18, 22, 15, 22, 5, 22, 6, 23, 15, 24, 0, 10, 20, 1, 10, 20, 22, 10, 16],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 17, 24, 15, 0, 9, 12, 20, 19, 24, 18, 11],
"result" : "valid"
},
{
"tcId" : 785,
"comment" : "y = 1 and a = 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "42ace51e4cacf58876336222ae9b433e",
"tweak" : "4800ef21ef344fcc",
"msg" : [24, 5, 2, 24, 5, 6, 5, 16, 25, 16, 17, 4, 0, 21, 19, 24, 23, 15, 24, 12, 7, 25],
"ct" : [19, 4, 3, 3, 16, 17, 17, 20, 6, 5, 4, 15, 15, 13, 24, 7, 24, 10, 4, 21, 9, 21],
"result" : "valid"
},
{
"tcId" : 786,
"comment" : "y = 1 and a = 1 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "42ace51e4cacf58876336222ae9b433e",
"tweak" : "4800ef21ef344fcc",
"msg" : [1, 11, 15, 21, 18, 9, 15, 11, 1, 16, 20, 1, 19, 6, 11, 13, 19, 14, 11, 0, 0, 21],
"ct" : [11, 5, 7, 1, 4, 15, 19, 21, 0, 18, 4, 15, 8, 20, 18, 12, 4, 15, 4, 12, 24, 6],
"result" : "valid"
},
{
"tcId" : 787,
"comment" : "y = 1 and a has large Hamming weight in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "42ace51e4cacf58876336222ae9b433e",
"tweak" : "4800ef21ef344fcc",
"msg" : [4, 25, 11, 5, 24, 13, 15, 4, 1, 4, 4, 1, 3, 25, 2, 21, 3, 1, 0, 2, 18, 5],
"ct" : [22, 18, 4, 15, 22, 12, 25, 4, 20, 12, 22, 13, 12, 16, 8, 5, 19, 13, 11, 25, 14, 4],
"result" : "valid"
},
{
"tcId" : 788,
"comment" : "y = 1 and (y + a) % radix**11 is maximal in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "42ace51e4cacf58876336222ae9b433e",
"tweak" : "4800ef21ef344fcc",
"msg" : [4, 7, 24, 13, 6, 23, 12, 12, 10, 19, 10, 5, 11, 18, 22, 18, 2, 7, 22, 9, 10, 21],
"ct" : [14, 2, 23, 8, 18, 12, 6, 14, 16, 20, 20, 4, 15, 6, 10, 4, 1, 4, 7, 20, 2, 6],
"result" : "valid"
},
{
"tcId" : 789,
"comment" : "y = 1 and (y + a) % radix**11 == 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "42ace51e4cacf58876336222ae9b433e",
"tweak" : "4800ef21ef344fcc",
"msg" : [8, 9, 16, 19, 10, 11, 20, 16, 15, 13, 18, 2, 20, 23, 0, 23, 24, 2, 7, 0, 3, 12],
"ct" : [1, 24, 6, 14, 10, 13, 13, 25, 14, 18, 22, 10, 3, 10, 22, 6, 13, 19, 15, 20, 6, 21],
"result" : "valid"
},
{
"tcId" : 790,
"comment" : "y is maximal and a = 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "42ace51e4cacf58876336222ae9b433e",
"tweak" : "2b81c2cb65dafb0c",
"msg" : [11, 21, 3, 2, 9, 13, 12, 9, 1, 19, 19, 8, 4, 13, 15, 4, 23, 18, 9, 16, 4, 22],
"ct" : [22, 23, 7, 7, 7, 13, 20, 5, 4, 5, 14, 20, 19, 0, 18, 2, 0, 20, 14, 10, 6, 4],
"result" : "valid"
},
{
"tcId" : 791,
"comment" : "y is maximal and a = 1 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "42ace51e4cacf58876336222ae9b433e",
"tweak" : "2b81c2cb65dafb0c",
"msg" : [16, 22, 2, 3, 3, 9, 7, 11, 7, 11, 9, 17, 2, 12, 25, 10, 11, 1, 23, 24, 14, 22],
"ct" : [16, 1, 6, 1, 1, 17, 7, 8, 6, 13, 13, 5, 9, 23, 4, 4, 14, 10, 3, 2, 10, 4],
"result" : "valid"
},
{
"tcId" : 792,
"comment" : "y is maximal and (y + a) % radix**11 is maximal in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "42ace51e4cacf58876336222ae9b433e",
"tweak" : "2b81c2cb65dafb0c",
"msg" : [20, 12, 12, 7, 18, 5, 13, 11, 15, 1, 19, 0, 3, 7, 25, 12, 21, 1, 3, 4, 10, 24],
"ct" : [25, 24, 17, 24, 4, 8, 12, 17, 5, 2, 7, 23, 15, 11, 3, 0, 12, 10, 22, 11, 17, 6],
"result" : "valid"
},
{
"tcId" : 793,
"comment" : "y is maximal and (y + a) % radix**11 == 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "42ace51e4cacf58876336222ae9b433e",
"tweak" : "2b81c2cb65dafb0c",
"msg" : [11, 15, 0, 2, 23, 11, 7, 6, 3, 12, 22, 8, 22, 3, 16, 12, 13, 5, 1, 25, 7, 6],
"ct" : [13, 0, 1, 9, 24, 19, 23, 3, 22, 10, 5, 20, 5, 3, 12, 13, 8, 5, 10, 9, 12, 0],
"result" : "valid"
},
{
"tcId" : 794,
"comment" : "y is maximal and a has large Hamming weight in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "42ace51e4cacf58876336222ae9b433e",
"tweak" : "2b81c2cb65dafb0c",
"msg" : [13, 10, 2, 2, 3, 25, 1, 19, 12, 7, 3, 16, 16, 23, 2, 13, 16, 0, 10, 6, 3, 24],
"ct" : [22, 13, 3, 2, 15, 17, 13, 20, 15, 4, 19, 0, 9, 16, 25, 24, 21, 2, 22, 12, 18, 19],
"result" : "valid"
},
{
"tcId" : 795,
"comment" : "y is maximal and a is maximal in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "42ace51e4cacf58876336222ae9b433e",
"tweak" : "2b81c2cb65dafb0c",
"msg" : [3, 0, 18, 12, 4, 20, 21, 2, 10, 4, 17, 23, 22, 15, 17, 4, 15, 8, 11, 18, 7, 25],
"ct" : [2, 21, 0, 5, 21, 4, 10, 7, 22, 4, 0, 18, 9, 9, 11, 21, 9, 20, 17, 21, 18, 11],
"result" : "valid"
},
{
"tcId" : 796,
"comment" : "y is edge case for modular reduction and a = 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "42ace51e4cacf58876336222ae9b433e",
"tweak" : "ad419adb5f786e4e",
"msg" : [1, 11, 24, 0, 16, 15, 13, 24, 15, 24, 21, 14, 17, 5, 12, 9, 10, 7, 4, 17, 25, 16],
"ct" : [25, 20, 23, 22, 0, 21, 17, 0, 19, 19, 9, 2, 11, 14, 14, 3, 10, 14, 23, 6, 8, 10],
"result" : "valid"
},
{
"tcId" : 797,
"comment" : "y is edge case for modular reduction and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "42ace51e4cacf58876336222ae9b433e",
"tweak" : "ad419adb5f786e4e",
"msg" : [11, 16, 20, 15, 11, 25, 12, 4, 7, 11, 24, 1, 19, 10, 15, 15, 4, 11, 24, 11, 21, 15],
"ct" : [19, 2, 17, 11, 8, 0, 14, 5, 8, 21, 8, 9, 0, 5, 23, 1, 7, 20, 7, 4, 3, 8],
"result" : "valid"
},
{
"tcId" : 798,
"comment" : "y is edge case for modular reduction and (y + a) % radix**11 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "42ace51e4cacf58876336222ae9b433e",
"tweak" : "ad419adb5f786e4e",
"msg" : [14, 8, 16, 18, 16, 10, 16, 7, 6, 17, 6, 2, 11, 16, 9, 24, 19, 15, 7, 18, 18, 4],
"ct" : [11, 13, 18, 1, 15, 4, 24, 23, 11, 17, 24, 25, 2, 7, 18, 10, 9, 11, 2, 15, 10, 18],
"result" : "valid"
},
{
"tcId" : 799,
"comment" : "y is edge case for modular reduction and (y + a) % radix**11 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "42ace51e4cacf58876336222ae9b433e",
"tweak" : "ad419adb5f786e4e",
"msg" : [1, 4, 12, 16, 9, 23, 23, 11, 6, 6, 21, 18, 22, 10, 22, 4, 12, 12, 14, 20, 1, 17],
"ct" : [4, 19, 23, 13, 3, 14, 7, 2, 17, 1, 11, 7, 5, 25, 0, 4, 15, 18, 25, 8, 2, 19],
"result" : "valid"
},
{
"tcId" : 800,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "42ace51e4cacf58876336222ae9b433e",
"tweak" : "ad419adb5f786e4e",
"msg" : [5, 2, 21, 17, 17, 23, 23, 15, 23, 11, 15, 6, 3, 25, 17, 20, 8, 9, 7, 3, 3, 14],
"ct" : [11, 17, 11, 3, 15, 6, 16, 18, 6, 17, 1, 15, 11, 4, 0, 25, 23, 3, 13, 8, 17, 10],
"result" : "valid"
},
{
"tcId" : 801,
"comment" : "y is edge case for modular reduction and a is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "42ace51e4cacf58876336222ae9b433e",
"tweak" : "ad419adb5f786e4e",
"msg" : [0, 3, 24, 8, 12, 8, 1, 9, 18, 22, 15, 9, 2, 24, 14, 24, 5, 15, 2, 19, 21, 1],
"ct" : [7, 0, 13, 14, 10, 18, 11, 9, 25, 12, 24, 21, 16, 25, 9, 8, 17, 9, 13, 5, 7, 5],
"result" : "valid"
},
{
"tcId" : 802,
"comment" : "y is maximal after modular reduction and (y + a) % radix**11 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "42ace51e4cacf58876336222ae9b433e",
"tweak" : "8ea768dc377d2334",
"msg" : [16, 11, 22, 3, 13, 20, 9, 4, 2, 21, 2, 4, 23, 19, 11, 16, 13, 5, 13, 7, 8, 16],
"ct" : [23, 20, 9, 15, 13, 12, 3, 3, 25, 23, 9, 10, 1, 7, 15, 20, 7, 19, 1, 13, 8, 19],
"result" : "valid"
},
{
"tcId" : 803,
"comment" : "y is maximal after modular reduction and (y + a) % radix**11 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "42ace51e4cacf58876336222ae9b433e",
"tweak" : "8ea768dc377d2334",
"msg" : [2, 8, 24, 24, 13, 12, 11, 12, 6, 3, 21, 8, 22, 2, 22, 24, 9, 0, 22, 8, 22, 10],
"ct" : [7, 20, 10, 0, 23, 7, 3, 18, 2, 0, 18, 18, 13, 7, 4, 23, 17, 4, 8, 13, 4, 13],
"result" : "valid"
},
{
"tcId" : 804,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "42ace51e4cacf58876336222ae9b433e",
"tweak" : "8ea768dc377d2334",
"msg" : [17, 11, 13, 6, 5, 20, 1, 1, 4, 23, 19, 23, 20, 0, 19, 25, 4, 21, 15, 19, 3, 6],
"ct" : [12, 17, 0, 7, 12, 13, 11, 22, 14, 6, 2, 22, 16, 4, 13, 19, 2, 18, 11, 2, 5, 8],
"result" : "valid"
},
{
"tcId" : 805,
"comment" : "y is maximal after modular reduction and a is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "42ace51e4cacf58876336222ae9b433e",
"tweak" : "8ea768dc377d2334",
"msg" : [23, 14, 13, 3, 9, 3, 12, 20, 22, 12, 20, 17, 9, 6, 9, 16, 24, 17, 14, 5, 6, 5],
"ct" : [0, 25, 6, 22, 3, 5, 23, 22, 6, 10, 7, 3, 5, 23, 6, 16, 5, 21, 21, 25, 4, 24],
"result" : "valid"
},
{
"tcId" : 806,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "1a09b8fb562701a282ce28747f0b0a52",
"tweak" : "ec1b2b9ede1b38ea",
"msg" : [-1, 3, 20, 18, 2, 4, 6, 2, 9, 23, 8, 23, 12, 15, 23, 10, 20, 17, 13, 12, 21, 25],
"ct" : [25, 1, 8, 15, 13, 21, 18, 9, 5, 16, 6, 8, 18, 23, 13, 24, 18, 2, 0, 5, 14, 7],
"result" : "invalid"
},
{
"tcId" : 807,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "1a09b8fb562701a282ce28747f0b0a52",
"tweak" : "ec1b2b9ede1b38ea",
"msg" : [18, 3, 20, 18, 2, 4, 6, -1, 9, 23, 8, 23, 12, 15, 23, 10, 20, 17, 13, 12, 21, 25],
"ct" : [11, 16, 21, 25, 17, 20, 17, 2, 22, 16, 22, 25, 0, 10, 2, 2, 16, 5, 23, 16, 10, 8],
"result" : "invalid"
},
{
"tcId" : 808,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "1a09b8fb562701a282ce28747f0b0a52",
"tweak" : "ec1b2b9ede1b38ea",
"msg" : [18, 3, 20, 18, 2, 4, 6, 2, 9, 23, 8, 23, 12, 15, 23, 10, 20, 17, 13, 12, 21, -1],
"ct" : [4, 9, 10, 8, 0, 15, 18, 13, 3, 1, 4, 12, 14, 17, 22, 17, 17, 1, 0, 24, 5, 2],
"result" : "invalid"
},
{
"tcId" : 809,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "8f3eff00b6671fa93c6bef5cf6da02a1",
"tweak" : "7b733ffda6a4e1f9",
"msg" : [26, 10, 11, 6, 15, 15, 5, 3, 17, 8, 23, 21, 18, 25, 19, 16, 13, 11, 9, 10, 1, 15],
"ct" : [9, 18, 18, 8, 16, 24, 14, 25, 20, 11, 7, 18, 23, 5, 6, 24, 18, 14, 10, 16, 5, 20],
"result" : "invalid"
},
{
"tcId" : 810,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "8f3eff00b6671fa93c6bef5cf6da02a1",
"tweak" : "7b733ffda6a4e1f9",
"msg" : [8, 10, 11, 6, 15, 15, 5, 26, 17, 8, 23, 21, 18, 25, 19, 16, 13, 11, 9, 10, 1, 15],
"ct" : [2, 3, 24, 1, 13, 4, 4, 6, 18, 20, 8, 23, 11, 22, 5, 16, 14, 4, 13, 3, 7, 22],
"result" : "invalid"
},
{
"tcId" : 811,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "8f3eff00b6671fa93c6bef5cf6da02a1",
"tweak" : "7b733ffda6a4e1f9",
"msg" : [8, 10, 11, 6, 15, 15, 5, 3, 17, 8, 23, 21, 18, 25, 19, 16, 13, 11, 9, 10, 1, 26],
"ct" : [4, 1, 22, 1, 10, 11, 22, 25, 12, 15, 12, 10, 24, 21, 22, 14, 1, 5, 3, 23, 16, 25],
"result" : "invalid"
}
]
},
{
"keySize" : 128,
"msgSize" : 23,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 812,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "b9259b7f8c36246e73802b650cec0f3a",
"tweak" : "338104fb3b076bc4",
"msg" : [7, 11, 0, 8, 14, 1, 17, 5, 16, 16, 18, 22, 17, 14, 4, 23, 20, 2, 22, 6, 20, 4, 6],
"ct" : [20, 8, 23, 3, 19, 20, 20, 11, 17, 20, 21, 10, 3, 17, 4, 8, 7, 13, 11, 22, 12, 5, 25],
"result" : "valid"
},
{
"tcId" : 813,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "54dc637b4efc6ee03d4bd532295d63b8",
"tweak" : "cc32b4959acf967c",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [1, 24, 13, 8, 23, 19, 19, 21, 12, 8, 9, 25, 3, 8, 10, 23, 7, 13, 17, 6, 24, 13, 6],
"result" : "valid"
},
{
"tcId" : 814,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "54dc637b4efc6ee03d4bd532295d63b8",
"tweak" : "cc32b4959acf967c",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"ct" : [24, 5, 17, 8, 5, 7, 1, 0, 2, 25, 21, 8, 15, 15, 3, 23, 14, 15, 15, 0, 12, 8, 6],
"result" : "valid"
},
{
"tcId" : 815,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "54dc637b4efc6ee03d4bd532295d63b8",
"tweak" : "cc32b4959acf967c",
"msg" : [15, 24, 19, 2, 4, 23, 8, 8, 15, 22, 8, 19, 16, 11, 12, 18, 0, 18, 6, 15, 13, 11, 22],
"ct" : [20, 20, 13, 20, 9, 25, 17, 3, 11, 20, 19, 21, 3, 13, 5, 2, 19, 25, 22, 8, 19, 21, 24],
"result" : "valid"
},
{
"tcId" : 816,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "54dc637b4efc6ee03d4bd532295d63b8",
"tweak" : "cc32b4959acf967c",
"msg" : [15, 24, 19, 2, 4, 23, 8, 8, 15, 22, 7, 19, 16, 11, 12, 18, 0, 18, 6, 15, 13, 11, 21],
"ct" : [3, 4, 5, 8, 10, 14, 24, 12, 22, 16, 11, 5, 7, 18, 4, 24, 3, 23, 25, 16, 20, 10, 5],
"result" : "valid"
},
{
"tcId" : 817,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "54dc637b4efc6ee03d4bd532295d63b8",
"tweak" : "cc32b4959acf967c",
"msg" : [1, 6, 3, 16, 24, 24, 24, 9, 16, 9, 2, 5, 23, 14, 20, 9, 1, 6, 11, 0, 4, 4, 6],
"ct" : [21, 1, 12, 4, 3, 0, 19, 12, 5, 11, 10, 14, 4, 10, 12, 25, 5, 21, 25, 17, 10, 13, 8],
"result" : "valid"
},
{
"tcId" : 818,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "54dc637b4efc6ee03d4bd532295d63b8",
"tweak" : "cc32b4959acf967c",
"msg" : [21, 14, 24, 9, 0, 17, 3, 24, 13, 13, 14, 25, 14, 1, 9, 22, 1, 25, 24, 15, 22, 7, 9],
"ct" : [24, 13, 16, 1, 14, 12, 15, 17, 22, 24, 8, 0, 15, 12, 7, 21, 5, 23, 0, 9, 19, 22, 5],
"result" : "valid"
},
{
"tcId" : 819,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "54dc637b4efc6ee03d4bd532295d63b8",
"tweak" : "cc32b4959acf967c",
"msg" : [14, 8, 25, 13, 15, 22, 11, 10, 15, 3, 5, 7, 3, 19, 21, 2, 9, 20, 4, 18, 11, 3, 24],
"ct" : [16, 15, 15, 25, 1, 25, 19, 14, 4, 0, 14, 18, 9, 25, 22, 14, 17, 4, 5, 0, 16, 21, 4],
"result" : "valid"
},
{
"tcId" : 820,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "54dc637b4efc6ee03d4bd532295d63b8",
"tweak" : "cc32b4959acf967c",
"msg" : [12, 13, 19, 21, 15, 20, 0, 6, 24, 10, 21, 18, 4, 1, 20, 12, 0, 16, 11, 2, 2, 19, 13],
"ct" : [0, 24, 10, 22, 3, 10, 0, 24, 24, 6, 24, 15, 7, 7, 21, 4, 18, 9, 7, 4, 21, 8, 1],
"result" : "valid"
},
{
"tcId" : 821,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "54dc637b4efc6ee03d4bd532295d63b8",
"tweak" : "cc32b4959acf967c",
"msg" : [0, 22, 22, 21, 23, 6, 14, 12, 1, 14, 4, 5, 12, 10, 19, 22, 15, 2, 24, 13, 16, 8, 17],
"ct" : [19, 9, 17, 23, 18, 3, 25, 13, 6, 19, 23, 16, 20, 0, 22, 4, 8, 12, 12, 20, 1, 4, 5],
"result" : "valid"
},
{
"tcId" : 822,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "54dc637b4efc6ee03d4bd532295d63b8",
"tweak" : "cc32b4959acf967c",
"msg" : [4, 5, 16, 0, 21, 17, 16, 25, 16, 0, 9, 22, 16, 24, 15, 19, 13, 21, 14, 18, 20, 17, 4],
"ct" : [1, 9, 4, 10, 15, 11, 17, 25, 14, 6, 18, 5, 18, 17, 1, 18, 24, 9, 2, 19, 11, 7, 21],
"result" : "valid"
},
{
"tcId" : 823,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "54dc637b4efc6ee03d4bd532295d63b8",
"tweak" : "cc32b4959acf967c",
"msg" : [2, 12, 4, 14, 0, 4, 19, 13, 25, 19, 20, 24, 10, 23, 8, 7, 17, 7, 5, 23, 11, 14, 25],
"ct" : [10, 0, 24, 17, 24, 13, 15, 24, 4, 17, 9, 18, 25, 9, 9, 12, 15, 2, 24, 1, 19, 14, 14],
"result" : "valid"
},
{
"tcId" : 824,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "54dc637b4efc6ee03d4bd532295d63b8",
"tweak" : "cc32b4959acf967c",
"msg" : [9, 0, 8, 7, 2, 16, 10, 19, 9, 0, 21, 17, 11, 17, 7, 5, 24, 25, 7, 25, 19, 14, 5],
"ct" : [0, 22, 12, 6, 24, 0, 4, 9, 23, 13, 5, 23, 6, 3, 8, 23, 16, 18, 25, 8, 3, 9, 4],
"result" : "valid"
},
{
"tcId" : 825,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "54dc637b4efc6ee03d4bd532295d63b8",
"tweak" : "cc32b4959acf967c",
"msg" : [0, 24, 8, 21, 14, 11, 1, 23, 1, 14, 22, 11, 2, 23, 22, 1, 5, 5, 11, 16, 20, 24, 4],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 826,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "54dc637b4efc6ee03d4bd532295d63b8",
"tweak" : "cc32b4959acf967c",
"msg" : [20, 3, 14, 24, 11, 7, 20, 22, 4, 13, 18, 23, 22, 14, 0, 5, 14, 17, 10, 6, 7, 21, 14],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 827,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "54dc637b4efc6ee03d4bd532295d63b8",
"tweak" : "cc32b4959acf967c",
"msg" : [0, 14, 9, 17, 6, 1, 7, 8, 3, 10, 17, 22, 7, 2, 15, 17, 24, 21, 9, 0, 3, 7, 1],
"ct" : [15, 24, 19, 2, 4, 23, 8, 8, 15, 22, 8, 19, 16, 11, 12, 18, 0, 18, 6, 15, 13, 11, 22],
"result" : "valid"
},
{
"tcId" : 828,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "54dc637b4efc6ee03d4bd532295d63b8",
"tweak" : "cc32b4959acf967c",
"msg" : [25, 18, 22, 8, 25, 23, 20, 18, 19, 8, 9, 11, 13, 24, 19, 16, 1, 17, 24, 11, 0, 5, 23],
"ct" : [15, 24, 19, 2, 4, 23, 8, 8, 15, 22, 7, 19, 16, 11, 12, 18, 0, 18, 6, 15, 13, 11, 21],
"result" : "valid"
},
{
"tcId" : 829,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "44610a63e9615101e6bea82a9c0eda30",
"tweak" : "b324bd04bb45a149",
"msg" : [-1, 16, 17, 13, 4, 5, 2, 8, 4, 8, 7, 0, 9, 24, 14, 0, 12, 14, 13, 0, 9, 25, 8],
"ct" : [24, 13, 1, 8, 8, 25, 12, 5, 11, 14, 4, 11, 18, 11, 15, 5, 0, 12, 2, 24, 6, 19, 1],
"result" : "invalid"
},
{
"tcId" : 830,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "44610a63e9615101e6bea82a9c0eda30",
"tweak" : "b324bd04bb45a149",
"msg" : [5, 16, 17, 13, 4, 5, 2, -1, 4, 8, 7, 0, 9, 24, 14, 0, 12, 14, 13, 0, 9, 25, 8],
"ct" : [13, 8, 24, 11, 22, 19, 20, 0, 16, 24, 12, 14, 16, 5, 19, 24, 10, 21, 0, 0, 17, 23, 0],
"result" : "invalid"
},
{
"tcId" : 831,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "44610a63e9615101e6bea82a9c0eda30",
"tweak" : "b324bd04bb45a149",
"msg" : [5, 16, 17, 13, 4, 5, 2, 8, 4, 8, 7, 0, 9, 24, 14, 0, 12, 14, 13, 0, 9, 25, -1],
"ct" : [3, 0, 11, 9, 14, 15, 21, 17, 21, 12, 18, 24, 10, 21, 21, 21, 6, 21, 21, 23, 18, 3, 17],
"result" : "invalid"
},
{
"tcId" : 832,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "f04bcbbd3389625e012d2a3ff0b267f3",
"tweak" : "a93d6857defd00b6",
"msg" : [26, 11, 14, 19, 24, 22, 21, 9, 23, 11, 10, 24, 12, 3, 12, 6, 17, 23, 23, 4, 2, 22, 21],
"ct" : [16, 12, 6, 3, 1, 19, 10, 24, 3, 19, 5, 10, 14, 7, 16, 3, 1, 15, 1, 24, 1, 3, 21],
"result" : "invalid"
},
{
"tcId" : 833,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "f04bcbbd3389625e012d2a3ff0b267f3",
"tweak" : "a93d6857defd00b6",
"msg" : [6, 11, 14, 19, 24, 22, 21, 26, 23, 11, 10, 24, 12, 3, 12, 6, 17, 23, 23, 4, 2, 22, 21],
"ct" : [15, 9, 6, 17, 24, 9, 5, 22, 15, 13, 9, 23, 23, 7, 8, 19, 18, 13, 12, 25, 16, 1, 8],
"result" : "invalid"
},
{
"tcId" : 834,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "f04bcbbd3389625e012d2a3ff0b267f3",
"tweak" : "a93d6857defd00b6",
"msg" : [6, 11, 14, 19, 24, 22, 21, 9, 23, 11, 10, 24, 12, 3, 12, 6, 17, 23, 23, 4, 2, 22, 26],
"ct" : [17, 7, 25, 14, 17, 11, 16, 5, 3, 5, 23, 6, 18, 6, 20, 6, 12, 18, 5, 2, 11, 24, 7],
"result" : "invalid"
}
]
},
{
"keySize" : 128,
"msgSize" : 24,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 835,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "904e573e4691681dc2db245bb369404a",
"tweak" : "dc83f04ef1a5fc92",
"msg" : [7, 17, 5, 12, 7, 5, 4, 24, 24, 9, 15, 18, 10, 24, 2, 20, 3, 6, 15, 19, 1, 15, 15, 10],
"ct" : [15, 14, 2, 23, 7, 21, 15, 17, 25, 9, 22, 24, 12, 16, 21, 16, 11, 23, 7, 0, 4, 21, 6, 16],
"result" : "valid"
},
{
"tcId" : 836,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "cc7c241656fbbb47d85dd0963ac63c5b",
"tweak" : "de48d09d117319da",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [12, 6, 0, 7, 7, 9, 19, 17, 20, 6, 19, 21, 7, 1, 23, 22, 18, 19, 3, 5, 1, 5, 1, 13],
"result" : "valid"
},
{
"tcId" : 837,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "cc7c241656fbbb47d85dd0963ac63c5b",
"tweak" : "de48d09d117319da",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"ct" : [19, 21, 6, 4, 4, 1, 2, 24, 5, 2, 20, 18, 22, 9, 18, 21, 2, 6, 15, 5, 11, 14, 21, 21],
"result" : "valid"
},
{
"tcId" : 838,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "cc7c241656fbbb47d85dd0963ac63c5b",
"tweak" : "de48d09d117319da",
"msg" : [19, 16, 11, 12, 18, 0, 18, 6, 15, 13, 11, 22, 19, 16, 11, 12, 18, 0, 18, 6, 15, 13, 11, 22],
"ct" : [3, 11, 17, 8, 21, 23, 1, 24, 25, 11, 6, 25, 9, 12, 13, 10, 12, 15, 14, 10, 14, 23, 1, 14],
"result" : "valid"
},
{
"tcId" : 839,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "cc7c241656fbbb47d85dd0963ac63c5b",
"tweak" : "de48d09d117319da",
"msg" : [19, 16, 11, 12, 18, 0, 18, 6, 15, 13, 11, 21, 19, 16, 11, 12, 18, 0, 18, 6, 15, 13, 11, 21],
"ct" : [20, 23, 12, 9, 7, 18, 15, 18, 14, 14, 25, 21, 10, 12, 13, 18, 5, 24, 24, 20, 10, 11, 5, 24],
"result" : "valid"
},
{
"tcId" : 840,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "cc7c241656fbbb47d85dd0963ac63c5b",
"tweak" : "de48d09d117319da",
"msg" : [23, 13, 15, 18, 17, 9, 18, 24, 1, 12, 24, 5, 14, 24, 16, 5, 13, 6, 3, 16, 25, 22, 13, 2],
"ct" : [16, 22, 19, 25, 17, 25, 10, 4, 4, 5, 19, 9, 14, 20, 13, 13, 0, 20, 13, 24, 14, 11, 7, 14],
"result" : "valid"
},
{
"tcId" : 841,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "cc7c241656fbbb47d85dd0963ac63c5b",
"tweak" : "de48d09d117319da",
"msg" : [16, 8, 6, 10, 15, 13, 0, 21, 16, 25, 13, 8, 21, 18, 18, 14, 4, 4, 4, 8, 6, 20, 1, 1],
"ct" : [0, 14, 4, 23, 1, 0, 18, 18, 22, 18, 18, 8, 8, 10, 5, 21, 0, 9, 15, 21, 11, 22, 12, 1],
"result" : "valid"
},
{
"tcId" : 842,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "cc7c241656fbbb47d85dd0963ac63c5b",
"tweak" : "de48d09d117319da",
"msg" : [19, 19, 9, 6, 22, 18, 2, 15, 22, 8, 5, 5, 3, 19, 22, 14, 3, 8, 8, 3, 17, 6, 1, 2],
"ct" : [24, 2, 25, 4, 16, 7, 16, 5, 16, 8, 9, 0, 10, 5, 17, 19, 24, 11, 18, 2, 24, 0, 6, 15],
"result" : "valid"
},
{
"tcId" : 843,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "cc7c241656fbbb47d85dd0963ac63c5b",
"tweak" : "de48d09d117319da",
"msg" : [19, 23, 12, 8, 18, 15, 24, 5, 4, 4, 23, 20, 16, 8, 14, 6, 23, 4, 11, 11, 24, 8, 17, 13],
"ct" : [23, 17, 16, 13, 6, 20, 21, 19, 23, 20, 23, 15, 25, 19, 5, 9, 8, 1, 9, 22, 9, 8, 17, 14],
"result" : "valid"
},
{
"tcId" : 844,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "cc7c241656fbbb47d85dd0963ac63c5b",
"tweak" : "de48d09d117319da",
"msg" : [12, 24, 23, 8, 0, 0, 8, 5, 16, 21, 12, 18, 15, 6, 11, 3, 4, 12, 24, 23, 2, 21, 6, 5],
"ct" : [7, 22, 21, 2, 14, 15, 12, 6, 17, 24, 12, 20, 23, 12, 9, 0, 9, 21, 23, 21, 15, 23, 16, 20],
"result" : "valid"
},
{
"tcId" : 845,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "cc7c241656fbbb47d85dd0963ac63c5b",
"tweak" : "de48d09d117319da",
"msg" : [8, 12, 4, 3, 16, 11, 1, 22, 23, 20, 6, 7, 16, 19, 15, 1, 25, 13, 1, 2, 24, 22, 25, 24],
"ct" : [19, 7, 18, 18, 0, 22, 9, 8, 24, 21, 19, 3, 5, 14, 13, 17, 0, 12, 15, 15, 7, 14, 14, 17],
"result" : "valid"
},
{
"tcId" : 846,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "cc7c241656fbbb47d85dd0963ac63c5b",
"tweak" : "de48d09d117319da",
"msg" : [5, 15, 14, 18, 14, 19, 23, 2, 21, 22, 19, 15, 17, 10, 8, 15, 15, 6, 18, 3, 19, 5, 1, 18],
"ct" : [15, 8, 17, 16, 6, 13, 7, 1, 8, 19, 3, 18, 25, 10, 3, 13, 4, 8, 14, 18, 9, 23, 17, 18],
"result" : "valid"
},
{
"tcId" : 847,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "cc7c241656fbbb47d85dd0963ac63c5b",
"tweak" : "de48d09d117319da",
"msg" : [11, 20, 24, 6, 0, 24, 15, 12, 5, 10, 25, 7, 23, 21, 16, 24, 20, 5, 20, 0, 24, 2, 21, 13],
"ct" : [20, 14, 17, 19, 22, 4, 15, 22, 2, 17, 19, 1, 24, 6, 16, 3, 7, 6, 22, 22, 7, 10, 20, 24],
"result" : "valid"
},
{
"tcId" : 848,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "cc7c241656fbbb47d85dd0963ac63c5b",
"tweak" : "de48d09d117319da",
"msg" : [4, 22, 7, 15, 12, 4, 5, 4, 18, 0, 18, 11, 6, 11, 13, 9, 7, 17, 7, 6, 22, 20, 0, 0],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 849,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "cc7c241656fbbb47d85dd0963ac63c5b",
"tweak" : "de48d09d117319da",
"msg" : [19, 12, 0, 19, 13, 4, 2, 17, 19, 12, 19, 12, 8, 7, 12, 9, 23, 22, 16, 8, 17, 19, 20, 11],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 850,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "cc7c241656fbbb47d85dd0963ac63c5b",
"tweak" : "de48d09d117319da",
"msg" : [18, 17, 14, 22, 0, 0, 1, 10, 3, 12, 24, 15, 24, 5, 3, 2, 3, 23, 23, 3, 6, 3, 15, 16],
"ct" : [19, 16, 11, 12, 18, 0, 18, 6, 15, 13, 11, 22, 19, 16, 11, 12, 18, 0, 18, 6, 15, 13, 11, 22],
"result" : "valid"
},
{
"tcId" : 851,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "cc7c241656fbbb47d85dd0963ac63c5b",
"tweak" : "de48d09d117319da",
"msg" : [7, 17, 6, 12, 19, 15, 6, 23, 9, 1, 1, 9, 0, 18, 11, 4, 0, 6, 11, 11, 14, 19, 11, 13],
"ct" : [19, 16, 11, 12, 18, 0, 18, 6, 15, 13, 11, 21, 19, 16, 11, 12, 18, 0, 18, 6, 15, 13, 11, 21],
"result" : "valid"
},
{
"tcId" : 852,
"comment" : "y = 0 and (y + a) % radix**12 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "185afbc592b66b4bf6c87703dfbd4cdf",
"tweak" : "ef502e0fa8efb6",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 25, 3, 16, 1, 5, 17, 17, 5, 19, 1, 9],
"ct" : [4, 3, 14, 4, 20, 18, 12, 12, 17, 11, 18, 3, 6, 13, 15, 6, 2, 1, 15, 15, 22, 21, 0, 7],
"result" : "valid"
},
{
"tcId" : 853,
"comment" : "y = 0 and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "185afbc592b66b4bf6c87703dfbd4cdf",
"tweak" : "ef502e0fa8efb6",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 14, 25, 3, 16, 1, 5, 17, 17, 5, 19, 1, 9],
"ct" : [4, 12, 1, 25, 8, 22, 25, 5, 1, 13, 12, 16, 18, 8, 24, 7, 13, 18, 7, 17, 8, 3, 20, 13],
"result" : "valid"
},
{
"tcId" : 854,
"comment" : "y = 0 and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "185afbc592b66b4bf6c87703dfbd4cdf",
"tweak" : "ef502e0fa8efb6",
"msg" : [19, 16, 11, 12, 18, 0, 18, 6, 15, 13, 11, 22, 14, 25, 3, 16, 1, 5, 17, 17, 5, 19, 1, 9],
"ct" : [3, 12, 5, 24, 25, 6, 18, 20, 25, 2, 14, 13, 0, 2, 18, 10, 23, 3, 15, 22, 18, 5, 23, 0],
"result" : "valid"
},
{
"tcId" : 855,
"comment" : "y = 0 and (y + a) % radix**12 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "185afbc592b66b4bf6c87703dfbd4cdf",
"tweak" : "ef502e0fa8efb6",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 14, 25, 3, 16, 1, 5, 17, 17, 5, 19, 1, 9],
"ct" : [3, 11, 12, 5, 3, 16, 20, 7, 15, 22, 24, 0, 10, 4, 0, 20, 20, 9, 18, 22, 3, 15, 3, 0],
"result" : "valid"
},
{
"tcId" : 856,
"comment" : "y = 1 and a = 0 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "185afbc592b66b4bf6c87703dfbd4cdf",
"tweak" : "a1fa7997537fcf",
"msg" : [11, 3, 9, 21, 14, 10, 13, 20, 12, 21, 3, 13, 12, 20, 11, 12, 3, 16, 5, 3, 11, 11, 25, 24],
"ct" : [5, 19, 11, 7, 10, 22, 10, 22, 2, 20, 24, 10, 3, 16, 23, 1, 5, 7, 11, 12, 3, 1, 17, 8],
"result" : "valid"
},
{
"tcId" : 857,
"comment" : "y = 1 and a = 1 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "185afbc592b66b4bf6c87703dfbd4cdf",
"tweak" : "a1fa7997537fcf",
"msg" : [2, 25, 16, 16, 12, 10, 6, 5, 13, 11, 18, 14, 21, 22, 14, 18, 4, 9, 18, 19, 22, 20, 23, 20],
"ct" : [11, 20, 0, 8, 11, 16, 23, 14, 3, 21, 4, 3, 19, 19, 14, 18, 3, 20, 0, 0, 24, 18, 22, 10],
"result" : "valid"
},
{
"tcId" : 858,
"comment" : "y = 1 and a has large Hamming weight in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "185afbc592b66b4bf6c87703dfbd4cdf",
"tweak" : "a1fa7997537fcf",
"msg" : [18, 20, 8, 8, 19, 5, 21, 1, 19, 11, 5, 22, 0, 2, 16, 19, 2, 19, 10, 23, 16, 20, 14, 12],
"ct" : [11, 1, 11, 25, 10, 2, 16, 7, 4, 13, 14, 23, 24, 3, 16, 0, 18, 10, 13, 8, 23, 10, 14, 24],
"result" : "valid"
},
{
"tcId" : 859,
"comment" : "y = 1 and (y + a) % radix**12 is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "185afbc592b66b4bf6c87703dfbd4cdf",
"tweak" : "a1fa7997537fcf",
"msg" : [18, 10, 23, 8, 5, 8, 18, 21, 8, 6, 23, 12, 16, 12, 0, 16, 21, 23, 8, 0, 8, 2, 25, 25],
"ct" : [8, 4, 12, 3, 3, 20, 25, 22, 8, 19, 22, 1, 23, 12, 24, 21, 12, 6, 21, 10, 19, 21, 9, 13],
"result" : "valid"
},
{
"tcId" : 860,
"comment" : "y = 1 and (y + a) % radix**12 == 0 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "185afbc592b66b4bf6c87703dfbd4cdf",
"tweak" : "a1fa7997537fcf",
"msg" : [11, 25, 9, 6, 21, 7, 25, 24, 18, 16, 1, 7, 17, 14, 0, 5, 8, 3, 22, 8, 1, 10, 21, 25],
"ct" : [12, 0, 3, 13, 18, 5, 19, 20, 8, 21, 1, 4, 11, 25, 14, 14, 13, 22, 5, 15, 14, 5, 13, 0],
"result" : "valid"
},
{
"tcId" : 861,
"comment" : "y is edge case for modular reduction and a = 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "185afbc592b66b4bf6c87703dfbd4cdf",
"tweak" : "956ab172c0f1a6",
"msg" : [18, 9, 13, 19, 0, 18, 19, 16, 8, 22, 18, 9, 23, 1, 13, 15, 12, 12, 1, 25, 23, 21, 3, 17],
"ct" : [16, 6, 3, 15, 8, 0, 14, 17, 5, 7, 22, 15, 6, 15, 11, 9, 2, 15, 3, 4, 0, 21, 5, 15],
"result" : "valid"
},
{
"tcId" : 862,
"comment" : "y is edge case for modular reduction and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "185afbc592b66b4bf6c87703dfbd4cdf",
"tweak" : "956ab172c0f1a6",
"msg" : [11, 10, 16, 7, 16, 19, 22, 6, 0, 8, 3, 18, 18, 15, 19, 10, 23, 24, 5, 21, 3, 9, 11, 16],
"ct" : [8, 19, 3, 24, 22, 11, 5, 4, 23, 5, 24, 6, 14, 11, 21, 9, 0, 4, 6, 19, 22, 20, 10, 1],
"result" : "valid"
},
{
"tcId" : 863,
"comment" : "y is edge case for modular reduction and (y + a) % radix**12 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "185afbc592b66b4bf6c87703dfbd4cdf",
"tweak" : "956ab172c0f1a6",
"msg" : [4, 14, 13, 22, 7, 9, 10, 13, 2, 16, 5, 9, 22, 19, 7, 16, 10, 13, 11, 9, 17, 9, 3, 24],
"ct" : [23, 4, 16, 1, 12, 15, 1, 20, 14, 6, 15, 15, 15, 7, 2, 0, 24, 17, 12, 19, 10, 1, 11, 15],
"result" : "valid"
},
{
"tcId" : 864,
"comment" : "y is edge case for modular reduction and (y + a) % radix**12 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "185afbc592b66b4bf6c87703dfbd4cdf",
"tweak" : "956ab172c0f1a6",
"msg" : [18, 5, 9, 18, 25, 17, 14, 10, 8, 14, 9, 6, 7, 10, 20, 12, 3, 25, 9, 2, 22, 0, 7, 1],
"ct" : [16, 21, 6, 2, 14, 25, 11, 14, 7, 23, 3, 13, 22, 7, 12, 11, 1, 6, 15, 8, 22, 6, 11, 16],
"result" : "valid"
},
{
"tcId" : 865,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "185afbc592b66b4bf6c87703dfbd4cdf",
"tweak" : "956ab172c0f1a6",
"msg" : [19, 25, 5, 7, 25, 3, 13, 1, 0, 0, 12, 17, 19, 0, 0, 15, 17, 7, 5, 0, 17, 0, 17, 18],
"ct" : [3, 24, 6, 10, 15, 2, 21, 7, 6, 23, 1, 17, 18, 0, 8, 3, 16, 3, 5, 18, 9, 3, 7, 22],
"result" : "valid"
},
{
"tcId" : 866,
"comment" : "y is edge case for modular reduction and a is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "185afbc592b66b4bf6c87703dfbd4cdf",
"tweak" : "956ab172c0f1a6",
"msg" : [8, 3, 20, 11, 16, 8, 23, 23, 7, 4, 3, 6, 13, 3, 24, 11, 3, 11, 2, 21, 10, 15, 10, 15],
"ct" : [12, 8, 13, 11, 0, 19, 6, 8, 10, 4, 22, 10, 7, 5, 8, 18, 19, 19, 20, 3, 23, 2, 16, 2],
"result" : "valid"
},
{
"tcId" : 867,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "6db335f49453200df662b9d1097a4ea7",
"tweak" : "83f4d65d3964c007",
"msg" : [-1, 17, 7, 17, 13, 24, 25, 23, 6, 17, 15, 20, 23, 4, 1, 24, 20, 23, 8, 3, 12, 21, 20, 7],
"ct" : [24, 15, 6, 23, 20, 14, 12, 8, 19, 18, 1, 21, 18, 7, 4, 15, 22, 2, 14, 21, 23, 13, 17, 0],
"result" : "invalid"
},
{
"tcId" : 868,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "6db335f49453200df662b9d1097a4ea7",
"tweak" : "83f4d65d3964c007",
"msg" : [25, 17, 7, 17, 13, 24, 25, 23, -1, 17, 15, 20, 23, 4, 1, 24, 20, 23, 8, 3, 12, 21, 20, 7],
"ct" : [20, 22, 7, 22, 23, 15, 10, 0, 11, 2, 1, 9, 7, 13, 1, 8, 19, 1, 8, 2, 9, 8, 18, 7],
"result" : "invalid"
},
{
"tcId" : 869,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "6db335f49453200df662b9d1097a4ea7",
"tweak" : "83f4d65d3964c007",
"msg" : [25, 17, 7, 17, 13, 24, 25, 23, 6, 17, 15, 20, 23, 4, 1, 24, 20, 23, 8, 3, 12, 21, 20, -1],
"ct" : [24, 3, 22, 3, 24, 18, 25, 18, 8, 8, 3, 15, 21, 22, 5, 23, 21, 22, 5, 14, 4, 21, 21, 7],
"result" : "invalid"
},
{
"tcId" : 870,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "41a5c87cd528bb8465573b822c9e07c6",
"tweak" : "60a98dcd0625c2cc",
"msg" : [26, 8, 24, 4, 10, 21, 13, 16, 20, 5, 11, 19, 23, 18, 8, 16, 12, 24, 5, 11, 4, 22, 19, 24],
"ct" : [14, 23, 11, 12, 23, 4, 6, 4, 5, 24, 24, 10, 15, 24, 0, 25, 0, 8, 23, 21, 7, 23, 22, 10],
"result" : "invalid"
},
{
"tcId" : 871,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "41a5c87cd528bb8465573b822c9e07c6",
"tweak" : "60a98dcd0625c2cc",
"msg" : [8, 8, 24, 4, 10, 21, 13, 16, 26, 5, 11, 19, 23, 18, 8, 16, 12, 24, 5, 11, 4, 22, 19, 24],
"ct" : [15, 20, 22, 17, 6, 14, 11, 14, 25, 8, 15, 15, 19, 3, 8, 25, 11, 13, 18, 10, 5, 5, 3, 8],
"result" : "invalid"
},
{
"tcId" : 872,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "41a5c87cd528bb8465573b822c9e07c6",
"tweak" : "60a98dcd0625c2cc",
"msg" : [8, 8, 24, 4, 10, 21, 13, 16, 20, 5, 11, 19, 23, 18, 8, 16, 12, 24, 5, 11, 4, 22, 19, 26],
"ct" : [12, 9, 9, 12, 14, 19, 22, 22, 17, 19, 20, 12, 12, 0, 20, 17, 11, 8, 25, 21, 4, 24, 2, 9],
"result" : "invalid"
}
]
},
{
"keySize" : 128,
"msgSize" : 25,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 873,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "4605865b047c33cafb0c30500253573f",
"tweak" : "a8b27f391744d48a",
"msg" : [17, 18, 24, 6, 6, 0, 6, 9, 18, 20, 7, 22, 1, 12, 23, 16, 15, 23, 8, 6, 1, 13, 16, 4, 13],
"ct" : [7, 3, 5, 12, 19, 9, 0, 15, 18, 10, 10, 14, 15, 4, 13, 22, 21, 25, 6, 21, 6, 23, 5, 7, 5],
"result" : "valid"
},
{
"tcId" : 874,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "3559556c121b36b3586c6c583f3c2d9c",
"tweak" : "9c9dcdb1c0690bea",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [12, 25, 12, 12, 23, 11, 16, 22, 10, 10, 7, 2, 23, 6, 9, 23, 20, 9, 17, 1, 15, 18, 7, 22, 3],
"result" : "valid"
},
{
"tcId" : 875,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "3559556c121b36b3586c6c583f3c2d9c",
"tweak" : "9c9dcdb1c0690bea",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"ct" : [22, 11, 2, 7, 16, 9, 6, 6, 14, 14, 12, 9, 13, 7, 0, 20, 5, 12, 18, 17, 2, 15, 13, 11, 9],
"result" : "valid"
},
{
"tcId" : 876,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "3559556c121b36b3586c6c583f3c2d9c",
"tweak" : "9c9dcdb1c0690bea",
"msg" : [19, 16, 11, 12, 18, 0, 18, 6, 15, 13, 11, 22, 24, 4, 6, 3, 16, 4, 22, 12, 3, 2, 14, 15, 2],
"ct" : [4, 4, 13, 11, 3, 22, 24, 23, 6, 11, 6, 24, 24, 22, 24, 5, 14, 7, 18, 25, 25, 5, 7, 16, 6],
"result" : "valid"
},
{
"tcId" : 877,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "3559556c121b36b3586c6c583f3c2d9c",
"tweak" : "9c9dcdb1c0690bea",
"msg" : [19, 16, 11, 12, 18, 0, 18, 6, 15, 13, 11, 21, 24, 4, 6, 3, 16, 4, 22, 12, 3, 2, 14, 15, 1],
"ct" : [9, 7, 19, 12, 6, 22, 12, 21, 9, 15, 16, 7, 18, 10, 25, 15, 14, 14, 5, 15, 23, 1, 21, 16, 21],
"result" : "valid"
},
{
"tcId" : 878,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "3559556c121b36b3586c6c583f3c2d9c",
"tweak" : "9c9dcdb1c0690bea",
"msg" : [6, 0, 14, 12, 4, 22, 9, 1, 2, 15, 14, 8, 7, 16, 14, 8, 25, 6, 14, 0, 5, 16, 2, 9, 2],
"ct" : [16, 22, 19, 22, 11, 10, 9, 14, 14, 14, 1, 22, 3, 18, 6, 15, 8, 25, 8, 0, 5, 23, 25, 19, 4],
"result" : "valid"
},
{
"tcId" : 879,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "3559556c121b36b3586c6c583f3c2d9c",
"tweak" : "9c9dcdb1c0690bea",
"msg" : [4, 12, 18, 9, 6, 2, 10, 8, 11, 22, 9, 17, 3, 8, 0, 7, 15, 0, 10, 25, 12, 16, 6, 2, 4],
"ct" : [22, 23, 16, 25, 21, 5, 24, 2, 7, 1, 1, 13, 18, 13, 23, 21, 22, 22, 25, 7, 7, 23, 18, 16, 4],
"result" : "valid"
},
{
"tcId" : 880,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "3559556c121b36b3586c6c583f3c2d9c",
"tweak" : "9c9dcdb1c0690bea",
"msg" : [4, 3, 3, 3, 9, 14, 4, 15, 5, 4, 7, 8, 16, 9, 19, 18, 14, 21, 25, 21, 13, 20, 17, 2, 5],
"ct" : [19, 21, 9, 20, 23, 19, 6, 23, 21, 24, 13, 23, 6, 11, 18, 16, 18, 21, 4, 8, 19, 19, 20, 25, 8],
"result" : "valid"
},
{
"tcId" : 881,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "3559556c121b36b3586c6c583f3c2d9c",
"tweak" : "9c9dcdb1c0690bea",
"msg" : [4, 9, 12, 20, 3, 18, 8, 6, 15, 1, 2, 4, 0, 17, 1, 13, 5, 8, 9, 14, 17, 5, 21, 3, 4],
"ct" : [15, 16, 9, 3, 10, 14, 8, 4, 7, 7, 12, 23, 8, 17, 5, 4, 5, 13, 24, 4, 18, 25, 1, 8, 13],
"result" : "valid"
},
{
"tcId" : 882,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "3559556c121b36b3586c6c583f3c2d9c",
"tweak" : "9c9dcdb1c0690bea",
"msg" : [1, 10, 11, 12, 15, 16, 24, 13, 3, 5, 25, 18, 1, 7, 7, 25, 18, 9, 12, 4, 24, 25, 25, 14, 1],
"ct" : [12, 15, 3, 16, 13, 25, 18, 23, 7, 3, 19, 19, 25, 22, 25, 8, 25, 0, 25, 20, 13, 8, 24, 23, 5],
"result" : "valid"
},
{
"tcId" : 883,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "3559556c121b36b3586c6c583f3c2d9c",
"tweak" : "9c9dcdb1c0690bea",
"msg" : [0, 24, 8, 3, 20, 20, 13, 20, 5, 2, 3, 10, 1, 15, 14, 2, 13, 10, 5, 9, 23, 9, 22, 25, 22],
"ct" : [23, 17, 2, 16, 24, 12, 17, 4, 8, 17, 15, 16, 14, 1, 9, 25, 7, 13, 25, 24, 25, 21, 3, 12, 2],
"result" : "valid"
},
{
"tcId" : 884,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "3559556c121b36b3586c6c583f3c2d9c",
"tweak" : "9c9dcdb1c0690bea",
"msg" : [23, 15, 5, 16, 0, 14, 13, 11, 9, 6, 3, 25, 16, 25, 20, 19, 7, 24, 3, 18, 14, 12, 9, 8, 19],
"ct" : [13, 11, 6, 2, 14, 7, 21, 0, 23, 10, 18, 9, 2, 10, 20, 17, 11, 21, 11, 2, 8, 22, 19, 22, 3],
"result" : "valid"
},
{
"tcId" : 885,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "3559556c121b36b3586c6c583f3c2d9c",
"tweak" : "9c9dcdb1c0690bea",
"msg" : [18, 22, 11, 1, 1, 13, 3, 25, 24, 8, 17, 17, 23, 21, 15, 17, 14, 23, 2, 15, 12, 4, 18, 13, 9],
"ct" : [3, 15, 17, 7, 10, 12, 20, 14, 3, 12, 16, 6, 21, 23, 24, 2, 10, 18, 0, 0, 15, 17, 20, 6, 13],
"result" : "valid"
},
{
"tcId" : 886,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "3559556c121b36b3586c6c583f3c2d9c",
"tweak" : "9c9dcdb1c0690bea",
"msg" : [12, 17, 0, 22, 0, 11, 18, 10, 16, 24, 21, 11, 15, 1, 12, 7, 23, 15, 15, 22, 16, 10, 6, 8, 12],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 887,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "3559556c121b36b3586c6c583f3c2d9c",
"tweak" : "9c9dcdb1c0690bea",
"msg" : [19, 2, 4, 7, 10, 19, 10, 10, 11, 23, 4, 11, 12, 14, 25, 23, 24, 8, 9, 6, 10, 24, 4, 15, 2],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 888,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "3559556c121b36b3586c6c583f3c2d9c",
"tweak" : "9c9dcdb1c0690bea",
"msg" : [1, 24, 13, 4, 9, 18, 4, 12, 6, 0, 14, 19, 4, 2, 18, 19, 15, 14, 6, 4, 23, 8, 1, 18, 10],
"ct" : [19, 16, 11, 12, 18, 0, 18, 6, 15, 13, 11, 22, 24, 4, 6, 3, 16, 4, 22, 12, 3, 2, 14, 15, 2],
"result" : "valid"
},
{
"tcId" : 889,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "3559556c121b36b3586c6c583f3c2d9c",
"tweak" : "9c9dcdb1c0690bea",
"msg" : [19, 13, 17, 15, 8, 3, 5, 8, 17, 16, 12, 17, 0, 5, 13, 5, 0, 15, 0, 9, 20, 20, 25, 0, 21],
"ct" : [19, 16, 11, 12, 18, 0, 18, 6, 15, 13, 11, 21, 24, 4, 6, 3, 16, 4, 22, 12, 3, 2, 14, 15, 1],
"result" : "valid"
},
{
"tcId" : 890,
"comment" : "y = 0 and (y + a) % radix**12 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "0526b8cd9181cbe9d29e520aef6d33b9",
"tweak" : "98899e716f0f3a",
"msg" : [25, 0, 0, 17, 20, 11, 0, 8, 7, 4, 21, 15, 21, 12, 12, 10, 24, 19, 8, 3, 24, 9, 22, 24, 24],
"ct" : [12, 15, 1, 0, 17, 17, 6, 25, 5, 7, 7, 4, 16, 22, 9, 8, 15, 8, 21, 13, 20, 6, 4, 5, 6],
"result" : "valid"
},
{
"tcId" : 891,
"comment" : "y = 0 and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "0526b8cd9181cbe9d29e520aef6d33b9",
"tweak" : "98899e716f0f3a",
"msg" : [8, 24, 11, 19, 24, 11, 16, 22, 14, 1, 24, 13, 8, 1, 2, 7, 14, 24, 3, 0, 0, 13, 20, 2, 4],
"ct" : [11, 21, 0, 18, 9, 25, 10, 19, 10, 12, 9, 7, 15, 0, 1, 17, 17, 0, 21, 5, 8, 0, 23, 23, 24],
"result" : "valid"
},
{
"tcId" : 892,
"comment" : "y = 0 and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "0526b8cd9181cbe9d29e520aef6d33b9",
"tweak" : "98899e716f0f3a",
"msg" : [13, 1, 22, 7, 6, 15, 22, 9, 15, 17, 0, 17, 15, 21, 20, 7, 3, 16, 7, 10, 0, 0, 8, 24, 13],
"ct" : [14, 2, 24, 4, 22, 10, 22, 20, 5, 15, 14, 10, 22, 20, 0, 7, 4, 14, 23, 2, 5, 16, 20, 3, 1],
"result" : "valid"
},
{
"tcId" : 893,
"comment" : "y = 0 and (y + a) % radix**12 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "0526b8cd9181cbe9d29e520aef6d33b9",
"tweak" : "98899e716f0f3a",
"msg" : [1, 17, 4, 24, 22, 16, 9, 22, 7, 20, 12, 20, 9, 5, 18, 12, 24, 1, 4, 0, 18, 0, 4, 10, 24],
"ct" : [8, 11, 19, 7, 21, 12, 16, 10, 6, 20, 0, 20, 4, 6, 23, 7, 15, 12, 13, 12, 1, 15, 7, 21, 14],
"result" : "valid"
},
{
"tcId" : 894,
"comment" : "y = 1 and a = 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "0526b8cd9181cbe9d29e520aef6d33b9",
"tweak" : "4ffdf7d5743c78",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 1, 3, 25, 23, 7, 4, 23, 3, 15, 11, 14, 6],
"ct" : [20, 7, 6, 0, 6, 5, 25, 19, 2, 4, 16, 6, 17, 10, 22, 7, 16, 13, 10, 22, 9, 8, 22, 20, 13],
"result" : "valid"
},
{
"tcId" : 895,
"comment" : "y = 1 and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "0526b8cd9181cbe9d29e520aef6d33b9",
"tweak" : "4ffdf7d5743c78",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5, 1, 3, 25, 23, 7, 4, 23, 3, 15, 11, 14, 6],
"ct" : [18, 2, 2, 23, 17, 20, 16, 16, 22, 2, 4, 15, 20, 8, 16, 21, 5, 7, 20, 11, 20, 12, 9, 3, 7],
"result" : "valid"
},
{
"tcId" : 896,
"comment" : "y = 1 and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "0526b8cd9181cbe9d29e520aef6d33b9",
"tweak" : "4ffdf7d5743c78",
"msg" : [19, 16, 11, 12, 18, 0, 18, 6, 15, 13, 11, 22, 5, 1, 3, 25, 23, 7, 4, 23, 3, 15, 11, 14, 6],
"ct" : [2, 19, 17, 20, 20, 8, 10, 14, 4, 9, 18, 23, 2, 23, 24, 6, 6, 22, 2, 7, 4, 17, 19, 1, 12],
"result" : "valid"
},
{
"tcId" : 897,
"comment" : "y = 1 and (y + a) % radix**12 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "0526b8cd9181cbe9d29e520aef6d33b9",
"tweak" : "4ffdf7d5743c78",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 24, 5, 1, 3, 25, 23, 7, 4, 23, 3, 15, 11, 14, 6],
"ct" : [5, 15, 18, 24, 7, 2, 12, 13, 16, 10, 7, 4, 10, 20, 19, 2, 10, 23, 9, 15, 19, 1, 20, 11, 20],
"result" : "valid"
},
{
"tcId" : 898,
"comment" : "y = 1 and (y + a) % radix**12 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "0526b8cd9181cbe9d29e520aef6d33b9",
"tweak" : "4ffdf7d5743c78",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 5, 1, 3, 25, 23, 7, 4, 23, 3, 15, 11, 14, 6],
"ct" : [23, 7, 10, 16, 8, 18, 4, 10, 15, 22, 13, 10, 24, 19, 9, 9, 8, 17, 0, 10, 14, 17, 13, 19, 16],
"result" : "valid"
},
{
"tcId" : 899,
"comment" : "y is maximal and a = 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "0526b8cd9181cbe9d29e520aef6d33b9",
"tweak" : "6bc9dce3a34bce",
"msg" : [9, 9, 18, 22, 25, 15, 10, 3, 16, 6, 10, 5, 17, 16, 9, 24, 19, 10, 18, 15, 11, 0, 16, 15, 8],
"ct" : [12, 13, 25, 8, 2, 6, 18, 18, 0, 4, 5, 13, 1, 7, 8, 12, 23, 6, 18, 19, 10, 21, 13, 7, 13],
"result" : "valid"
},
{
"tcId" : 900,
"comment" : "y is maximal and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "0526b8cd9181cbe9d29e520aef6d33b9",
"tweak" : "6bc9dce3a34bce",
"msg" : [24, 12, 16, 10, 20, 9, 19, 9, 14, 23, 22, 1, 13, 2, 10, 12, 23, 24, 16, 11, 3, 23, 16, 7, 21],
"ct" : [12, 13, 25, 8, 2, 6, 18, 18, 0, 4, 5, 14, 9, 19, 6, 6, 18, 6, 4, 16, 8, 5, 0, 11, 20],
"result" : "valid"
},
{
"tcId" : 901,
"comment" : "y is maximal and (y + a) % radix**12 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "0526b8cd9181cbe9d29e520aef6d33b9",
"tweak" : "6bc9dce3a34bce",
"msg" : [0, 20, 25, 3, 21, 0, 1, 7, 3, 22, 16, 9, 5, 6, 11, 17, 24, 4, 13, 6, 6, 5, 0, 4, 11],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 5, 13, 1, 0, 22, 9, 14, 19, 5, 10, 19, 18, 15],
"result" : "valid"
},
{
"tcId" : 902,
"comment" : "y is maximal and (y + a) % radix**12 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "0526b8cd9181cbe9d29e520aef6d33b9",
"tweak" : "6bc9dce3a34bce",
"msg" : [6, 24, 20, 20, 23, 24, 6, 14, 12, 21, 11, 9, 13, 21, 10, 18, 24, 13, 13, 12, 2, 14, 18, 21, 11],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 9, 7, 5, 16, 2, 7, 0, 8, 11, 9, 2],
"result" : "valid"
},
{
"tcId" : 903,
"comment" : "y is maximal and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "0526b8cd9181cbe9d29e520aef6d33b9",
"tweak" : "6bc9dce3a34bce",
"msg" : [9, 3, 1, 24, 13, 6, 8, 8, 11, 1, 8, 18, 18, 3, 5, 8, 14, 3, 7, 19, 8, 23, 3, 1, 6],
"ct" : [6, 4, 10, 20, 20, 7, 10, 24, 15, 17, 17, 9, 17, 18, 16, 23, 21, 11, 5, 2, 10, 17, 25, 12, 7],
"result" : "valid"
},
{
"tcId" : 904,
"comment" : "y is maximal and a is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "0526b8cd9181cbe9d29e520aef6d33b9",
"tweak" : "6bc9dce3a34bce",
"msg" : [9, 21, 13, 21, 16, 16, 1, 12, 10, 13, 20, 9, 14, 1, 7, 6, 8, 13, 12, 19, 22, 10, 22, 2, 17],
"ct" : [12, 13, 25, 8, 2, 6, 18, 18, 0, 4, 5, 12, 21, 18, 22, 20, 20, 15, 22, 17, 10, 13, 21, 8, 20],
"result" : "valid"
},
{
"tcId" : 905,
"comment" : "y is edge case for modular reduction and a = 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "0526b8cd9181cbe9d29e520aef6d33b9",
"tweak" : "210de3388d9142",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19, 17, 25, 9, 19, 14, 12, 16, 15, 4, 23, 3, 2],
"ct" : [25, 21, 14, 17, 1, 15, 3, 24, 24, 23, 23, 12, 4, 16, 13, 5, 0, 8, 20, 6, 3, 1, 2, 14, 14],
"result" : "valid"
},
{
"tcId" : 906,
"comment" : "y is edge case for modular reduction and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "0526b8cd9181cbe9d29e520aef6d33b9",
"tweak" : "210de3388d9142",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 19, 17, 25, 9, 19, 14, 12, 16, 15, 4, 23, 3, 2],
"ct" : [1, 5, 4, 21, 10, 5, 6, 21, 8, 14, 2, 22, 15, 22, 16, 1, 18, 4, 3, 6, 1, 8, 3, 2, 9],
"result" : "valid"
},
{
"tcId" : 907,
"comment" : "y is edge case for modular reduction and (y + a) % radix**12 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "0526b8cd9181cbe9d29e520aef6d33b9",
"tweak" : "210de3388d9142",
"msg" : [13, 12, 0, 17, 23, 19, 7, 7, 25, 21, 20, 25, 19, 17, 25, 9, 19, 14, 12, 16, 15, 4, 23, 3, 2],
"ct" : [25, 15, 23, 2, 11, 11, 20, 12, 23, 13, 10, 6, 15, 9, 24, 14, 12, 17, 20, 17, 5, 6, 1, 17, 4],
"result" : "valid"
},
{
"tcId" : 908,
"comment" : "y is edge case for modular reduction and (y + a) % radix**12 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "0526b8cd9181cbe9d29e520aef6d33b9",
"tweak" : "210de3388d9142",
"msg" : [13, 12, 0, 17, 23, 19, 7, 7, 25, 21, 21, 0, 19, 17, 25, 9, 19, 14, 12, 16, 15, 4, 23, 3, 2],
"ct" : [9, 0, 25, 23, 25, 11, 6, 25, 18, 22, 12, 2, 3, 9, 16, 16, 24, 20, 25, 0, 22, 5, 2, 12, 17],
"result" : "valid"
},
{
"tcId" : 909,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "0526b8cd9181cbe9d29e520aef6d33b9",
"tweak" : "210de3388d9142",
"msg" : [19, 16, 11, 12, 18, 0, 18, 6, 15, 13, 11, 22, 19, 17, 25, 9, 19, 14, 12, 16, 15, 4, 23, 3, 2],
"ct" : [9, 9, 11, 6, 1, 13, 6, 14, 2, 14, 5, 15, 19, 14, 21, 20, 23, 23, 16, 3, 9, 18, 12, 21, 13],
"result" : "valid"
},
{
"tcId" : 910,
"comment" : "y is edge case for modular reduction and a is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "0526b8cd9181cbe9d29e520aef6d33b9",
"tweak" : "210de3388d9142",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 19, 17, 25, 9, 19, 14, 12, 16, 15, 4, 23, 3, 2],
"ct" : [11, 15, 7, 0, 7, 21, 8, 0, 16, 19, 3, 12, 15, 23, 6, 4, 20, 0, 22, 21, 10, 2, 8, 13, 6],
"result" : "valid"
},
{
"tcId" : 911,
"comment" : "y is maximal after modular reduction and (y + a) % radix**13 is maximal in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "0526b8cd9181cbe9d29e520aef6d33b9",
"tweak" : "cea41cc1e9c2d8",
"msg" : [1, 17, 14, 10, 19, 9, 22, 2, 2, 22, 4, 18, 5, 2, 10, 11, 25, 7, 4, 10, 6, 21, 4, 0, 3],
"ct" : [3, 11, 18, 24, 24, 12, 13, 9, 11, 23, 4, 11, 7, 21, 12, 9, 25, 11, 13, 23, 2, 21, 8, 12, 13],
"result" : "valid"
},
{
"tcId" : 912,
"comment" : "y is maximal after modular reduction and (y + a) % radix**13 == 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "0526b8cd9181cbe9d29e520aef6d33b9",
"tweak" : "cea41cc1e9c2d8",
"msg" : [18, 21, 14, 16, 11, 12, 6, 14, 18, 1, 18, 9, 5, 25, 16, 10, 2, 4, 7, 5, 19, 16, 17, 14, 21],
"ct" : [12, 12, 24, 10, 23, 10, 3, 21, 7, 3, 20, 25, 9, 15, 0, 17, 0, 20, 23, 6, 15, 15, 25, 2, 4],
"result" : "valid"
},
{
"tcId" : 913,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "0526b8cd9181cbe9d29e520aef6d33b9",
"tweak" : "cea41cc1e9c2d8",
"msg" : [5, 25, 16, 23, 0, 8, 13, 10, 5, 1, 19, 6, 0, 11, 3, 12, 10, 9, 0, 12, 22, 0, 3, 7, 23],
"ct" : [25, 18, 4, 24, 16, 18, 21, 4, 11, 1, 5, 13, 21, 7, 16, 2, 3, 6, 19, 4, 9, 21, 15, 12, 0],
"result" : "valid"
},
{
"tcId" : 914,
"comment" : "y is maximal after modular reduction and a is maximal in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "0526b8cd9181cbe9d29e520aef6d33b9",
"tweak" : "cea41cc1e9c2d8",
"msg" : [13, 24, 3, 1, 14, 20, 18, 15, 21, 8, 20, 13, 24, 10, 10, 17, 11, 7, 2, 1, 4, 8, 13, 14, 25],
"ct" : [15, 4, 2, 25, 22, 17, 4, 7, 13, 4, 6, 13, 16, 21, 1, 21, 16, 15, 10, 1, 20, 6, 2, 8, 23],
"result" : "valid"
},
{
"tcId" : 915,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "757d6cfed88de9a000990ad046202ce4",
"tweak" : "97e4070e26277b60",
"msg" : [-1, 7, 0, 12, 15, 24, 4, 7, 1, 20, 1, 15, 12, 15, 5, 21, 3, 11, 12, 1, 25, 11, 1, 18, 21],
"ct" : [2, 10, 19, 2, 0, 18, 8, 15, 6, 25, 23, 24, 8, 25, 17, 24, 23, 8, 1, 11, 2, 9, 9, 8, 18],
"result" : "invalid"
},
{
"tcId" : 916,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "757d6cfed88de9a000990ad046202ce4",
"tweak" : "97e4070e26277b60",
"msg" : [6, 7, 0, 12, 15, 24, 4, 7, -1, 20, 1, 15, 12, 15, 5, 21, 3, 11, 12, 1, 25, 11, 1, 18, 21],
"ct" : [20, 7, 6, 6, 25, 24, 21, 20, 23, 18, 12, 12, 20, 2, 3, 7, 20, 22, 0, 23, 2, 1, 23, 21, 21],
"result" : "invalid"
},
{
"tcId" : 917,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "757d6cfed88de9a000990ad046202ce4",
"tweak" : "97e4070e26277b60",
"msg" : [6, 7, 0, 12, 15, 24, 4, 7, 1, 20, 1, 15, 12, 15, 5, 21, 3, 11, 12, 1, 25, 11, 1, 18, -1],
"ct" : [4, 11, 8, 7, 21, 19, 6, 19, 9, 21, 7, 10, 3, 17, 1, 14, 22, 18, 3, 18, 21, 21, 25, 22, 9],
"result" : "invalid"
},
{
"tcId" : 918,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "0af8517a9840efdb231667ba960550ae",
"tweak" : "996808ca1338515c",
"msg" : [26, 13, 24, 17, 7, 11, 8, 15, 19, 24, 23, 4, 1, 8, 19, 19, 6, 16, 1, 14, 11, 3, 22, 0, 0],
"ct" : [8, 25, 3, 24, 4, 21, 2, 7, 4, 21, 23, 12, 9, 23, 6, 4, 1, 8, 10, 8, 25, 13, 18, 6, 9],
"result" : "invalid"
},
{
"tcId" : 919,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "0af8517a9840efdb231667ba960550ae",
"tweak" : "996808ca1338515c",
"msg" : [16, 13, 24, 17, 7, 11, 8, 15, 26, 24, 23, 4, 1, 8, 19, 19, 6, 16, 1, 14, 11, 3, 22, 0, 0],
"ct" : [25, 24, 14, 11, 12, 18, 0, 16, 5, 15, 10, 22, 20, 17, 23, 25, 11, 8, 22, 12, 19, 2, 19, 14, 13],
"result" : "invalid"
},
{
"tcId" : 920,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "0af8517a9840efdb231667ba960550ae",
"tweak" : "996808ca1338515c",
"msg" : [16, 13, 24, 17, 7, 11, 8, 15, 19, 24, 23, 4, 1, 8, 19, 19, 6, 16, 1, 14, 11, 3, 22, 0, 26],
"ct" : [4, 19, 11, 21, 7, 20, 15, 7, 19, 15, 24, 17, 24, 16, 6, 25, 20, 7, 17, 7, 3, 10, 9, 9, 6],
"result" : "invalid"
}
]
},
{
"keySize" : 128,
"msgSize" : 26,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 921,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "0fb1979af3a9860c485e2ef06c6010c3",
"tweak" : "60de513786f3f0a6",
"msg" : [21, 5, 20, 15, 14, 2, 16, 1, 2, 9, 24, 6, 21, 14, 9, 25, 16, 21, 19, 10, 22, 20, 3, 0, 20, 22],
"ct" : [12, 10, 0, 1, 5, 11, 20, 9, 1, 8, 14, 7, 21, 19, 21, 1, 13, 5, 2, 4, 0, 9, 10, 11, 8, 19],
"result" : "valid"
},
{
"tcId" : 922,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "f8a61228ec1958c89ccf56eeb0f9c568",
"tweak" : "845578b42fe2d9a0",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [18, 13, 14, 12, 21, 19, 13, 13, 22, 0, 12, 6, 0, 8, 20, 13, 12, 23, 21, 20, 21, 19, 8, 24, 23, 24],
"result" : "valid"
},
{
"tcId" : 923,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "f8a61228ec1958c89ccf56eeb0f9c568",
"tweak" : "845578b42fe2d9a0",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"ct" : [3, 11, 3, 12, 8, 20, 23, 6, 13, 23, 2, 4, 3, 21, 21, 3, 1, 22, 14, 3, 11, 4, 5, 16, 21, 6],
"result" : "valid"
},
{
"tcId" : 924,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "f8a61228ec1958c89ccf56eeb0f9c568",
"tweak" : "845578b42fe2d9a0",
"msg" : [24, 4, 6, 3, 16, 4, 22, 12, 3, 2, 14, 15, 2, 24, 4, 6, 3, 16, 4, 22, 12, 3, 2, 14, 15, 2],
"ct" : [11, 12, 5, 14, 18, 9, 10, 3, 21, 22, 16, 1, 1, 14, 11, 15, 12, 14, 4, 17, 22, 6, 7, 15, 5, 14],
"result" : "valid"
},
{
"tcId" : 925,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "f8a61228ec1958c89ccf56eeb0f9c568",
"tweak" : "845578b42fe2d9a0",
"msg" : [24, 4, 6, 3, 16, 4, 22, 12, 3, 2, 14, 15, 1, 24, 4, 6, 3, 16, 4, 22, 12, 3, 2, 14, 15, 1],
"ct" : [22, 14, 15, 5, 25, 15, 4, 20, 0, 0, 22, 23, 16, 1, 4, 7, 0, 11, 18, 13, 13, 11, 7, 3, 11, 21],
"result" : "valid"
},
{
"tcId" : 926,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "f8a61228ec1958c89ccf56eeb0f9c568",
"tweak" : "845578b42fe2d9a0",
"msg" : [5, 20, 1, 11, 23, 15, 18, 7, 25, 2, 0, 17, 7, 2, 16, 25, 17, 22, 13, 6, 10, 6, 24, 20, 1, 6],
"ct" : [13, 8, 14, 7, 2, 11, 6, 15, 19, 3, 2, 24, 25, 16, 9, 17, 22, 15, 25, 20, 15, 1, 12, 14, 16, 14],
"result" : "valid"
},
{
"tcId" : 927,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "f8a61228ec1958c89ccf56eeb0f9c568",
"tweak" : "845578b42fe2d9a0",
"msg" : [1, 12, 9, 1, 2, 25, 15, 10, 2, 6, 18, 14, 14, 13, 23, 25, 15, 18, 22, 8, 0, 5, 12, 7, 6, 8],
"ct" : [0, 17, 22, 2, 10, 3, 7, 0, 20, 6, 13, 16, 23, 8, 12, 11, 22, 6, 2, 2, 18, 2, 2, 18, 12, 15],
"result" : "valid"
},
{
"tcId" : 928,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "f8a61228ec1958c89ccf56eeb0f9c568",
"tweak" : "845578b42fe2d9a0",
"msg" : [13, 19, 12, 5, 19, 18, 20, 7, 13, 9, 5, 16, 12, 13, 8, 16, 10, 5, 24, 25, 13, 18, 15, 17, 17, 8],
"ct" : [8, 11, 4, 9, 4, 11, 0, 17, 7, 8, 4, 3, 2, 13, 10, 17, 12, 15, 6, 7, 6, 2, 21, 2, 7, 6],
"result" : "valid"
},
{
"tcId" : 929,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "f8a61228ec1958c89ccf56eeb0f9c568",
"tweak" : "845578b42fe2d9a0",
"msg" : [2, 1, 5, 7, 13, 19, 1, 0, 6, 21, 25, 3, 1, 23, 14, 18, 23, 21, 19, 13, 14, 1, 12, 6, 11, 23],
"ct" : [5, 20, 17, 2, 14, 4, 6, 5, 20, 6, 12, 14, 25, 13, 4, 20, 10, 7, 14, 21, 0, 12, 7, 14, 14, 20],
"result" : "valid"
},
{
"tcId" : 930,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "f8a61228ec1958c89ccf56eeb0f9c568",
"tweak" : "845578b42fe2d9a0",
"msg" : [22, 16, 5, 24, 19, 3, 5, 14, 19, 4, 18, 6, 22, 20, 0, 2, 5, 4, 20, 12, 24, 11, 21, 6, 19, 18],
"ct" : [12, 14, 21, 21, 2, 14, 25, 21, 21, 7, 9, 22, 17, 18, 7, 21, 22, 14, 4, 25, 15, 13, 3, 13, 1, 19],
"result" : "valid"
},
{
"tcId" : 931,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "f8a61228ec1958c89ccf56eeb0f9c568",
"tweak" : "845578b42fe2d9a0",
"msg" : [15, 21, 16, 14, 18, 18, 13, 22, 20, 22, 16, 23, 13, 16, 1, 25, 12, 15, 10, 17, 17, 5, 14, 9, 10, 1],
"ct" : [9, 24, 5, 2, 8, 22, 20, 5, 12, 20, 1, 25, 3, 12, 20, 6, 20, 22, 19, 12, 23, 21, 16, 19, 3, 9],
"result" : "valid"
},
{
"tcId" : 932,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "f8a61228ec1958c89ccf56eeb0f9c568",
"tweak" : "845578b42fe2d9a0",
"msg" : [21, 20, 20, 11, 13, 3, 8, 14, 15, 25, 12, 0, 0, 6, 1, 4, 19, 21, 3, 3, 24, 11, 10, 15, 16, 3],
"ct" : [6, 18, 22, 11, 11, 9, 7, 14, 7, 19, 5, 15, 24, 23, 4, 1, 11, 12, 4, 20, 16, 22, 14, 11, 3, 19],
"result" : "valid"
},
{
"tcId" : 933,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "f8a61228ec1958c89ccf56eeb0f9c568",
"tweak" : "845578b42fe2d9a0",
"msg" : [21, 16, 10, 22, 20, 4, 25, 22, 19, 18, 4, 18, 22, 10, 2, 16, 22, 6, 5, 13, 7, 24, 12, 20, 0, 0],
"ct" : [7, 20, 2, 6, 14, 7, 1, 10, 13, 3, 24, 20, 20, 22, 0, 5, 3, 0, 24, 8, 14, 13, 24, 20, 23, 23],
"result" : "valid"
},
{
"tcId" : 934,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "f8a61228ec1958c89ccf56eeb0f9c568",
"tweak" : "845578b42fe2d9a0",
"msg" : [9, 24, 11, 11, 13, 13, 9, 20, 20, 0, 10, 16, 19, 16, 10, 10, 4, 14, 25, 21, 14, 10, 4, 7, 17, 21],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 935,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "f8a61228ec1958c89ccf56eeb0f9c568",
"tweak" : "845578b42fe2d9a0",
"msg" : [8, 11, 19, 14, 9, 19, 1, 9, 21, 25, 0, 13, 10, 0, 14, 23, 2, 1, 5, 19, 16, 21, 19, 6, 25, 25],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 936,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "f8a61228ec1958c89ccf56eeb0f9c568",
"tweak" : "845578b42fe2d9a0",
"msg" : [11, 1, 7, 20, 6, 7, 14, 2, 8, 3, 12, 8, 7, 22, 14, 25, 18, 20, 15, 17, 24, 20, 1, 22, 25, 24],
"ct" : [24, 4, 6, 3, 16, 4, 22, 12, 3, 2, 14, 15, 2, 24, 4, 6, 3, 16, 4, 22, 12, 3, 2, 14, 15, 2],
"result" : "valid"
},
{
"tcId" : 937,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "f8a61228ec1958c89ccf56eeb0f9c568",
"tweak" : "845578b42fe2d9a0",
"msg" : [8, 11, 12, 6, 22, 15, 16, 12, 23, 12, 10, 1, 22, 12, 23, 10, 13, 13, 4, 14, 19, 14, 0, 19, 13, 3],
"ct" : [24, 4, 6, 3, 16, 4, 22, 12, 3, 2, 14, 15, 1, 24, 4, 6, 3, 16, 4, 22, 12, 3, 2, 14, 15, 1],
"result" : "valid"
},
{
"tcId" : 938,
"comment" : "y = 0 and (y + a) % radix**13 == 0 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "38a92f28cf4f93b374725c5e303829d6",
"tweak" : "19d5c90b302e86",
"msg" : [10, 0, 7, 0, 3, 0, 19, 24, 19, 1, 24, 4, 25, 7, 16, 8, 9, 10, 18, 17, 8, 6, 11, 20, 1, 21],
"ct" : [18, 3, 1, 24, 2, 20, 9, 9, 22, 6, 11, 2, 3, 19, 25, 7, 1, 21, 8, 4, 2, 11, 11, 2, 24, 18],
"result" : "valid"
},
{
"tcId" : 939,
"comment" : "y = 0 and a = 1 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "38a92f28cf4f93b374725c5e303829d6",
"tweak" : "19d5c90b302e86",
"msg" : [1, 23, 8, 2, 13, 5, 7, 8, 6, 5, 25, 10, 16, 25, 15, 24, 12, 6, 15, 11, 20, 17, 8, 15, 6, 14],
"ct" : [6, 3, 11, 18, 3, 21, 13, 13, 11, 14, 3, 22, 21, 1, 20, 3, 3, 11, 2, 17, 14, 21, 15, 7, 18, 11],
"result" : "valid"
},
{
"tcId" : 940,
"comment" : "y = 0 and a has large Hamming weight in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "38a92f28cf4f93b374725c5e303829d6",
"tweak" : "19d5c90b302e86",
"msg" : [3, 17, 11, 24, 10, 10, 23, 20, 14, 2, 1, 20, 0, 2, 3, 17, 12, 21, 5, 10, 11, 6, 21, 14, 19, 3],
"ct" : [13, 14, 5, 11, 20, 13, 3, 14, 20, 5, 15, 6, 21, 6, 4, 24, 23, 23, 15, 18, 5, 24, 18, 25, 18, 22],
"result" : "valid"
},
{
"tcId" : 941,
"comment" : "y = 0 and (y + a) % radix**13 is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "38a92f28cf4f93b374725c5e303829d6",
"tweak" : "19d5c90b302e86",
"msg" : [4, 4, 6, 1, 15, 25, 11, 12, 16, 0, 20, 22, 5, 4, 22, 3, 1, 15, 0, 7, 16, 16, 3, 2, 20, 0],
"ct" : [17, 22, 25, 2, 3, 5, 10, 25, 2, 18, 24, 12, 1, 6, 15, 18, 7, 18, 14, 20, 6, 18, 5, 8, 2, 5],
"result" : "valid"
},
{
"tcId" : 942,
"comment" : "y = 1 and a = 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "38a92f28cf4f93b374725c5e303829d6",
"tweak" : "678a69261135cd",
"msg" : [22, 11, 6, 9, 20, 24, 17, 3, 18, 12, 8, 1, 6, 11, 1, 16, 11, 10, 16, 3, 15, 20, 7, 11, 3, 11],
"ct" : [12, 6, 6, 23, 1, 25, 23, 6, 15, 17, 14, 14, 1, 12, 13, 17, 12, 5, 13, 20, 12, 6, 15, 24, 6, 7],
"result" : "valid"
},
{
"tcId" : 943,
"comment" : "y = 1 and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "38a92f28cf4f93b374725c5e303829d6",
"tweak" : "678a69261135cd",
"msg" : [5, 9, 18, 12, 2, 3, 12, 25, 19, 2, 1, 3, 0, 15, 15, 12, 17, 23, 24, 23, 19, 10, 16, 2, 23, 1],
"ct" : [21, 22, 23, 10, 12, 5, 20, 25, 24, 18, 9, 25, 6, 17, 17, 13, 2, 21, 9, 9, 10, 15, 10, 5, 25, 0],
"result" : "valid"
},
{
"tcId" : 944,
"comment" : "y = 1 and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "38a92f28cf4f93b374725c5e303829d6",
"tweak" : "678a69261135cd",
"msg" : [25, 10, 15, 3, 1, 6, 23, 13, 24, 1, 1, 9, 20, 16, 18, 4, 4, 1, 2, 16, 0, 13, 12, 17, 18, 1],
"ct" : [17, 19, 11, 23, 23, 24, 11, 13, 22, 25, 5, 23, 2, 8, 13, 13, 5, 2, 22, 15, 16, 24, 4, 4, 15, 21],
"result" : "valid"
},
{
"tcId" : 945,
"comment" : "y = 1 and (y + a) % radix**13 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "38a92f28cf4f93b374725c5e303829d6",
"tweak" : "678a69261135cd",
"msg" : [10, 5, 2, 8, 8, 3, 11, 14, 13, 16, 18, 13, 12, 14, 2, 16, 22, 17, 3, 19, 25, 22, 25, 11, 6, 5],
"ct" : [14, 25, 13, 20, 17, 14, 16, 4, 15, 7, 10, 23, 7, 19, 5, 9, 7, 24, 9, 8, 11, 12, 8, 10, 1, 9],
"result" : "valid"
},
{
"tcId" : 946,
"comment" : "y = 1 and (y + a) % radix**13 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "38a92f28cf4f93b374725c5e303829d6",
"tweak" : "678a69261135cd",
"msg" : [8, 6, 3, 15, 17, 14, 14, 13, 8, 16, 11, 4, 7, 17, 7, 10, 13, 2, 8, 8, 16, 3, 6, 5, 16, 2],
"ct" : [19, 13, 22, 21, 16, 1, 22, 19, 10, 10, 12, 17, 17, 21, 19, 4, 12, 3, 18, 12, 7, 14, 11, 7, 9, 2],
"result" : "valid"
},
{
"tcId" : 947,
"comment" : "y is maximal and a = 0 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "38a92f28cf4f93b374725c5e303829d6",
"tweak" : "b75a97e38d36f3",
"msg" : [24, 18, 25, 16, 20, 17, 21, 1, 21, 24, 12, 20, 5, 23, 19, 9, 2, 17, 4, 10, 16, 12, 24, 21, 15, 23],
"ct" : [2, 25, 8, 1, 6, 19, 20, 16, 22, 17, 23, 18, 24, 21, 11, 16, 24, 5, 1, 5, 12, 13, 23, 11, 5, 5],
"result" : "valid"
},
{
"tcId" : 948,
"comment" : "y is maximal and a = 1 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "38a92f28cf4f93b374725c5e303829d6",
"tweak" : "b75a97e38d36f3",
"msg" : [24, 18, 11, 24, 15, 22, 15, 19, 23, 22, 0, 4, 10, 6, 8, 13, 18, 20, 0, 11, 9, 6, 0, 18, 10, 6],
"ct" : [21, 14, 20, 23, 12, 22, 7, 19, 18, 11, 12, 16, 21, 24, 2, 2, 19, 16, 12, 18, 3, 23, 11, 15, 4, 24],
"result" : "valid"
},
{
"tcId" : 949,
"comment" : "y is maximal and (y + a) % radix**13 is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "38a92f28cf4f93b374725c5e303829d6",
"tweak" : "b75a97e38d36f3",
"msg" : [6, 23, 14, 24, 17, 6, 18, 7, 22, 15, 19, 20, 10, 16, 14, 12, 11, 6, 5, 3, 18, 15, 10, 4, 14, 11],
"ct" : [8, 22, 4, 13, 14, 14, 11, 2, 1, 13, 18, 5, 22, 13, 11, 4, 3, 9, 11, 21, 6, 18, 24, 19, 8, 17],
"result" : "valid"
},
{
"tcId" : 950,
"comment" : "y is maximal and (y + a) % radix**13 == 0 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "38a92f28cf4f93b374725c5e303829d6",
"tweak" : "b75a97e38d36f3",
"msg" : [25, 7, 1, 12, 4, 7, 12, 23, 10, 16, 3, 18, 23, 12, 13, 9, 12, 19, 24, 9, 10, 6, 3, 3, 18, 24],
"ct" : [11, 22, 0, 12, 15, 11, 12, 13, 22, 13, 6, 23, 10, 17, 6, 21, 10, 7, 23, 4, 19, 5, 18, 20, 4, 9],
"result" : "valid"
},
{
"tcId" : 951,
"comment" : "y is maximal and a has large Hamming weight in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "38a92f28cf4f93b374725c5e303829d6",
"tweak" : "b75a97e38d36f3",
"msg" : [17, 15, 6, 6, 3, 17, 23, 17, 0, 23, 19, 10, 24, 1, 20, 7, 7, 4, 19, 14, 16, 2, 21, 8, 12, 6],
"ct" : [16, 9, 21, 25, 19, 20, 10, 19, 4, 21, 18, 16, 23, 8, 24, 10, 6, 17, 21, 24, 25, 11, 17, 8, 25, 7],
"result" : "valid"
},
{
"tcId" : 952,
"comment" : "y is maximal and a is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "38a92f28cf4f93b374725c5e303829d6",
"tweak" : "b75a97e38d36f3",
"msg" : [14, 19, 21, 1, 1, 12, 6, 7, 12, 18, 13, 19, 9, 3, 3, 18, 8, 24, 5, 18, 10, 0, 12, 24, 14, 10],
"ct" : [6, 9, 0, 15, 5, 8, 11, 22, 2, 18, 22, 2, 10, 20, 8, 1, 10, 7, 8, 17, 8, 24, 0, 14, 22, 14],
"result" : "valid"
},
{
"tcId" : 953,
"comment" : "y is edge case for modular reduction and a = 0 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "38a92f28cf4f93b374725c5e303829d6",
"tweak" : "41698cf6ad24e6",
"msg" : [24, 12, 19, 21, 10, 3, 20, 20, 13, 17, 21, 19, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [1, 0, 14, 4, 20, 12, 22, 16, 19, 4, 8, 22, 14, 23, 4, 4, 7, 19, 3, 24, 8, 17, 8, 11, 11, 21],
"result" : "valid"
},
{
"tcId" : 954,
"comment" : "y is edge case for modular reduction and a = 1 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "38a92f28cf4f93b374725c5e303829d6",
"tweak" : "41698cf6ad24e6",
"msg" : [15, 10, 2, 25, 23, 19, 5, 8, 21, 15, 19, 5, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1],
"ct" : [9, 16, 5, 18, 10, 0, 24, 20, 1, 14, 23, 16, 11, 25, 10, 12, 21, 0, 13, 10, 11, 5, 15, 9, 3, 19],
"result" : "valid"
},
{
"tcId" : 955,
"comment" : "y is edge case for modular reduction and (y + a) % radix**13 is maximal in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "38a92f28cf4f93b374725c5e303829d6",
"tweak" : "41698cf6ad24e6",
"msg" : [25, 25, 18, 15, 6, 17, 12, 0, 19, 0, 1, 1, 1, 17, 13, 12, 0, 17, 23, 19, 7, 7, 25, 21, 20, 25],
"ct" : [11, 20, 1, 3, 8, 20, 1, 24, 11, 6, 12, 1, 5, 1, 22, 9, 3, 19, 13, 3, 4, 22, 6, 4, 19, 12],
"result" : "valid"
},
{
"tcId" : 956,
"comment" : "y is edge case for modular reduction and (y + a) % radix**13 == 0 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "38a92f28cf4f93b374725c5e303829d6",
"tweak" : "41698cf6ad24e6",
"msg" : [22, 17, 13, 1, 13, 8, 16, 15, 14, 19, 7, 6, 18, 17, 13, 12, 0, 17, 23, 19, 7, 7, 25, 21, 21, 0],
"ct" : [25, 21, 2, 8, 7, 0, 13, 7, 9, 5, 5, 23, 1, 18, 2, 3, 21, 20, 13, 13, 8, 16, 8, 21, 22, 10],
"result" : "valid"
},
{
"tcId" : 957,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "38a92f28cf4f93b374725c5e303829d6",
"tweak" : "41698cf6ad24e6",
"msg" : [12, 0, 3, 0, 24, 22, 4, 5, 10, 18, 6, 20, 17, 24, 4, 6, 3, 16, 4, 22, 12, 3, 2, 14, 15, 2],
"ct" : [4, 20, 2, 16, 4, 15, 25, 4, 2, 24, 18, 19, 11, 9, 10, 12, 13, 22, 21, 21, 8, 11, 18, 19, 0, 24],
"result" : "valid"
},
{
"tcId" : 958,
"comment" : "y is edge case for modular reduction and a is maximal in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "38a92f28cf4f93b374725c5e303829d6",
"tweak" : "41698cf6ad24e6",
"msg" : [17, 24, 13, 3, 24, 25, 15, 25, 3, 14, 14, 5, 10, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"ct" : [12, 6, 6, 22, 3, 9, 23, 4, 7, 14, 11, 20, 6, 17, 1, 24, 18, 10, 4, 7, 1, 2, 25, 2, 9, 1],
"result" : "valid"
},
{
"tcId" : 959,
"comment" : "y is maximal after modular reduction and (y + a) % radix**13 is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "38a92f28cf4f93b374725c5e303829d6",
"tweak" : "ac912059c5aab6",
"msg" : [9, 4, 19, 10, 22, 8, 12, 3, 4, 21, 25, 19, 13, 20, 5, 18, 25, 14, 9, 16, 0, 17, 17, 15, 10, 0],
"ct" : [22, 23, 4, 8, 0, 0, 24, 14, 12, 16, 24, 13, 24, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 960,
"comment" : "y is maximal after modular reduction and (y + a) % radix**13 == 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "38a92f28cf4f93b374725c5e303829d6",
"tweak" : "ac912059c5aab6",
"msg" : [21, 15, 18, 24, 3, 18, 12, 1, 22, 1, 9, 22, 7, 17, 13, 8, 7, 13, 19, 3, 23, 7, 9, 13, 8, 12],
"ct" : [22, 23, 4, 8, 0, 0, 24, 14, 12, 16, 24, 13, 24, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 961,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "38a92f28cf4f93b374725c5e303829d6",
"tweak" : "ac912059c5aab6",
"msg" : [12, 25, 11, 19, 17, 20, 14, 2, 2, 6, 14, 12, 2, 15, 16, 13, 22, 3, 9, 1, 22, 2, 17, 12, 25, 14],
"ct" : [22, 23, 4, 8, 0, 0, 24, 14, 12, 16, 24, 13, 24, 24, 4, 6, 3, 16, 4, 22, 12, 3, 2, 14, 15, 1],
"result" : "valid"
},
{
"tcId" : 962,
"comment" : "y is maximal after modular reduction and a is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "38a92f28cf4f93b374725c5e303829d6",
"tweak" : "ac912059c5aab6",
"msg" : [7, 22, 2, 22, 4, 18, 25, 25, 5, 23, 7, 23, 25, 13, 4, 16, 9, 20, 13, 15, 7, 6, 13, 7, 8, 22],
"ct" : [22, 23, 4, 8, 0, 0, 24, 14, 12, 16, 24, 13, 24, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 24],
"result" : "valid"
},
{
"tcId" : 963,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "228e9e3386e948a636d5238ef5a32456",
"tweak" : "b297e81e07aeefa2",
"msg" : [-1, 24, 19, 3, 21, 4, 3, 21, 8, 1, 18, 22, 24, 12, 11, 17, 24, 15, 14, 11, 5, 7, 9, 3, 25, 22],
"ct" : [7, 10, 25, 2, 14, 13, 17, 8, 25, 6, 3, 17, 12, 21, 24, 1, 15, 18, 25, 3, 12, 3, 25, 17, 0, 6],
"result" : "invalid"
},
{
"tcId" : 964,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "228e9e3386e948a636d5238ef5a32456",
"tweak" : "b297e81e07aeefa2",
"msg" : [21, 24, 19, 3, 21, 4, 3, 21, -1, 1, 18, 22, 24, 12, 11, 17, 24, 15, 14, 11, 5, 7, 9, 3, 25, 22],
"ct" : [23, 19, 25, 2, 22, 10, 15, 22, 25, 16, 8, 12, 11, 17, 17, 12, 19, 5, 21, 24, 16, 20, 2, 8, 8, 24],
"result" : "invalid"
},
{
"tcId" : 965,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "228e9e3386e948a636d5238ef5a32456",
"tweak" : "b297e81e07aeefa2",
"msg" : [21, 24, 19, 3, 21, 4, 3, 21, 8, 1, 18, 22, 24, 12, 11, 17, 24, 15, 14, 11, 5, 7, 9, 3, 25, -1],
"ct" : [19, 13, 14, 14, 25, 11, 21, 7, 3, 13, 3, 17, 12, 12, 23, 9, 11, 9, 2, 23, 9, 18, 8, 24, 6, 13],
"result" : "invalid"
},
{
"tcId" : 966,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "9e19fc191d78c7a46faff1682c0922b0",
"tweak" : "dfc8377059a68190",
"msg" : [26, 15, 19, 1, 24, 21, 7, 3, 17, 7, 10, 7, 9, 25, 20, 24, 4, 22, 16, 15, 23, 11, 1, 20, 15, 1],
"ct" : [24, 3, 2, 11, 15, 5, 12, 12, 20, 0, 23, 7, 9, 22, 22, 4, 9, 25, 5, 6, 17, 16, 14, 24, 2, 19],
"result" : "invalid"
},
{
"tcId" : 967,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "9e19fc191d78c7a46faff1682c0922b0",
"tweak" : "dfc8377059a68190",
"msg" : [23, 15, 19, 1, 24, 21, 7, 3, 26, 7, 10, 7, 9, 25, 20, 24, 4, 22, 16, 15, 23, 11, 1, 20, 15, 1],
"ct" : [20, 14, 1, 13, 15, 25, 5, 1, 3, 1, 10, 6, 24, 22, 16, 9, 4, 2, 20, 5, 20, 1, 20, 1, 24, 13],
"result" : "invalid"
},
{
"tcId" : 968,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "9e19fc191d78c7a46faff1682c0922b0",
"tweak" : "dfc8377059a68190",
"msg" : [23, 15, 19, 1, 24, 21, 7, 3, 17, 7, 10, 7, 9, 25, 20, 24, 4, 22, 16, 15, 23, 11, 1, 20, 15, 26],
"ct" : [6, 5, 6, 19, 15, 3, 11, 13, 15, 4, 1, 24, 12, 18, 13, 12, 13, 13, 17, 17, 7, 20, 8, 5, 5, 5],
"result" : "invalid"
}
]
},
{
"keySize" : 128,
"msgSize" : 27,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 969,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "5d9ce920d89d03dcb83a0bf8ba68c9a1",
"tweak" : "9b6124a5067acaf1",
"msg" : [23, 22, 21, 6, 9, 10, 16, 18, 1, 7, 7, 18, 7, 1, 1, 0, 22, 22, 12, 18, 12, 1, 11, 16, 2, 13, 10],
"ct" : [10, 22, 19, 8, 19, 5, 17, 10, 24, 8, 2, 24, 5, 11, 0, 20, 1, 19, 0, 18, 2, 8, 19, 18, 20, 15, 1],
"result" : "valid"
},
{
"tcId" : 970,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "9b81805cf0423e149b59d74e4e876ccf",
"tweak" : "bcdfdd4615295f29",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [15, 3, 22, 6, 6, 10, 13, 4, 15, 11, 15, 2, 24, 5, 23, 3, 25, 7, 17, 0, 0, 12, 0, 13, 19, 8, 10],
"result" : "valid"
},
{
"tcId" : 971,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "9b81805cf0423e149b59d74e4e876ccf",
"tweak" : "bcdfdd4615295f29",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"ct" : [22, 5, 0, 20, 7, 20, 23, 20, 6, 4, 14, 10, 8, 14, 23, 25, 10, 8, 16, 15, 0, 14, 0, 10, 19, 14, 17],
"result" : "valid"
},
{
"tcId" : 972,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "9b81805cf0423e149b59d74e4e876ccf",
"tweak" : "bcdfdd4615295f29",
"msg" : [24, 4, 6, 3, 16, 4, 22, 12, 3, 2, 14, 15, 2, 14, 22, 15, 20, 5, 24, 25, 21, 11, 23, 14, 25, 7, 6],
"ct" : [17, 11, 18, 9, 2, 4, 14, 19, 18, 4, 0, 14, 19, 0, 16, 14, 11, 10, 10, 2, 1, 16, 17, 7, 25, 8, 22],
"result" : "valid"
},
{
"tcId" : 973,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "9b81805cf0423e149b59d74e4e876ccf",
"tweak" : "bcdfdd4615295f29",
"msg" : [24, 4, 6, 3, 16, 4, 22, 12, 3, 2, 14, 15, 1, 14, 22, 15, 20, 5, 24, 25, 21, 11, 23, 14, 25, 7, 5],
"ct" : [1, 8, 11, 15, 22, 19, 11, 6, 20, 11, 12, 23, 25, 8, 11, 9, 25, 3, 9, 0, 10, 18, 16, 8, 24, 11, 7],
"result" : "valid"
},
{
"tcId" : 974,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "9b81805cf0423e149b59d74e4e876ccf",
"tweak" : "bcdfdd4615295f29",
"msg" : [12, 0, 0, 6, 24, 9, 17, 5, 25, 25, 7, 20, 11, 1, 10, 7, 3, 15, 15, 16, 2, 0, 14, 17, 6, 14, 22],
"ct" : [4, 12, 16, 9, 14, 13, 8, 0, 10, 14, 1, 17, 24, 8, 23, 2, 9, 0, 17, 14, 3, 21, 3, 1, 3, 3, 24],
"result" : "valid"
},
{
"tcId" : 975,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "9b81805cf0423e149b59d74e4e876ccf",
"tweak" : "bcdfdd4615295f29",
"msg" : [19, 8, 6, 10, 3, 15, 23, 8, 10, 11, 9, 0, 15, 22, 22, 1, 21, 16, 14, 13, 8, 24, 14, 22, 4, 3, 3],
"ct" : [8, 24, 10, 0, 20, 20, 10, 7, 17, 18, 24, 0, 10, 11, 1, 11, 14, 21, 19, 2, 19, 16, 14, 24, 17, 15, 11],
"result" : "valid"
},
{
"tcId" : 976,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "9b81805cf0423e149b59d74e4e876ccf",
"tweak" : "bcdfdd4615295f29",
"msg" : [17, 2, 9, 24, 9, 0, 15, 12, 16, 9, 15, 14, 7, 3, 21, 9, 1, 11, 25, 10, 9, 15, 5, 2, 4, 1, 6],
"ct" : [24, 11, 18, 7, 4, 5, 8, 23, 19, 11, 8, 17, 19, 15, 6, 4, 18, 18, 21, 23, 16, 11, 0, 17, 1, 17, 23],
"result" : "valid"
},
{
"tcId" : 977,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "9b81805cf0423e149b59d74e4e876ccf",
"tweak" : "bcdfdd4615295f29",
"msg" : [17, 23, 1, 2, 0, 13, 7, 25, 4, 10, 25, 15, 25, 5, 22, 5, 20, 9, 6, 20, 18, 19, 25, 11, 19, 8, 19],
"ct" : [14, 18, 8, 20, 23, 20, 17, 22, 1, 18, 0, 23, 8, 4, 12, 23, 23, 1, 25, 23, 10, 0, 4, 18, 25, 6, 9],
"result" : "valid"
},
{
"tcId" : 978,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "9b81805cf0423e149b59d74e4e876ccf",
"tweak" : "bcdfdd4615295f29",
"msg" : [20, 0, 16, 5, 21, 19, 5, 8, 11, 2, 12, 12, 2, 13, 3, 2, 4, 24, 14, 15, 14, 17, 22, 25, 23, 21, 25],
"ct" : [16, 6, 5, 18, 22, 3, 6, 18, 1, 15, 10, 21, 20, 18, 9, 19, 18, 11, 24, 21, 15, 8, 9, 0, 11, 17, 6],
"result" : "valid"
},
{
"tcId" : 979,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "9b81805cf0423e149b59d74e4e876ccf",
"tweak" : "bcdfdd4615295f29",
"msg" : [25, 11, 4, 25, 17, 24, 8, 8, 13, 17, 4, 24, 0, 4, 21, 25, 25, 25, 0, 5, 3, 24, 22, 7, 23, 25, 19],
"ct" : [23, 15, 8, 3, 25, 8, 8, 3, 20, 11, 3, 19, 7, 25, 22, 14, 17, 24, 6, 11, 23, 11, 17, 14, 12, 11, 22],
"result" : "valid"
},
{
"tcId" : 980,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "9b81805cf0423e149b59d74e4e876ccf",
"tweak" : "bcdfdd4615295f29",
"msg" : [5, 20, 18, 0, 5, 22, 25, 11, 25, 6, 24, 20, 12, 24, 10, 19, 13, 2, 3, 19, 20, 17, 4, 18, 9, 3, 20],
"ct" : [11, 12, 6, 24, 9, 6, 17, 16, 17, 10, 23, 0, 1, 3, 25, 8, 2, 0, 23, 10, 10, 25, 2, 14, 8, 25, 13],
"result" : "valid"
},
{
"tcId" : 981,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "9b81805cf0423e149b59d74e4e876ccf",
"tweak" : "bcdfdd4615295f29",
"msg" : [25, 0, 25, 21, 1, 19, 3, 22, 23, 4, 5, 14, 11, 15, 23, 2, 24, 10, 13, 9, 10, 17, 23, 20, 17, 3, 24],
"ct" : [16, 14, 5, 22, 7, 19, 19, 9, 17, 15, 20, 15, 15, 16, 12, 22, 25, 17, 13, 11, 24, 17, 5, 25, 0, 5, 9],
"result" : "valid"
},
{
"tcId" : 982,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "9b81805cf0423e149b59d74e4e876ccf",
"tweak" : "bcdfdd4615295f29",
"msg" : [11, 14, 14, 7, 25, 0, 21, 15, 17, 6, 18, 17, 8, 2, 7, 21, 1, 22, 10, 17, 24, 17, 5, 15, 22, 25, 21],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 983,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "9b81805cf0423e149b59d74e4e876ccf",
"tweak" : "bcdfdd4615295f29",
"msg" : [11, 18, 23, 19, 10, 10, 2, 9, 23, 10, 3, 11, 19, 22, 24, 22, 12, 1, 14, 6, 16, 8, 19, 8, 24, 13, 0],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 984,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "9b81805cf0423e149b59d74e4e876ccf",
"tweak" : "bcdfdd4615295f29",
"msg" : [8, 22, 23, 7, 0, 18, 4, 21, 24, 3, 11, 6, 25, 17, 19, 13, 19, 21, 23, 17, 13, 1, 22, 19, 5, 4, 19],
"ct" : [24, 4, 6, 3, 16, 4, 22, 12, 3, 2, 14, 15, 2, 14, 22, 15, 20, 5, 24, 25, 21, 11, 23, 14, 25, 7, 6],
"result" : "valid"
},
{
"tcId" : 985,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "9b81805cf0423e149b59d74e4e876ccf",
"tweak" : "bcdfdd4615295f29",
"msg" : [10, 17, 2, 23, 25, 24, 14, 20, 21, 17, 20, 9, 13, 21, 15, 12, 2, 4, 13, 20, 1, 4, 12, 14, 16, 13, 1],
"ct" : [24, 4, 6, 3, 16, 4, 22, 12, 3, 2, 14, 15, 1, 14, 22, 15, 20, 5, 24, 25, 21, 11, 23, 14, 25, 7, 5],
"result" : "valid"
},
{
"tcId" : 986,
"comment" : "y is edge case for modular reduction and a = 0 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "075ac4ff0713173a300683f9529cb3d6",
"tweak" : "ccb1e89a085b535e552984073c6361203a995f77f104",
"msg" : [17, 24, 23, 18, 2, 19, 9, 6, 3, 14, 20, 20, 8, 11, 19, 7, 10, 1, 5, 23, 25, 5, 14, 3, 21, 7, 25],
"ct" : [16, 10, 4, 24, 18, 24, 9, 0, 1, 0, 6, 19, 10, 18, 11, 17, 12, 0, 23, 14, 19, 15, 9, 4, 21, 11, 8],
"result" : "valid"
},
{
"tcId" : 987,
"comment" : "y is edge case for modular reduction and a = 1 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "075ac4ff0713173a300683f9529cb3d6",
"tweak" : "ccb1e89a085b535e552984073c6361203a995f77f104",
"msg" : [11, 18, 21, 0, 20, 12, 1, 10, 18, 11, 15, 14, 20, 19, 12, 12, 13, 10, 6, 4, 21, 11, 22, 17, 16, 17, 3],
"ct" : [19, 24, 16, 4, 19, 6, 0, 25, 3, 22, 19, 14, 15, 4, 16, 9, 16, 21, 22, 11, 9, 0, 1, 7, 8, 4, 20],
"result" : "valid"
},
{
"tcId" : 988,
"comment" : "y is edge case for modular reduction and (y + a) % radix**14 is maximal in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "075ac4ff0713173a300683f9529cb3d6",
"tweak" : "ccb1e89a085b535e552984073c6361203a995f77f104",
"msg" : [3, 15, 14, 7, 7, 4, 16, 19, 24, 2, 20, 8, 21, 5, 4, 22, 22, 23, 16, 10, 18, 21, 14, 24, 14, 25, 2],
"ct" : [7, 5, 7, 24, 0, 20, 4, 2, 20, 25, 23, 18, 17, 11, 9, 8, 13, 24, 15, 10, 2, 0, 17, 13, 9, 8, 12],
"result" : "valid"
},
{
"tcId" : 989,
"comment" : "y is edge case for modular reduction and (y + a) % radix**14 == 0 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "075ac4ff0713173a300683f9529cb3d6",
"tweak" : "ccb1e89a085b535e552984073c6361203a995f77f104",
"msg" : [16, 24, 14, 14, 17, 16, 5, 7, 9, 18, 16, 14, 0, 14, 14, 14, 25, 16, 14, 10, 3, 20, 16, 4, 19, 16, 12],
"ct" : [6, 19, 8, 18, 12, 25, 25, 19, 2, 7, 15, 7, 12, 13, 13, 10, 9, 11, 12, 7, 16, 5, 7, 2, 6, 21, 14],
"result" : "valid"
},
{
"tcId" : 990,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "075ac4ff0713173a300683f9529cb3d6",
"tweak" : "ccb1e89a085b535e552984073c6361203a995f77f104",
"msg" : [4, 10, 8, 1, 25, 22, 11, 24, 9, 9, 2, 8, 19, 14, 11, 24, 14, 1, 23, 16, 24, 18, 9, 16, 18, 7, 14],
"ct" : [20, 10, 24, 6, 13, 1, 6, 8, 21, 23, 9, 13, 23, 20, 12, 16, 10, 21, 19, 4, 1, 2, 23, 20, 17, 18, 18],
"result" : "valid"
},
{
"tcId" : 991,
"comment" : "y is edge case for modular reduction and a is maximal in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "075ac4ff0713173a300683f9529cb3d6",
"tweak" : "ccb1e89a085b535e552984073c6361203a995f77f104",
"msg" : [24, 21, 25, 22, 18, 0, 15, 13, 14, 17, 5, 4, 17, 0, 14, 13, 16, 9, 2, 2, 5, 15, 20, 7, 9, 7, 3],
"ct" : [3, 16, 17, 25, 19, 4, 16, 21, 21, 11, 25, 4, 20, 15, 10, 2, 2, 17, 10, 24, 17, 18, 3, 4, 19, 17, 1],
"result" : "valid"
},
{
"tcId" : 992,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "a5b3f7ddc8da53cdc64310c89e4ea717",
"tweak" : "5cf37baf9afa4bf9",
"msg" : [-1, 1, 13, 12, 23, 0, 19, 17, 20, 23, 6, 6, 17, 16, 14, 6, 7, 6, 7, 14, 24, 1, 14, 10, 24, 1, 6],
"ct" : [9, 8, 3, 24, 21, 21, 4, 0, 21, 13, 3, 4, 4, 0, 25, 14, 2, 13, 12, 14, 4, 2, 6, 10, 8, 20, 2],
"result" : "invalid"
},
{
"tcId" : 993,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "a5b3f7ddc8da53cdc64310c89e4ea717",
"tweak" : "5cf37baf9afa4bf9",
"msg" : [6, 1, 13, 12, 23, 0, 19, 17, 20, -1, 6, 6, 17, 16, 14, 6, 7, 6, 7, 14, 24, 1, 14, 10, 24, 1, 6],
"ct" : [23, 7, 9, 6, 16, 21, 13, 16, 23, 25, 14, 19, 18, 9, 22, 0, 7, 2, 1, 8, 3, 10, 14, 3, 20, 19, 5],
"result" : "invalid"
},
{
"tcId" : 994,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "a5b3f7ddc8da53cdc64310c89e4ea717",
"tweak" : "5cf37baf9afa4bf9",
"msg" : [6, 1, 13, 12, 23, 0, 19, 17, 20, 23, 6, 6, 17, 16, 14, 6, 7, 6, 7, 14, 24, 1, 14, 10, 24, 1, -1],
"ct" : [12, 12, 0, 3, 23, 13, 24, 1, 1, 16, 23, 24, 11, 23, 2, 2, 13, 22, 10, 18, 3, 15, 13, 3, 21, 21, 2],
"result" : "invalid"
},
{
"tcId" : 995,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "7f21880ef7890fa85a4f1ffdb1ebd8b9",
"tweak" : "99f1b0052467c2af",
"msg" : [26, 15, 19, 5, 8, 21, 22, 25, 2, 18, 1, 17, 24, 11, 25, 6, 10, 9, 3, 24, 10, 10, 6, 0, 5, 14, 7],
"ct" : [3, 14, 6, 5, 21, 7, 19, 25, 21, 6, 15, 17, 10, 0, 14, 22, 13, 11, 10, 11, 1, 25, 11, 17, 24, 6, 4],
"result" : "invalid"
},
{
"tcId" : 996,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "7f21880ef7890fa85a4f1ffdb1ebd8b9",
"tweak" : "99f1b0052467c2af",
"msg" : [9, 15, 19, 5, 8, 21, 22, 25, 2, 26, 1, 17, 24, 11, 25, 6, 10, 9, 3, 24, 10, 10, 6, 0, 5, 14, 7],
"ct" : [20, 5, 0, 17, 7, 11, 16, 24, 0, 24, 9, 5, 10, 7, 7, 24, 10, 3, 1, 23, 25, 5, 4, 11, 15, 24, 4],
"result" : "invalid"
},
{
"tcId" : 997,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "7f21880ef7890fa85a4f1ffdb1ebd8b9",
"tweak" : "99f1b0052467c2af",
"msg" : [9, 15, 19, 5, 8, 21, 22, 25, 2, 18, 1, 17, 24, 11, 25, 6, 10, 9, 3, 24, 10, 10, 6, 0, 5, 14, 26],
"ct" : [21, 22, 14, 15, 23, 12, 16, 16, 24, 19, 18, 17, 21, 17, 17, 1, 11, 25, 21, 14, 12, 16, 20, 20, 10, 9, 18],
"result" : "invalid"
}
]
},
{
"keySize" : 192,
"msgSize" : 5,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 998,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "a6c055a8cba4718f411d1a3d9c9e2051261ce3e369b2fa13",
"tweak" : "c5d9512a52de22b7",
"msg" : [5, 0, 10, 11, 6],
"ct" : [6, 12, 16, 12, 13],
"result" : "valid"
},
{
"tcId" : 999,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "96fc2e2e2fba26508b73927dea1a42c8edcaa1e9d752f84e",
"tweak" : "bdbf3377d69e6a6e",
"msg" : [0, 0, 0, 0, 0],
"ct" : [20, 0, 9, 24, 6],
"result" : "valid"
},
{
"tcId" : 1000,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "96fc2e2e2fba26508b73927dea1a42c8edcaa1e9d752f84e",
"tweak" : "bdbf3377d69e6a6e",
"msg" : [25, 25, 25, 25, 25],
"ct" : [23, 16, 16, 20, 8],
"result" : "valid"
},
{
"tcId" : 1001,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "96fc2e2e2fba26508b73927dea1a42c8edcaa1e9d752f84e",
"tweak" : "bdbf3377d69e6a6e",
"msg" : [19, 18, 24, 6, 4],
"ct" : [11, 3, 18, 10, 1],
"result" : "valid"
},
{
"tcId" : 1002,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "96fc2e2e2fba26508b73927dea1a42c8edcaa1e9d752f84e",
"tweak" : "bdbf3377d69e6a6e",
"msg" : [19, 17, 24, 6, 3],
"ct" : [12, 14, 25, 19, 9],
"result" : "valid"
},
{
"tcId" : 1003,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "96fc2e2e2fba26508b73927dea1a42c8edcaa1e9d752f84e",
"tweak" : "bdbf3377d69e6a6e",
"msg" : [14, 12, 21, 18, 8],
"ct" : [13, 20, 22, 19, 23],
"result" : "valid"
},
{
"tcId" : 1004,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "96fc2e2e2fba26508b73927dea1a42c8edcaa1e9d752f84e",
"tweak" : "bdbf3377d69e6a6e",
"msg" : [11, 0, 2, 11, 18],
"ct" : [4, 18, 19, 14, 11],
"result" : "valid"
},
{
"tcId" : 1005,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "96fc2e2e2fba26508b73927dea1a42c8edcaa1e9d752f84e",
"tweak" : "bdbf3377d69e6a6e",
"msg" : [20, 14, 23, 21, 14],
"ct" : [25, 17, 12, 0, 20],
"result" : "valid"
},
{
"tcId" : 1006,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "96fc2e2e2fba26508b73927dea1a42c8edcaa1e9d752f84e",
"tweak" : "bdbf3377d69e6a6e",
"msg" : [20, 14, 19, 8, 16],
"ct" : [18, 19, 20, 17, 17],
"result" : "valid"
},
{
"tcId" : 1007,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "96fc2e2e2fba26508b73927dea1a42c8edcaa1e9d752f84e",
"tweak" : "bdbf3377d69e6a6e",
"msg" : [9, 13, 25, 6, 10],
"ct" : [15, 13, 22, 22, 17],
"result" : "valid"
},
{
"tcId" : 1008,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "96fc2e2e2fba26508b73927dea1a42c8edcaa1e9d752f84e",
"tweak" : "bdbf3377d69e6a6e",
"msg" : [1, 13, 8, 13, 7],
"ct" : [25, 17, 3, 8, 10],
"result" : "valid"
},
{
"tcId" : 1009,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "96fc2e2e2fba26508b73927dea1a42c8edcaa1e9d752f84e",
"tweak" : "bdbf3377d69e6a6e",
"msg" : [17, 0, 15, 12, 25],
"ct" : [11, 9, 10, 19, 12],
"result" : "valid"
},
{
"tcId" : 1010,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "96fc2e2e2fba26508b73927dea1a42c8edcaa1e9d752f84e",
"tweak" : "bdbf3377d69e6a6e",
"msg" : [20, 0, 6, 13, 15],
"ct" : [9, 23, 1, 14, 23],
"result" : "valid"
},
{
"tcId" : 1011,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "96fc2e2e2fba26508b73927dea1a42c8edcaa1e9d752f84e",
"tweak" : "bdbf3377d69e6a6e",
"msg" : [14, 0, 21, 17, 16],
"ct" : [0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 1012,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "96fc2e2e2fba26508b73927dea1a42c8edcaa1e9d752f84e",
"tweak" : "bdbf3377d69e6a6e",
"msg" : [23, 12, 15, 16, 25],
"ct" : [25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 1013,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "96fc2e2e2fba26508b73927dea1a42c8edcaa1e9d752f84e",
"tweak" : "bdbf3377d69e6a6e",
"msg" : [11, 6, 24, 1, 9],
"ct" : [19, 18, 24, 6, 4],
"result" : "valid"
},
{
"tcId" : 1014,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "96fc2e2e2fba26508b73927dea1a42c8edcaa1e9d752f84e",
"tweak" : "bdbf3377d69e6a6e",
"msg" : [25, 7, 18, 8, 23],
"ct" : [19, 17, 24, 6, 3],
"result" : "valid"
},
{
"tcId" : 1015,
"comment" : "y = 0 and (y + a) % radix**2 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "47ba0d5030df62cede1d0ed4f4e86b418ad54d330cb37894",
"tweak" : "5ed83eb9e4b7ed933a2d2ab7cc",
"msg" : [0, 0, 22, 11, 16],
"ct" : [18, 18, 17, 24, 4],
"result" : "valid"
},
{
"tcId" : 1016,
"comment" : "y = 0 and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "47ba0d5030df62cede1d0ed4f4e86b418ad54d330cb37894",
"tweak" : "5ed83eb9e4b7ed933a2d2ab7cc",
"msg" : [0, 1, 22, 11, 16],
"ct" : [23, 21, 16, 25, 12],
"result" : "valid"
},
{
"tcId" : 1017,
"comment" : "y = 0 and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "47ba0d5030df62cede1d0ed4f4e86b418ad54d330cb37894",
"tweak" : "5ed83eb9e4b7ed933a2d2ab7cc",
"msg" : [19, 18, 22, 11, 16],
"ct" : [1, 20, 25, 7, 2],
"result" : "valid"
},
{
"tcId" : 1018,
"comment" : "y = 0 and (y + a) % radix**2 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "47ba0d5030df62cede1d0ed4f4e86b418ad54d330cb37894",
"tweak" : "5ed83eb9e4b7ed933a2d2ab7cc",
"msg" : [25, 25, 22, 11, 16],
"ct" : [10, 20, 12, 2, 22],
"result" : "valid"
},
{
"tcId" : 1019,
"comment" : "y = 1 and a = 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "47ba0d5030df62cede1d0ed4f4e86b418ad54d330cb37894",
"tweak" : "cf760d8a2a8cb906ea5bf4ecfe",
"msg" : [1, 10, 16, 4, 9],
"ct" : [16, 4, 1, 18, 7],
"result" : "valid"
},
{
"tcId" : 1020,
"comment" : "y = 1 and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "47ba0d5030df62cede1d0ed4f4e86b418ad54d330cb37894",
"tweak" : "cf760d8a2a8cb906ea5bf4ecfe",
"msg" : [15, 8, 1, 7, 12],
"ct" : [12, 7, 0, 15, 0],
"result" : "valid"
},
{
"tcId" : 1021,
"comment" : "y = 1 and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "47ba0d5030df62cede1d0ed4f4e86b418ad54d330cb37894",
"tweak" : "cf760d8a2a8cb906ea5bf4ecfe",
"msg" : [19, 15, 13, 20, 6],
"ct" : [11, 0, 14, 4, 11],
"result" : "valid"
},
{
"tcId" : 1022,
"comment" : "y = 1 and (y + a) % radix**2 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "47ba0d5030df62cede1d0ed4f4e86b418ad54d330cb37894",
"tweak" : "cf760d8a2a8cb906ea5bf4ecfe",
"msg" : [2, 9, 2, 10, 2],
"ct" : [10, 17, 21, 10, 17],
"result" : "valid"
},
{
"tcId" : 1023,
"comment" : "y = 1 and (y + a) % radix**2 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "47ba0d5030df62cede1d0ed4f4e86b418ad54d330cb37894",
"tweak" : "cf760d8a2a8cb906ea5bf4ecfe",
"msg" : [1, 19, 14, 18, 22],
"ct" : [17, 19, 2, 22, 5],
"result" : "valid"
},
{
"tcId" : 1024,
"comment" : "y is maximal and a = 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "47ba0d5030df62cede1d0ed4f4e86b418ad54d330cb37894",
"tweak" : "5f9bca89c4d8931d4bc5332652",
"msg" : [16, 7, 11, 3, 22],
"ct" : [25, 21, 2, 21, 6],
"result" : "valid"
},
{
"tcId" : 1025,
"comment" : "y is maximal and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "47ba0d5030df62cede1d0ed4f4e86b418ad54d330cb37894",
"tweak" : "5f9bca89c4d8931d4bc5332652",
"msg" : [1, 0, 20, 17, 17],
"ct" : [13, 18, 13, 12, 0],
"result" : "valid"
},
{
"tcId" : 1026,
"comment" : "y is maximal and (y + a) % radix**2 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "47ba0d5030df62cede1d0ed4f4e86b418ad54d330cb37894",
"tweak" : "5f9bca89c4d8931d4bc5332652",
"msg" : [15, 4, 8, 0, 4],
"ct" : [1, 0, 8, 22, 23],
"result" : "valid"
},
{
"tcId" : 1027,
"comment" : "y is maximal and (y + a) % radix**2 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "47ba0d5030df62cede1d0ed4f4e86b418ad54d330cb37894",
"tweak" : "5f9bca89c4d8931d4bc5332652",
"msg" : [10, 7, 22, 0, 24],
"ct" : [20, 13, 19, 23, 9],
"result" : "valid"
},
{
"tcId" : 1028,
"comment" : "y is maximal and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "47ba0d5030df62cede1d0ed4f4e86b418ad54d330cb37894",
"tweak" : "5f9bca89c4d8931d4bc5332652",
"msg" : [18, 22, 8, 4, 17],
"ct" : [3, 7, 18, 10, 5],
"result" : "valid"
},
{
"tcId" : 1029,
"comment" : "y is maximal and a is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "47ba0d5030df62cede1d0ed4f4e86b418ad54d330cb37894",
"tweak" : "5f9bca89c4d8931d4bc5332652",
"msg" : [9, 24, 8, 19, 12],
"ct" : [16, 21, 24, 13, 22],
"result" : "valid"
},
{
"tcId" : 1030,
"comment" : "y is edge case for modular reduction and a = 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "47ba0d5030df62cede1d0ed4f4e86b418ad54d330cb37894",
"tweak" : "76d0808d8a5dcd53f3dab1f74a",
"msg" : [22, 18, 22, 13, 22],
"ct" : [16, 0, 11, 22, 0],
"result" : "valid"
},
{
"tcId" : 1031,
"comment" : "y is edge case for modular reduction and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "47ba0d5030df62cede1d0ed4f4e86b418ad54d330cb37894",
"tweak" : "76d0808d8a5dcd53f3dab1f74a",
"msg" : [15, 10, 10, 10, 15],
"ct" : [16, 1, 18, 22, 13],
"result" : "valid"
},
{
"tcId" : 1032,
"comment" : "y is edge case for modular reduction and (y + a) % radix**2 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "47ba0d5030df62cede1d0ed4f4e86b418ad54d330cb37894",
"tweak" : "76d0808d8a5dcd53f3dab1f74a",
"msg" : [7, 12, 23, 20, 4],
"ct" : [25, 25, 19, 19, 10],
"result" : "valid"
},
{
"tcId" : 1033,
"comment" : "y is edge case for modular reduction and (y + a) % radix**2 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "47ba0d5030df62cede1d0ed4f4e86b418ad54d330cb37894",
"tweak" : "76d0808d8a5dcd53f3dab1f74a",
"msg" : [23, 16, 4, 10, 8],
"ct" : [0, 0, 6, 6, 11],
"result" : "valid"
},
{
"tcId" : 1034,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "47ba0d5030df62cede1d0ed4f4e86b418ad54d330cb37894",
"tweak" : "76d0808d8a5dcd53f3dab1f74a",
"msg" : [20, 20, 9, 5, 25],
"ct" : [9, 18, 19, 25, 13],
"result" : "valid"
},
{
"tcId" : 1035,
"comment" : "y is edge case for modular reduction and a is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "47ba0d5030df62cede1d0ed4f4e86b418ad54d330cb37894",
"tweak" : "76d0808d8a5dcd53f3dab1f74a",
"msg" : [14, 2, 22, 8, 3],
"ct" : [15, 25, 1, 15, 8],
"result" : "valid"
},
{
"tcId" : 1036,
"comment" : "y is maximal after modular reduction and (y + a) % radix**2 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "47ba0d5030df62cede1d0ed4f4e86b418ad54d330cb37894",
"tweak" : "6e32d9b3f8db424e48731542f1",
"msg" : [18, 17, 0, 1, 3],
"ct" : [5, 18, 9, 10, 18],
"result" : "valid"
},
{
"tcId" : 1037,
"comment" : "y is maximal after modular reduction and (y + a) % radix**2 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "47ba0d5030df62cede1d0ed4f4e86b418ad54d330cb37894",
"tweak" : "6e32d9b3f8db424e48731542f1",
"msg" : [19, 22, 6, 7, 14],
"ct" : [23, 17, 22, 1, 11],
"result" : "valid"
},
{
"tcId" : 1038,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "47ba0d5030df62cede1d0ed4f4e86b418ad54d330cb37894",
"tweak" : "6e32d9b3f8db424e48731542f1",
"msg" : [6, 9, 21, 21, 22],
"ct" : [4, 24, 8, 7, 21],
"result" : "valid"
},
{
"tcId" : 1039,
"comment" : "y is maximal after modular reduction and a is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "47ba0d5030df62cede1d0ed4f4e86b418ad54d330cb37894",
"tweak" : "6e32d9b3f8db424e48731542f1",
"msg" : [23, 14, 17, 20, 25],
"ct" : [15, 6, 11, 2, 6],
"result" : "valid"
},
{
"tcId" : 1040,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "7d1dd7c87db4b2ad95137c34ca1baac73b195c0ede42becd",
"tweak" : "2ae737de3b2aa4b0",
"msg" : [-1, 24, 10, 25, 10],
"ct" : [21, 25, 10, 14, 25],
"result" : "invalid"
},
{
"tcId" : 1041,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "7d1dd7c87db4b2ad95137c34ca1baac73b195c0ede42becd",
"tweak" : "2ae737de3b2aa4b0",
"msg" : [24, -1, 10, 25, 10],
"ct" : [19, 6, 18, 12, 21],
"result" : "invalid"
},
{
"tcId" : 1042,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "7d1dd7c87db4b2ad95137c34ca1baac73b195c0ede42becd",
"tweak" : "2ae737de3b2aa4b0",
"msg" : [24, 24, 10, 25, -1],
"ct" : [7, 2, 4, 15, 16],
"result" : "invalid"
},
{
"tcId" : 1043,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "aa4b1c05d62b365a5c9451a9ea4abecc20f59bde41f8084c",
"tweak" : "be5cf371c7f16625",
"msg" : [26, 1, 0, 22, 20],
"ct" : [11, 11, 3, 22, 22],
"result" : "invalid"
},
{
"tcId" : 1044,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "aa4b1c05d62b365a5c9451a9ea4abecc20f59bde41f8084c",
"tweak" : "be5cf371c7f16625",
"msg" : [25, 26, 0, 22, 20],
"ct" : [11, 3, 13, 13, 5],
"result" : "invalid"
},
{
"tcId" : 1045,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "aa4b1c05d62b365a5c9451a9ea4abecc20f59bde41f8084c",
"tweak" : "be5cf371c7f16625",
"msg" : [25, 1, 0, 22, 26],
"ct" : [24, 24, 3, 8, 1],
"result" : "invalid"
}
]
},
{
"keySize" : 192,
"msgSize" : 6,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 1046,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "4d7429ddc83d27457a152d4981aab3ddf56dd2410647ad47",
"tweak" : "ada060734534dfa1",
"msg" : [2, 20, 10, 6, 20, 3],
"ct" : [5, 24, 18, 19, 9, 17],
"result" : "valid"
},
{
"tcId" : 1047,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "fb11ec30c2d9417c1a8e1484073c1d8e73277b92880ff21e",
"tweak" : "94045aa1a1f8fef4",
"msg" : [0, 0, 0, 0, 0, 0],
"ct" : [11, 4, 14, 20, 21, 17],
"result" : "valid"
},
{
"tcId" : 1048,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "fb11ec30c2d9417c1a8e1484073c1d8e73277b92880ff21e",
"tweak" : "94045aa1a1f8fef4",
"msg" : [25, 25, 25, 25, 25, 25],
"ct" : [3, 14, 12, 4, 14, 25],
"result" : "valid"
},
{
"tcId" : 1049,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "fb11ec30c2d9417c1a8e1484073c1d8e73277b92880ff21e",
"tweak" : "94045aa1a1f8fef4",
"msg" : [24, 6, 4, 24, 6, 4],
"ct" : [25, 19, 19, 5, 25, 21],
"result" : "valid"
},
{
"tcId" : 1050,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "fb11ec30c2d9417c1a8e1484073c1d8e73277b92880ff21e",
"tweak" : "94045aa1a1f8fef4",
"msg" : [24, 6, 3, 24, 6, 3],
"ct" : [1, 23, 2, 19, 14, 8],
"result" : "valid"
},
{
"tcId" : 1051,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "fb11ec30c2d9417c1a8e1484073c1d8e73277b92880ff21e",
"tweak" : "94045aa1a1f8fef4",
"msg" : [4, 6, 19, 24, 25, 21],
"ct" : [22, 24, 24, 5, 13, 20],
"result" : "valid"
},
{
"tcId" : 1052,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "fb11ec30c2d9417c1a8e1484073c1d8e73277b92880ff21e",
"tweak" : "94045aa1a1f8fef4",
"msg" : [19, 5, 0, 15, 21, 11],
"ct" : [3, 4, 24, 9, 14, 13],
"result" : "valid"
},
{
"tcId" : 1053,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "fb11ec30c2d9417c1a8e1484073c1d8e73277b92880ff21e",
"tweak" : "94045aa1a1f8fef4",
"msg" : [5, 15, 24, 17, 21, 25],
"ct" : [6, 23, 13, 19, 23, 18],
"result" : "valid"
},
{
"tcId" : 1054,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "fb11ec30c2d9417c1a8e1484073c1d8e73277b92880ff21e",
"tweak" : "94045aa1a1f8fef4",
"msg" : [8, 23, 12, 18, 10, 1],
"ct" : [24, 11, 1, 1, 11, 15],
"result" : "valid"
},
{
"tcId" : 1055,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "fb11ec30c2d9417c1a8e1484073c1d8e73277b92880ff21e",
"tweak" : "94045aa1a1f8fef4",
"msg" : [13, 21, 24, 25, 9, 2],
"ct" : [0, 18, 3, 19, 5, 10],
"result" : "valid"
},
{
"tcId" : 1056,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "fb11ec30c2d9417c1a8e1484073c1d8e73277b92880ff21e",
"tweak" : "94045aa1a1f8fef4",
"msg" : [8, 2, 10, 6, 8, 20],
"ct" : [23, 17, 0, 16, 0, 1],
"result" : "valid"
},
{
"tcId" : 1057,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "fb11ec30c2d9417c1a8e1484073c1d8e73277b92880ff21e",
"tweak" : "94045aa1a1f8fef4",
"msg" : [18, 23, 15, 21, 0, 10],
"ct" : [24, 6, 2, 1, 15, 24],
"result" : "valid"
},
{
"tcId" : 1058,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "fb11ec30c2d9417c1a8e1484073c1d8e73277b92880ff21e",
"tweak" : "94045aa1a1f8fef4",
"msg" : [0, 12, 18, 14, 16, 21],
"ct" : [22, 18, 16, 21, 19, 1],
"result" : "valid"
},
{
"tcId" : 1059,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "fb11ec30c2d9417c1a8e1484073c1d8e73277b92880ff21e",
"tweak" : "94045aa1a1f8fef4",
"msg" : [11, 0, 17, 3, 20, 24],
"ct" : [0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 1060,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "fb11ec30c2d9417c1a8e1484073c1d8e73277b92880ff21e",
"tweak" : "94045aa1a1f8fef4",
"msg" : [23, 3, 4, 13, 22, 7],
"ct" : [25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 1061,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "fb11ec30c2d9417c1a8e1484073c1d8e73277b92880ff21e",
"tweak" : "94045aa1a1f8fef4",
"msg" : [14, 21, 23, 1, 24, 2],
"ct" : [24, 6, 4, 24, 6, 4],
"result" : "valid"
},
{
"tcId" : 1062,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "fb11ec30c2d9417c1a8e1484073c1d8e73277b92880ff21e",
"tweak" : "94045aa1a1f8fef4",
"msg" : [1, 20, 24, 16, 21, 18],
"ct" : [24, 6, 3, 24, 6, 3],
"result" : "valid"
},
{
"tcId" : 1063,
"comment" : "y = 0 and (y + a) % radix**3 == 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "554366274f70a25ea36c134016e632c910fb14f397c950ed",
"tweak" : "91fecadf336052fefa9f6437a5",
"msg" : [8, 24, 1, 24, 22, 19],
"ct" : [11, 12, 2, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 1064,
"comment" : "y = 0 and a = 1 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "554366274f70a25ea36c134016e632c910fb14f397c950ed",
"tweak" : "91fecadf336052fefa9f6437a5",
"msg" : [23, 13, 10, 22, 22, 20],
"ct" : [11, 12, 2, 0, 0, 1],
"result" : "valid"
},
{
"tcId" : 1065,
"comment" : "y = 0 and a has large Hamming weight in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "554366274f70a25ea36c134016e632c910fb14f397c950ed",
"tweak" : "91fecadf336052fefa9f6437a5",
"msg" : [13, 25, 9, 4, 3, 12],
"ct" : [11, 12, 2, 24, 6, 4],
"result" : "valid"
},
{
"tcId" : 1066,
"comment" : "y = 0 and (y + a) % radix**3 is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "554366274f70a25ea36c134016e632c910fb14f397c950ed",
"tweak" : "91fecadf336052fefa9f6437a5",
"msg" : [18, 11, 6, 7, 19, 17],
"ct" : [11, 12, 2, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 1067,
"comment" : "y = 1 and a = 0 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "554366274f70a25ea36c134016e632c910fb14f397c950ed",
"tweak" : "c99678331a24c43409d0f0c73a",
"msg" : [23, 24, 8, 4, 1, 24],
"ct" : [8, 5, 4, 17, 12, 6],
"result" : "valid"
},
{
"tcId" : 1068,
"comment" : "y = 1 and a = 1 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "554366274f70a25ea36c134016e632c910fb14f397c950ed",
"tweak" : "c99678331a24c43409d0f0c73a",
"msg" : [20, 23, 19, 10, 1, 20],
"ct" : [4, 22, 24, 12, 17, 3],
"result" : "valid"
},
{
"tcId" : 1069,
"comment" : "y = 1 and a has large Hamming weight in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "554366274f70a25ea36c134016e632c910fb14f397c950ed",
"tweak" : "c99678331a24c43409d0f0c73a",
"msg" : [21, 14, 2, 9, 16, 16],
"ct" : [4, 24, 2, 19, 11, 14],
"result" : "valid"
},
{
"tcId" : 1070,
"comment" : "y = 1 and (y + a) % radix**3 is maximal in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "554366274f70a25ea36c134016e632c910fb14f397c950ed",
"tweak" : "c99678331a24c43409d0f0c73a",
"msg" : [20, 15, 25, 25, 21, 3],
"ct" : [6, 14, 12, 15, 0, 13],
"result" : "valid"
},
{
"tcId" : 1071,
"comment" : "y = 1 and (y + a) % radix**3 == 0 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "554366274f70a25ea36c134016e632c910fb14f397c950ed",
"tweak" : "c99678331a24c43409d0f0c73a",
"msg" : [15, 24, 20, 0, 3, 10],
"ct" : [16, 0, 7, 11, 9, 9],
"result" : "valid"
},
{
"tcId" : 1072,
"comment" : "y is maximal and a = 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "554366274f70a25ea36c134016e632c910fb14f397c950ed",
"tweak" : "a4026b5cf6f3ff62a8db541a4e",
"msg" : [7, 9, 20, 23, 23, 18],
"ct" : [4, 20, 21, 22, 24, 20],
"result" : "valid"
},
{
"tcId" : 1073,
"comment" : "y is maximal and a = 1 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "554366274f70a25ea36c134016e632c910fb14f397c950ed",
"tweak" : "a4026b5cf6f3ff62a8db541a4e",
"msg" : [16, 14, 13, 13, 9, 6],
"ct" : [25, 1, 20, 0, 21, 25],
"result" : "valid"
},
{
"tcId" : 1074,
"comment" : "y is maximal and (y + a) % radix**3 is maximal in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "554366274f70a25ea36c134016e632c910fb14f397c950ed",
"tweak" : "a4026b5cf6f3ff62a8db541a4e",
"msg" : [23, 2, 1, 8, 14, 12],
"ct" : [18, 18, 5, 24, 25, 1],
"result" : "valid"
},
{
"tcId" : 1075,
"comment" : "y is maximal and (y + a) % radix**3 == 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "554366274f70a25ea36c134016e632c910fb14f397c950ed",
"tweak" : "a4026b5cf6f3ff62a8db541a4e",
"msg" : [22, 6, 22, 12, 4, 0],
"ct" : [18, 0, 0, 13, 5, 11],
"result" : "valid"
},
{
"tcId" : 1076,
"comment" : "y is maximal and a has large Hamming weight in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "554366274f70a25ea36c134016e632c910fb14f397c950ed",
"tweak" : "a4026b5cf6f3ff62a8db541a4e",
"msg" : [7, 22, 4, 13, 17, 25],
"ct" : [14, 8, 11, 14, 2, 24],
"result" : "valid"
},
{
"tcId" : 1077,
"comment" : "y is maximal and a is maximal in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "554366274f70a25ea36c134016e632c910fb14f397c950ed",
"tweak" : "a4026b5cf6f3ff62a8db541a4e",
"msg" : [25, 11, 16, 15, 4, 16],
"ct" : [13, 5, 18, 13, 9, 12],
"result" : "valid"
},
{
"tcId" : 1078,
"comment" : "y is edge case for modular reduction and a = 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "554366274f70a25ea36c134016e632c910fb14f397c950ed",
"tweak" : "28a4785666a4c8211c3228f93d",
"msg" : [0, 0, 0, 7, 9, 20],
"ct" : [4, 1, 15, 9, 10, 12],
"result" : "valid"
},
{
"tcId" : 1079,
"comment" : "y is edge case for modular reduction and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "554366274f70a25ea36c134016e632c910fb14f397c950ed",
"tweak" : "28a4785666a4c8211c3228f93d",
"msg" : [0, 0, 1, 7, 9, 20],
"ct" : [5, 18, 10, 15, 24, 13],
"result" : "valid"
},
{
"tcId" : 1080,
"comment" : "y is edge case for modular reduction and (y + a) % radix**3 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "554366274f70a25ea36c134016e632c910fb14f397c950ed",
"tweak" : "28a4785666a4c8211c3228f93d",
"msg" : [13, 9, 25, 7, 9, 20],
"ct" : [15, 14, 22, 8, 13, 16],
"result" : "valid"
},
{
"tcId" : 1081,
"comment" : "y is edge case for modular reduction and (y + a) % radix**3 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "554366274f70a25ea36c134016e632c910fb14f397c950ed",
"tweak" : "28a4785666a4c8211c3228f93d",
"msg" : [13, 10, 0, 7, 9, 20],
"ct" : [8, 5, 20, 16, 10, 13],
"result" : "valid"
},
{
"tcId" : 1082,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "554366274f70a25ea36c134016e632c910fb14f397c950ed",
"tweak" : "28a4785666a4c8211c3228f93d",
"msg" : [24, 6, 4, 7, 9, 20],
"ct" : [11, 11, 19, 8, 8, 16],
"result" : "valid"
},
{
"tcId" : 1083,
"comment" : "y is edge case for modular reduction and a is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "554366274f70a25ea36c134016e632c910fb14f397c950ed",
"tweak" : "28a4785666a4c8211c3228f93d",
"msg" : [25, 25, 25, 7, 9, 20],
"ct" : [8, 1, 15, 21, 25, 14],
"result" : "valid"
},
{
"tcId" : 1084,
"comment" : "y is maximal after modular reduction and (y + a) % radix**3 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "554366274f70a25ea36c134016e632c910fb14f397c950ed",
"tweak" : "9f110cd62e40c85c33fa6d971f",
"msg" : [5, 10, 0, 16, 15, 2],
"ct" : [22, 21, 19, 8, 19, 17],
"result" : "valid"
},
{
"tcId" : 1085,
"comment" : "y is maximal after modular reduction and (y + a) % radix**3 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "554366274f70a25ea36c134016e632c910fb14f397c950ed",
"tweak" : "9f110cd62e40c85c33fa6d971f",
"msg" : [8, 13, 17, 3, 3, 2],
"ct" : [11, 18, 16, 6, 17, 6],
"result" : "valid"
},
{
"tcId" : 1086,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "554366274f70a25ea36c134016e632c910fb14f397c950ed",
"tweak" : "9f110cd62e40c85c33fa6d971f",
"msg" : [16, 15, 3, 10, 20, 11],
"ct" : [22, 12, 21, 17, 18, 6],
"result" : "valid"
},
{
"tcId" : 1087,
"comment" : "y is maximal after modular reduction and a is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "554366274f70a25ea36c134016e632c910fb14f397c950ed",
"tweak" : "9f110cd62e40c85c33fa6d971f",
"msg" : [17, 11, 22, 21, 10, 10],
"ct" : [19, 22, 18, 21, 16, 4],
"result" : "valid"
},
{
"tcId" : 1088,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "88167c8609d65b4d1f5f83c582b079e4ef7079b329a49fda",
"tweak" : "c0b22a647b59d5ca",
"msg" : [-1, 17, 3, 8, 20, 5],
"ct" : [12, 4, 23, 25, 4, 12],
"result" : "invalid"
},
{
"tcId" : 1089,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "88167c8609d65b4d1f5f83c582b079e4ef7079b329a49fda",
"tweak" : "c0b22a647b59d5ca",
"msg" : [18, 17, -1, 8, 20, 5],
"ct" : [4, 15, 18, 24, 23, 19],
"result" : "invalid"
},
{
"tcId" : 1090,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "88167c8609d65b4d1f5f83c582b079e4ef7079b329a49fda",
"tweak" : "c0b22a647b59d5ca",
"msg" : [18, 17, 3, 8, 20, -1],
"ct" : [12, 23, 12, 17, 3, 3],
"result" : "invalid"
},
{
"tcId" : 1091,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "53ae33759f6a6235773313b72968a26e0bd5d2cf717e2e88",
"tweak" : "b236021ad6a7eec8",
"msg" : [26, 0, 23, 5, 3, 24],
"ct" : [23, 9, 19, 12, 3, 15],
"result" : "invalid"
},
{
"tcId" : 1092,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "53ae33759f6a6235773313b72968a26e0bd5d2cf717e2e88",
"tweak" : "b236021ad6a7eec8",
"msg" : [19, 0, 26, 5, 3, 24],
"ct" : [7, 6, 8, 5, 24, 0],
"result" : "invalid"
},
{
"tcId" : 1093,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "53ae33759f6a6235773313b72968a26e0bd5d2cf717e2e88",
"tweak" : "b236021ad6a7eec8",
"msg" : [19, 0, 23, 5, 3, 26],
"ct" : [4, 19, 2, 24, 12, 10],
"result" : "invalid"
}
]
},
{
"keySize" : 192,
"msgSize" : 7,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 1094,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "87f7c60d04f5313cff17a4e7fad56c33b0afb439939c1ab5",
"tweak" : "20e854d3f367ab8e",
"msg" : [14, 23, 13, 24, 16, 10, 10],
"ct" : [5, 22, 5, 23, 19, 0, 5],
"result" : "valid"
},
{
"tcId" : 1095,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "75cab941d9824399ade8dd4b38df396804fe8d43296f901c",
"tweak" : "b08eb74eb083e732",
"msg" : [0, 0, 0, 0, 0, 0, 0],
"ct" : [7, 23, 10, 10, 13, 24, 16],
"result" : "valid"
},
{
"tcId" : 1096,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "75cab941d9824399ade8dd4b38df396804fe8d43296f901c",
"tweak" : "b08eb74eb083e732",
"msg" : [25, 25, 25, 25, 25, 25, 25],
"ct" : [0, 19, 17, 25, 22, 5, 15],
"result" : "valid"
},
{
"tcId" : 1097,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "75cab941d9824399ade8dd4b38df396804fe8d43296f901c",
"tweak" : "b08eb74eb083e732",
"msg" : [24, 6, 4, 14, 23, 20, 12],
"ct" : [21, 14, 17, 22, 19, 22, 0],
"result" : "valid"
},
{
"tcId" : 1098,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "75cab941d9824399ade8dd4b38df396804fe8d43296f901c",
"tweak" : "b08eb74eb083e732",
"msg" : [24, 6, 3, 14, 23, 20, 11],
"ct" : [19, 9, 14, 19, 13, 7, 22],
"result" : "valid"
},
{
"tcId" : 1099,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "75cab941d9824399ade8dd4b38df396804fe8d43296f901c",
"tweak" : "b08eb74eb083e732",
"msg" : [11, 0, 3, 5, 25, 17, 1],
"ct" : [23, 16, 18, 5, 10, 7, 8],
"result" : "valid"
},
{
"tcId" : 1100,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "75cab941d9824399ade8dd4b38df396804fe8d43296f901c",
"tweak" : "b08eb74eb083e732",
"msg" : [10, 21, 2, 3, 14, 0, 16],
"ct" : [14, 3, 25, 13, 17, 1, 23],
"result" : "valid"
},
{
"tcId" : 1101,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "75cab941d9824399ade8dd4b38df396804fe8d43296f901c",
"tweak" : "b08eb74eb083e732",
"msg" : [25, 5, 11, 21, 16, 0, 18],
"ct" : [9, 7, 11, 1, 21, 7, 5],
"result" : "valid"
},
{
"tcId" : 1102,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "75cab941d9824399ade8dd4b38df396804fe8d43296f901c",
"tweak" : "b08eb74eb083e732",
"msg" : [10, 24, 13, 15, 19, 20, 4],
"ct" : [17, 1, 24, 0, 5, 17, 12],
"result" : "valid"
},
{
"tcId" : 1103,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "75cab941d9824399ade8dd4b38df396804fe8d43296f901c",
"tweak" : "b08eb74eb083e732",
"msg" : [15, 4, 7, 19, 1, 1, 18],
"ct" : [6, 20, 6, 9, 24, 11, 16],
"result" : "valid"
},
{
"tcId" : 1104,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "75cab941d9824399ade8dd4b38df396804fe8d43296f901c",
"tweak" : "b08eb74eb083e732",
"msg" : [19, 9, 15, 13, 8, 24, 7],
"ct" : [11, 17, 19, 9, 8, 25, 2],
"result" : "valid"
},
{
"tcId" : 1105,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "75cab941d9824399ade8dd4b38df396804fe8d43296f901c",
"tweak" : "b08eb74eb083e732",
"msg" : [4, 13, 11, 11, 18, 18, 10],
"ct" : [6, 6, 8, 11, 1, 10, 11],
"result" : "valid"
},
{
"tcId" : 1106,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "75cab941d9824399ade8dd4b38df396804fe8d43296f901c",
"tweak" : "b08eb74eb083e732",
"msg" : [9, 22, 5, 19, 24, 22, 15],
"ct" : [6, 16, 8, 24, 22, 5, 4],
"result" : "valid"
},
{
"tcId" : 1107,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "75cab941d9824399ade8dd4b38df396804fe8d43296f901c",
"tweak" : "b08eb74eb083e732",
"msg" : [18, 9, 18, 10, 11, 4, 4],
"ct" : [0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 1108,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "75cab941d9824399ade8dd4b38df396804fe8d43296f901c",
"tweak" : "b08eb74eb083e732",
"msg" : [21, 12, 9, 18, 13, 23, 2],
"ct" : [25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 1109,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "75cab941d9824399ade8dd4b38df396804fe8d43296f901c",
"tweak" : "b08eb74eb083e732",
"msg" : [21, 2, 14, 7, 11, 19, 12],
"ct" : [24, 6, 4, 14, 23, 20, 12],
"result" : "valid"
},
{
"tcId" : 1110,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "75cab941d9824399ade8dd4b38df396804fe8d43296f901c",
"tweak" : "b08eb74eb083e732",
"msg" : [4, 20, 6, 6, 14, 24, 22],
"ct" : [24, 6, 3, 14, 23, 20, 11],
"result" : "valid"
},
{
"tcId" : 1111,
"comment" : "y is maximal and a = 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "5770c68113fac20abbd419d0c588e7929dd202a9829db695",
"tweak" : "4417da180e50e9377ad538f2",
"msg" : [0, 0, 0, 2, 3, 19, 10],
"ct" : [25, 21, 12, 25, 15, 19, 21],
"result" : "valid"
},
{
"tcId" : 1112,
"comment" : "y is maximal and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "5770c68113fac20abbd419d0c588e7929dd202a9829db695",
"tweak" : "4417da180e50e9377ad538f2",
"msg" : [0, 0, 1, 2, 3, 19, 10],
"ct" : [19, 20, 13, 23, 4, 16, 6],
"result" : "valid"
},
{
"tcId" : 1113,
"comment" : "y is maximal and (y + a) % radix**3 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "5770c68113fac20abbd419d0c588e7929dd202a9829db695",
"tweak" : "4417da180e50e9377ad538f2",
"msg" : [13, 9, 10, 2, 3, 19, 10],
"ct" : [4, 7, 7, 1, 21, 11, 18],
"result" : "valid"
},
{
"tcId" : 1114,
"comment" : "y is maximal and (y + a) % radix**3 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "5770c68113fac20abbd419d0c588e7929dd202a9829db695",
"tweak" : "4417da180e50e9377ad538f2",
"msg" : [13, 9, 11, 2, 3, 19, 10],
"ct" : [15, 2, 22, 8, 3, 5, 9],
"result" : "valid"
},
{
"tcId" : 1115,
"comment" : "y is maximal and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "5770c68113fac20abbd419d0c588e7929dd202a9829db695",
"tweak" : "4417da180e50e9377ad538f2",
"msg" : [24, 6, 4, 2, 3, 19, 10],
"ct" : [24, 4, 14, 10, 23, 14, 10],
"result" : "valid"
},
{
"tcId" : 1116,
"comment" : "y is maximal and a is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "5770c68113fac20abbd419d0c588e7929dd202a9829db695",
"tweak" : "4417da180e50e9377ad538f2",
"msg" : [25, 25, 25, 2, 3, 19, 10],
"ct" : [25, 12, 9, 17, 11, 12, 20],
"result" : "valid"
},
{
"tcId" : 1117,
"comment" : "y is edge case for modular reduction and a = 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "5770c68113fac20abbd419d0c588e7929dd202a9829db695",
"tweak" : "fe70868b88d1021c080d84ed",
"msg" : [9, 22, 3, 12, 8, 24, 21],
"ct" : [12, 16, 0, 13, 14, 4, 4],
"result" : "valid"
},
{
"tcId" : 1118,
"comment" : "y is edge case for modular reduction and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "5770c68113fac20abbd419d0c588e7929dd202a9829db695",
"tweak" : "fe70868b88d1021c080d84ed",
"msg" : [24, 16, 8, 12, 5, 23, 3],
"ct" : [12, 16, 1, 2, 0, 8, 19],
"result" : "valid"
},
{
"tcId" : 1119,
"comment" : "y is edge case for modular reduction and (y + a) % radix**3 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "5770c68113fac20abbd419d0c588e7929dd202a9829db695",
"tweak" : "fe70868b88d1021c080d84ed",
"msg" : [13, 4, 13, 1, 8, 12, 19],
"ct" : [25, 25, 25, 3, 25, 16, 15],
"result" : "valid"
},
{
"tcId" : 1120,
"comment" : "y is edge case for modular reduction and (y + a) % radix**3 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "5770c68113fac20abbd419d0c588e7929dd202a9829db695",
"tweak" : "fe70868b88d1021c080d84ed",
"msg" : [9, 11, 0, 19, 9, 7, 6],
"ct" : [0, 0, 0, 25, 21, 21, 21],
"result" : "valid"
},
{
"tcId" : 1121,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "5770c68113fac20abbd419d0c588e7929dd202a9829db695",
"tweak" : "fe70868b88d1021c080d84ed",
"msg" : [1, 15, 23, 3, 19, 3, 3],
"ct" : [10, 22, 4, 10, 5, 22, 7],
"result" : "valid"
},
{
"tcId" : 1122,
"comment" : "y is edge case for modular reduction and a is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "5770c68113fac20abbd419d0c588e7929dd202a9829db695",
"tweak" : "fe70868b88d1021c080d84ed",
"msg" : [21, 23, 19, 0, 24, 11, 4],
"ct" : [12, 15, 25, 1, 6, 10, 20],
"result" : "valid"
},
{
"tcId" : 1123,
"comment" : "y is maximal after modular reduction and (y + a) % radix**4 is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "5770c68113fac20abbd419d0c588e7929dd202a9829db695",
"tweak" : "b6ee1e7fadc86d44c20c3c71",
"msg" : [24, 19, 1, 24, 22, 18, 9],
"ct" : [16, 10, 15, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 1124,
"comment" : "y is maximal after modular reduction and (y + a) % radix**4 == 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "5770c68113fac20abbd419d0c588e7929dd202a9829db695",
"tweak" : "b6ee1e7fadc86d44c20c3c71",
"msg" : [5, 19, 15, 17, 18, 19, 19],
"ct" : [16, 10, 15, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 1125,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "5770c68113fac20abbd419d0c588e7929dd202a9829db695",
"tweak" : "b6ee1e7fadc86d44c20c3c71",
"msg" : [5, 14, 14, 2, 2, 23, 24],
"ct" : [16, 10, 15, 14, 23, 20, 11],
"result" : "valid"
},
{
"tcId" : 1126,
"comment" : "y is maximal after modular reduction and a is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "5770c68113fac20abbd419d0c588e7929dd202a9829db695",
"tweak" : "b6ee1e7fadc86d44c20c3c71",
"msg" : [10, 11, 7, 18, 21, 15, 11],
"ct" : [16, 10, 15, 25, 25, 25, 24],
"result" : "valid"
},
{
"tcId" : 1127,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "feb4107ae457413c5445e8f77175ea0ee1d610dcea97129b",
"tweak" : "60ffe987c829b479",
"msg" : [-1, 3, 14, 10, 18, 22, 20],
"ct" : [1, 4, 22, 16, 24, 12, 2],
"result" : "invalid"
},
{
"tcId" : 1128,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "feb4107ae457413c5445e8f77175ea0ee1d610dcea97129b",
"tweak" : "60ffe987c829b479",
"msg" : [21, 3, -1, 10, 18, 22, 20],
"ct" : [25, 7, 5, 22, 21, 12, 3],
"result" : "invalid"
},
{
"tcId" : 1129,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "feb4107ae457413c5445e8f77175ea0ee1d610dcea97129b",
"tweak" : "60ffe987c829b479",
"msg" : [21, 3, 14, 10, 18, 22, -1],
"ct" : [8, 0, 10, 11, 25, 25, 10],
"result" : "invalid"
},
{
"tcId" : 1130,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "1d4c00295403c7a0debaa4fbe571882185b2d3759d7d6e44",
"tweak" : "e21014f3a8169d26",
"msg" : [26, 7, 10, 12, 12, 6, 5],
"ct" : [12, 1, 20, 20, 11, 23, 8],
"result" : "invalid"
},
{
"tcId" : 1131,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "1d4c00295403c7a0debaa4fbe571882185b2d3759d7d6e44",
"tweak" : "e21014f3a8169d26",
"msg" : [4, 7, 26, 12, 12, 6, 5],
"ct" : [25, 7, 19, 0, 3, 8, 16],
"result" : "invalid"
},
{
"tcId" : 1132,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "1d4c00295403c7a0debaa4fbe571882185b2d3759d7d6e44",
"tweak" : "e21014f3a8169d26",
"msg" : [4, 7, 10, 12, 12, 6, 26],
"ct" : [20, 9, 9, 2, 15, 9, 5],
"result" : "invalid"
}
]
},
{
"keySize" : 192,
"msgSize" : 8,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 1133,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "92a79c3f030f2aba3096f2537c9d47403d9f4b2ede166d87",
"tweak" : "3146e53b9e1162f2",
"msg" : [0, 16, 7, 25, 4, 7, 12, 18],
"ct" : [7, 9, 4, 13, 5, 11, 24, 8],
"result" : "valid"
},
{
"tcId" : 1134,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "51457a1a434804c4b210581136078cce2b56562af03b5e4b",
"tweak" : "b8519119f55eeaa7",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [22, 5, 25, 7, 13, 7, 25, 18],
"result" : "valid"
},
{
"tcId" : 1135,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "51457a1a434804c4b210581136078cce2b56562af03b5e4b",
"tweak" : "b8519119f55eeaa7",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25],
"ct" : [10, 3, 1, 16, 6, 5, 3, 21],
"result" : "valid"
},
{
"tcId" : 1136,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "51457a1a434804c4b210581136078cce2b56562af03b5e4b",
"tweak" : "b8519119f55eeaa7",
"msg" : [14, 23, 20, 12, 14, 23, 20, 12],
"ct" : [23, 25, 18, 8, 22, 22, 6, 11],
"result" : "valid"
},
{
"tcId" : 1137,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "51457a1a434804c4b210581136078cce2b56562af03b5e4b",
"tweak" : "b8519119f55eeaa7",
"msg" : [14, 23, 20, 11, 14, 23, 20, 11],
"ct" : [21, 1, 7, 17, 7, 1, 10, 8],
"result" : "valid"
},
{
"tcId" : 1138,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "51457a1a434804c4b210581136078cce2b56562af03b5e4b",
"tweak" : "b8519119f55eeaa7",
"msg" : [25, 9, 1, 7, 6, 4, 10, 4],
"ct" : [12, 15, 20, 12, 23, 23, 6, 8],
"result" : "valid"
},
{
"tcId" : 1139,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "51457a1a434804c4b210581136078cce2b56562af03b5e4b",
"tweak" : "b8519119f55eeaa7",
"msg" : [14, 16, 3, 7, 11, 10, 18, 19],
"ct" : [21, 24, 20, 11, 7, 2, 10, 22],
"result" : "valid"
},
{
"tcId" : 1140,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "51457a1a434804c4b210581136078cce2b56562af03b5e4b",
"tweak" : "b8519119f55eeaa7",
"msg" : [3, 10, 12, 22, 2, 10, 10, 7],
"ct" : [15, 15, 18, 0, 19, 2, 21, 2],
"result" : "valid"
},
{
"tcId" : 1141,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "51457a1a434804c4b210581136078cce2b56562af03b5e4b",
"tweak" : "b8519119f55eeaa7",
"msg" : [10, 23, 9, 12, 13, 14, 2, 24],
"ct" : [16, 17, 11, 16, 10, 2, 3, 3],
"result" : "valid"
},
{
"tcId" : 1142,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "51457a1a434804c4b210581136078cce2b56562af03b5e4b",
"tweak" : "b8519119f55eeaa7",
"msg" : [7, 12, 14, 19, 25, 9, 18, 15],
"ct" : [4, 21, 1, 25, 19, 16, 11, 18],
"result" : "valid"
},
{
"tcId" : 1143,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "51457a1a434804c4b210581136078cce2b56562af03b5e4b",
"tweak" : "b8519119f55eeaa7",
"msg" : [17, 22, 11, 2, 21, 21, 21, 1],
"ct" : [22, 21, 12, 13, 13, 3, 6, 7],
"result" : "valid"
},
{
"tcId" : 1144,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "51457a1a434804c4b210581136078cce2b56562af03b5e4b",
"tweak" : "b8519119f55eeaa7",
"msg" : [4, 3, 8, 12, 20, 21, 25, 24],
"ct" : [25, 3, 3, 11, 4, 7, 2, 23],
"result" : "valid"
},
{
"tcId" : 1145,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "51457a1a434804c4b210581136078cce2b56562af03b5e4b",
"tweak" : "b8519119f55eeaa7",
"msg" : [4, 19, 6, 9, 5, 13, 4, 21],
"ct" : [9, 16, 2, 4, 10, 0, 24, 0],
"result" : "valid"
},
{
"tcId" : 1146,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "51457a1a434804c4b210581136078cce2b56562af03b5e4b",
"tweak" : "b8519119f55eeaa7",
"msg" : [20, 4, 5, 9, 23, 15, 4, 21],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 1147,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "51457a1a434804c4b210581136078cce2b56562af03b5e4b",
"tweak" : "b8519119f55eeaa7",
"msg" : [10, 25, 25, 22, 3, 12, 4, 24],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 1148,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "51457a1a434804c4b210581136078cce2b56562af03b5e4b",
"tweak" : "b8519119f55eeaa7",
"msg" : [8, 21, 8, 24, 18, 5, 2, 3],
"ct" : [14, 23, 20, 12, 14, 23, 20, 12],
"result" : "valid"
},
{
"tcId" : 1149,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "51457a1a434804c4b210581136078cce2b56562af03b5e4b",
"tweak" : "b8519119f55eeaa7",
"msg" : [8, 5, 15, 23, 20, 8, 0, 12],
"ct" : [14, 23, 20, 11, 14, 23, 20, 11],
"result" : "valid"
},
{
"tcId" : 1150,
"comment" : "y = 0 and (y + a) % radix**4 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "2b2051b7468176d99a241501f41a390fa53b7b9f88048e81",
"tweak" : "9f08e71adfbdc9fe95197d28",
"msg" : [14, 0, 22, 6, 21, 14, 14, 3],
"ct" : [22, 21, 4, 14, 9, 9, 11, 22],
"result" : "valid"
},
{
"tcId" : 1151,
"comment" : "y = 0 and a = 1 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "2b2051b7468176d99a241501f41a390fa53b7b9f88048e81",
"tweak" : "9f08e71adfbdc9fe95197d28",
"msg" : [16, 3, 14, 8, 16, 7, 9, 16],
"ct" : [25, 21, 10, 8, 20, 18, 13, 18],
"result" : "valid"
},
{
"tcId" : 1152,
"comment" : "y = 0 and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "2b2051b7468176d99a241501f41a390fa53b7b9f88048e81",
"tweak" : "9f08e71adfbdc9fe95197d28",
"msg" : [3, 5, 14, 14, 18, 11, 5, 23],
"ct" : [12, 6, 21, 22, 21, 25, 7, 18],
"result" : "valid"
},
{
"tcId" : 1153,
"comment" : "y = 0 and (y + a) % radix**4 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "2b2051b7468176d99a241501f41a390fa53b7b9f88048e81",
"tweak" : "9f08e71adfbdc9fe95197d28",
"msg" : [20, 4, 20, 16, 8, 14, 15, 9],
"ct" : [25, 21, 18, 12, 25, 4, 18, 18],
"result" : "valid"
},
{
"tcId" : 1154,
"comment" : "y = 1 and a = 0 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "2b2051b7468176d99a241501f41a390fa53b7b9f88048e81",
"tweak" : "e675d482d317f94313c55b7d",
"msg" : [24, 18, 13, 22, 0, 0, 0, 0],
"ct" : [19, 13, 2, 13, 18, 14, 7, 14],
"result" : "valid"
},
{
"tcId" : 1155,
"comment" : "y = 1 and a = 1 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "2b2051b7468176d99a241501f41a390fa53b7b9f88048e81",
"tweak" : "e675d482d317f94313c55b7d",
"msg" : [8, 22, 18, 13, 0, 0, 0, 1],
"ct" : [9, 21, 9, 17, 20, 0, 13, 14],
"result" : "valid"
},
{
"tcId" : 1156,
"comment" : "y = 1 and a has large Hamming weight in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "2b2051b7468176d99a241501f41a390fa53b7b9f88048e81",
"tweak" : "e675d482d317f94313c55b7d",
"msg" : [19, 22, 17, 13, 14, 23, 20, 12],
"ct" : [14, 21, 22, 24, 18, 19, 0, 0],
"result" : "valid"
},
{
"tcId" : 1157,
"comment" : "y = 1 and (y + a) % radix**4 is maximal in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "2b2051b7468176d99a241501f41a390fa53b7b9f88048e81",
"tweak" : "e675d482d317f94313c55b7d",
"msg" : [5, 11, 1, 8, 25, 25, 25, 24],
"ct" : [13, 25, 7, 12, 23, 4, 13, 2],
"result" : "valid"
},
{
"tcId" : 1158,
"comment" : "y = 1 and (y + a) % radix**4 == 0 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "2b2051b7468176d99a241501f41a390fa53b7b9f88048e81",
"tweak" : "e675d482d317f94313c55b7d",
"msg" : [0, 5, 17, 23, 25, 25, 25, 25],
"ct" : [24, 18, 10, 20, 9, 21, 10, 3],
"result" : "valid"
},
{
"tcId" : 1159,
"comment" : "y is maximal and a = 0 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "2b2051b7468176d99a241501f41a390fa53b7b9f88048e81",
"tweak" : "d5e4ad99bb00f0a344c349ea",
"msg" : [16, 18, 4, 9, 0, 0, 0, 0],
"ct" : [15, 25, 7, 7, 7, 2, 24, 24],
"result" : "valid"
},
{
"tcId" : 1160,
"comment" : "y is maximal and a = 1 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "2b2051b7468176d99a241501f41a390fa53b7b9f88048e81",
"tweak" : "d5e4ad99bb00f0a344c349ea",
"msg" : [3, 1, 16, 3, 0, 0, 0, 1],
"ct" : [24, 8, 21, 25, 5, 6, 1, 21],
"result" : "valid"
},
{
"tcId" : 1161,
"comment" : "y is maximal and (y + a) % radix**4 is maximal in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "2b2051b7468176d99a241501f41a390fa53b7b9f88048e81",
"tweak" : "d5e4ad99bb00f0a344c349ea",
"msg" : [3, 7, 21, 15, 5, 13, 9, 10],
"ct" : [10, 2, 19, 2, 22, 19, 25, 24],
"result" : "valid"
},
{
"tcId" : 1162,
"comment" : "y is maximal and (y + a) % radix**4 == 0 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "2b2051b7468176d99a241501f41a390fa53b7b9f88048e81",
"tweak" : "d5e4ad99bb00f0a344c349ea",
"msg" : [23, 17, 19, 7, 5, 13, 9, 11],
"ct" : [12, 2, 2, 1, 0, 25, 6, 8],
"result" : "valid"
},
{
"tcId" : 1163,
"comment" : "y is maximal and a has large Hamming weight in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "2b2051b7468176d99a241501f41a390fa53b7b9f88048e81",
"tweak" : "d5e4ad99bb00f0a344c349ea",
"msg" : [13, 0, 14, 0, 14, 23, 20, 12],
"ct" : [2, 22, 0, 25, 8, 16, 9, 3],
"result" : "valid"
},
{
"tcId" : 1164,
"comment" : "y is maximal and a is maximal in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "2b2051b7468176d99a241501f41a390fa53b7b9f88048e81",
"tweak" : "d5e4ad99bb00f0a344c349ea",
"msg" : [18, 14, 14, 21, 25, 25, 25, 25],
"ct" : [18, 21, 18, 12, 14, 5, 5, 1],
"result" : "valid"
},
{
"tcId" : 1165,
"comment" : "y is edge case for modular reduction and a = 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "2b2051b7468176d99a241501f41a390fa53b7b9f88048e81",
"tweak" : "54feec048844fee7965a3014",
"msg" : [4, 8, 6, 23, 5, 1, 19, 12],
"ct" : [20, 12, 16, 0, 23, 13, 15, 20],
"result" : "valid"
},
{
"tcId" : 1166,
"comment" : "y is edge case for modular reduction and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "2b2051b7468176d99a241501f41a390fa53b7b9f88048e81",
"tweak" : "54feec048844fee7965a3014",
"msg" : [0, 23, 5, 12, 25, 2, 5, 21],
"ct" : [20, 12, 16, 1, 18, 15, 17, 3],
"result" : "valid"
},
{
"tcId" : 1167,
"comment" : "y is edge case for modular reduction and (y + a) % radix**4 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "2b2051b7468176d99a241501f41a390fa53b7b9f88048e81",
"tweak" : "54feec048844fee7965a3014",
"msg" : [3, 20, 25, 11, 0, 6, 8, 1],
"ct" : [25, 25, 25, 25, 17, 6, 19, 19],
"result" : "valid"
},
{
"tcId" : 1168,
"comment" : "y is edge case for modular reduction and (y + a) % radix**4 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "2b2051b7468176d99a241501f41a390fa53b7b9f88048e81",
"tweak" : "54feec048844fee7965a3014",
"msg" : [1, 21, 5, 8, 2, 6, 17, 15],
"ct" : [0, 0, 0, 0, 6, 5, 15, 14],
"result" : "valid"
},
{
"tcId" : 1169,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "2b2051b7468176d99a241501f41a390fa53b7b9f88048e81",
"tweak" : "54feec048844fee7965a3014",
"msg" : [3, 21, 16, 16, 21, 20, 14, 14],
"ct" : [9, 10, 10, 12, 1, 6, 22, 17],
"result" : "valid"
},
{
"tcId" : 1170,
"comment" : "y is edge case for modular reduction and a is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "2b2051b7468176d99a241501f41a390fa53b7b9f88048e81",
"tweak" : "54feec048844fee7965a3014",
"msg" : [13, 0, 24, 14, 23, 19, 4, 19],
"ct" : [20, 12, 15, 25, 16, 3, 18, 4],
"result" : "valid"
},
{
"tcId" : 1171,
"comment" : "y is maximal after modular reduction and (y + a) % radix**4 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "2b2051b7468176d99a241501f41a390fa53b7b9f88048e81",
"tweak" : "2e68baf181d42388c5264e36",
"msg" : [7, 12, 2, 0, 6, 7, 12, 1],
"ct" : [24, 6, 20, 24, 20, 19, 11, 11],
"result" : "valid"
},
{
"tcId" : 1172,
"comment" : "y is maximal after modular reduction and (y + a) % radix**4 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "2b2051b7468176d99a241501f41a390fa53b7b9f88048e81",
"tweak" : "2e68baf181d42388c5264e36",
"msg" : [12, 11, 17, 19, 16, 10, 5, 5],
"ct" : [9, 20, 13, 21, 0, 11, 9, 15],
"result" : "valid"
},
{
"tcId" : 1173,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "2b2051b7468176d99a241501f41a390fa53b7b9f88048e81",
"tweak" : "2e68baf181d42388c5264e36",
"msg" : [9, 7, 12, 8, 14, 14, 6, 0],
"ct" : [22, 21, 6, 1, 21, 4, 20, 21],
"result" : "valid"
},
{
"tcId" : 1174,
"comment" : "y is maximal after modular reduction and a is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "2b2051b7468176d99a241501f41a390fa53b7b9f88048e81",
"tweak" : "2e68baf181d42388c5264e36",
"msg" : [22, 4, 3, 1, 13, 3, 22, 11],
"ct" : [7, 20, 14, 7, 17, 5, 13, 4],
"result" : "valid"
},
{
"tcId" : 1175,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "26269e1a26e94d2e2ea71b104dc4b9e1bcd2b0ba346514c9",
"tweak" : "1a7d6192c4daa46f",
"msg" : [-1, 18, 15, 19, 20, 14, 21, 15],
"ct" : [23, 4, 17, 7, 6, 22, 20, 8],
"result" : "invalid"
},
{
"tcId" : 1176,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "26269e1a26e94d2e2ea71b104dc4b9e1bcd2b0ba346514c9",
"tweak" : "1a7d6192c4daa46f",
"msg" : [11, 18, -1, 19, 20, 14, 21, 15],
"ct" : [3, 3, 18, 12, 5, 16, 5, 0],
"result" : "invalid"
},
{
"tcId" : 1177,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "26269e1a26e94d2e2ea71b104dc4b9e1bcd2b0ba346514c9",
"tweak" : "1a7d6192c4daa46f",
"msg" : [11, 18, 15, 19, 20, 14, 21, -1],
"ct" : [5, 19, 7, 20, 12, 16, 7, 16],
"result" : "invalid"
},
{
"tcId" : 1178,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "b2937a800145c7a877265b75fdd1879582b64680eca08205",
"tweak" : "355b7ce310fe54e4",
"msg" : [26, 12, 13, 0, 22, 19, 16, 10],
"ct" : [16, 22, 18, 21, 13, 11, 13, 0],
"result" : "invalid"
},
{
"tcId" : 1179,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "b2937a800145c7a877265b75fdd1879582b64680eca08205",
"tweak" : "355b7ce310fe54e4",
"msg" : [25, 12, 26, 0, 22, 19, 16, 10],
"ct" : [23, 5, 10, 10, 4, 24, 6, 22],
"result" : "invalid"
},
{
"tcId" : 1180,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "b2937a800145c7a877265b75fdd1879582b64680eca08205",
"tweak" : "355b7ce310fe54e4",
"msg" : [25, 12, 13, 0, 22, 19, 16, 26],
"ct" : [20, 2, 2, 23, 10, 2, 19, 22],
"result" : "invalid"
}
]
},
{
"keySize" : 192,
"msgSize" : 9,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 1181,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "c5fa236ae679d3c1d533758578e3a5c48752179eb298ac0e",
"tweak" : "72ac4fc84f5bc825",
"msg" : [11, 21, 19, 17, 13, 5, 20, 7, 22],
"ct" : [1, 10, 3, 11, 18, 14, 12, 6, 3],
"result" : "valid"
},
{
"tcId" : 1182,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "3f923c61df065e0134b869fc00291ad841dc168a6d7a8706",
"tweak" : "2f9eb9835c605c21",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [23, 5, 22, 20, 7, 14, 4, 23, 18],
"result" : "valid"
},
{
"tcId" : 1183,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "3f923c61df065e0134b869fc00291ad841dc168a6d7a8706",
"tweak" : "2f9eb9835c605c21",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25],
"ct" : [18, 7, 4, 6, 14, 5, 6, 25, 3],
"result" : "valid"
},
{
"tcId" : 1184,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "3f923c61df065e0134b869fc00291ad841dc168a6d7a8706",
"tweak" : "2f9eb9835c605c21",
"msg" : [14, 23, 20, 12, 18, 9, 7, 4, 20],
"ct" : [25, 4, 10, 3, 6, 19, 24, 9, 19],
"result" : "valid"
},
{
"tcId" : 1185,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "3f923c61df065e0134b869fc00291ad841dc168a6d7a8706",
"tweak" : "2f9eb9835c605c21",
"msg" : [14, 23, 20, 11, 18, 9, 7, 4, 19],
"ct" : [15, 4, 18, 14, 20, 25, 18, 15, 0],
"result" : "valid"
},
{
"tcId" : 1186,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "3f923c61df065e0134b869fc00291ad841dc168a6d7a8706",
"tweak" : "2f9eb9835c605c21",
"msg" : [8, 1, 6, 17, 6, 8, 24, 24, 5],
"ct" : [15, 4, 4, 3, 1, 16, 13, 15, 25],
"result" : "valid"
},
{
"tcId" : 1187,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "3f923c61df065e0134b869fc00291ad841dc168a6d7a8706",
"tweak" : "2f9eb9835c605c21",
"msg" : [21, 12, 17, 6, 5, 21, 11, 9, 21],
"ct" : [7, 1, 8, 10, 7, 0, 6, 21, 15],
"result" : "valid"
},
{
"tcId" : 1188,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "3f923c61df065e0134b869fc00291ad841dc168a6d7a8706",
"tweak" : "2f9eb9835c605c21",
"msg" : [25, 20, 7, 5, 12, 18, 19, 24, 23],
"ct" : [12, 21, 3, 0, 25, 15, 13, 24, 21],
"result" : "valid"
},
{
"tcId" : 1189,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "3f923c61df065e0134b869fc00291ad841dc168a6d7a8706",
"tweak" : "2f9eb9835c605c21",
"msg" : [8, 19, 25, 15, 12, 9, 25, 23, 11],
"ct" : [16, 6, 24, 18, 0, 22, 12, 20, 4],
"result" : "valid"
},
{
"tcId" : 1190,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "3f923c61df065e0134b869fc00291ad841dc168a6d7a8706",
"tweak" : "2f9eb9835c605c21",
"msg" : [17, 6, 1, 2, 1, 5, 3, 6, 3],
"ct" : [17, 8, 16, 16, 3, 24, 8, 0, 12],
"result" : "valid"
},
{
"tcId" : 1191,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "3f923c61df065e0134b869fc00291ad841dc168a6d7a8706",
"tweak" : "2f9eb9835c605c21",
"msg" : [11, 24, 20, 21, 1, 24, 8, 4, 7],
"ct" : [13, 12, 4, 12, 14, 1, 23, 4, 4],
"result" : "valid"
},
{
"tcId" : 1192,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "3f923c61df065e0134b869fc00291ad841dc168a6d7a8706",
"tweak" : "2f9eb9835c605c21",
"msg" : [20, 17, 14, 8, 16, 5, 13, 12, 5],
"ct" : [23, 10, 13, 20, 13, 4, 9, 11, 9],
"result" : "valid"
},
{
"tcId" : 1193,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "3f923c61df065e0134b869fc00291ad841dc168a6d7a8706",
"tweak" : "2f9eb9835c605c21",
"msg" : [20, 18, 9, 23, 19, 1, 13, 5, 5],
"ct" : [15, 12, 8, 7, 5, 23, 6, 21, 19],
"result" : "valid"
},
{
"tcId" : 1194,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "3f923c61df065e0134b869fc00291ad841dc168a6d7a8706",
"tweak" : "2f9eb9835c605c21",
"msg" : [3, 24, 0, 16, 4, 20, 11, 10, 17],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 1195,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "3f923c61df065e0134b869fc00291ad841dc168a6d7a8706",
"tweak" : "2f9eb9835c605c21",
"msg" : [6, 20, 7, 14, 1, 16, 13, 18, 12],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 1196,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "3f923c61df065e0134b869fc00291ad841dc168a6d7a8706",
"tweak" : "2f9eb9835c605c21",
"msg" : [12, 5, 4, 18, 6, 4, 25, 15, 22],
"ct" : [14, 23, 20, 12, 18, 9, 7, 4, 20],
"result" : "valid"
},
{
"tcId" : 1197,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "3f923c61df065e0134b869fc00291ad841dc168a6d7a8706",
"tweak" : "2f9eb9835c605c21",
"msg" : [14, 10, 2, 8, 4, 21, 22, 25, 22],
"ct" : [14, 23, 20, 11, 18, 9, 7, 4, 19],
"result" : "valid"
},
{
"tcId" : 1198,
"comment" : "y = 0 and (y + a) % radix**4 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "c678fa6efdfb88fdbba98d03c72a400b55e24a9240b493c0",
"tweak" : "ae6794250cb5afe83f53fea1",
"msg" : [11, 6, 16, 4, 2, 5, 12, 15, 22],
"ct" : [25, 11, 21, 14, 25, 25, 19, 13, 3],
"result" : "valid"
},
{
"tcId" : 1199,
"comment" : "y = 0 and a = 1 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "c678fa6efdfb88fdbba98d03c72a400b55e24a9240b493c0",
"tweak" : "ae6794250cb5afe83f53fea1",
"msg" : [11, 15, 17, 16, 2, 23, 25, 0, 11],
"ct" : [10, 14, 24, 21, 19, 17, 19, 20, 11],
"result" : "valid"
},
{
"tcId" : 1200,
"comment" : "y = 0 and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "c678fa6efdfb88fdbba98d03c72a400b55e24a9240b493c0",
"tweak" : "ae6794250cb5afe83f53fea1",
"msg" : [3, 16, 10, 16, 1, 8, 3, 0, 5],
"ct" : [14, 14, 13, 7, 16, 18, 22, 22, 20],
"result" : "valid"
},
{
"tcId" : 1201,
"comment" : "y = 0 and (y + a) % radix**4 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "c678fa6efdfb88fdbba98d03c72a400b55e24a9240b493c0",
"tweak" : "ae6794250cb5afe83f53fea1",
"msg" : [25, 25, 23, 23, 6, 25, 12, 5, 7],
"ct" : [6, 10, 25, 1, 22, 13, 20, 19, 1],
"result" : "valid"
},
{
"tcId" : 1202,
"comment" : "y = 1 and a = 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "c678fa6efdfb88fdbba98d03c72a400b55e24a9240b493c0",
"tweak" : "c32663bf26faeabfe549df37",
"msg" : [23, 20, 25, 25, 14, 5, 3, 16, 7],
"ct" : [1, 25, 16, 4, 22, 10, 22, 1, 19],
"result" : "valid"
},
{
"tcId" : 1203,
"comment" : "y = 1 and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "c678fa6efdfb88fdbba98d03c72a400b55e24a9240b493c0",
"tweak" : "c32663bf26faeabfe549df37",
"msg" : [22, 15, 10, 15, 5, 3, 23, 25, 3],
"ct" : [10, 25, 3, 11, 6, 21, 20, 14, 8],
"result" : "valid"
},
{
"tcId" : 1204,
"comment" : "y = 1 and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "c678fa6efdfb88fdbba98d03c72a400b55e24a9240b493c0",
"tweak" : "c32663bf26faeabfe549df37",
"msg" : [24, 8, 13, 16, 9, 7, 10, 14, 5],
"ct" : [22, 8, 25, 6, 6, 5, 15, 8, 20],
"result" : "valid"
},
{
"tcId" : 1205,
"comment" : "y = 1 and (y + a) % radix**4 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "c678fa6efdfb88fdbba98d03c72a400b55e24a9240b493c0",
"tweak" : "c32663bf26faeabfe549df37",
"msg" : [11, 18, 4, 15, 5, 2, 12, 4, 6],
"ct" : [17, 2, 9, 24, 8, 3, 15, 24, 12],
"result" : "valid"
},
{
"tcId" : 1206,
"comment" : "y = 1 and (y + a) % radix**4 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "c678fa6efdfb88fdbba98d03c72a400b55e24a9240b493c0",
"tweak" : "c32663bf26faeabfe549df37",
"msg" : [1, 3, 6, 21, 22, 15, 5, 22, 23],
"ct" : [10, 19, 1, 7, 7, 11, 13, 23, 23],
"result" : "valid"
},
{
"tcId" : 1207,
"comment" : "y is maximal and a = 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "c678fa6efdfb88fdbba98d03c72a400b55e24a9240b493c0",
"tweak" : "d42732d41c693e812a35f8b5",
"msg" : [6, 15, 17, 3, 17, 7, 19, 11, 8],
"ct" : [20, 12, 16, 15, 3, 0, 5, 14, 8],
"result" : "valid"
},
{
"tcId" : 1208,
"comment" : "y is maximal and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "c678fa6efdfb88fdbba98d03c72a400b55e24a9240b493c0",
"tweak" : "d42732d41c693e812a35f8b5",
"msg" : [7, 10, 19, 10, 0, 16, 20, 17, 6],
"ct" : [20, 12, 16, 16, 0, 14, 0, 4, 8],
"result" : "valid"
},
{
"tcId" : 1209,
"comment" : "y is maximal and (y + a) % radix**4 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "c678fa6efdfb88fdbba98d03c72a400b55e24a9240b493c0",
"tweak" : "d42732d41c693e812a35f8b5",
"msg" : [9, 23, 12, 22, 19, 22, 19, 0, 18],
"ct" : [25, 25, 25, 25, 21, 4, 25, 1, 25],
"result" : "valid"
},
{
"tcId" : 1210,
"comment" : "y is maximal and (y + a) % radix**4 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "c678fa6efdfb88fdbba98d03c72a400b55e24a9240b493c0",
"tweak" : "d42732d41c693e812a35f8b5",
"msg" : [24, 11, 13, 4, 25, 24, 1, 15, 22],
"ct" : [0, 0, 0, 0, 0, 19, 2, 25, 6],
"result" : "valid"
},
{
"tcId" : 1211,
"comment" : "y is maximal and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "c678fa6efdfb88fdbba98d03c72a400b55e24a9240b493c0",
"tweak" : "d42732d41c693e812a35f8b5",
"msg" : [22, 17, 10, 4, 23, 22, 6, 3, 5],
"ct" : [9, 10, 11, 1, 20, 2, 24, 4, 9],
"result" : "valid"
},
{
"tcId" : 1212,
"comment" : "y is maximal and a is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "c678fa6efdfb88fdbba98d03c72a400b55e24a9240b493c0",
"tweak" : "d42732d41c693e812a35f8b5",
"msg" : [2, 6, 16, 24, 9, 17, 5, 9, 19],
"ct" : [20, 12, 16, 14, 6, 5, 4, 20, 11],
"result" : "valid"
},
{
"tcId" : 1213,
"comment" : "y is edge case for modular reduction and a = 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "c678fa6efdfb88fdbba98d03c72a400b55e24a9240b493c0",
"tweak" : "1c116835daf68f82c1d2a027",
"msg" : [5, 2, 3, 10, 2, 9, 2, 14, 18],
"ct" : [3, 15, 9, 9, 8, 1, 9, 22, 12],
"result" : "valid"
},
{
"tcId" : 1214,
"comment" : "y is edge case for modular reduction and a = 1 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "c678fa6efdfb88fdbba98d03c72a400b55e24a9240b493c0",
"tweak" : "1c116835daf68f82c1d2a027",
"msg" : [9, 8, 5, 13, 11, 15, 1, 21, 0],
"ct" : [6, 8, 15, 25, 10, 23, 19, 0, 10],
"result" : "valid"
},
{
"tcId" : 1215,
"comment" : "y is edge case for modular reduction and (y + a) % radix**4 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "c678fa6efdfb88fdbba98d03c72a400b55e24a9240b493c0",
"tweak" : "1c116835daf68f82c1d2a027",
"msg" : [13, 24, 16, 15, 3, 15, 7, 1, 23],
"ct" : [11, 11, 18, 0, 3, 6, 20, 13, 9],
"result" : "valid"
},
{
"tcId" : 1216,
"comment" : "y is edge case for modular reduction and (y + a) % radix**4 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "c678fa6efdfb88fdbba98d03c72a400b55e24a9240b493c0",
"tweak" : "1c116835daf68f82c1d2a027",
"msg" : [7, 0, 22, 0, 12, 14, 21, 11, 14],
"ct" : [24, 7, 11, 12, 11, 3, 0, 20, 9],
"result" : "valid"
},
{
"tcId" : 1217,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "c678fa6efdfb88fdbba98d03c72a400b55e24a9240b493c0",
"tweak" : "1c116835daf68f82c1d2a027",
"msg" : [19, 18, 6, 7, 0, 0, 22, 17, 23],
"ct" : [4, 13, 4, 24, 20, 24, 11, 18, 8],
"result" : "valid"
},
{
"tcId" : 1218,
"comment" : "y is edge case for modular reduction and a is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "c678fa6efdfb88fdbba98d03c72a400b55e24a9240b493c0",
"tweak" : "1c116835daf68f82c1d2a027",
"msg" : [25, 11, 4, 16, 20, 24, 14, 13, 22],
"ct" : [9, 4, 16, 24, 18, 20, 19, 16, 7],
"result" : "valid"
},
{
"tcId" : 1219,
"comment" : "y is maximal after modular reduction and (y + a) % radix**4 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "c678fa6efdfb88fdbba98d03c72a400b55e24a9240b493c0",
"tweak" : "92d0b940f7e42715573beec4",
"msg" : [0, 0, 0, 0, 15, 6, 18, 2, 3],
"ct" : [15, 2, 19, 19, 12, 1, 15, 11, 14],
"result" : "valid"
},
{
"tcId" : 1220,
"comment" : "y is maximal after modular reduction and (y + a) % radix**4 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "c678fa6efdfb88fdbba98d03c72a400b55e24a9240b493c0",
"tweak" : "92d0b940f7e42715573beec4",
"msg" : [0, 0, 0, 1, 15, 6, 18, 2, 3],
"ct" : [6, 8, 5, 24, 14, 3, 11, 0, 22],
"result" : "valid"
},
{
"tcId" : 1221,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "c678fa6efdfb88fdbba98d03c72a400b55e24a9240b493c0",
"tweak" : "92d0b940f7e42715573beec4",
"msg" : [14, 23, 20, 12, 15, 6, 18, 2, 3],
"ct" : [4, 0, 10, 18, 2, 22, 10, 5, 1],
"result" : "valid"
},
{
"tcId" : 1222,
"comment" : "y is maximal after modular reduction and a is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "c678fa6efdfb88fdbba98d03c72a400b55e24a9240b493c0",
"tweak" : "92d0b940f7e42715573beec4",
"msg" : [25, 25, 25, 25, 15, 6, 18, 2, 3],
"ct" : [12, 7, 4, 24, 8, 14, 2, 19, 25],
"result" : "valid"
},
{
"tcId" : 1223,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "88a0eae50953549253b7548d6d10ae9c77957524fe235909",
"tweak" : "2f4481b579f8a5f8",
"msg" : [-1, 13, 14, 15, 5, 9, 23, 20, 18],
"ct" : [24, 0, 6, 16, 22, 7, 19, 6, 10],
"result" : "invalid"
},
{
"tcId" : 1224,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "88a0eae50953549253b7548d6d10ae9c77957524fe235909",
"tweak" : "2f4481b579f8a5f8",
"msg" : [0, 13, 14, -1, 5, 9, 23, 20, 18],
"ct" : [17, 13, 19, 16, 0, 9, 7, 12, 12],
"result" : "invalid"
},
{
"tcId" : 1225,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "88a0eae50953549253b7548d6d10ae9c77957524fe235909",
"tweak" : "2f4481b579f8a5f8",
"msg" : [0, 13, 14, 15, 5, 9, 23, 20, -1],
"ct" : [15, 13, 16, 22, 3, 21, 12, 10, 19],
"result" : "invalid"
},
{
"tcId" : 1226,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "ccb4ebb11696fed27380a648d86c4d532aa65595f9a0b39d",
"tweak" : "76f084b7ba3d28f2",
"msg" : [26, 21, 24, 0, 0, 8, 22, 6, 18],
"ct" : [24, 19, 1, 17, 25, 2, 3, 3, 11],
"result" : "invalid"
},
{
"tcId" : 1227,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "ccb4ebb11696fed27380a648d86c4d532aa65595f9a0b39d",
"tweak" : "76f084b7ba3d28f2",
"msg" : [3, 21, 24, 26, 0, 8, 22, 6, 18],
"ct" : [14, 16, 2, 18, 17, 22, 13, 15, 18],
"result" : "invalid"
},
{
"tcId" : 1228,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "ccb4ebb11696fed27380a648d86c4d532aa65595f9a0b39d",
"tweak" : "76f084b7ba3d28f2",
"msg" : [3, 21, 24, 0, 0, 8, 22, 6, 26],
"ct" : [23, 16, 20, 21, 10, 19, 14, 16, 10],
"result" : "invalid"
}
]
},
{
"keySize" : 192,
"msgSize" : 10,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 1229,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "8cf0a0e458eba1cc12ed18041ba331835519346134d0e908",
"tweak" : "ea8c0ae555bb05ce",
"msg" : [12, 1, 21, 24, 9, 21, 5, 19, 4, 7],
"ct" : [10, 23, 6, 17, 11, 19, 4, 21, 14, 16],
"result" : "valid"
},
{
"tcId" : 1230,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "215232d3b718e6b5faa380fd00ba41ba3a8a900b258c5d46",
"tweak" : "6652c929f1c728b2",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [9, 1, 0, 19, 6, 12, 21, 0, 3, 21],
"result" : "valid"
},
{
"tcId" : 1231,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "215232d3b718e6b5faa380fd00ba41ba3a8a900b258c5d46",
"tweak" : "6652c929f1c728b2",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"ct" : [6, 22, 19, 7, 23, 6, 2, 12, 13, 16],
"result" : "valid"
},
{
"tcId" : 1232,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "215232d3b718e6b5faa380fd00ba41ba3a8a900b258c5d46",
"tweak" : "6652c929f1c728b2",
"msg" : [18, 9, 7, 4, 20, 18, 9, 7, 4, 20],
"ct" : [4, 17, 16, 17, 13, 11, 19, 16, 0, 11],
"result" : "valid"
},
{
"tcId" : 1233,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "215232d3b718e6b5faa380fd00ba41ba3a8a900b258c5d46",
"tweak" : "6652c929f1c728b2",
"msg" : [18, 9, 7, 4, 19, 18, 9, 7, 4, 19],
"ct" : [7, 20, 11, 22, 12, 0, 18, 17, 4, 13],
"result" : "valid"
},
{
"tcId" : 1234,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "215232d3b718e6b5faa380fd00ba41ba3a8a900b258c5d46",
"tweak" : "6652c929f1c728b2",
"msg" : [8, 12, 12, 20, 0, 11, 23, 11, 9, 4],
"ct" : [2, 6, 1, 2, 15, 2, 17, 0, 0, 14],
"result" : "valid"
},
{
"tcId" : 1235,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "215232d3b718e6b5faa380fd00ba41ba3a8a900b258c5d46",
"tweak" : "6652c929f1c728b2",
"msg" : [17, 18, 12, 8, 17, 21, 19, 3, 23, 9],
"ct" : [8, 19, 5, 4, 5, 15, 2, 20, 10, 18],
"result" : "valid"
},
{
"tcId" : 1236,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "215232d3b718e6b5faa380fd00ba41ba3a8a900b258c5d46",
"tweak" : "6652c929f1c728b2",
"msg" : [14, 10, 21, 23, 9, 19, 19, 5, 8, 6],
"ct" : [20, 15, 13, 24, 15, 4, 12, 21, 16, 3],
"result" : "valid"
},
{
"tcId" : 1237,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "215232d3b718e6b5faa380fd00ba41ba3a8a900b258c5d46",
"tweak" : "6652c929f1c728b2",
"msg" : [0, 15, 25, 22, 19, 20, 11, 20, 3, 5],
"ct" : [6, 8, 12, 20, 23, 14, 24, 14, 19, 1],
"result" : "valid"
},
{
"tcId" : 1238,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "215232d3b718e6b5faa380fd00ba41ba3a8a900b258c5d46",
"tweak" : "6652c929f1c728b2",
"msg" : [3, 11, 6, 24, 24, 0, 6, 20, 6, 22],
"ct" : [12, 0, 19, 3, 14, 24, 2, 13, 2, 6],
"result" : "valid"
},
{
"tcId" : 1239,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "215232d3b718e6b5faa380fd00ba41ba3a8a900b258c5d46",
"tweak" : "6652c929f1c728b2",
"msg" : [17, 1, 19, 21, 13, 17, 10, 8, 12, 11],
"ct" : [15, 20, 20, 15, 11, 20, 19, 5, 15, 16],
"result" : "valid"
},
{
"tcId" : 1240,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "215232d3b718e6b5faa380fd00ba41ba3a8a900b258c5d46",
"tweak" : "6652c929f1c728b2",
"msg" : [2, 2, 24, 10, 11, 10, 6, 13, 25, 25],
"ct" : [18, 8, 7, 13, 7, 8, 21, 21, 14, 18],
"result" : "valid"
},
{
"tcId" : 1241,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "215232d3b718e6b5faa380fd00ba41ba3a8a900b258c5d46",
"tweak" : "6652c929f1c728b2",
"msg" : [22, 17, 0, 17, 18, 0, 20, 3, 6, 22],
"ct" : [16, 9, 9, 1, 5, 24, 1, 24, 6, 9],
"result" : "valid"
},
{
"tcId" : 1242,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "215232d3b718e6b5faa380fd00ba41ba3a8a900b258c5d46",
"tweak" : "6652c929f1c728b2",
"msg" : [20, 1, 15, 24, 16, 13, 6, 17, 17, 1],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 1243,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "215232d3b718e6b5faa380fd00ba41ba3a8a900b258c5d46",
"tweak" : "6652c929f1c728b2",
"msg" : [5, 8, 14, 2, 13, 10, 5, 9, 8, 9],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 1244,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "215232d3b718e6b5faa380fd00ba41ba3a8a900b258c5d46",
"tweak" : "6652c929f1c728b2",
"msg" : [8, 0, 1, 4, 17, 0, 1, 3, 12, 22],
"ct" : [18, 9, 7, 4, 20, 18, 9, 7, 4, 20],
"result" : "valid"
},
{
"tcId" : 1245,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "215232d3b718e6b5faa380fd00ba41ba3a8a900b258c5d46",
"tweak" : "6652c929f1c728b2",
"msg" : [10, 15, 5, 10, 24, 9, 19, 2, 22, 24],
"ct" : [18, 9, 7, 4, 19, 18, 9, 7, 4, 19],
"result" : "valid"
},
{
"tcId" : 1246,
"comment" : "y = 0 and (y + a) % radix**5 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "fea03dae3a5126a20eff79dbfac4d88012f3527cb6b8b91d",
"tweak" : "0325b68eb22c48dcd30e5aa6",
"msg" : [0, 0, 0, 0, 0, 18, 4, 19, 8, 1],
"ct" : [14, 21, 14, 13, 10, 1, 23, 0, 12, 0],
"result" : "valid"
},
{
"tcId" : 1247,
"comment" : "y = 0 and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "fea03dae3a5126a20eff79dbfac4d88012f3527cb6b8b91d",
"tweak" : "0325b68eb22c48dcd30e5aa6",
"msg" : [0, 0, 0, 0, 1, 18, 4, 19, 8, 1],
"ct" : [1, 14, 9, 0, 18, 17, 15, 10, 10, 15],
"result" : "valid"
},
{
"tcId" : 1248,
"comment" : "y = 0 and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "fea03dae3a5126a20eff79dbfac4d88012f3527cb6b8b91d",
"tweak" : "0325b68eb22c48dcd30e5aa6",
"msg" : [18, 9, 7, 4, 20, 18, 4, 19, 8, 1],
"ct" : [19, 11, 24, 17, 6, 22, 17, 12, 24, 12],
"result" : "valid"
},
{
"tcId" : 1249,
"comment" : "y = 0 and (y + a) % radix**5 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "fea03dae3a5126a20eff79dbfac4d88012f3527cb6b8b91d",
"tweak" : "0325b68eb22c48dcd30e5aa6",
"msg" : [25, 25, 25, 25, 25, 18, 4, 19, 8, 1],
"ct" : [16, 24, 22, 13, 0, 9, 8, 1, 7, 6],
"result" : "valid"
},
{
"tcId" : 1250,
"comment" : "y = 1 and a = 0 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "fea03dae3a5126a20eff79dbfac4d88012f3527cb6b8b91d",
"tweak" : "23772ca101215bc1805ef181",
"msg" : [3, 17, 24, 11, 24, 10, 22, 13, 17, 6],
"ct" : [14, 14, 11, 18, 2, 13, 4, 8, 22, 3],
"result" : "valid"
},
{
"tcId" : 1251,
"comment" : "y = 1 and a = 1 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "fea03dae3a5126a20eff79dbfac4d88012f3527cb6b8b91d",
"tweak" : "23772ca101215bc1805ef181",
"msg" : [2, 11, 2, 10, 19, 22, 20, 20, 3, 24],
"ct" : [1, 6, 15, 25, 5, 11, 25, 12, 20, 14],
"result" : "valid"
},
{
"tcId" : 1252,
"comment" : "y = 1 and a has large Hamming weight in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "fea03dae3a5126a20eff79dbfac4d88012f3527cb6b8b91d",
"tweak" : "23772ca101215bc1805ef181",
"msg" : [0, 11, 22, 24, 13, 16, 0, 24, 1, 0],
"ct" : [21, 13, 22, 19, 14, 3, 20, 10, 0, 17],
"result" : "valid"
},
{
"tcId" : 1253,
"comment" : "y = 1 and (y + a) % radix**5 is maximal in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "fea03dae3a5126a20eff79dbfac4d88012f3527cb6b8b91d",
"tweak" : "23772ca101215bc1805ef181",
"msg" : [6, 14, 7, 9, 14, 2, 12, 0, 14, 14],
"ct" : [23, 20, 21, 0, 12, 15, 13, 9, 14, 6],
"result" : "valid"
},
{
"tcId" : 1254,
"comment" : "y = 1 and (y + a) % radix**5 == 0 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "fea03dae3a5126a20eff79dbfac4d88012f3527cb6b8b91d",
"tweak" : "23772ca101215bc1805ef181",
"msg" : [20, 23, 16, 0, 11, 22, 24, 14, 18, 5],
"ct" : [3, 15, 18, 0, 3, 3, 12, 2, 9, 17],
"result" : "valid"
},
{
"tcId" : 1255,
"comment" : "y is maximal and a = 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "fea03dae3a5126a20eff79dbfac4d88012f3527cb6b8b91d",
"tweak" : "b3c10f69a0c8095010f42b24",
"msg" : [14, 10, 20, 24, 1, 12, 12, 7, 19, 19],
"ct" : [7, 6, 8, 16, 21, 25, 12, 12, 8, 20],
"result" : "valid"
},
{
"tcId" : 1256,
"comment" : "y is maximal and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "fea03dae3a5126a20eff79dbfac4d88012f3527cb6b8b91d",
"tweak" : "b3c10f69a0c8095010f42b24",
"msg" : [22, 22, 14, 23, 24, 20, 7, 16, 6, 15],
"ct" : [16, 10, 17, 8, 14, 8, 5, 2, 21, 12],
"result" : "valid"
},
{
"tcId" : 1257,
"comment" : "y is maximal and (y + a) % radix**5 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "fea03dae3a5126a20eff79dbfac4d88012f3527cb6b8b91d",
"tweak" : "b3c10f69a0c8095010f42b24",
"msg" : [25, 7, 10, 22, 15, 10, 25, 13, 0, 23],
"ct" : [25, 0, 25, 11, 9, 3, 25, 15, 14, 0],
"result" : "valid"
},
{
"tcId" : 1258,
"comment" : "y is maximal and (y + a) % radix**5 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "fea03dae3a5126a20eff79dbfac4d88012f3527cb6b8b91d",
"tweak" : "b3c10f69a0c8095010f42b24",
"msg" : [16, 17, 17, 17, 9, 24, 17, 0, 20, 9],
"ct" : [6, 15, 23, 3, 12, 1, 6, 20, 21, 17],
"result" : "valid"
},
{
"tcId" : 1259,
"comment" : "y is maximal and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "fea03dae3a5126a20eff79dbfac4d88012f3527cb6b8b91d",
"tweak" : "b3c10f69a0c8095010f42b24",
"msg" : [19, 10, 2, 3, 19, 6, 17, 6, 18, 1],
"ct" : [5, 11, 3, 7, 0, 15, 1, 22, 4, 16],
"result" : "valid"
},
{
"tcId" : 1260,
"comment" : "y is maximal and a is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "fea03dae3a5126a20eff79dbfac4d88012f3527cb6b8b91d",
"tweak" : "b3c10f69a0c8095010f42b24",
"msg" : [11, 20, 16, 25, 22, 20, 23, 11, 9, 0],
"ct" : [10, 25, 20, 21, 18, 19, 12, 3, 21, 13],
"result" : "valid"
},
{
"tcId" : 1261,
"comment" : "y is edge case for modular reduction and a = 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "fea03dae3a5126a20eff79dbfac4d88012f3527cb6b8b91d",
"tweak" : "b3827fc14b0f81c7555d1543",
"msg" : [25, 6, 20, 1, 8, 25, 7, 5, 24, 22],
"ct" : [24, 23, 21, 22, 12, 24, 20, 12, 16, 0],
"result" : "valid"
},
{
"tcId" : 1262,
"comment" : "y is edge case for modular reduction and a = 1 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "fea03dae3a5126a20eff79dbfac4d88012f3527cb6b8b91d",
"tweak" : "b3827fc14b0f81c7555d1543",
"msg" : [23, 16, 8, 11, 2, 13, 11, 12, 13, 19],
"ct" : [24, 23, 21, 22, 12, 24, 20, 12, 16, 1],
"result" : "valid"
},
{
"tcId" : 1263,
"comment" : "y is edge case for modular reduction and (y + a) % radix**5 is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "fea03dae3a5126a20eff79dbfac4d88012f3527cb6b8b91d",
"tweak" : "b3827fc14b0f81c7555d1543",
"msg" : [25, 12, 10, 23, 3, 7, 25, 21, 7, 19],
"ct" : [24, 23, 21, 22, 12, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 1264,
"comment" : "y is edge case for modular reduction and (y + a) % radix**5 == 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "fea03dae3a5126a20eff79dbfac4d88012f3527cb6b8b91d",
"tweak" : "b3827fc14b0f81c7555d1543",
"msg" : [5, 22, 3, 6, 4, 15, 23, 3, 3, 6],
"ct" : [24, 23, 21, 22, 12, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 1265,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "fea03dae3a5126a20eff79dbfac4d88012f3527cb6b8b91d",
"tweak" : "b3827fc14b0f81c7555d1543",
"msg" : [3, 21, 22, 4, 10, 3, 16, 2, 3, 13],
"ct" : [24, 23, 21, 22, 12, 17, 3, 19, 20, 20],
"result" : "valid"
},
{
"tcId" : 1266,
"comment" : "y is edge case for modular reduction and a is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "fea03dae3a5126a20eff79dbfac4d88012f3527cb6b8b91d",
"tweak" : "b3827fc14b0f81c7555d1543",
"msg" : [11, 4, 10, 21, 1, 2, 1, 20, 3, 14],
"ct" : [24, 23, 21, 22, 12, 24, 20, 12, 15, 25],
"result" : "valid"
},
{
"tcId" : 1267,
"comment" : "y is maximal after modular reduction and (y + a) % radix**5 is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "fea03dae3a5126a20eff79dbfac4d88012f3527cb6b8b91d",
"tweak" : "9418927237fa809df4219608",
"msg" : [21, 12, 16, 25, 18, 16, 21, 15, 15, 21],
"ct" : [8, 20, 19, 14, 15, 22, 2, 16, 18, 21],
"result" : "valid"
},
{
"tcId" : 1268,
"comment" : "y is maximal after modular reduction and (y + a) % radix**5 == 0 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "fea03dae3a5126a20eff79dbfac4d88012f3527cb6b8b91d",
"tweak" : "9418927237fa809df4219608",
"msg" : [15, 24, 4, 24, 2, 23, 8, 5, 22, 13],
"ct" : [19, 15, 7, 15, 11, 0, 23, 14, 18, 5],
"result" : "valid"
},
{
"tcId" : 1269,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "fea03dae3a5126a20eff79dbfac4d88012f3527cb6b8b91d",
"tweak" : "9418927237fa809df4219608",
"msg" : [2, 2, 17, 15, 20, 6, 21, 21, 13, 16],
"ct" : [1, 9, 22, 13, 9, 2, 4, 16, 17, 2],
"result" : "valid"
},
{
"tcId" : 1270,
"comment" : "y is maximal after modular reduction and a is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "fea03dae3a5126a20eff79dbfac4d88012f3527cb6b8b91d",
"tweak" : "9418927237fa809df4219608",
"msg" : [1, 11, 10, 17, 25, 10, 18, 21, 10, 3],
"ct" : [24, 10, 21, 23, 19, 0, 11, 15, 13, 0],
"result" : "valid"
},
{
"tcId" : 1271,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "3c32e710dccd059569c0914f7c4324e4d8276073fa8634ee",
"tweak" : "4343b0033d260a29",
"msg" : [-1, 9, 0, 10, 10, 16, 1, 11, 11, 8],
"ct" : [13, 24, 11, 0, 7, 7, 9, 20, 13, 7],
"result" : "invalid"
},
{
"tcId" : 1272,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "3c32e710dccd059569c0914f7c4324e4d8276073fa8634ee",
"tweak" : "4343b0033d260a29",
"msg" : [4, 9, 0, -1, 10, 16, 1, 11, 11, 8],
"ct" : [21, 10, 13, 3, 12, 23, 6, 16, 22, 2],
"result" : "invalid"
},
{
"tcId" : 1273,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "3c32e710dccd059569c0914f7c4324e4d8276073fa8634ee",
"tweak" : "4343b0033d260a29",
"msg" : [4, 9, 0, 10, 10, 16, 1, 11, 11, -1],
"ct" : [22, 13, 2, 1, 3, 16, 22, 25, 0, 25],
"result" : "invalid"
},
{
"tcId" : 1274,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "1debc570ebe33c084bf5a09f6bb2bca8e5e0534f787d0dd9",
"tweak" : "04727d0df878133b",
"msg" : [26, 24, 18, 21, 6, 7, 4, 8, 4, 0],
"ct" : [11, 5, 13, 22, 24, 18, 16, 5, 13, 24],
"result" : "invalid"
},
{
"tcId" : 1275,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "1debc570ebe33c084bf5a09f6bb2bca8e5e0534f787d0dd9",
"tweak" : "04727d0df878133b",
"msg" : [8, 24, 18, 26, 6, 7, 4, 8, 4, 0],
"ct" : [18, 25, 21, 3, 18, 24, 24, 11, 6, 9],
"result" : "invalid"
},
{
"tcId" : 1276,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "1debc570ebe33c084bf5a09f6bb2bca8e5e0534f787d0dd9",
"tweak" : "04727d0df878133b",
"msg" : [8, 24, 18, 21, 6, 7, 4, 8, 4, 26],
"ct" : [17, 16, 8, 10, 23, 13, 12, 14, 17, 12],
"result" : "invalid"
}
]
},
{
"keySize" : 192,
"msgSize" : 11,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 1277,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "f8a4cc9863b4aa6eb5b16e9401b0b83e25dd78a96abe6870",
"tweak" : "8d5a3a9b130e7bad",
"msg" : [20, 3, 15, 3, 12, 23, 22, 19, 10, 7, 24],
"ct" : [24, 15, 16, 10, 21, 5, 4, 5, 21, 19, 16],
"result" : "valid"
},
{
"tcId" : 1278,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "2d8a82f408b54773fa16bcaa10478bccda856f1532f55924",
"tweak" : "60ba1190480fd9b7",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [16, 25, 14, 17, 20, 17, 23, 3, 1, 14, 2],
"result" : "valid"
},
{
"tcId" : 1279,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "2d8a82f408b54773fa16bcaa10478bccda856f1532f55924",
"tweak" : "60ba1190480fd9b7",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"ct" : [19, 21, 9, 14, 12, 10, 0, 0, 11, 16, 3],
"result" : "valid"
},
{
"tcId" : 1280,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "2d8a82f408b54773fa16bcaa10478bccda856f1532f55924",
"tweak" : "60ba1190480fd9b7",
"msg" : [18, 9, 7, 4, 20, 22, 15, 10, 21, 22, 16],
"ct" : [21, 5, 10, 0, 13, 2, 0, 24, 1, 14, 0],
"result" : "valid"
},
{
"tcId" : 1281,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "2d8a82f408b54773fa16bcaa10478bccda856f1532f55924",
"tweak" : "60ba1190480fd9b7",
"msg" : [18, 9, 7, 4, 19, 22, 15, 10, 21, 22, 15],
"ct" : [20, 24, 20, 6, 11, 8, 13, 18, 2, 18, 0],
"result" : "valid"
},
{
"tcId" : 1282,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "2d8a82f408b54773fa16bcaa10478bccda856f1532f55924",
"tweak" : "60ba1190480fd9b7",
"msg" : [22, 21, 13, 11, 10, 5, 25, 15, 23, 11, 22],
"ct" : [15, 5, 3, 21, 11, 25, 24, 6, 4, 14, 9],
"result" : "valid"
},
{
"tcId" : 1283,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "2d8a82f408b54773fa16bcaa10478bccda856f1532f55924",
"tweak" : "60ba1190480fd9b7",
"msg" : [12, 2, 7, 9, 12, 7, 23, 8, 4, 11, 14],
"ct" : [10, 14, 21, 12, 2, 18, 5, 18, 10, 4, 7],
"result" : "valid"
},
{
"tcId" : 1284,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "2d8a82f408b54773fa16bcaa10478bccda856f1532f55924",
"tweak" : "60ba1190480fd9b7",
"msg" : [4, 16, 14, 0, 3, 20, 13, 16, 20, 24, 17],
"ct" : [8, 6, 9, 1, 17, 13, 21, 23, 16, 17, 13],
"result" : "valid"
},
{
"tcId" : 1285,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "2d8a82f408b54773fa16bcaa10478bccda856f1532f55924",
"tweak" : "60ba1190480fd9b7",
"msg" : [8, 13, 9, 16, 0, 12, 4, 14, 17, 16, 3],
"ct" : [21, 17, 15, 3, 3, 22, 4, 14, 10, 1, 20],
"result" : "valid"
},
{
"tcId" : 1286,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "2d8a82f408b54773fa16bcaa10478bccda856f1532f55924",
"tweak" : "60ba1190480fd9b7",
"msg" : [2, 4, 16, 10, 24, 25, 14, 7, 11, 18, 9],
"ct" : [3, 5, 2, 16, 5, 25, 16, 23, 1, 8, 25],
"result" : "valid"
},
{
"tcId" : 1287,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "2d8a82f408b54773fa16bcaa10478bccda856f1532f55924",
"tweak" : "60ba1190480fd9b7",
"msg" : [24, 11, 16, 23, 25, 12, 4, 11, 6, 11, 11],
"ct" : [24, 16, 7, 17, 25, 23, 15, 7, 4, 15, 9],
"result" : "valid"
},
{
"tcId" : 1288,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "2d8a82f408b54773fa16bcaa10478bccda856f1532f55924",
"tweak" : "60ba1190480fd9b7",
"msg" : [25, 0, 5, 2, 17, 9, 1, 13, 15, 5, 18],
"ct" : [23, 15, 6, 0, 5, 24, 18, 19, 21, 10, 1],
"result" : "valid"
},
{
"tcId" : 1289,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "2d8a82f408b54773fa16bcaa10478bccda856f1532f55924",
"tweak" : "60ba1190480fd9b7",
"msg" : [19, 20, 2, 19, 6, 20, 18, 18, 12, 7, 24],
"ct" : [1, 6, 9, 5, 23, 10, 10, 18, 25, 8, 24],
"result" : "valid"
},
{
"tcId" : 1290,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "2d8a82f408b54773fa16bcaa10478bccda856f1532f55924",
"tweak" : "60ba1190480fd9b7",
"msg" : [16, 23, 23, 4, 16, 7, 13, 22, 2, 17, 4],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 1291,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "2d8a82f408b54773fa16bcaa10478bccda856f1532f55924",
"tweak" : "60ba1190480fd9b7",
"msg" : [17, 13, 16, 19, 10, 4, 22, 14, 13, 4, 24],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 1292,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "2d8a82f408b54773fa16bcaa10478bccda856f1532f55924",
"tweak" : "60ba1190480fd9b7",
"msg" : [10, 1, 12, 25, 13, 19, 6, 9, 10, 9, 8],
"ct" : [18, 9, 7, 4, 20, 22, 15, 10, 21, 22, 16],
"result" : "valid"
},
{
"tcId" : 1293,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "2d8a82f408b54773fa16bcaa10478bccda856f1532f55924",
"tweak" : "60ba1190480fd9b7",
"msg" : [21, 25, 17, 12, 13, 0, 21, 15, 15, 2, 7],
"ct" : [18, 9, 7, 4, 19, 22, 15, 10, 21, 22, 15],
"result" : "valid"
},
{
"tcId" : 1294,
"comment" : "y = 0 and (y + a) % radix**5 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "092bf9051ef5a50c6b8c6118d4596f2edcbb964daf240aa3",
"tweak" : "b99a3ef85e016566cee87f",
"msg" : [16, 24, 8, 7, 10, 11, 1, 12, 2, 5, 18],
"ct" : [21, 22, 16, 14, 16, 10, 3, 7, 1, 24, 1],
"result" : "valid"
},
{
"tcId" : 1295,
"comment" : "y = 0 and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "092bf9051ef5a50c6b8c6118d4596f2edcbb964daf240aa3",
"tweak" : "b99a3ef85e016566cee87f",
"msg" : [15, 22, 17, 24, 6, 23, 22, 0, 25, 16, 24],
"ct" : [10, 7, 14, 14, 15, 25, 13, 9, 1, 8, 7],
"result" : "valid"
},
{
"tcId" : 1296,
"comment" : "y = 0 and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "092bf9051ef5a50c6b8c6118d4596f2edcbb964daf240aa3",
"tweak" : "b99a3ef85e016566cee87f",
"msg" : [4, 15, 18, 24, 13, 16, 10, 14, 25, 8, 17],
"ct" : [17, 9, 10, 11, 18, 14, 20, 21, 17, 24, 14],
"result" : "valid"
},
{
"tcId" : 1297,
"comment" : "y = 0 and (y + a) % radix**5 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "092bf9051ef5a50c6b8c6118d4596f2edcbb964daf240aa3",
"tweak" : "b99a3ef85e016566cee87f",
"msg" : [3, 22, 15, 23, 6, 1, 2, 25, 20, 11, 0],
"ct" : [9, 15, 13, 15, 20, 20, 6, 0, 20, 13, 21],
"result" : "valid"
},
{
"tcId" : 1298,
"comment" : "y = 1 and a = 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "092bf9051ef5a50c6b8c6118d4596f2edcbb964daf240aa3",
"tweak" : "9801643d0bfe98a592f256",
"msg" : [0, 0, 0, 0, 0, 5, 0, 24, 9, 14, 9],
"ct" : [4, 4, 22, 2, 24, 13, 22, 22, 15, 17, 9],
"result" : "valid"
},
{
"tcId" : 1299,
"comment" : "y = 1 and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "092bf9051ef5a50c6b8c6118d4596f2edcbb964daf240aa3",
"tweak" : "9801643d0bfe98a592f256",
"msg" : [0, 0, 0, 0, 1, 5, 0, 24, 9, 14, 9],
"ct" : [9, 25, 22, 12, 25, 15, 20, 14, 0, 18, 17],
"result" : "valid"
},
{
"tcId" : 1300,
"comment" : "y = 1 and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "092bf9051ef5a50c6b8c6118d4596f2edcbb964daf240aa3",
"tweak" : "9801643d0bfe98a592f256",
"msg" : [18, 9, 7, 4, 20, 5, 0, 24, 9, 14, 9],
"ct" : [1, 24, 6, 11, 1, 22, 11, 4, 10, 4, 18],
"result" : "valid"
},
{
"tcId" : 1301,
"comment" : "y = 1 and (y + a) % radix**5 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "092bf9051ef5a50c6b8c6118d4596f2edcbb964daf240aa3",
"tweak" : "9801643d0bfe98a592f256",
"msg" : [25, 25, 25, 25, 24, 5, 0, 24, 9, 14, 9],
"ct" : [9, 14, 13, 9, 13, 3, 25, 1, 19, 18, 5],
"result" : "valid"
},
{
"tcId" : 1302,
"comment" : "y = 1 and (y + a) % radix**5 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "092bf9051ef5a50c6b8c6118d4596f2edcbb964daf240aa3",
"tweak" : "9801643d0bfe98a592f256",
"msg" : [25, 25, 25, 25, 25, 5, 0, 24, 9, 14, 9],
"ct" : [2, 19, 17, 9, 5, 16, 25, 8, 15, 21, 3],
"result" : "valid"
},
{
"tcId" : 1303,
"comment" : "y is maximal and a = 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "092bf9051ef5a50c6b8c6118d4596f2edcbb964daf240aa3",
"tweak" : "11f016087183142049a685",
"msg" : [3, 2, 11, 18, 8, 5, 20, 20, 13, 13, 19],
"ct" : [24, 20, 12, 16, 15, 17, 8, 1, 1, 22, 4],
"result" : "valid"
},
{
"tcId" : 1304,
"comment" : "y is maximal and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "092bf9051ef5a50c6b8c6118d4596f2edcbb964daf240aa3",
"tweak" : "11f016087183142049a685",
"msg" : [10, 24, 9, 12, 6, 1, 1, 5, 6, 0, 9],
"ct" : [24, 20, 12, 16, 16, 8, 3, 19, 14, 5, 24],
"result" : "valid"
},
{
"tcId" : 1305,
"comment" : "y is maximal and (y + a) % radix**5 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "092bf9051ef5a50c6b8c6118d4596f2edcbb964daf240aa3",
"tweak" : "11f016087183142049a685",
"msg" : [0, 24, 8, 17, 8, 6, 11, 17, 25, 8, 18],
"ct" : [25, 25, 25, 25, 25, 1, 1, 2, 0, 13, 11],
"result" : "valid"
},
{
"tcId" : 1306,
"comment" : "y is maximal and (y + a) % radix**5 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "092bf9051ef5a50c6b8c6118d4596f2edcbb964daf240aa3",
"tweak" : "11f016087183142049a685",
"msg" : [13, 19, 18, 9, 4, 6, 23, 18, 12, 23, 7],
"ct" : [0, 0, 0, 0, 0, 11, 17, 8, 8, 13, 19],
"result" : "valid"
},
{
"tcId" : 1307,
"comment" : "y is maximal and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "092bf9051ef5a50c6b8c6118d4596f2edcbb964daf240aa3",
"tweak" : "11f016087183142049a685",
"msg" : [18, 5, 6, 0, 6, 4, 6, 21, 8, 13, 14],
"ct" : [17, 3, 19, 21, 9, 11, 8, 21, 12, 12, 19],
"result" : "valid"
},
{
"tcId" : 1308,
"comment" : "y is maximal and a is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "092bf9051ef5a50c6b8c6118d4596f2edcbb964daf240aa3",
"tweak" : "11f016087183142049a685",
"msg" : [15, 17, 15, 6, 16, 22, 18, 21, 19, 12, 9],
"ct" : [24, 20, 12, 16, 14, 19, 2, 17, 1, 14, 23],
"result" : "valid"
},
{
"tcId" : 1309,
"comment" : "y is edge case for modular reduction and a = 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "092bf9051ef5a50c6b8c6118d4596f2edcbb964daf240aa3",
"tweak" : "9569c8ee676c68baefb5ad",
"msg" : [19, 7, 22, 17, 23, 9, 4, 7, 2, 14, 24],
"ct" : [20, 14, 10, 9, 8, 19, 5, 18, 24, 7, 1],
"result" : "valid"
},
{
"tcId" : 1310,
"comment" : "y is edge case for modular reduction and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "092bf9051ef5a50c6b8c6118d4596f2edcbb964daf240aa3",
"tweak" : "9569c8ee676c68baefb5ad",
"msg" : [2, 12, 13, 23, 15, 12, 7, 5, 22, 9, 19],
"ct" : [15, 18, 18, 7, 8, 4, 10, 24, 2, 0, 17],
"result" : "valid"
},
{
"tcId" : 1311,
"comment" : "y is edge case for modular reduction and (y + a) % radix**5 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "092bf9051ef5a50c6b8c6118d4596f2edcbb964daf240aa3",
"tweak" : "9569c8ee676c68baefb5ad",
"msg" : [7, 16, 18, 5, 12, 12, 9, 9, 24, 24, 25],
"ct" : [21, 7, 17, 9, 4, 9, 8, 21, 4, 24, 2],
"result" : "valid"
},
{
"tcId" : 1312,
"comment" : "y is edge case for modular reduction and (y + a) % radix**5 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "092bf9051ef5a50c6b8c6118d4596f2edcbb964daf240aa3",
"tweak" : "9569c8ee676c68baefb5ad",
"msg" : [9, 17, 5, 23, 9, 5, 22, 15, 6, 8, 25],
"ct" : [18, 16, 21, 6, 24, 3, 2, 12, 4, 2, 17],
"result" : "valid"
},
{
"tcId" : 1313,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "092bf9051ef5a50c6b8c6118d4596f2edcbb964daf240aa3",
"tweak" : "9569c8ee676c68baefb5ad",
"msg" : [2, 4, 21, 0, 2, 2, 8, 7, 0, 21, 1],
"ct" : [18, 2, 12, 10, 7, 9, 13, 0, 10, 5, 0],
"result" : "valid"
},
{
"tcId" : 1314,
"comment" : "y is edge case for modular reduction and a is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "092bf9051ef5a50c6b8c6118d4596f2edcbb964daf240aa3",
"tweak" : "9569c8ee676c68baefb5ad",
"msg" : [0, 16, 14, 21, 17, 1, 25, 10, 13, 23, 21],
"ct" : [2, 13, 14, 16, 25, 5, 25, 2, 13, 24, 19],
"result" : "valid"
},
{
"tcId" : 1315,
"comment" : "y is maximal after modular reduction and (y + a) % radix**6 is maximal in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "092bf9051ef5a50c6b8c6118d4596f2edcbb964daf240aa3",
"tweak" : "7c5ca234d0bce96a08b612",
"msg" : [6, 22, 18, 13, 6, 0, 0, 0, 0, 0, 0],
"ct" : [7, 2, 8, 1, 21, 21, 6, 13, 9, 16, 5],
"result" : "valid"
},
{
"tcId" : 1316,
"comment" : "y is maximal after modular reduction and (y + a) % radix**6 == 0 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "092bf9051ef5a50c6b8c6118d4596f2edcbb964daf240aa3",
"tweak" : "7c5ca234d0bce96a08b612",
"msg" : [3, 20, 14, 18, 21, 0, 0, 0, 0, 0, 1],
"ct" : [9, 14, 14, 15, 11, 17, 19, 8, 0, 23, 10],
"result" : "valid"
},
{
"tcId" : 1317,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "092bf9051ef5a50c6b8c6118d4596f2edcbb964daf240aa3",
"tweak" : "7c5ca234d0bce96a08b612",
"msg" : [12, 10, 24, 4, 16, 22, 15, 10, 21, 22, 16],
"ct" : [19, 5, 3, 18, 4, 14, 25, 17, 19, 15, 2],
"result" : "valid"
},
{
"tcId" : 1318,
"comment" : "y is maximal after modular reduction and a is maximal in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "092bf9051ef5a50c6b8c6118d4596f2edcbb964daf240aa3",
"tweak" : "7c5ca234d0bce96a08b612",
"msg" : [20, 6, 23, 8, 7, 25, 25, 25, 25, 25, 25],
"ct" : [18, 13, 15, 2, 17, 3, 3, 11, 6, 0, 1],
"result" : "valid"
},
{
"tcId" : 1319,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "dd81747a21e5de1b0fa9db957426890649f89d790877fe07",
"tweak" : "d0d85e79b79f69f7",
"msg" : [-1, 3, 13, 8, 20, 24, 24, 0, 10, 23, 8],
"ct" : [4, 22, 9, 13, 20, 9, 19, 24, 23, 22, 1],
"result" : "invalid"
},
{
"tcId" : 1320,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "dd81747a21e5de1b0fa9db957426890649f89d790877fe07",
"tweak" : "d0d85e79b79f69f7",
"msg" : [21, 3, 13, -1, 20, 24, 24, 0, 10, 23, 8],
"ct" : [10, 20, 8, 10, 12, 20, 17, 19, 3, 0, 4],
"result" : "invalid"
},
{
"tcId" : 1321,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "dd81747a21e5de1b0fa9db957426890649f89d790877fe07",
"tweak" : "d0d85e79b79f69f7",
"msg" : [21, 3, 13, 8, 20, 24, 24, 0, 10, 23, -1],
"ct" : [7, 25, 8, 5, 2, 11, 7, 18, 9, 8, 15],
"result" : "invalid"
},
{
"tcId" : 1322,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "ffe9350479de596f1f35a5fd9330e45e06dcb0663a7b1970",
"tweak" : "8a3786eb80203a33",
"msg" : [26, 9, 16, 23, 14, 13, 20, 7, 11, 16, 21],
"ct" : [5, 0, 2, 21, 22, 22, 20, 11, 10, 21, 5],
"result" : "invalid"
},
{
"tcId" : 1323,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "ffe9350479de596f1f35a5fd9330e45e06dcb0663a7b1970",
"tweak" : "8a3786eb80203a33",
"msg" : [23, 9, 16, 26, 14, 13, 20, 7, 11, 16, 21],
"ct" : [20, 9, 12, 8, 13, 14, 9, 1, 8, 4, 17],
"result" : "invalid"
},
{
"tcId" : 1324,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "ffe9350479de596f1f35a5fd9330e45e06dcb0663a7b1970",
"tweak" : "8a3786eb80203a33",
"msg" : [23, 9, 16, 23, 14, 13, 20, 7, 11, 16, 26],
"ct" : [18, 14, 0, 14, 4, 12, 2, 9, 25, 13, 7],
"result" : "invalid"
}
]
},
{
"keySize" : 192,
"msgSize" : 12,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 1325,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "f095a5d39f0b499cef0130b4eb3bfae90253a1f30270efb5",
"tweak" : "36b5ea2cee9c08d6",
"msg" : [11, 24, 12, 1, 4, 18, 13, 8, 17, 17, 8, 13],
"ct" : [18, 19, 9, 18, 14, 11, 24, 24, 14, 20, 14, 25],
"result" : "valid"
},
{
"tcId" : 1326,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "c44759a3f9a5010cbb35c7c9c7c470ae5d1aff3dceddeafd",
"tweak" : "8f5a4485255e9e7a",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [12, 15, 12, 9, 10, 6, 25, 22, 5, 12, 16, 5],
"result" : "valid"
},
{
"tcId" : 1327,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "c44759a3f9a5010cbb35c7c9c7c470ae5d1aff3dceddeafd",
"tweak" : "8f5a4485255e9e7a",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"ct" : [12, 24, 18, 16, 12, 19, 14, 18, 12, 24, 23, 25],
"result" : "valid"
},
{
"tcId" : 1328,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "c44759a3f9a5010cbb35c7c9c7c470ae5d1aff3dceddeafd",
"tweak" : "8f5a4485255e9e7a",
"msg" : [22, 15, 10, 21, 22, 16, 22, 15, 10, 21, 22, 16],
"ct" : [20, 0, 11, 9, 15, 2, 18, 9, 5, 7, 2, 18],
"result" : "valid"
},
{
"tcId" : 1329,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "c44759a3f9a5010cbb35c7c9c7c470ae5d1aff3dceddeafd",
"tweak" : "8f5a4485255e9e7a",
"msg" : [22, 15, 10, 21, 22, 15, 22, 15, 10, 21, 22, 15],
"ct" : [12, 10, 5, 12, 2, 8, 4, 18, 13, 12, 6, 7],
"result" : "valid"
},
{
"tcId" : 1330,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "c44759a3f9a5010cbb35c7c9c7c470ae5d1aff3dceddeafd",
"tweak" : "8f5a4485255e9e7a",
"msg" : [6, 0, 8, 13, 20, 15, 13, 14, 19, 18, 11, 0],
"ct" : [1, 25, 11, 0, 5, 13, 20, 24, 14, 12, 0, 23],
"result" : "valid"
},
{
"tcId" : 1331,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "c44759a3f9a5010cbb35c7c9c7c470ae5d1aff3dceddeafd",
"tweak" : "8f5a4485255e9e7a",
"msg" : [17, 3, 10, 20, 18, 7, 14, 4, 2, 25, 10, 13],
"ct" : [8, 25, 15, 23, 8, 17, 6, 20, 10, 8, 23, 25],
"result" : "valid"
},
{
"tcId" : 1332,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "c44759a3f9a5010cbb35c7c9c7c470ae5d1aff3dceddeafd",
"tweak" : "8f5a4485255e9e7a",
"msg" : [18, 21, 6, 3, 15, 12, 18, 8, 19, 24, 14, 21],
"ct" : [17, 10, 14, 20, 20, 19, 12, 4, 3, 16, 14, 3],
"result" : "valid"
},
{
"tcId" : 1333,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "c44759a3f9a5010cbb35c7c9c7c470ae5d1aff3dceddeafd",
"tweak" : "8f5a4485255e9e7a",
"msg" : [21, 12, 9, 12, 7, 22, 17, 14, 11, 23, 4, 11],
"ct" : [5, 25, 15, 12, 15, 12, 11, 24, 20, 8, 3, 25],
"result" : "valid"
},
{
"tcId" : 1334,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "c44759a3f9a5010cbb35c7c9c7c470ae5d1aff3dceddeafd",
"tweak" : "8f5a4485255e9e7a",
"msg" : [18, 17, 7, 15, 1, 10, 8, 15, 2, 16, 1, 4],
"ct" : [19, 9, 9, 17, 1, 9, 14, 8, 14, 20, 15, 1],
"result" : "valid"
},
{
"tcId" : 1335,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "c44759a3f9a5010cbb35c7c9c7c470ae5d1aff3dceddeafd",
"tweak" : "8f5a4485255e9e7a",
"msg" : [23, 9, 5, 9, 20, 8, 15, 13, 3, 0, 19, 8],
"ct" : [11, 7, 17, 25, 11, 24, 15, 0, 14, 6, 2, 11],
"result" : "valid"
},
{
"tcId" : 1336,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "c44759a3f9a5010cbb35c7c9c7c470ae5d1aff3dceddeafd",
"tweak" : "8f5a4485255e9e7a",
"msg" : [23, 16, 6, 7, 21, 18, 7, 13, 6, 9, 0, 2],
"ct" : [2, 0, 9, 6, 5, 23, 14, 19, 9, 7, 18, 19],
"result" : "valid"
},
{
"tcId" : 1337,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "c44759a3f9a5010cbb35c7c9c7c470ae5d1aff3dceddeafd",
"tweak" : "8f5a4485255e9e7a",
"msg" : [2, 6, 6, 23, 0, 2, 0, 4, 8, 14, 16, 7],
"ct" : [20, 8, 10, 21, 16, 21, 12, 11, 19, 6, 20, 11],
"result" : "valid"
},
{
"tcId" : 1338,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "c44759a3f9a5010cbb35c7c9c7c470ae5d1aff3dceddeafd",
"tweak" : "8f5a4485255e9e7a",
"msg" : [18, 13, 1, 23, 15, 24, 10, 8, 4, 16, 6, 2],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 1339,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "c44759a3f9a5010cbb35c7c9c7c470ae5d1aff3dceddeafd",
"tweak" : "8f5a4485255e9e7a",
"msg" : [25, 7, 21, 17, 6, 14, 16, 0, 23, 1, 19, 17],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 1340,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "c44759a3f9a5010cbb35c7c9c7c470ae5d1aff3dceddeafd",
"tweak" : "8f5a4485255e9e7a",
"msg" : [0, 1, 14, 3, 25, 1, 14, 11, 17, 4, 8, 19],
"ct" : [22, 15, 10, 21, 22, 16, 22, 15, 10, 21, 22, 16],
"result" : "valid"
},
{
"tcId" : 1341,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "c44759a3f9a5010cbb35c7c9c7c470ae5d1aff3dceddeafd",
"tweak" : "8f5a4485255e9e7a",
"msg" : [6, 1, 13, 19, 5, 13, 15, 23, 18, 1, 16, 18],
"ct" : [22, 15, 10, 21, 22, 15, 22, 15, 10, 21, 22, 15],
"result" : "valid"
},
{
"tcId" : 1342,
"comment" : "y = 0 and (y + a) % radix**6 == 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "b87921481252dee6c5917131e239a7e970010043b8ef047a",
"tweak" : "9942670bbfc50e60dbe2b2",
"msg" : [14, 8, 11, 16, 10, 14, 1, 25, 3, 1, 18, 12],
"ct" : [3, 24, 25, 19, 5, 6, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 1343,
"comment" : "y = 0 and a = 1 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "b87921481252dee6c5917131e239a7e970010043b8ef047a",
"tweak" : "9942670bbfc50e60dbe2b2",
"msg" : [3, 6, 22, 23, 16, 8, 23, 11, 25, 5, 24, 7],
"ct" : [3, 24, 25, 19, 5, 6, 0, 0, 0, 0, 0, 1],
"result" : "valid"
},
{
"tcId" : 1344,
"comment" : "y = 0 and a has large Hamming weight in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "b87921481252dee6c5917131e239a7e970010043b8ef047a",
"tweak" : "9942670bbfc50e60dbe2b2",
"msg" : [20, 24, 16, 12, 18, 6, 9, 13, 17, 16, 23, 4],
"ct" : [3, 24, 25, 19, 5, 6, 22, 15, 10, 21, 22, 16],
"result" : "valid"
},
{
"tcId" : 1345,
"comment" : "y = 0 and (y + a) % radix**6 is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "b87921481252dee6c5917131e239a7e970010043b8ef047a",
"tweak" : "9942670bbfc50e60dbe2b2",
"msg" : [25, 6, 24, 13, 25, 19, 10, 11, 8, 9, 17, 18],
"ct" : [3, 24, 25, 19, 5, 6, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 1346,
"comment" : "y = 1 and a = 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b87921481252dee6c5917131e239a7e970010043b8ef047a",
"tweak" : "204704f909f81256a4b315",
"msg" : [2, 9, 23, 10, 14, 9, 16, 5, 0, 9, 23, 21],
"ct" : [22, 3, 5, 9, 25, 23, 10, 17, 23, 24, 21, 18],
"result" : "valid"
},
{
"tcId" : 1347,
"comment" : "y = 1 and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b87921481252dee6c5917131e239a7e970010043b8ef047a",
"tweak" : "204704f909f81256a4b315",
"msg" : [5, 1, 19, 24, 18, 22, 21, 14, 4, 18, 6, 14],
"ct" : [13, 23, 11, 5, 5, 17, 17, 19, 17, 16, 5, 12],
"result" : "valid"
},
{
"tcId" : 1348,
"comment" : "y = 1 and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b87921481252dee6c5917131e239a7e970010043b8ef047a",
"tweak" : "204704f909f81256a4b315",
"msg" : [17, 8, 9, 13, 12, 20, 13, 7, 10, 14, 13, 25],
"ct" : [2, 23, 20, 20, 10, 1, 19, 1, 7, 8, 2, 0],
"result" : "valid"
},
{
"tcId" : 1349,
"comment" : "y = 1 and (y + a) % radix**6 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b87921481252dee6c5917131e239a7e970010043b8ef047a",
"tweak" : "204704f909f81256a4b315",
"msg" : [1, 16, 6, 23, 6, 20, 14, 20, 6, 18, 17, 21],
"ct" : [1, 18, 2, 13, 13, 3, 7, 13, 11, 2, 20, 12],
"result" : "valid"
},
{
"tcId" : 1350,
"comment" : "y = 1 and (y + a) % radix**6 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b87921481252dee6c5917131e239a7e970010043b8ef047a",
"tweak" : "204704f909f81256a4b315",
"msg" : [11, 17, 18, 24, 25, 15, 20, 12, 25, 5, 23, 23],
"ct" : [1, 24, 4, 3, 4, 14, 5, 5, 7, 5, 22, 20],
"result" : "valid"
},
{
"tcId" : 1351,
"comment" : "y is maximal and a = 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "b87921481252dee6c5917131e239a7e970010043b8ef047a",
"tweak" : "aebabe1c9db983a1e7e161",
"msg" : [0, 0, 0, 0, 0, 0, 18, 15, 2, 25, 10, 25],
"ct" : [13, 4, 11, 8, 9, 20, 1, 18, 0, 11, 23, 4],
"result" : "valid"
},
{
"tcId" : 1352,
"comment" : "y is maximal and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "b87921481252dee6c5917131e239a7e970010043b8ef047a",
"tweak" : "aebabe1c9db983a1e7e161",
"msg" : [0, 0, 0, 0, 0, 1, 18, 15, 2, 25, 10, 25],
"ct" : [20, 15, 5, 7, 6, 6, 9, 2, 12, 15, 19, 5],
"result" : "valid"
},
{
"tcId" : 1353,
"comment" : "y is maximal and (y + a) % radix**6 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "b87921481252dee6c5917131e239a7e970010043b8ef047a",
"tweak" : "aebabe1c9db983a1e7e161",
"msg" : [7, 1, 5, 13, 9, 10, 18, 15, 2, 25, 10, 25],
"ct" : [21, 13, 6, 21, 25, 15, 25, 14, 7, 21, 15, 4],
"result" : "valid"
},
{
"tcId" : 1354,
"comment" : "y is maximal and (y + a) % radix**6 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "b87921481252dee6c5917131e239a7e970010043b8ef047a",
"tweak" : "aebabe1c9db983a1e7e161",
"msg" : [7, 1, 5, 13, 9, 11, 18, 15, 2, 25, 10, 25],
"ct" : [11, 24, 0, 13, 0, 10, 14, 16, 9, 15, 22, 14],
"result" : "valid"
},
{
"tcId" : 1355,
"comment" : "y is maximal and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "b87921481252dee6c5917131e239a7e970010043b8ef047a",
"tweak" : "aebabe1c9db983a1e7e161",
"msg" : [22, 15, 10, 21, 22, 16, 18, 15, 2, 25, 10, 25],
"ct" : [17, 8, 7, 9, 24, 21, 3, 21, 1, 3, 24, 12],
"result" : "valid"
},
{
"tcId" : 1356,
"comment" : "y is maximal and a is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "b87921481252dee6c5917131e239a7e970010043b8ef047a",
"tweak" : "aebabe1c9db983a1e7e161",
"msg" : [25, 25, 25, 25, 25, 25, 18, 15, 2, 25, 10, 25],
"ct" : [24, 24, 22, 20, 25, 25, 11, 15, 18, 2, 4, 6],
"result" : "valid"
},
{
"tcId" : 1357,
"comment" : "y is edge case for modular reduction and a = 0 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "b87921481252dee6c5917131e239a7e970010043b8ef047a",
"tweak" : "ac7c9f9cd05a45d285bb6e",
"msg" : [9, 3, 15, 13, 11, 4, 23, 3, 6, 7, 1, 8],
"ct" : [9, 5, 9, 8, 2, 6, 11, 23, 17, 21, 13, 12],
"result" : "valid"
},
{
"tcId" : 1358,
"comment" : "y is edge case for modular reduction and a = 1 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "b87921481252dee6c5917131e239a7e970010043b8ef047a",
"tweak" : "ac7c9f9cd05a45d285bb6e",
"msg" : [1, 18, 8, 1, 13, 8, 4, 19, 23, 25, 13, 23],
"ct" : [0, 20, 10, 23, 7, 19, 0, 13, 3, 14, 4, 20],
"result" : "valid"
},
{
"tcId" : 1359,
"comment" : "y is edge case for modular reduction and (y + a) % radix**6 is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "b87921481252dee6c5917131e239a7e970010043b8ef047a",
"tweak" : "ac7c9f9cd05a45d285bb6e",
"msg" : [12, 10, 23, 7, 1, 17, 8, 14, 11, 7, 8, 12],
"ct" : [23, 21, 18, 2, 23, 5, 22, 25, 21, 18, 21, 23],
"result" : "valid"
},
{
"tcId" : 1360,
"comment" : "y is edge case for modular reduction and (y + a) % radix**6 == 0 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "b87921481252dee6c5917131e239a7e970010043b8ef047a",
"tweak" : "ac7c9f9cd05a45d285bb6e",
"msg" : [14, 23, 24, 3, 13, 22, 22, 17, 22, 10, 24, 3],
"ct" : [10, 24, 7, 12, 2, 9, 2, 7, 17, 17, 5, 14],
"result" : "valid"
},
{
"tcId" : 1361,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "b87921481252dee6c5917131e239a7e970010043b8ef047a",
"tweak" : "ac7c9f9cd05a45d285bb6e",
"msg" : [25, 13, 6, 4, 19, 3, 16, 5, 14, 15, 22, 4],
"ct" : [13, 18, 25, 8, 19, 5, 14, 3, 19, 20, 9, 23],
"result" : "valid"
},
{
"tcId" : 1362,
"comment" : "y is edge case for modular reduction and a is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "b87921481252dee6c5917131e239a7e970010043b8ef047a",
"tweak" : "ac7c9f9cd05a45d285bb6e",
"msg" : [25, 5, 0, 17, 5, 20, 7, 11, 2, 0, 11, 7],
"ct" : [18, 23, 10, 24, 25, 0, 12, 11, 23, 7, 9, 18],
"result" : "valid"
},
{
"tcId" : 1363,
"comment" : "y is maximal after modular reduction and (y + a) % radix**6 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b87921481252dee6c5917131e239a7e970010043b8ef047a",
"tweak" : "637a3846c3bd48db4fdceb",
"msg" : [2, 17, 4, 12, 5, 9, 12, 6, 23, 12, 15, 8],
"ct" : [23, 12, 17, 20, 8, 15, 10, 25, 12, 12, 22, 13],
"result" : "valid"
},
{
"tcId" : 1364,
"comment" : "y is maximal after modular reduction and (y + a) % radix**6 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b87921481252dee6c5917131e239a7e970010043b8ef047a",
"tweak" : "637a3846c3bd48db4fdceb",
"msg" : [5, 16, 0, 25, 5, 11, 17, 8, 25, 8, 7, 2],
"ct" : [3, 15, 8, 15, 10, 15, 20, 7, 17, 7, 16, 22],
"result" : "valid"
},
{
"tcId" : 1365,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b87921481252dee6c5917131e239a7e970010043b8ef047a",
"tweak" : "637a3846c3bd48db4fdceb",
"msg" : [9, 12, 2, 16, 23, 17, 3, 12, 12, 0, 23, 1],
"ct" : [15, 14, 2, 18, 0, 9, 12, 16, 2, 4, 10, 14],
"result" : "valid"
},
{
"tcId" : 1366,
"comment" : "y is maximal after modular reduction and a is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b87921481252dee6c5917131e239a7e970010043b8ef047a",
"tweak" : "637a3846c3bd48db4fdceb",
"msg" : [15, 2, 7, 9, 5, 5, 22, 25, 7, 4, 1, 18],
"ct" : [2, 6, 16, 18, 4, 15, 20, 0, 1, 0, 19, 21],
"result" : "valid"
},
{
"tcId" : 1367,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "dc7952cb430a0f36a83b3361821e7e3232b8fc5cabd1cf7f",
"tweak" : "1f8dcd3dd4e01cbd",
"msg" : [-1, 17, 1, 5, 21, 6, 1, 25, 9, 5, 15, 13],
"ct" : [13, 23, 17, 13, 21, 7, 0, 13, 16, 2, 15, 23],
"result" : "invalid"
},
{
"tcId" : 1368,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "dc7952cb430a0f36a83b3361821e7e3232b8fc5cabd1cf7f",
"tweak" : "1f8dcd3dd4e01cbd",
"msg" : [25, 17, 1, 5, -1, 6, 1, 25, 9, 5, 15, 13],
"ct" : [16, 19, 16, 4, 7, 11, 23, 11, 5, 25, 12, 24],
"result" : "invalid"
},
{
"tcId" : 1369,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "dc7952cb430a0f36a83b3361821e7e3232b8fc5cabd1cf7f",
"tweak" : "1f8dcd3dd4e01cbd",
"msg" : [25, 17, 1, 5, 21, 6, 1, 25, 9, 5, 15, -1],
"ct" : [11, 18, 9, 6, 9, 10, 2, 22, 3, 22, 13, 1],
"result" : "invalid"
},
{
"tcId" : 1370,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "0e43ada8f105dc5d7541b7a371f67e086668856bddc1d89d",
"tweak" : "e1f89a6a0b554f99",
"msg" : [26, 1, 7, 2, 3, 1, 18, 2, 19, 3, 25, 12],
"ct" : [2, 11, 10, 10, 19, 9, 4, 14, 23, 18, 24, 7],
"result" : "invalid"
},
{
"tcId" : 1371,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "0e43ada8f105dc5d7541b7a371f67e086668856bddc1d89d",
"tweak" : "e1f89a6a0b554f99",
"msg" : [13, 1, 7, 2, 26, 1, 18, 2, 19, 3, 25, 12],
"ct" : [5, 20, 8, 12, 17, 8, 2, 11, 6, 1, 18, 25],
"result" : "invalid"
},
{
"tcId" : 1372,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "0e43ada8f105dc5d7541b7a371f67e086668856bddc1d89d",
"tweak" : "e1f89a6a0b554f99",
"msg" : [13, 1, 7, 2, 3, 1, 18, 2, 19, 3, 25, 26],
"ct" : [13, 4, 22, 11, 11, 17, 9, 21, 0, 13, 5, 4],
"result" : "invalid"
}
]
},
{
"keySize" : 192,
"msgSize" : 13,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 1373,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "2b36e8a149dbee09bdfc43feaab6aa2d22f6b46b5a967013",
"tweak" : "506f5152883327d6",
"msg" : [12, 3, 20, 8, 5, 3, 20, 3, 15, 14, 20, 0, 21],
"ct" : [20, 18, 14, 25, 4, 3, 19, 11, 17, 20, 16, 23, 21],
"result" : "valid"
},
{
"tcId" : 1374,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "2f585639e28c4f1f5c5aa7ff5302f66893103019eaebcf52",
"tweak" : "6512674893abe1ba",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [0, 11, 0, 2, 18, 11, 8, 3, 7, 16, 21, 10, 2],
"result" : "valid"
},
{
"tcId" : 1375,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "2f585639e28c4f1f5c5aa7ff5302f66893103019eaebcf52",
"tweak" : "6512674893abe1ba",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"ct" : [18, 6, 22, 17, 18, 14, 14, 16, 4, 11, 3, 4, 3],
"result" : "valid"
},
{
"tcId" : 1376,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "2f585639e28c4f1f5c5aa7ff5302f66893103019eaebcf52",
"tweak" : "6512674893abe1ba",
"msg" : [22, 15, 10, 21, 22, 16, 13, 23, 12, 17, 11, 23, 22],
"ct" : [15, 19, 9, 23, 5, 21, 23, 18, 10, 17, 13, 21, 5],
"result" : "valid"
},
{
"tcId" : 1377,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "2f585639e28c4f1f5c5aa7ff5302f66893103019eaebcf52",
"tweak" : "6512674893abe1ba",
"msg" : [22, 15, 10, 21, 22, 15, 13, 23, 12, 17, 11, 23, 21],
"ct" : [0, 19, 5, 22, 20, 9, 22, 25, 25, 5, 21, 7, 10],
"result" : "valid"
},
{
"tcId" : 1378,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "2f585639e28c4f1f5c5aa7ff5302f66893103019eaebcf52",
"tweak" : "6512674893abe1ba",
"msg" : [7, 16, 23, 7, 20, 18, 6, 0, 4, 5, 1, 6, 8],
"ct" : [11, 15, 8, 10, 22, 7, 10, 2, 21, 22, 13, 17, 0],
"result" : "valid"
},
{
"tcId" : 1379,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "2f585639e28c4f1f5c5aa7ff5302f66893103019eaebcf52",
"tweak" : "6512674893abe1ba",
"msg" : [11, 18, 14, 13, 18, 23, 3, 25, 1, 17, 7, 18, 24],
"ct" : [17, 19, 2, 12, 15, 16, 8, 6, 24, 10, 7, 13, 14],
"result" : "valid"
},
{
"tcId" : 1380,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "2f585639e28c4f1f5c5aa7ff5302f66893103019eaebcf52",
"tweak" : "6512674893abe1ba",
"msg" : [11, 15, 10, 15, 18, 10, 15, 14, 14, 4, 23, 19, 18],
"ct" : [18, 17, 24, 11, 8, 23, 17, 19, 16, 3, 4, 2, 11],
"result" : "valid"
},
{
"tcId" : 1381,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "2f585639e28c4f1f5c5aa7ff5302f66893103019eaebcf52",
"tweak" : "6512674893abe1ba",
"msg" : [19, 12, 17, 0, 17, 2, 6, 6, 0, 10, 21, 1, 11],
"ct" : [3, 19, 25, 8, 9, 13, 12, 1, 19, 16, 25, 4, 22],
"result" : "valid"
},
{
"tcId" : 1382,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "2f585639e28c4f1f5c5aa7ff5302f66893103019eaebcf52",
"tweak" : "6512674893abe1ba",
"msg" : [6, 11, 6, 3, 15, 4, 10, 1, 0, 17, 8, 17, 7],
"ct" : [21, 3, 2, 13, 2, 20, 14, 0, 3, 15, 23, 8, 22],
"result" : "valid"
},
{
"tcId" : 1383,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "2f585639e28c4f1f5c5aa7ff5302f66893103019eaebcf52",
"tweak" : "6512674893abe1ba",
"msg" : [17, 23, 22, 3, 11, 8, 1, 9, 8, 10, 4, 9, 15],
"ct" : [2, 23, 22, 4, 3, 10, 11, 10, 6, 18, 4, 25, 22],
"result" : "valid"
},
{
"tcId" : 1384,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "2f585639e28c4f1f5c5aa7ff5302f66893103019eaebcf52",
"tweak" : "6512674893abe1ba",
"msg" : [10, 18, 10, 17, 17, 20, 1, 9, 25, 4, 23, 9, 16],
"ct" : [17, 20, 17, 19, 18, 11, 15, 23, 14, 22, 12, 9, 20],
"result" : "valid"
},
{
"tcId" : 1385,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "2f585639e28c4f1f5c5aa7ff5302f66893103019eaebcf52",
"tweak" : "6512674893abe1ba",
"msg" : [14, 22, 14, 0, 0, 20, 6, 2, 7, 10, 10, 0, 20],
"ct" : [20, 6, 17, 19, 24, 16, 22, 12, 4, 17, 25, 14, 14],
"result" : "valid"
},
{
"tcId" : 1386,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "2f585639e28c4f1f5c5aa7ff5302f66893103019eaebcf52",
"tweak" : "6512674893abe1ba",
"msg" : [20, 6, 7, 19, 13, 21, 22, 15, 22, 17, 3, 9, 21],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 1387,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "2f585639e28c4f1f5c5aa7ff5302f66893103019eaebcf52",
"tweak" : "6512674893abe1ba",
"msg" : [23, 21, 5, 15, 25, 4, 5, 19, 23, 8, 15, 20, 2],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 1388,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "2f585639e28c4f1f5c5aa7ff5302f66893103019eaebcf52",
"tweak" : "6512674893abe1ba",
"msg" : [25, 20, 14, 17, 17, 15, 3, 17, 9, 14, 1, 22, 16],
"ct" : [22, 15, 10, 21, 22, 16, 13, 23, 12, 17, 11, 23, 22],
"result" : "valid"
},
{
"tcId" : 1389,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "2f585639e28c4f1f5c5aa7ff5302f66893103019eaebcf52",
"tweak" : "6512674893abe1ba",
"msg" : [17, 11, 23, 17, 18, 11, 9, 0, 3, 2, 2, 25, 15],
"ct" : [22, 15, 10, 21, 22, 15, 13, 23, 12, 17, 11, 23, 21],
"result" : "valid"
},
{
"tcId" : 1390,
"comment" : "y is maximal and a = 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "17ffee64e8c82cbf8509c89c1c5f9a5b8a139bf95bfaa728",
"tweak" : "40b9409601941a635708",
"msg" : [1, 4, 4, 24, 8, 13, 0, 22, 8, 18, 19, 17, 7],
"ct" : [18, 18, 0, 4, 5, 13, 10, 18, 23, 21, 16, 0, 14],
"result" : "valid"
},
{
"tcId" : 1391,
"comment" : "y is maximal and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "17ffee64e8c82cbf8509c89c1c5f9a5b8a139bf95bfaa728",
"tweak" : "40b9409601941a635708",
"msg" : [7, 21, 10, 25, 6, 11, 17, 17, 19, 12, 22, 6, 2],
"ct" : [18, 18, 0, 4, 5, 14, 10, 5, 6, 18, 3, 10, 21],
"result" : "valid"
},
{
"tcId" : 1392,
"comment" : "y is maximal and (y + a) % radix**6 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "17ffee64e8c82cbf8509c89c1c5f9a5b8a139bf95bfaa728",
"tweak" : "40b9409601941a635708",
"msg" : [9, 15, 4, 23, 25, 19, 0, 14, 11, 5, 3, 6, 0],
"ct" : [25, 25, 25, 25, 25, 25, 14, 23, 3, 0, 17, 22, 1],
"result" : "valid"
},
{
"tcId" : 1393,
"comment" : "y is maximal and (y + a) % radix**6 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "17ffee64e8c82cbf8509c89c1c5f9a5b8a139bf95bfaa728",
"tweak" : "40b9409601941a635708",
"msg" : [23, 6, 18, 10, 6, 11, 23, 16, 16, 21, 11, 13, 19],
"ct" : [0, 0, 0, 0, 0, 0, 7, 0, 18, 4, 10, 24, 21],
"result" : "valid"
},
{
"tcId" : 1394,
"comment" : "y is maximal and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "17ffee64e8c82cbf8509c89c1c5f9a5b8a139bf95bfaa728",
"tweak" : "40b9409601941a635708",
"msg" : [25, 16, 10, 19, 24, 1, 12, 1, 21, 13, 8, 18, 23],
"ct" : [15, 7, 11, 0, 2, 3, 13, 20, 23, 4, 5, 11, 16],
"result" : "valid"
},
{
"tcId" : 1395,
"comment" : "y is maximal and a is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "17ffee64e8c82cbf8509c89c1c5f9a5b8a139bf95bfaa728",
"tweak" : "40b9409601941a635708",
"msg" : [17, 16, 13, 20, 25, 2, 12, 13, 10, 13, 1, 23, 9],
"ct" : [18, 18, 0, 4, 5, 12, 0, 0, 0, 20, 8, 9, 20],
"result" : "valid"
},
{
"tcId" : 1396,
"comment" : "y is maximal after modular reduction and (y + a) % radix**6 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "17ffee64e8c82cbf8509c89c1c5f9a5b8a139bf95bfaa728",
"tweak" : "b5da425d178207386834",
"msg" : [0, 0, 0, 0, 0, 0, 14, 14, 15, 14, 17, 0, 25],
"ct" : [9, 22, 13, 15, 1, 16, 9, 12, 25, 16, 11, 25, 20],
"result" : "valid"
},
{
"tcId" : 1397,
"comment" : "y is maximal after modular reduction and (y + a) % radix**6 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "17ffee64e8c82cbf8509c89c1c5f9a5b8a139bf95bfaa728",
"tweak" : "b5da425d178207386834",
"msg" : [0, 0, 0, 0, 0, 1, 14, 14, 15, 14, 17, 0, 25],
"ct" : [10, 24, 1, 25, 18, 7, 12, 3, 15, 0, 20, 6, 2],
"result" : "valid"
},
{
"tcId" : 1398,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "17ffee64e8c82cbf8509c89c1c5f9a5b8a139bf95bfaa728",
"tweak" : "b5da425d178207386834",
"msg" : [22, 15, 10, 21, 22, 16, 14, 14, 15, 14, 17, 0, 25],
"ct" : [20, 23, 4, 5, 4, 18, 14, 3, 1, 14, 25, 10, 8],
"result" : "valid"
},
{
"tcId" : 1399,
"comment" : "y is maximal after modular reduction and a is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "17ffee64e8c82cbf8509c89c1c5f9a5b8a139bf95bfaa728",
"tweak" : "b5da425d178207386834",
"msg" : [25, 25, 25, 25, 25, 25, 14, 14, 15, 14, 17, 0, 25],
"ct" : [3, 19, 15, 20, 14, 2, 9, 18, 4, 3, 8, 17, 22],
"result" : "valid"
},
{
"tcId" : 1400,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "41b66fccbe91dcec1c918f4857177869a5ae99d40d71ab0f",
"tweak" : "bd80cf69edccc86d",
"msg" : [-1, 5, 16, 17, 10, 11, 20, 6, 3, 6, 3, 24, 7],
"ct" : [7, 22, 0, 5, 4, 16, 10, 17, 17, 11, 4, 17, 12],
"result" : "invalid"
},
{
"tcId" : 1401,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "41b66fccbe91dcec1c918f4857177869a5ae99d40d71ab0f",
"tweak" : "bd80cf69edccc86d",
"msg" : [4, 5, 16, 17, -1, 11, 20, 6, 3, 6, 3, 24, 7],
"ct" : [18, 17, 17, 17, 15, 20, 21, 23, 18, 2, 22, 11, 2],
"result" : "invalid"
},
{
"tcId" : 1402,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "41b66fccbe91dcec1c918f4857177869a5ae99d40d71ab0f",
"tweak" : "bd80cf69edccc86d",
"msg" : [4, 5, 16, 17, 10, 11, 20, 6, 3, 6, 3, 24, -1],
"ct" : [4, 13, 11, 8, 7, 20, 2, 14, 24, 20, 11, 21, 2],
"result" : "invalid"
},
{
"tcId" : 1403,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "4462cffd1417c382b49e6ec777e99868eac63c7bba2f8ed9",
"tweak" : "0c2326e5b805f5e2",
"msg" : [26, 5, 17, 12, 12, 23, 25, 8, 11, 10, 19, 5, 23],
"ct" : [18, 22, 24, 14, 7, 22, 2, 6, 7, 24, 25, 9, 12],
"result" : "invalid"
},
{
"tcId" : 1404,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "4462cffd1417c382b49e6ec777e99868eac63c7bba2f8ed9",
"tweak" : "0c2326e5b805f5e2",
"msg" : [24, 5, 17, 12, 26, 23, 25, 8, 11, 10, 19, 5, 23],
"ct" : [12, 10, 8, 13, 11, 10, 9, 23, 17, 2, 11, 8, 21],
"result" : "invalid"
},
{
"tcId" : 1405,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "4462cffd1417c382b49e6ec777e99868eac63c7bba2f8ed9",
"tweak" : "0c2326e5b805f5e2",
"msg" : [24, 5, 17, 12, 12, 23, 25, 8, 11, 10, 19, 5, 26],
"ct" : [24, 12, 9, 20, 9, 21, 17, 2, 4, 20, 22, 10, 20],
"result" : "invalid"
}
]
},
{
"keySize" : 192,
"msgSize" : 14,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 1406,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "4a9421ed0d8105f41f06225c61a861adc98d34d2700dfd63",
"tweak" : "6f60cf632424685f",
"msg" : [12, 12, 23, 23, 22, 20, 8, 15, 23, 4, 2, 15, 4, 3],
"ct" : [22, 5, 10, 25, 19, 20, 12, 16, 8, 20, 3, 22, 12, 4],
"result" : "valid"
},
{
"tcId" : 1407,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "bf06988e3a766872c5eb7df74db8ce8824d4b6ef4fc6613f",
"tweak" : "78ed1f1221af7407",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [13, 12, 8, 25, 4, 3, 10, 22, 24, 22, 0, 23, 21, 10],
"result" : "valid"
},
{
"tcId" : 1408,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "bf06988e3a766872c5eb7df74db8ce8824d4b6ef4fc6613f",
"tweak" : "78ed1f1221af7407",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"ct" : [12, 12, 10, 22, 15, 18, 10, 2, 9, 22, 17, 8, 21, 1],
"result" : "valid"
},
{
"tcId" : 1409,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "bf06988e3a766872c5eb7df74db8ce8824d4b6ef4fc6613f",
"tweak" : "78ed1f1221af7407",
"msg" : [13, 23, 12, 17, 11, 23, 22, 13, 23, 12, 17, 11, 23, 22],
"ct" : [2, 23, 9, 21, 22, 4, 18, 4, 22, 9, 21, 25, 17, 18],
"result" : "valid"
},
{
"tcId" : 1410,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "bf06988e3a766872c5eb7df74db8ce8824d4b6ef4fc6613f",
"tweak" : "78ed1f1221af7407",
"msg" : [13, 23, 12, 17, 11, 23, 21, 13, 23, 12, 17, 11, 23, 21],
"ct" : [13, 11, 6, 7, 21, 20, 3, 6, 6, 19, 17, 16, 11, 8],
"result" : "valid"
},
{
"tcId" : 1411,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "bf06988e3a766872c5eb7df74db8ce8824d4b6ef4fc6613f",
"tweak" : "78ed1f1221af7407",
"msg" : [10, 17, 0, 15, 9, 4, 19, 14, 25, 3, 7, 24, 7, 22],
"ct" : [4, 17, 13, 14, 9, 15, 11, 14, 4, 15, 17, 18, 25, 6],
"result" : "valid"
},
{
"tcId" : 1412,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "bf06988e3a766872c5eb7df74db8ce8824d4b6ef4fc6613f",
"tweak" : "78ed1f1221af7407",
"msg" : [0, 6, 23, 14, 8, 22, 15, 8, 4, 0, 5, 25, 13, 22],
"ct" : [15, 4, 4, 7, 2, 18, 7, 22, 19, 23, 14, 3, 1, 19],
"result" : "valid"
},
{
"tcId" : 1413,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "bf06988e3a766872c5eb7df74db8ce8824d4b6ef4fc6613f",
"tweak" : "78ed1f1221af7407",
"msg" : [16, 10, 24, 24, 13, 0, 1, 2, 13, 24, 8, 5, 22, 11],
"ct" : [20, 0, 18, 2, 18, 4, 6, 3, 5, 6, 8, 9, 4, 7],
"result" : "valid"
},
{
"tcId" : 1414,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "bf06988e3a766872c5eb7df74db8ce8824d4b6ef4fc6613f",
"tweak" : "78ed1f1221af7407",
"msg" : [0, 7, 19, 20, 7, 8, 18, 21, 15, 4, 24, 10, 14, 22],
"ct" : [18, 5, 12, 9, 24, 17, 18, 15, 10, 25, 16, 14, 4, 9],
"result" : "valid"
},
{
"tcId" : 1415,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "bf06988e3a766872c5eb7df74db8ce8824d4b6ef4fc6613f",
"tweak" : "78ed1f1221af7407",
"msg" : [18, 17, 2, 25, 21, 3, 10, 23, 15, 5, 4, 22, 18, 7],
"ct" : [5, 19, 7, 10, 0, 2, 11, 20, 22, 16, 25, 19, 0, 5],
"result" : "valid"
},
{
"tcId" : 1416,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "bf06988e3a766872c5eb7df74db8ce8824d4b6ef4fc6613f",
"tweak" : "78ed1f1221af7407",
"msg" : [9, 18, 4, 21, 8, 2, 6, 2, 12, 25, 6, 7, 13, 5],
"ct" : [13, 15, 25, 11, 17, 16, 25, 5, 24, 19, 20, 1, 15, 3],
"result" : "valid"
},
{
"tcId" : 1417,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "bf06988e3a766872c5eb7df74db8ce8824d4b6ef4fc6613f",
"tweak" : "78ed1f1221af7407",
"msg" : [19, 8, 9, 21, 19, 9, 22, 1, 10, 15, 21, 4, 15, 8],
"ct" : [19, 10, 19, 9, 2, 4, 4, 25, 16, 13, 3, 23, 14, 9],
"result" : "valid"
},
{
"tcId" : 1418,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "bf06988e3a766872c5eb7df74db8ce8824d4b6ef4fc6613f",
"tweak" : "78ed1f1221af7407",
"msg" : [21, 7, 25, 2, 12, 9, 14, 1, 16, 12, 15, 0, 20, 19],
"ct" : [14, 6, 10, 21, 13, 23, 9, 5, 19, 3, 7, 20, 22, 5],
"result" : "valid"
},
{
"tcId" : 1419,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "bf06988e3a766872c5eb7df74db8ce8824d4b6ef4fc6613f",
"tweak" : "78ed1f1221af7407",
"msg" : [19, 9, 19, 24, 9, 9, 15, 3, 23, 13, 16, 12, 8, 3],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 1420,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "bf06988e3a766872c5eb7df74db8ce8824d4b6ef4fc6613f",
"tweak" : "78ed1f1221af7407",
"msg" : [4, 14, 20, 10, 25, 7, 12, 9, 20, 14, 2, 18, 3, 13],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 1421,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "bf06988e3a766872c5eb7df74db8ce8824d4b6ef4fc6613f",
"tweak" : "78ed1f1221af7407",
"msg" : [20, 21, 2, 0, 15, 22, 3, 18, 17, 21, 1, 0, 19, 22],
"ct" : [13, 23, 12, 17, 11, 23, 22, 13, 23, 12, 17, 11, 23, 22],
"result" : "valid"
},
{
"tcId" : 1422,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "bf06988e3a766872c5eb7df74db8ce8824d4b6ef4fc6613f",
"tweak" : "78ed1f1221af7407",
"msg" : [7, 9, 14, 13, 5, 23, 19, 6, 21, 13, 1, 25, 24, 15],
"ct" : [13, 23, 12, 17, 11, 23, 21, 13, 23, 12, 17, 11, 23, 21],
"result" : "valid"
},
{
"tcId" : 1423,
"comment" : "y = 1 and a = 0 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "dd08ecfede8e6529e397d5659c0cc83b95fa9cf6a024c3fe",
"tweak" : "ad50045e5006ce99e7e5",
"msg" : [4, 22, 14, 10, 16, 1, 25, 0, 0, 0, 0, 0, 0, 0],
"ct" : [23, 17, 23, 11, 22, 24, 3, 23, 1, 0, 16, 8, 20, 4],
"result" : "valid"
},
{
"tcId" : 1424,
"comment" : "y = 1 and a = 1 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "dd08ecfede8e6529e397d5659c0cc83b95fa9cf6a024c3fe",
"tweak" : "ad50045e5006ce99e7e5",
"msg" : [13, 20, 21, 0, 3, 24, 13, 0, 0, 0, 0, 0, 0, 1],
"ct" : [20, 13, 23, 18, 4, 20, 9, 19, 18, 8, 20, 11, 11, 5],
"result" : "valid"
},
{
"tcId" : 1425,
"comment" : "y = 1 and a has large Hamming weight in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "dd08ecfede8e6529e397d5659c0cc83b95fa9cf6a024c3fe",
"tweak" : "ad50045e5006ce99e7e5",
"msg" : [7, 5, 24, 17, 6, 11, 25, 13, 23, 12, 17, 11, 23, 22],
"ct" : [25, 4, 17, 1, 18, 12, 24, 22, 6, 20, 10, 13, 25, 15],
"result" : "valid"
},
{
"tcId" : 1426,
"comment" : "y = 1 and (y + a) % radix**7 is maximal in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "dd08ecfede8e6529e397d5659c0cc83b95fa9cf6a024c3fe",
"tweak" : "ad50045e5006ce99e7e5",
"msg" : [6, 20, 14, 17, 22, 21, 8, 25, 25, 25, 25, 25, 25, 24],
"ct" : [5, 14, 4, 16, 0, 4, 8, 18, 16, 23, 20, 23, 24, 3],
"result" : "valid"
},
{
"tcId" : 1427,
"comment" : "y = 1 and (y + a) % radix**7 == 0 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "dd08ecfede8e6529e397d5659c0cc83b95fa9cf6a024c3fe",
"tweak" : "ad50045e5006ce99e7e5",
"msg" : [21, 15, 13, 17, 23, 7, 5, 25, 25, 25, 25, 25, 25, 25],
"ct" : [1, 14, 23, 15, 20, 10, 17, 10, 17, 7, 1, 21, 0, 17],
"result" : "valid"
},
{
"tcId" : 1428,
"comment" : "y is edge case for modular reduction and a = 0 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "dd08ecfede8e6529e397d5659c0cc83b95fa9cf6a024c3fe",
"tweak" : "6e0486ff7c6841d37316",
"msg" : [15, 14, 1, 3, 11, 8, 1, 2, 4, 19, 7, 5, 10, 21],
"ct" : [9, 9, 23, 17, 10, 11, 11, 18, 1, 25, 19, 12, 25, 17],
"result" : "valid"
},
{
"tcId" : 1429,
"comment" : "y is edge case for modular reduction and a = 1 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "dd08ecfede8e6529e397d5659c0cc83b95fa9cf6a024c3fe",
"tweak" : "6e0486ff7c6841d37316",
"msg" : [8, 18, 18, 21, 20, 4, 25, 2, 24, 16, 2, 21, 16, 25],
"ct" : [2, 12, 7, 23, 4, 18, 0, 16, 16, 11, 24, 1, 1, 2],
"result" : "valid"
},
{
"tcId" : 1430,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "dd08ecfede8e6529e397d5659c0cc83b95fa9cf6a024c3fe",
"tweak" : "6e0486ff7c6841d37316",
"msg" : [5, 8, 21, 4, 1, 23, 9, 2, 23, 18, 5, 21, 18, 20],
"ct" : [12, 16, 4, 19, 3, 6, 11, 8, 19, 8, 7, 23, 15, 6],
"result" : "valid"
},
{
"tcId" : 1431,
"comment" : "y is edge case for modular reduction and (y + a) % radix**7 is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "dd08ecfede8e6529e397d5659c0cc83b95fa9cf6a024c3fe",
"tweak" : "6e0486ff7c6841d37316",
"msg" : [3, 15, 13, 20, 23, 15, 8, 11, 12, 21, 6, 1, 0, 22],
"ct" : [9, 2, 4, 19, 2, 24, 23, 24, 10, 25, 9, 11, 9, 13],
"result" : "valid"
},
{
"tcId" : 1432,
"comment" : "y is edge case for modular reduction and (y + a) % radix**7 == 0 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "dd08ecfede8e6529e397d5659c0cc83b95fa9cf6a024c3fe",
"tweak" : "6e0486ff7c6841d37316",
"msg" : [4, 19, 23, 19, 7, 18, 15, 18, 0, 15, 15, 0, 1, 21],
"ct" : [11, 5, 24, 20, 16, 1, 9, 20, 22, 1, 12, 14, 4, 21],
"result" : "valid"
},
{
"tcId" : 1433,
"comment" : "y is edge case for modular reduction and a is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "dd08ecfede8e6529e397d5659c0cc83b95fa9cf6a024c3fe",
"tweak" : "6e0486ff7c6841d37316",
"msg" : [9, 23, 5, 20, 25, 22, 16, 10, 3, 15, 20, 18, 19, 11],
"ct" : [2, 22, 5, 19, 19, 11, 15, 16, 10, 23, 24, 24, 7, 3],
"result" : "valid"
},
{
"tcId" : 1434,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "2107bd496fa7845242858b98d22ba4d43c2644fabf0caeb5",
"tweak" : "9a07b801ec3e37d6",
"msg" : [-1, 16, 20, 2, 25, 15, 18, 5, 6, 0, 18, 13, 0, 10],
"ct" : [18, 13, 20, 14, 23, 4, 0, 17, 1, 5, 20, 17, 12, 12],
"result" : "invalid"
},
{
"tcId" : 1435,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "2107bd496fa7845242858b98d22ba4d43c2644fabf0caeb5",
"tweak" : "9a07b801ec3e37d6",
"msg" : [7, 16, 20, 2, -1, 15, 18, 5, 6, 0, 18, 13, 0, 10],
"ct" : [5, 16, 10, 12, 13, 2, 0, 4, 1, 18, 23, 13, 24, 22],
"result" : "invalid"
},
{
"tcId" : 1436,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "2107bd496fa7845242858b98d22ba4d43c2644fabf0caeb5",
"tweak" : "9a07b801ec3e37d6",
"msg" : [7, 16, 20, 2, 25, 15, 18, 5, 6, 0, 18, 13, 0, -1],
"ct" : [20, 7, 7, 9, 2, 10, 16, 0, 23, 4, 11, 3, 24, 6],
"result" : "invalid"
},
{
"tcId" : 1437,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "04aed4f2e07e6a4d8e84e85062f9b1840f4476876a320aca",
"tweak" : "8ea522e8604c6634",
"msg" : [26, 18, 16, 5, 1, 8, 17, 25, 10, 4, 21, 25, 23, 16],
"ct" : [8, 23, 10, 7, 4, 1, 17, 15, 7, 19, 24, 19, 24, 14],
"result" : "invalid"
},
{
"tcId" : 1438,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "04aed4f2e07e6a4d8e84e85062f9b1840f4476876a320aca",
"tweak" : "8ea522e8604c6634",
"msg" : [24, 18, 16, 5, 26, 8, 17, 25, 10, 4, 21, 25, 23, 16],
"ct" : [22, 12, 6, 1, 19, 4, 24, 14, 20, 2, 17, 20, 16, 11],
"result" : "invalid"
},
{
"tcId" : 1439,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "04aed4f2e07e6a4d8e84e85062f9b1840f4476876a320aca",
"tweak" : "8ea522e8604c6634",
"msg" : [24, 18, 16, 5, 1, 8, 17, 25, 10, 4, 21, 25, 23, 26],
"ct" : [4, 23, 14, 10, 12, 15, 24, 16, 24, 16, 21, 16, 1, 23],
"result" : "invalid"
}
]
},
{
"keySize" : 192,
"msgSize" : 15,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 1440,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "38c2d6d8d1717f48e8e7bc3d54820ee7de2cecf0fc6f167b",
"tweak" : "7a3ce6a3066b2e0b",
"msg" : [6, 6, 17, 7, 15, 10, 20, 5, 16, 13, 7, 6, 6, 6, 4],
"ct" : [20, 18, 5, 10, 5, 22, 21, 20, 7, 24, 18, 2, 5, 20, 0],
"result" : "valid"
},
{
"tcId" : 1441,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "43ab05932af579c659d6070b3378f5fa29ec02a71944c442",
"tweak" : "19c77fee40ebf48e",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [17, 15, 24, 3, 14, 17, 9, 20, 19, 11, 15, 7, 0, 16, 17],
"result" : "valid"
},
{
"tcId" : 1442,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "43ab05932af579c659d6070b3378f5fa29ec02a71944c442",
"tweak" : "19c77fee40ebf48e",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"ct" : [1, 8, 5, 15, 18, 23, 23, 11, 8, 9, 2, 10, 7, 21, 15],
"result" : "valid"
},
{
"tcId" : 1443,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "43ab05932af579c659d6070b3378f5fa29ec02a71944c442",
"tweak" : "19c77fee40ebf48e",
"msg" : [13, 23, 12, 17, 11, 23, 22, 17, 2, 23, 15, 12, 17, 9, 2],
"ct" : [13, 13, 1, 16, 1, 7, 19, 10, 6, 9, 9, 8, 5, 3, 18],
"result" : "valid"
},
{
"tcId" : 1444,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "43ab05932af579c659d6070b3378f5fa29ec02a71944c442",
"tweak" : "19c77fee40ebf48e",
"msg" : [13, 23, 12, 17, 11, 23, 21, 17, 2, 23, 15, 12, 17, 9, 1],
"ct" : [3, 25, 22, 18, 2, 1, 6, 6, 25, 0, 15, 23, 2, 3, 6],
"result" : "valid"
},
{
"tcId" : 1445,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "43ab05932af579c659d6070b3378f5fa29ec02a71944c442",
"tweak" : "19c77fee40ebf48e",
"msg" : [2, 15, 4, 19, 1, 3, 24, 24, 20, 4, 24, 14, 21, 3, 1],
"ct" : [2, 6, 14, 21, 25, 18, 4, 2, 1, 13, 1, 22, 3, 0, 12],
"result" : "valid"
},
{
"tcId" : 1446,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "43ab05932af579c659d6070b3378f5fa29ec02a71944c442",
"tweak" : "19c77fee40ebf48e",
"msg" : [0, 2, 7, 2, 24, 7, 25, 0, 7, 12, 25, 5, 22, 6, 17],
"ct" : [20, 17, 22, 5, 11, 0, 1, 16, 2, 17, 8, 20, 23, 11, 4],
"result" : "valid"
},
{
"tcId" : 1447,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "43ab05932af579c659d6070b3378f5fa29ec02a71944c442",
"tweak" : "19c77fee40ebf48e",
"msg" : [21, 18, 11, 1, 18, 2, 11, 23, 12, 14, 10, 20, 18, 8, 19],
"ct" : [2, 7, 13, 1, 19, 5, 8, 22, 25, 15, 25, 16, 4, 6, 21],
"result" : "valid"
},
{
"tcId" : 1448,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "43ab05932af579c659d6070b3378f5fa29ec02a71944c442",
"tweak" : "19c77fee40ebf48e",
"msg" : [0, 10, 5, 2, 16, 20, 8, 2, 8, 19, 7, 22, 5, 2, 12],
"ct" : [20, 20, 14, 8, 18, 7, 7, 14, 25, 8, 22, 13, 20, 17, 24],
"result" : "valid"
},
{
"tcId" : 1449,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "43ab05932af579c659d6070b3378f5fa29ec02a71944c442",
"tweak" : "19c77fee40ebf48e",
"msg" : [10, 23, 17, 11, 14, 15, 12, 7, 13, 13, 22, 6, 18, 6, 24],
"ct" : [12, 11, 10, 2, 23, 16, 19, 11, 3, 9, 2, 2, 15, 1, 13],
"result" : "valid"
},
{
"tcId" : 1450,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "43ab05932af579c659d6070b3378f5fa29ec02a71944c442",
"tweak" : "19c77fee40ebf48e",
"msg" : [21, 3, 7, 15, 13, 18, 16, 18, 21, 9, 13, 0, 0, 15, 16],
"ct" : [4, 17, 14, 25, 13, 25, 21, 8, 25, 5, 25, 2, 24, 3, 10],
"result" : "valid"
},
{
"tcId" : 1451,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "43ab05932af579c659d6070b3378f5fa29ec02a71944c442",
"tweak" : "19c77fee40ebf48e",
"msg" : [11, 3, 3, 4, 23, 7, 25, 22, 22, 4, 4, 21, 5, 12, 25],
"ct" : [3, 1, 7, 1, 9, 18, 14, 9, 17, 15, 23, 4, 22, 12, 3],
"result" : "valid"
},
{
"tcId" : 1452,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "43ab05932af579c659d6070b3378f5fa29ec02a71944c442",
"tweak" : "19c77fee40ebf48e",
"msg" : [21, 12, 7, 22, 20, 21, 19, 25, 3, 20, 18, 9, 8, 9, 10],
"ct" : [10, 19, 5, 16, 16, 10, 9, 3, 16, 22, 0, 0, 7, 20, 20],
"result" : "valid"
},
{
"tcId" : 1453,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "43ab05932af579c659d6070b3378f5fa29ec02a71944c442",
"tweak" : "19c77fee40ebf48e",
"msg" : [5, 16, 0, 1, 6, 21, 3, 17, 0, 24, 15, 9, 9, 23, 19],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 1454,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "43ab05932af579c659d6070b3378f5fa29ec02a71944c442",
"tweak" : "19c77fee40ebf48e",
"msg" : [5, 22, 9, 10, 8, 16, 6, 25, 19, 22, 22, 20, 9, 18, 5],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 1455,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "43ab05932af579c659d6070b3378f5fa29ec02a71944c442",
"tweak" : "19c77fee40ebf48e",
"msg" : [23, 7, 19, 21, 7, 20, 24, 20, 1, 22, 6, 7, 0, 4, 25],
"ct" : [13, 23, 12, 17, 11, 23, 22, 17, 2, 23, 15, 12, 17, 9, 2],
"result" : "valid"
},
{
"tcId" : 1456,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "43ab05932af579c659d6070b3378f5fa29ec02a71944c442",
"tweak" : "19c77fee40ebf48e",
"msg" : [13, 5, 20, 11, 22, 19, 6, 6, 5, 20, 13, 12, 11, 25, 12],
"ct" : [13, 23, 12, 17, 11, 23, 21, 17, 2, 23, 15, 12, 17, 9, 1],
"result" : "valid"
},
{
"tcId" : 1457,
"comment" : "y = 0 and (y + a) % radix**7 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "3ca92a1143c2b711b30aa46ca8bf730caefa2d20dd755c5d",
"tweak" : "32a5d3fc3d4a1a19ebe4",
"msg" : [0, 0, 0, 0, 0, 0, 0, 2, 7, 6, 4, 7, 20, 13, 13],
"ct" : [2, 6, 22, 13, 14, 0, 13, 25, 9, 15, 21, 23, 24, 14, 10],
"result" : "valid"
},
{
"tcId" : 1458,
"comment" : "y = 0 and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "3ca92a1143c2b711b30aa46ca8bf730caefa2d20dd755c5d",
"tweak" : "32a5d3fc3d4a1a19ebe4",
"msg" : [0, 0, 0, 0, 0, 0, 1, 2, 7, 6, 4, 7, 20, 13, 13],
"ct" : [2, 24, 11, 5, 5, 14, 11, 9, 9, 16, 11, 5, 4, 20, 23],
"result" : "valid"
},
{
"tcId" : 1459,
"comment" : "y = 0 and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "3ca92a1143c2b711b30aa46ca8bf730caefa2d20dd755c5d",
"tweak" : "32a5d3fc3d4a1a19ebe4",
"msg" : [13, 23, 12, 17, 11, 23, 22, 2, 7, 6, 4, 7, 20, 13, 13],
"ct" : [7, 21, 17, 13, 24, 11, 9, 20, 23, 2, 7, 11, 12, 17, 18],
"result" : "valid"
},
{
"tcId" : 1460,
"comment" : "y = 0 and (y + a) % radix**7 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "3ca92a1143c2b711b30aa46ca8bf730caefa2d20dd755c5d",
"tweak" : "32a5d3fc3d4a1a19ebe4",
"msg" : [25, 25, 25, 25, 25, 25, 25, 2, 7, 6, 4, 7, 20, 13, 13],
"ct" : [11, 22, 2, 25, 12, 25, 6, 9, 11, 25, 9, 0, 22, 17, 19],
"result" : "valid"
},
{
"tcId" : 1461,
"comment" : "y = 1 and a = 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "3ca92a1143c2b711b30aa46ca8bf730caefa2d20dd755c5d",
"tweak" : "fd63fbd063420b4a117d",
"msg" : [0, 0, 0, 0, 0, 0, 0, 10, 14, 11, 23, 12, 17, 21, 25],
"ct" : [4, 22, 22, 20, 24, 18, 25, 20, 6, 7, 17, 19, 2, 17, 8],
"result" : "valid"
},
{
"tcId" : 1462,
"comment" : "y = 1 and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "3ca92a1143c2b711b30aa46ca8bf730caefa2d20dd755c5d",
"tweak" : "fd63fbd063420b4a117d",
"msg" : [0, 0, 0, 0, 0, 0, 1, 10, 14, 11, 23, 12, 17, 21, 25],
"ct" : [20, 16, 3, 13, 13, 22, 13, 3, 2, 18, 15, 3, 4, 23, 5],
"result" : "valid"
},
{
"tcId" : 1463,
"comment" : "y = 1 and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "3ca92a1143c2b711b30aa46ca8bf730caefa2d20dd755c5d",
"tweak" : "fd63fbd063420b4a117d",
"msg" : [13, 23, 12, 17, 11, 23, 22, 10, 14, 11, 23, 12, 17, 21, 25],
"ct" : [1, 15, 11, 8, 4, 18, 18, 19, 22, 23, 6, 11, 1, 25, 2],
"result" : "valid"
},
{
"tcId" : 1464,
"comment" : "y = 1 and (y + a) % radix**7 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "3ca92a1143c2b711b30aa46ca8bf730caefa2d20dd755c5d",
"tweak" : "fd63fbd063420b4a117d",
"msg" : [25, 25, 25, 25, 25, 25, 24, 10, 14, 11, 23, 12, 17, 21, 25],
"ct" : [3, 10, 3, 16, 10, 24, 13, 22, 6, 3, 17, 23, 13, 11, 23],
"result" : "valid"
},
{
"tcId" : 1465,
"comment" : "y = 1 and (y + a) % radix**7 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "3ca92a1143c2b711b30aa46ca8bf730caefa2d20dd755c5d",
"tweak" : "fd63fbd063420b4a117d",
"msg" : [25, 25, 25, 25, 25, 25, 25, 10, 14, 11, 23, 12, 17, 21, 25],
"ct" : [10, 19, 5, 15, 15, 7, 17, 8, 21, 23, 4, 12, 18, 6, 8],
"result" : "valid"
},
{
"tcId" : 1466,
"comment" : "y is maximal and a = 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "3ca92a1143c2b711b30aa46ca8bf730caefa2d20dd755c5d",
"tweak" : "ecea356f1c624575657f",
"msg" : [8, 18, 8, 24, 4, 13, 18, 5, 4, 20, 20, 14, 8, 12, 4],
"ct" : [25, 4, 25, 8, 13, 13, 18, 7, 19, 16, 1, 16, 9, 5, 15],
"result" : "valid"
},
{
"tcId" : 1467,
"comment" : "y is maximal and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "3ca92a1143c2b711b30aa46ca8bf730caefa2d20dd755c5d",
"tweak" : "ecea356f1c624575657f",
"msg" : [2, 13, 7, 17, 6, 18, 11, 8, 4, 24, 2, 9, 23, 24, 4],
"ct" : [23, 23, 22, 20, 7, 8, 9, 4, 8, 20, 16, 19, 22, 0, 17],
"result" : "valid"
},
{
"tcId" : 1468,
"comment" : "y is maximal and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "3ca92a1143c2b711b30aa46ca8bf730caefa2d20dd755c5d",
"tweak" : "ecea356f1c624575657f",
"msg" : [10, 13, 2, 13, 19, 19, 12, 9, 11, 1, 9, 17, 1, 24, 6],
"ct" : [5, 16, 5, 7, 4, 24, 2, 10, 19, 14, 2, 1, 6, 5, 5],
"result" : "valid"
},
{
"tcId" : 1469,
"comment" : "y is maximal and (y + a) % radix**7 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "3ca92a1143c2b711b30aa46ca8bf730caefa2d20dd755c5d",
"tweak" : "ecea356f1c624575657f",
"msg" : [9, 0, 10, 0, 19, 2, 8, 10, 15, 18, 3, 14, 20, 14, 5],
"ct" : [4, 14, 3, 6, 5, 11, 0, 0, 5, 5, 21, 9, 15, 5, 7],
"result" : "valid"
},
{
"tcId" : 1470,
"comment" : "y is maximal and (y + a) % radix**7 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "3ca92a1143c2b711b30aa46ca8bf730caefa2d20dd755c5d",
"tweak" : "ecea356f1c624575657f",
"msg" : [8, 19, 11, 9, 17, 8, 16, 22, 0, 7, 7, 18, 16, 5, 12],
"ct" : [17, 25, 1, 0, 18, 7, 16, 16, 22, 17, 3, 22, 16, 15, 8],
"result" : "valid"
},
{
"tcId" : 1471,
"comment" : "y is maximal and a is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "3ca92a1143c2b711b30aa46ca8bf730caefa2d20dd755c5d",
"tweak" : "ecea356f1c624575657f",
"msg" : [3, 13, 25, 16, 12, 4, 23, 11, 6, 1, 24, 0, 1, 25, 8],
"ct" : [16, 15, 17, 11, 22, 12, 7, 24, 11, 10, 12, 10, 17, 8, 16],
"result" : "valid"
},
{
"tcId" : 1472,
"comment" : "y is edge case for modular reduction and a = 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "3ca92a1143c2b711b30aa46ca8bf730caefa2d20dd755c5d",
"tweak" : "d4730c0bcfc9d2b9633f",
"msg" : [20, 22, 6, 10, 2, 6, 16, 18, 8, 13, 9, 24, 3, 22, 22],
"ct" : [6, 18, 18, 0, 4, 5, 0, 15, 19, 21, 19, 2, 24, 4, 4],
"result" : "valid"
},
{
"tcId" : 1473,
"comment" : "y is edge case for modular reduction and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "3ca92a1143c2b711b30aa46ca8bf730caefa2d20dd755c5d",
"tweak" : "d4730c0bcfc9d2b9633f",
"msg" : [13, 20, 11, 20, 14, 25, 11, 20, 7, 1, 9, 11, 20, 7, 16],
"ct" : [6, 18, 18, 0, 4, 5, 1, 22, 2, 2, 14, 15, 22, 19, 15],
"result" : "valid"
},
{
"tcId" : 1474,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "3ca92a1143c2b711b30aa46ca8bf730caefa2d20dd755c5d",
"tweak" : "d4730c0bcfc9d2b9633f",
"msg" : [22, 15, 9, 21, 7, 22, 0, 20, 15, 20, 15, 4, 7, 2, 16],
"ct" : [20, 16, 4, 17, 16, 2, 22, 22, 6, 2, 23, 17, 3, 3, 0],
"result" : "valid"
},
{
"tcId" : 1475,
"comment" : "y is edge case for modular reduction and (y + a) % radix**7 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "3ca92a1143c2b711b30aa46ca8bf730caefa2d20dd755c5d",
"tweak" : "d4730c0bcfc9d2b9633f",
"msg" : [25, 7, 3, 4, 9, 10, 8, 0, 23, 0, 0, 13, 10, 6, 9],
"ct" : [25, 25, 25, 25, 25, 25, 25, 13, 11, 20, 15, 16, 12, 19, 13],
"result" : "valid"
},
{
"tcId" : 1476,
"comment" : "y is edge case for modular reduction and (y + a) % radix**7 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "3ca92a1143c2b711b30aa46ca8bf730caefa2d20dd755c5d",
"tweak" : "d4730c0bcfc9d2b9633f",
"msg" : [23, 8, 19, 23, 12, 14, 11, 18, 17, 0, 5, 14, 12, 16, 21],
"ct" : [0, 0, 0, 0, 0, 0, 0, 9, 25, 19, 21, 5, 23, 14, 18],
"result" : "valid"
},
{
"tcId" : 1477,
"comment" : "y is edge case for modular reduction and a is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "3ca92a1143c2b711b30aa46ca8bf730caefa2d20dd755c5d",
"tweak" : "d4730c0bcfc9d2b9633f",
"msg" : [14, 24, 18, 19, 8, 20, 11, 23, 11, 15, 25, 15, 20, 5, 2],
"ct" : [6, 18, 18, 0, 4, 4, 25, 19, 0, 23, 5, 21, 12, 21, 14],
"result" : "valid"
},
{
"tcId" : 1478,
"comment" : "y is maximal after modular reduction and (y + a) % radix**7 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "3ca92a1143c2b711b30aa46ca8bf730caefa2d20dd755c5d",
"tweak" : "ad53594d022af816e477",
"msg" : [11, 23, 8, 9, 22, 20, 16, 9, 15, 1, 17, 10, 6, 13, 2],
"ct" : [19, 21, 19, 22, 15, 17, 8, 16, 20, 11, 5, 10, 23, 4, 16],
"result" : "valid"
},
{
"tcId" : 1479,
"comment" : "y is maximal after modular reduction and (y + a) % radix**7 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "3ca92a1143c2b711b30aa46ca8bf730caefa2d20dd755c5d",
"tweak" : "ad53594d022af816e477",
"msg" : [2, 16, 12, 11, 2, 24, 7, 5, 23, 24, 9, 0, 0, 10, 24],
"ct" : [12, 21, 5, 16, 21, 9, 6, 10, 3, 24, 5, 25, 15, 22, 3],
"result" : "valid"
},
{
"tcId" : 1480,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "3ca92a1143c2b711b30aa46ca8bf730caefa2d20dd755c5d",
"tweak" : "ad53594d022af816e477",
"msg" : [18, 22, 12, 23, 19, 1, 22, 5, 25, 11, 5, 18, 17, 17, 21],
"ct" : [4, 23, 23, 4, 24, 11, 16, 8, 5, 23, 13, 8, 22, 19, 10],
"result" : "valid"
},
{
"tcId" : 1481,
"comment" : "y is maximal after modular reduction and a is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "3ca92a1143c2b711b30aa46ca8bf730caefa2d20dd755c5d",
"tweak" : "ad53594d022af816e477",
"msg" : [25, 18, 25, 18, 4, 2, 13, 15, 10, 0, 25, 10, 23, 21, 17],
"ct" : [2, 15, 1, 18, 24, 18, 20, 17, 17, 25, 13, 24, 17, 12, 21],
"result" : "valid"
},
{
"tcId" : 1482,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "537f91a1404831c02aff71525895c914be0f0b626b189c2c",
"tweak" : "ba017ceaf04a7470",
"msg" : [-1, 24, 19, 12, 19, 17, 13, 23, 11, 10, 16, 23, 6, 8, 12],
"ct" : [12, 15, 7, 17, 17, 21, 6, 24, 11, 24, 8, 19, 1, 13, 3],
"result" : "invalid"
},
{
"tcId" : 1483,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "537f91a1404831c02aff71525895c914be0f0b626b189c2c",
"tweak" : "ba017ceaf04a7470",
"msg" : [15, 24, 19, 12, 19, -1, 13, 23, 11, 10, 16, 23, 6, 8, 12],
"ct" : [11, 16, 16, 3, 21, 21, 7, 10, 16, 15, 5, 11, 23, 6, 4],
"result" : "invalid"
},
{
"tcId" : 1484,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "537f91a1404831c02aff71525895c914be0f0b626b189c2c",
"tweak" : "ba017ceaf04a7470",
"msg" : [15, 24, 19, 12, 19, 17, 13, 23, 11, 10, 16, 23, 6, 8, -1],
"ct" : [9, 22, 3, 19, 24, 17, 14, 17, 11, 13, 21, 23, 22, 15, 15],
"result" : "invalid"
},
{
"tcId" : 1485,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "7fce7a6f5222861860a8a4883c5e4f7bf9521772ec89249e",
"tweak" : "475609db1102f7b5",
"msg" : [26, 12, 23, 20, 3, 10, 16, 11, 24, 11, 22, 15, 4, 18, 21],
"ct" : [14, 6, 4, 7, 22, 23, 4, 15, 0, 16, 15, 7, 1, 14, 6],
"result" : "invalid"
},
{
"tcId" : 1486,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "7fce7a6f5222861860a8a4883c5e4f7bf9521772ec89249e",
"tweak" : "475609db1102f7b5",
"msg" : [22, 12, 23, 20, 3, 26, 16, 11, 24, 11, 22, 15, 4, 18, 21],
"ct" : [24, 24, 24, 17, 18, 14, 12, 4, 13, 16, 2, 4, 16, 18, 7],
"result" : "invalid"
},
{
"tcId" : 1487,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "7fce7a6f5222861860a8a4883c5e4f7bf9521772ec89249e",
"tweak" : "475609db1102f7b5",
"msg" : [22, 12, 23, 20, 3, 10, 16, 11, 24, 11, 22, 15, 4, 18, 26],
"ct" : [6, 2, 17, 1, 24, 2, 23, 2, 7, 15, 25, 22, 16, 13, 9],
"result" : "invalid"
}
]
},
{
"keySize" : 192,
"msgSize" : 16,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 1488,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "28d8da67806410e5565bcc5a9d7ab9fb357413fa0158378c",
"tweak" : "63ff6d96b7960f8a",
"msg" : [23, 9, 0, 19, 14, 8, 21, 23, 24, 11, 7, 23, 15, 22, 23, 6],
"ct" : [17, 25, 10, 20, 9, 8, 11, 7, 15, 16, 23, 24, 9, 1, 16, 0],
"result" : "valid"
},
{
"tcId" : 1489,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "2bb7e01d6ad98bb2457d16a95fe117731f3c2bf0f4ab1c36",
"tweak" : "9fe4a8c4cc889cfa",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [7, 15, 6, 10, 15, 12, 17, 18, 17, 12, 11, 3, 16, 23, 17, 25],
"result" : "valid"
},
{
"tcId" : 1490,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "2bb7e01d6ad98bb2457d16a95fe117731f3c2bf0f4ab1c36",
"tweak" : "9fe4a8c4cc889cfa",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"ct" : [2, 14, 1, 8, 14, 21, 18, 10, 16, 25, 17, 15, 16, 10, 6, 20],
"result" : "valid"
},
{
"tcId" : 1491,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "2bb7e01d6ad98bb2457d16a95fe117731f3c2bf0f4ab1c36",
"tweak" : "9fe4a8c4cc889cfa",
"msg" : [17, 2, 23, 15, 12, 17, 9, 2, 17, 2, 23, 15, 12, 17, 9, 2],
"ct" : [12, 7, 13, 13, 10, 12, 3, 13, 4, 16, 0, 14, 25, 11, 22, 9],
"result" : "valid"
},
{
"tcId" : 1492,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "2bb7e01d6ad98bb2457d16a95fe117731f3c2bf0f4ab1c36",
"tweak" : "9fe4a8c4cc889cfa",
"msg" : [17, 2, 23, 15, 12, 17, 9, 1, 17, 2, 23, 15, 12, 17, 9, 1],
"ct" : [3, 12, 18, 13, 8, 14, 23, 10, 0, 4, 25, 25, 13, 25, 21, 20],
"result" : "valid"
},
{
"tcId" : 1493,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "2bb7e01d6ad98bb2457d16a95fe117731f3c2bf0f4ab1c36",
"tweak" : "9fe4a8c4cc889cfa",
"msg" : [2, 1, 22, 24, 18, 23, 13, 2, 3, 7, 19, 20, 25, 3, 4, 5],
"ct" : [23, 20, 1, 25, 15, 23, 25, 14, 21, 18, 23, 16, 22, 21, 13, 10],
"result" : "valid"
},
{
"tcId" : 1494,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "2bb7e01d6ad98bb2457d16a95fe117731f3c2bf0f4ab1c36",
"tweak" : "9fe4a8c4cc889cfa",
"msg" : [16, 18, 17, 4, 18, 25, 23, 17, 15, 7, 3, 17, 18, 20, 16, 17],
"ct" : [23, 10, 19, 24, 5, 4, 2, 13, 14, 1, 6, 1, 8, 6, 0, 11],
"result" : "valid"
},
{
"tcId" : 1495,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "2bb7e01d6ad98bb2457d16a95fe117731f3c2bf0f4ab1c36",
"tweak" : "9fe4a8c4cc889cfa",
"msg" : [16, 5, 24, 5, 8, 12, 18, 6, 15, 14, 22, 9, 3, 14, 18, 23],
"ct" : [14, 16, 8, 3, 0, 2, 2, 24, 25, 4, 12, 21, 13, 12, 4, 16],
"result" : "valid"
},
{
"tcId" : 1496,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "2bb7e01d6ad98bb2457d16a95fe117731f3c2bf0f4ab1c36",
"tweak" : "9fe4a8c4cc889cfa",
"msg" : [12, 1, 2, 6, 22, 5, 21, 14, 13, 21, 20, 4, 22, 19, 18, 6],
"ct" : [11, 19, 5, 22, 14, 16, 0, 2, 4, 11, 4, 18, 2, 5, 15, 14],
"result" : "valid"
},
{
"tcId" : 1497,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "2bb7e01d6ad98bb2457d16a95fe117731f3c2bf0f4ab1c36",
"tweak" : "9fe4a8c4cc889cfa",
"msg" : [13, 10, 19, 8, 4, 2, 6, 17, 8, 2, 19, 20, 6, 12, 12, 20],
"ct" : [2, 15, 19, 24, 1, 12, 9, 19, 22, 24, 21, 1, 12, 24, 14, 7],
"result" : "valid"
},
{
"tcId" : 1498,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "2bb7e01d6ad98bb2457d16a95fe117731f3c2bf0f4ab1c36",
"tweak" : "9fe4a8c4cc889cfa",
"msg" : [9, 6, 13, 21, 24, 6, 8, 3, 12, 9, 8, 13, 22, 20, 9, 17],
"ct" : [18, 20, 15, 8, 20, 18, 17, 18, 9, 8, 8, 20, 21, 1, 18, 4],
"result" : "valid"
},
{
"tcId" : 1499,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "2bb7e01d6ad98bb2457d16a95fe117731f3c2bf0f4ab1c36",
"tweak" : "9fe4a8c4cc889cfa",
"msg" : [0, 0, 18, 5, 5, 14, 3, 7, 24, 19, 17, 18, 19, 10, 25, 21],
"ct" : [22, 3, 20, 25, 19, 9, 4, 16, 1, 6, 10, 13, 6, 6, 5, 0],
"result" : "valid"
},
{
"tcId" : 1500,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "2bb7e01d6ad98bb2457d16a95fe117731f3c2bf0f4ab1c36",
"tweak" : "9fe4a8c4cc889cfa",
"msg" : [15, 22, 14, 10, 19, 21, 10, 20, 18, 18, 7, 21, 3, 23, 24, 23],
"ct" : [1, 7, 16, 15, 7, 2, 19, 4, 1, 6, 12, 24, 13, 10, 8, 8],
"result" : "valid"
},
{
"tcId" : 1501,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "2bb7e01d6ad98bb2457d16a95fe117731f3c2bf0f4ab1c36",
"tweak" : "9fe4a8c4cc889cfa",
"msg" : [25, 11, 18, 3, 7, 3, 10, 5, 20, 24, 18, 0, 17, 8, 14, 14],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 1502,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "2bb7e01d6ad98bb2457d16a95fe117731f3c2bf0f4ab1c36",
"tweak" : "9fe4a8c4cc889cfa",
"msg" : [13, 1, 25, 5, 5, 2, 18, 1, 13, 14, 22, 11, 19, 12, 0, 0],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 1503,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "2bb7e01d6ad98bb2457d16a95fe117731f3c2bf0f4ab1c36",
"tweak" : "9fe4a8c4cc889cfa",
"msg" : [22, 24, 1, 20, 10, 12, 18, 6, 4, 22, 19, 1, 10, 20, 15, 18],
"ct" : [17, 2, 23, 15, 12, 17, 9, 2, 17, 2, 23, 15, 12, 17, 9, 2],
"result" : "valid"
},
{
"tcId" : 1504,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "2bb7e01d6ad98bb2457d16a95fe117731f3c2bf0f4ab1c36",
"tweak" : "9fe4a8c4cc889cfa",
"msg" : [14, 9, 0, 7, 25, 24, 21, 0, 0, 6, 17, 21, 17, 21, 15, 3],
"ct" : [17, 2, 23, 15, 12, 17, 9, 1, 17, 2, 23, 15, 12, 17, 9, 1],
"result" : "valid"
},
{
"tcId" : 1505,
"comment" : "y = 0 and (y + a) % radix**8 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b05b4d0496ec1b3501c2a0136db871974cebb1f70cc5b2b1",
"tweak" : "9fed90beb6fb58556676",
"msg" : [3, 17, 14, 17, 2, 16, 23, 17, 16, 23, 17, 22, 10, 11, 13, 24],
"ct" : [13, 17, 6, 16, 21, 0, 5, 11, 3, 20, 4, 21, 1, 19, 14, 25],
"result" : "valid"
},
{
"tcId" : 1506,
"comment" : "y = 0 and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b05b4d0496ec1b3501c2a0136db871974cebb1f70cc5b2b1",
"tweak" : "9fed90beb6fb58556676",
"msg" : [25, 18, 8, 15, 9, 15, 20, 4, 13, 22, 1, 13, 11, 11, 14, 19],
"ct" : [16, 7, 24, 16, 10, 9, 10, 7, 0, 1, 2, 16, 15, 21, 5, 5],
"result" : "valid"
},
{
"tcId" : 1507,
"comment" : "y = 0 and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b05b4d0496ec1b3501c2a0136db871974cebb1f70cc5b2b1",
"tweak" : "9fed90beb6fb58556676",
"msg" : [0, 7, 6, 9, 0, 15, 0, 11, 10, 9, 11, 25, 5, 19, 22, 10],
"ct" : [11, 10, 13, 9, 18, 19, 15, 0, 4, 5, 11, 8, 22, 15, 5, 11],
"result" : "valid"
},
{
"tcId" : 1508,
"comment" : "y = 0 and (y + a) % radix**8 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b05b4d0496ec1b3501c2a0136db871974cebb1f70cc5b2b1",
"tweak" : "9fed90beb6fb58556676",
"msg" : [25, 14, 11, 17, 6, 14, 5, 19, 15, 17, 17, 17, 1, 22, 21, 13],
"ct" : [15, 4, 5, 6, 18, 1, 24, 9, 23, 24, 17, 5, 8, 25, 19, 13],
"result" : "valid"
},
{
"tcId" : 1509,
"comment" : "y = 1 and a = 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b05b4d0496ec1b3501c2a0136db871974cebb1f70cc5b2b1",
"tweak" : "035f0368e994070a1980",
"msg" : [11, 12, 5, 14, 0, 5, 23, 25, 19, 0, 23, 5, 14, 25, 23, 5],
"ct" : [0, 9, 25, 7, 14, 14, 19, 9, 25, 13, 25, 21, 23, 1, 15, 23],
"result" : "valid"
},
{
"tcId" : 1510,
"comment" : "y = 1 and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b05b4d0496ec1b3501c2a0136db871974cebb1f70cc5b2b1",
"tweak" : "035f0368e994070a1980",
"msg" : [10, 10, 0, 8, 8, 6, 6, 5, 24, 10, 23, 4, 21, 16, 15, 15],
"ct" : [7, 1, 18, 9, 24, 11, 12, 12, 3, 3, 6, 22, 24, 4, 8, 8],
"result" : "valid"
},
{
"tcId" : 1511,
"comment" : "y = 1 and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b05b4d0496ec1b3501c2a0136db871974cebb1f70cc5b2b1",
"tweak" : "035f0368e994070a1980",
"msg" : [2, 18, 13, 0, 7, 21, 17, 18, 12, 19, 15, 20, 16, 17, 9, 10],
"ct" : [18, 11, 22, 23, 10, 6, 10, 19, 17, 16, 16, 18, 23, 21, 23, 8],
"result" : "valid"
},
{
"tcId" : 1512,
"comment" : "y = 1 and (y + a) % radix**8 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b05b4d0496ec1b3501c2a0136db871974cebb1f70cc5b2b1",
"tweak" : "035f0368e994070a1980",
"msg" : [24, 0, 22, 14, 5, 4, 24, 17, 2, 21, 23, 22, 14, 3, 22, 3],
"ct" : [4, 25, 12, 5, 19, 19, 7, 7, 19, 4, 14, 18, 20, 9, 3, 23],
"result" : "valid"
},
{
"tcId" : 1513,
"comment" : "y = 1 and (y + a) % radix**8 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b05b4d0496ec1b3501c2a0136db871974cebb1f70cc5b2b1",
"tweak" : "035f0368e994070a1980",
"msg" : [17, 2, 10, 21, 24, 9, 5, 5, 22, 3, 2, 6, 7, 18, 5, 11],
"ct" : [8, 12, 16, 19, 21, 6, 20, 3, 20, 4, 8, 2, 15, 20, 4, 17],
"result" : "valid"
},
{
"tcId" : 1514,
"comment" : "y is maximal and a = 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "b05b4d0496ec1b3501c2a0136db871974cebb1f70cc5b2b1",
"tweak" : "9ecb5fcbf0af73c435a2",
"msg" : [12, 14, 11, 20, 0, 25, 18, 13, 16, 9, 22, 23, 14, 23, 6, 13],
"ct" : [12, 18, 10, 2, 25, 13, 11, 9, 16, 19, 7, 2, 16, 5, 25, 6],
"result" : "valid"
},
{
"tcId" : 1515,
"comment" : "y is maximal and a = 1 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "b05b4d0496ec1b3501c2a0136db871974cebb1f70cc5b2b1",
"tweak" : "9ecb5fcbf0af73c435a2",
"msg" : [4, 10, 25, 17, 3, 0, 4, 16, 7, 22, 19, 13, 11, 15, 12, 2],
"ct" : [17, 6, 18, 18, 20, 17, 8, 1, 18, 5, 0, 13, 7, 23, 21, 16],
"result" : "valid"
},
{
"tcId" : 1516,
"comment" : "y is maximal and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "b05b4d0496ec1b3501c2a0136db871974cebb1f70cc5b2b1",
"tweak" : "9ecb5fcbf0af73c435a2",
"msg" : [17, 13, 0, 21, 6, 12, 21, 11, 13, 13, 21, 9, 6, 5, 12, 9],
"ct" : [8, 16, 24, 10, 12, 2, 6, 8, 20, 9, 14, 4, 9, 21, 23, 12],
"result" : "valid"
},
{
"tcId" : 1517,
"comment" : "y is maximal and (y + a) % radix**8 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "b05b4d0496ec1b3501c2a0136db871974cebb1f70cc5b2b1",
"tweak" : "9ecb5fcbf0af73c435a2",
"msg" : [2, 9, 23, 8, 17, 7, 16, 21, 3, 24, 7, 9, 10, 7, 18, 3],
"ct" : [13, 2, 16, 6, 5, 10, 23, 3, 3, 3, 17, 17, 5, 15, 21, 11],
"result" : "valid"
},
{
"tcId" : 1518,
"comment" : "y is maximal and (y + a) % radix**8 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "b05b4d0496ec1b3501c2a0136db871974cebb1f70cc5b2b1",
"tweak" : "9ecb5fcbf0af73c435a2",
"msg" : [2, 12, 11, 8, 7, 9, 7, 9, 16, 25, 2, 12, 19, 21, 8, 1],
"ct" : [20, 20, 17, 2, 22, 7, 25, 21, 12, 1, 21, 23, 14, 22, 21, 4],
"result" : "valid"
},
{
"tcId" : 1519,
"comment" : "y is maximal and a is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "b05b4d0496ec1b3501c2a0136db871974cebb1f70cc5b2b1",
"tweak" : "9ecb5fcbf0af73c435a2",
"msg" : [10, 21, 20, 19, 6, 24, 25, 5, 11, 24, 11, 4, 0, 17, 3, 4],
"ct" : [21, 10, 6, 22, 22, 9, 4, 7, 9, 0, 12, 21, 8, 9, 9, 13],
"result" : "valid"
},
{
"tcId" : 1520,
"comment" : "y is edge case for modular reduction and a = 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "b05b4d0496ec1b3501c2a0136db871974cebb1f70cc5b2b1",
"tweak" : "18536a41cfb88dae34b1",
"msg" : [22, 8, 3, 22, 25, 18, 15, 18, 24, 7, 21, 19, 22, 21, 25, 20],
"ct" : [10, 19, 1, 3, 24, 5, 18, 17, 2, 6, 18, 18, 0, 4, 5, 0],
"result" : "valid"
},
{
"tcId" : 1521,
"comment" : "y is edge case for modular reduction and a = 1 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "b05b4d0496ec1b3501c2a0136db871974cebb1f70cc5b2b1",
"tweak" : "18536a41cfb88dae34b1",
"msg" : [23, 1, 19, 12, 17, 22, 4, 4, 19, 13, 23, 9, 2, 0, 7, 16],
"ct" : [10, 19, 1, 3, 24, 5, 18, 17, 2, 6, 18, 18, 0, 4, 5, 1],
"result" : "valid"
},
{
"tcId" : 1522,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "b05b4d0496ec1b3501c2a0136db871974cebb1f70cc5b2b1",
"tweak" : "18536a41cfb88dae34b1",
"msg" : [15, 17, 9, 15, 25, 2, 23, 14, 3, 24, 7, 7, 19, 2, 22, 25],
"ct" : [10, 19, 1, 3, 24, 5, 18, 17, 19, 9, 16, 7, 12, 21, 14, 2],
"result" : "valid"
},
{
"tcId" : 1523,
"comment" : "y is edge case for modular reduction and (y + a) % radix**8 is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "b05b4d0496ec1b3501c2a0136db871974cebb1f70cc5b2b1",
"tweak" : "18536a41cfb88dae34b1",
"msg" : [10, 22, 14, 14, 15, 17, 16, 5, 11, 5, 24, 16, 21, 1, 10, 11],
"ct" : [10, 19, 1, 3, 24, 5, 18, 17, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 1524,
"comment" : "y is edge case for modular reduction and (y + a) % radix**8 == 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "b05b4d0496ec1b3501c2a0136db871974cebb1f70cc5b2b1",
"tweak" : "18536a41cfb88dae34b1",
"msg" : [22, 15, 11, 19, 4, 15, 23, 22, 16, 18, 15, 7, 17, 4, 1, 10],
"ct" : [10, 19, 1, 3, 24, 5, 18, 17, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 1525,
"comment" : "y is edge case for modular reduction and a is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "b05b4d0496ec1b3501c2a0136db871974cebb1f70cc5b2b1",
"tweak" : "18536a41cfb88dae34b1",
"msg" : [22, 6, 12, 10, 16, 24, 25, 2, 16, 0, 11, 24, 15, 12, 25, 11],
"ct" : [10, 19, 1, 3, 24, 5, 18, 17, 2, 6, 18, 18, 0, 4, 4, 25],
"result" : "valid"
},
{
"tcId" : 1526,
"comment" : "y is maximal after modular reduction and (y + a) % radix**8 is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "b05b4d0496ec1b3501c2a0136db871974cebb1f70cc5b2b1",
"tweak" : "dc89f4b574789d52c8d2",
"msg" : [13, 19, 2, 6, 1, 11, 5, 10, 12, 24, 6, 23, 20, 12, 20, 10],
"ct" : [10, 22, 15, 6, 19, 9, 15, 20, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 1527,
"comment" : "y is maximal after modular reduction and (y + a) % radix**8 == 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "b05b4d0496ec1b3501c2a0136db871974cebb1f70cc5b2b1",
"tweak" : "dc89f4b574789d52c8d2",
"msg" : [2, 25, 21, 0, 12, 24, 6, 25, 4, 13, 11, 5, 6, 6, 23, 16],
"ct" : [10, 22, 15, 6, 19, 9, 15, 20, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 1528,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "b05b4d0496ec1b3501c2a0136db871974cebb1f70cc5b2b1",
"tweak" : "dc89f4b574789d52c8d2",
"msg" : [8, 16, 0, 7, 6, 22, 1, 7, 25, 15, 0, 17, 0, 11, 5, 17],
"ct" : [10, 22, 15, 6, 19, 9, 15, 20, 17, 2, 23, 15, 12, 17, 9, 1],
"result" : "valid"
},
{
"tcId" : 1529,
"comment" : "y is maximal after modular reduction and a is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "b05b4d0496ec1b3501c2a0136db871974cebb1f70cc5b2b1",
"tweak" : "dc89f4b574789d52c8d2",
"msg" : [11, 3, 18, 4, 12, 7, 12, 1, 7, 15, 2, 23, 24, 12, 17, 1],
"ct" : [10, 22, 15, 6, 19, 9, 15, 20, 25, 25, 25, 25, 25, 25, 25, 24],
"result" : "valid"
},
{
"tcId" : 1530,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "771592477eb1f2cbafd80567f2adaf6625618f2b9c161cb6",
"tweak" : "81c9e9d9fc6bb6db",
"msg" : [-1, 12, 18, 7, 21, 19, 17, 15, 25, 14, 17, 7, 0, 19, 4, 23],
"ct" : [12, 7, 20, 13, 13, 18, 18, 22, 25, 6, 4, 4, 6, 0, 0, 1],
"result" : "invalid"
},
{
"tcId" : 1531,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "771592477eb1f2cbafd80567f2adaf6625618f2b9c161cb6",
"tweak" : "81c9e9d9fc6bb6db",
"msg" : [23, 12, 18, 7, 21, -1, 17, 15, 25, 14, 17, 7, 0, 19, 4, 23],
"ct" : [7, 17, 3, 1, 7, 17, 8, 19, 5, 10, 4, 6, 5, 3, 8, 20],
"result" : "invalid"
},
{
"tcId" : 1532,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "771592477eb1f2cbafd80567f2adaf6625618f2b9c161cb6",
"tweak" : "81c9e9d9fc6bb6db",
"msg" : [23, 12, 18, 7, 21, 19, 17, 15, 25, 14, 17, 7, 0, 19, 4, -1],
"ct" : [9, 6, 14, 8, 3, 12, 0, 13, 5, 19, 9, 10, 11, 17, 16, 8],
"result" : "invalid"
},
{
"tcId" : 1533,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "ae7c26ff880083a6ca197fa3e4cafee7055ac9fa5f86e5a1",
"tweak" : "cc5c2da393d750d7",
"msg" : [26, 21, 10, 19, 3, 1, 7, 1, 4, 2, 7, 8, 23, 6, 24, 16],
"ct" : [16, 21, 13, 13, 7, 7, 1, 22, 24, 15, 5, 13, 22, 17, 3, 15],
"result" : "invalid"
},
{
"tcId" : 1534,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "ae7c26ff880083a6ca197fa3e4cafee7055ac9fa5f86e5a1",
"tweak" : "cc5c2da393d750d7",
"msg" : [12, 21, 10, 19, 3, 26, 7, 1, 4, 2, 7, 8, 23, 6, 24, 16],
"ct" : [8, 24, 17, 17, 1, 21, 25, 24, 17, 5, 21, 3, 10, 6, 14, 12],
"result" : "invalid"
},
{
"tcId" : 1535,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "ae7c26ff880083a6ca197fa3e4cafee7055ac9fa5f86e5a1",
"tweak" : "cc5c2da393d750d7",
"msg" : [12, 21, 10, 19, 3, 1, 7, 1, 4, 2, 7, 8, 23, 6, 24, 26],
"ct" : [9, 3, 23, 17, 10, 1, 24, 10, 0, 21, 21, 14, 8, 3, 12, 15],
"result" : "invalid"
}
]
},
{
"keySize" : 192,
"msgSize" : 17,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 1536,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "f620ff36bcd7f62b38ee8dc91b2a1d1ac5645e4c31432921",
"tweak" : "fedb3a07315c4484",
"msg" : [17, 7, 16, 6, 16, 20, 2, 22, 1, 2, 15, 9, 3, 9, 25, 16, 20],
"ct" : [15, 5, 18, 10, 10, 10, 18, 8, 8, 11, 1, 5, 3, 11, 24, 0, 9],
"result" : "valid"
},
{
"tcId" : 1537,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "de9df32f9a861ddcae277ddad3061ffce4f43582604996e0",
"tweak" : "13d480958d51fab5",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [25, 17, 24, 2, 18, 16, 7, 12, 2, 25, 13, 10, 22, 3, 3, 15, 8],
"result" : "valid"
},
{
"tcId" : 1538,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "de9df32f9a861ddcae277ddad3061ffce4f43582604996e0",
"tweak" : "13d480958d51fab5",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"ct" : [19, 10, 25, 8, 9, 20, 13, 17, 8, 5, 24, 11, 22, 18, 9, 7, 16],
"result" : "valid"
},
{
"tcId" : 1539,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "de9df32f9a861ddcae277ddad3061ffce4f43582604996e0",
"tweak" : "13d480958d51fab5",
"msg" : [17, 2, 23, 15, 12, 17, 9, 2, 21, 1, 15, 1, 1, 15, 9, 4, 12],
"ct" : [6, 15, 0, 0, 2, 19, 20, 23, 2, 3, 9, 2, 17, 19, 8, 23, 22],
"result" : "valid"
},
{
"tcId" : 1540,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "de9df32f9a861ddcae277ddad3061ffce4f43582604996e0",
"tweak" : "13d480958d51fab5",
"msg" : [17, 2, 23, 15, 12, 17, 9, 1, 21, 1, 15, 1, 1, 15, 9, 4, 11],
"ct" : [25, 13, 17, 0, 11, 25, 0, 15, 12, 23, 7, 1, 3, 5, 22, 21, 3],
"result" : "valid"
},
{
"tcId" : 1541,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "de9df32f9a861ddcae277ddad3061ffce4f43582604996e0",
"tweak" : "13d480958d51fab5",
"msg" : [7, 4, 9, 23, 8, 19, 20, 19, 4, 21, 0, 6, 11, 13, 14, 1, 22],
"ct" : [18, 1, 25, 17, 13, 22, 25, 8, 6, 23, 18, 14, 3, 16, 16, 22, 21],
"result" : "valid"
},
{
"tcId" : 1542,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "de9df32f9a861ddcae277ddad3061ffce4f43582604996e0",
"tweak" : "13d480958d51fab5",
"msg" : [18, 18, 10, 11, 4, 10, 18, 18, 24, 2, 5, 19, 4, 19, 24, 7, 16],
"ct" : [12, 24, 6, 4, 18, 11, 20, 24, 3, 3, 7, 1, 17, 1, 3, 25, 4],
"result" : "valid"
},
{
"tcId" : 1543,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "de9df32f9a861ddcae277ddad3061ffce4f43582604996e0",
"tweak" : "13d480958d51fab5",
"msg" : [18, 16, 21, 0, 16, 25, 0, 8, 18, 9, 4, 25, 14, 12, 24, 6, 16],
"ct" : [17, 6, 7, 19, 20, 5, 15, 17, 1, 17, 20, 0, 18, 8, 5, 25, 11],
"result" : "valid"
},
{
"tcId" : 1544,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "de9df32f9a861ddcae277ddad3061ffce4f43582604996e0",
"tweak" : "13d480958d51fab5",
"msg" : [19, 11, 4, 7, 25, 22, 23, 3, 12, 15, 8, 12, 25, 4, 18, 25, 10],
"ct" : [23, 22, 14, 12, 11, 7, 0, 1, 5, 22, 24, 17, 25, 23, 5, 17, 22],
"result" : "valid"
},
{
"tcId" : 1545,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "de9df32f9a861ddcae277ddad3061ffce4f43582604996e0",
"tweak" : "13d480958d51fab5",
"msg" : [7, 8, 9, 25, 5, 4, 11, 18, 5, 2, 4, 18, 20, 19, 9, 7, 0],
"ct" : [7, 22, 9, 6, 8, 24, 7, 24, 8, 16, 3, 11, 18, 13, 21, 5, 21],
"result" : "valid"
},
{
"tcId" : 1546,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "de9df32f9a861ddcae277ddad3061ffce4f43582604996e0",
"tweak" : "13d480958d51fab5",
"msg" : [2, 5, 19, 11, 23, 18, 13, 9, 20, 11, 10, 20, 4, 21, 8, 23, 20],
"ct" : [4, 6, 24, 8, 4, 5, 23, 5, 10, 23, 22, 9, 9, 16, 21, 10, 19],
"result" : "valid"
},
{
"tcId" : 1547,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "de9df32f9a861ddcae277ddad3061ffce4f43582604996e0",
"tweak" : "13d480958d51fab5",
"msg" : [16, 0, 8, 6, 3, 13, 13, 19, 25, 10, 7, 16, 6, 18, 24, 24, 10],
"ct" : [9, 4, 21, 9, 19, 0, 22, 21, 1, 3, 8, 5, 5, 25, 12, 19, 12],
"result" : "valid"
},
{
"tcId" : 1548,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "de9df32f9a861ddcae277ddad3061ffce4f43582604996e0",
"tweak" : "13d480958d51fab5",
"msg" : [4, 4, 12, 15, 3, 21, 14, 15, 2, 14, 8, 17, 23, 1, 24, 20, 9],
"ct" : [18, 11, 15, 11, 4, 22, 18, 20, 10, 5, 1, 21, 9, 15, 23, 5, 5],
"result" : "valid"
},
{
"tcId" : 1549,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "de9df32f9a861ddcae277ddad3061ffce4f43582604996e0",
"tweak" : "13d480958d51fab5",
"msg" : [10, 0, 11, 9, 25, 1, 3, 1, 4, 2, 5, 10, 5, 23, 3, 9, 25],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 1550,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "de9df32f9a861ddcae277ddad3061ffce4f43582604996e0",
"tweak" : "13d480958d51fab5",
"msg" : [12, 12, 3, 13, 2, 23, 25, 18, 11, 15, 13, 4, 16, 22, 25, 16, 19],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 1551,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "de9df32f9a861ddcae277ddad3061ffce4f43582604996e0",
"tweak" : "13d480958d51fab5",
"msg" : [18, 3, 19, 8, 13, 23, 21, 11, 19, 25, 20, 23, 12, 4, 18, 5, 20],
"ct" : [17, 2, 23, 15, 12, 17, 9, 2, 21, 1, 15, 1, 1, 15, 9, 4, 12],
"result" : "valid"
},
{
"tcId" : 1552,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "de9df32f9a861ddcae277ddad3061ffce4f43582604996e0",
"tweak" : "13d480958d51fab5",
"msg" : [0, 19, 18, 11, 14, 7, 21, 2, 18, 24, 11, 15, 6, 15, 19, 5, 6],
"ct" : [17, 2, 23, 15, 12, 17, 9, 1, 21, 1, 15, 1, 1, 15, 9, 4, 11],
"result" : "valid"
},
{
"tcId" : 1553,
"comment" : "y = 1 and a = 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "c3b02d8febc431681dab0a13b1e082a0891e62ae573ee2b2",
"tweak" : "4e054d7aed98e64f49",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 14, 8, 19, 9, 18, 23, 19, 21, 10],
"ct" : [10, 9, 12, 15, 15, 10, 5, 25, 3, 13, 18, 14, 7, 7, 3, 5, 9],
"result" : "valid"
},
{
"tcId" : 1554,
"comment" : "y = 1 and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "c3b02d8febc431681dab0a13b1e082a0891e62ae573ee2b2",
"tweak" : "4e054d7aed98e64f49",
"msg" : [0, 0, 0, 0, 0, 0, 0, 1, 14, 8, 19, 9, 18, 23, 19, 21, 10],
"ct" : [17, 3, 24, 6, 23, 2, 0, 19, 2, 23, 11, 13, 11, 3, 10, 22, 4],
"result" : "valid"
},
{
"tcId" : 1555,
"comment" : "y = 1 and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "c3b02d8febc431681dab0a13b1e082a0891e62ae573ee2b2",
"tweak" : "4e054d7aed98e64f49",
"msg" : [17, 2, 23, 15, 12, 17, 9, 2, 14, 8, 19, 9, 18, 23, 19, 21, 10],
"ct" : [18, 16, 6, 3, 12, 25, 4, 14, 9, 16, 0, 0, 1, 11, 15, 23, 16],
"result" : "valid"
},
{
"tcId" : 1556,
"comment" : "y = 1 and (y + a) % radix**8 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "c3b02d8febc431681dab0a13b1e082a0891e62ae573ee2b2",
"tweak" : "4e054d7aed98e64f49",
"msg" : [25, 25, 25, 25, 25, 25, 25, 24, 14, 8, 19, 9, 18, 23, 19, 21, 10],
"ct" : [9, 8, 13, 5, 2, 8, 13, 9, 22, 10, 14, 4, 8, 19, 3, 11, 12],
"result" : "valid"
},
{
"tcId" : 1557,
"comment" : "y = 1 and (y + a) % radix**8 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "c3b02d8febc431681dab0a13b1e082a0891e62ae573ee2b2",
"tweak" : "4e054d7aed98e64f49",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 14, 8, 19, 9, 18, 23, 19, 21, 10],
"ct" : [12, 20, 18, 10, 21, 22, 17, 14, 1, 19, 25, 12, 25, 7, 15, 21, 23],
"result" : "valid"
},
{
"tcId" : 1558,
"comment" : "y is edge case for modular reduction and a = 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "c3b02d8febc431681dab0a13b1e082a0891e62ae573ee2b2",
"tweak" : "7e99f0ddb28d63d201",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 8, 5, 3, 0, 25, 24, 8, 11, 1],
"ct" : [9, 6, 22, 15, 20, 25, 9, 24, 3, 3, 10, 17, 20, 0, 0, 25, 1],
"result" : "valid"
},
{
"tcId" : 1559,
"comment" : "y is edge case for modular reduction and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "c3b02d8febc431681dab0a13b1e082a0891e62ae573ee2b2",
"tweak" : "7e99f0ddb28d63d201",
"msg" : [0, 0, 0, 0, 0, 0, 0, 1, 8, 5, 3, 0, 25, 24, 8, 11, 1],
"ct" : [14, 14, 1, 19, 7, 11, 11, 4, 10, 3, 25, 2, 6, 6, 4, 6, 17],
"result" : "valid"
},
{
"tcId" : 1560,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "c3b02d8febc431681dab0a13b1e082a0891e62ae573ee2b2",
"tweak" : "7e99f0ddb28d63d201",
"msg" : [17, 2, 23, 15, 12, 17, 9, 2, 8, 5, 3, 0, 25, 24, 8, 11, 1],
"ct" : [11, 22, 19, 23, 16, 25, 18, 6, 23, 2, 12, 9, 6, 9, 19, 1, 8],
"result" : "valid"
},
{
"tcId" : 1561,
"comment" : "y is edge case for modular reduction and (y + a) % radix**8 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "c3b02d8febc431681dab0a13b1e082a0891e62ae573ee2b2",
"tweak" : "7e99f0ddb28d63d201",
"msg" : [23, 19, 7, 7, 25, 21, 20, 25, 8, 5, 3, 0, 25, 24, 8, 11, 1],
"ct" : [6, 19, 17, 10, 14, 17, 25, 13, 12, 7, 11, 10, 22, 11, 23, 20, 17],
"result" : "valid"
},
{
"tcId" : 1562,
"comment" : "y is edge case for modular reduction and (y + a) % radix**8 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "c3b02d8febc431681dab0a13b1e082a0891e62ae573ee2b2",
"tweak" : "7e99f0ddb28d63d201",
"msg" : [23, 19, 7, 7, 25, 21, 21, 0, 8, 5, 3, 0, 25, 24, 8, 11, 1],
"ct" : [15, 11, 0, 7, 22, 19, 4, 17, 7, 7, 14, 18, 8, 7, 19, 25, 4],
"result" : "valid"
},
{
"tcId" : 1563,
"comment" : "y is edge case for modular reduction and a is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "c3b02d8febc431681dab0a13b1e082a0891e62ae573ee2b2",
"tweak" : "7e99f0ddb28d63d201",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 8, 5, 3, 0, 25, 24, 8, 11, 1],
"ct" : [24, 6, 20, 12, 8, 10, 13, 12, 24, 5, 8, 5, 16, 10, 21, 17, 13],
"result" : "valid"
},
{
"tcId" : 1564,
"comment" : "y is maximal after modular reduction and (y + a) % radix**8 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "c3b02d8febc431681dab0a13b1e082a0891e62ae573ee2b2",
"tweak" : "d69732268dfd9ea190",
"msg" : [25, 4, 7, 23, 18, 12, 23, 16, 7, 16, 13, 13, 13, 23, 11, 4, 17],
"ct" : [21, 23, 9, 18, 6, 8, 23, 13, 22, 20, 15, 2, 10, 14, 15, 20, 21],
"result" : "valid"
},
{
"tcId" : 1565,
"comment" : "y is maximal after modular reduction and (y + a) % radix**8 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "c3b02d8febc431681dab0a13b1e082a0891e62ae573ee2b2",
"tweak" : "d69732268dfd9ea190",
"msg" : [14, 17, 1, 5, 13, 4, 0, 21, 9, 11, 20, 24, 22, 12, 4, 22, 16],
"ct" : [12, 16, 11, 20, 2, 24, 2, 8, 25, 17, 1, 20, 16, 23, 22, 21, 13],
"result" : "valid"
},
{
"tcId" : 1566,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "c3b02d8febc431681dab0a13b1e082a0891e62ae573ee2b2",
"tweak" : "d69732268dfd9ea190",
"msg" : [7, 9, 23, 7, 18, 18, 18, 16, 13, 15, 20, 18, 0, 22, 0, 18, 5],
"ct" : [25, 2, 7, 2, 23, 15, 12, 0, 15, 5, 22, 25, 13, 3, 19, 5, 9],
"result" : "valid"
},
{
"tcId" : 1567,
"comment" : "y is maximal after modular reduction and a is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "c3b02d8febc431681dab0a13b1e082a0891e62ae573ee2b2",
"tweak" : "d69732268dfd9ea190",
"msg" : [7, 4, 23, 16, 2, 8, 8, 20, 2, 9, 13, 12, 24, 16, 2, 8, 18],
"ct" : [9, 22, 6, 15, 21, 0, 9, 1, 22, 3, 10, 19, 9, 17, 16, 23, 20],
"result" : "valid"
},
{
"tcId" : 1568,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "3cef98a039613df2af2eb3c602a98dace8ce3b905959b872",
"tweak" : "0284255ddf9a1021",
"msg" : [-1, 10, 19, 4, 15, 8, 12, 23, 1, 20, 24, 8, 13, 0, 10, 19, 22],
"ct" : [19, 18, 5, 13, 0, 22, 17, 10, 19, 24, 13, 3, 12, 12, 1, 2, 4],
"result" : "invalid"
},
{
"tcId" : 1569,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "3cef98a039613df2af2eb3c602a98dace8ce3b905959b872",
"tweak" : "0284255ddf9a1021",
"msg" : [5, 10, 19, 4, 15, -1, 12, 23, 1, 20, 24, 8, 13, 0, 10, 19, 22],
"ct" : [1, 18, 1, 4, 22, 10, 7, 12, 9, 4, 22, 13, 2, 4, 5, 20, 25],
"result" : "invalid"
},
{
"tcId" : 1570,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "3cef98a039613df2af2eb3c602a98dace8ce3b905959b872",
"tweak" : "0284255ddf9a1021",
"msg" : [5, 10, 19, 4, 15, 8, 12, 23, 1, 20, 24, 8, 13, 0, 10, 19, -1],
"ct" : [13, 14, 11, 10, 5, 11, 9, 10, 17, 6, 16, 21, 12, 25, 23, 4, 20],
"result" : "invalid"
},
{
"tcId" : 1571,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "1e48d01e9f99b856917900fb31a344525f847662531c1f3d",
"tweak" : "dda2a44fef46bb97",
"msg" : [26, 20, 1, 13, 19, 22, 15, 19, 4, 12, 12, 18, 19, 21, 14, 10, 6],
"ct" : [14, 10, 24, 11, 9, 22, 13, 24, 15, 16, 14, 13, 5, 16, 23, 8, 0],
"result" : "invalid"
},
{
"tcId" : 1572,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "1e48d01e9f99b856917900fb31a344525f847662531c1f3d",
"tweak" : "dda2a44fef46bb97",
"msg" : [22, 20, 1, 13, 19, 26, 15, 19, 4, 12, 12, 18, 19, 21, 14, 10, 6],
"ct" : [11, 7, 8, 8, 7, 14, 7, 7, 5, 16, 15, 13, 12, 4, 6, 11, 17],
"result" : "invalid"
},
{
"tcId" : 1573,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "1e48d01e9f99b856917900fb31a344525f847662531c1f3d",
"tweak" : "dda2a44fef46bb97",
"msg" : [22, 20, 1, 13, 19, 22, 15, 19, 4, 12, 12, 18, 19, 21, 14, 10, 26],
"ct" : [0, 21, 22, 8, 21, 11, 8, 8, 17, 16, 24, 23, 3, 5, 11, 4, 3],
"result" : "invalid"
}
]
},
{
"keySize" : 192,
"msgSize" : 18,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 1574,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "47eb4430ea1cb545acc8f09ada1ecc8574d394b5a20e5017",
"tweak" : "683baf80b9d31daa",
"msg" : [13, 7, 0, 8, 23, 17, 18, 13, 22, 2, 15, 6, 23, 15, 11, 6, 16, 2],
"ct" : [5, 22, 0, 19, 21, 13, 22, 1, 22, 15, 15, 24, 12, 6, 25, 6, 7, 19],
"result" : "valid"
},
{
"tcId" : 1575,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "1d950d20d93140a7d5fa11ba5925c80dfed1cf97e4627f6d",
"tweak" : "8ef1d4315ed3c68f",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [5, 24, 15, 15, 5, 10, 11, 25, 15, 17, 0, 23, 3, 24, 8, 21, 21, 20],
"result" : "valid"
},
{
"tcId" : 1576,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "1d950d20d93140a7d5fa11ba5925c80dfed1cf97e4627f6d",
"tweak" : "8ef1d4315ed3c68f",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"ct" : [10, 14, 1, 7, 1, 9, 16, 1, 25, 16, 12, 15, 10, 0, 5, 0, 25, 1],
"result" : "valid"
},
{
"tcId" : 1577,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "1d950d20d93140a7d5fa11ba5925c80dfed1cf97e4627f6d",
"tweak" : "8ef1d4315ed3c68f",
"msg" : [21, 1, 15, 1, 1, 15, 9, 4, 12, 21, 1, 15, 1, 1, 15, 9, 4, 12],
"ct" : [9, 7, 19, 24, 18, 22, 17, 22, 1, 7, 3, 15, 19, 15, 13, 18, 25, 3],
"result" : "valid"
},
{
"tcId" : 1578,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "1d950d20d93140a7d5fa11ba5925c80dfed1cf97e4627f6d",
"tweak" : "8ef1d4315ed3c68f",
"msg" : [21, 1, 15, 1, 1, 15, 9, 4, 11, 21, 1, 15, 1, 1, 15, 9, 4, 11],
"ct" : [1, 17, 8, 15, 24, 13, 16, 24, 11, 4, 15, 23, 21, 10, 13, 6, 10, 24],
"result" : "valid"
},
{
"tcId" : 1579,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "1d950d20d93140a7d5fa11ba5925c80dfed1cf97e4627f6d",
"tweak" : "8ef1d4315ed3c68f",
"msg" : [11, 11, 25, 2, 3, 3, 17, 7, 0, 25, 9, 23, 3, 4, 2, 18, 1, 7],
"ct" : [12, 5, 6, 22, 25, 22, 7, 15, 16, 11, 6, 23, 20, 8, 23, 21, 4, 2],
"result" : "valid"
},
{
"tcId" : 1580,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "1d950d20d93140a7d5fa11ba5925c80dfed1cf97e4627f6d",
"tweak" : "8ef1d4315ed3c68f",
"msg" : [20, 22, 3, 2, 23, 16, 21, 1, 14, 22, 18, 23, 25, 19, 6, 9, 13, 2],
"ct" : [2, 1, 3, 12, 0, 11, 1, 0, 13, 2, 8, 12, 9, 15, 0, 0, 3, 19],
"result" : "valid"
},
{
"tcId" : 1581,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "1d950d20d93140a7d5fa11ba5925c80dfed1cf97e4627f6d",
"tweak" : "8ef1d4315ed3c68f",
"msg" : [12, 19, 8, 5, 1, 11, 9, 16, 17, 10, 5, 21, 2, 15, 24, 11, 19, 19],
"ct" : [14, 1, 20, 12, 22, 7, 6, 21, 13, 20, 24, 7, 7, 12, 17, 3, 7, 6],
"result" : "valid"
},
{
"tcId" : 1582,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "1d950d20d93140a7d5fa11ba5925c80dfed1cf97e4627f6d",
"tweak" : "8ef1d4315ed3c68f",
"msg" : [19, 7, 11, 8, 4, 25, 6, 17, 25, 4, 8, 1, 5, 8, 16, 20, 12, 14],
"ct" : [21, 23, 16, 13, 2, 11, 10, 9, 17, 7, 9, 12, 1, 3, 1, 21, 20, 14],
"result" : "valid"
},
{
"tcId" : 1583,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "1d950d20d93140a7d5fa11ba5925c80dfed1cf97e4627f6d",
"tweak" : "8ef1d4315ed3c68f",
"msg" : [6, 16, 22, 7, 25, 8, 14, 1, 3, 21, 22, 21, 7, 14, 16, 21, 7, 20],
"ct" : [3, 0, 14, 3, 10, 16, 13, 9, 5, 25, 6, 14, 21, 14, 3, 25, 23, 17],
"result" : "valid"
},
{
"tcId" : 1584,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "1d950d20d93140a7d5fa11ba5925c80dfed1cf97e4627f6d",
"tweak" : "8ef1d4315ed3c68f",
"msg" : [1, 6, 19, 14, 25, 21, 16, 14, 2, 25, 20, 22, 12, 0, 18, 8, 21, 4],
"ct" : [20, 7, 25, 22, 20, 8, 24, 19, 8, 16, 17, 8, 15, 19, 1, 9, 23, 3],
"result" : "valid"
},
{
"tcId" : 1585,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "1d950d20d93140a7d5fa11ba5925c80dfed1cf97e4627f6d",
"tweak" : "8ef1d4315ed3c68f",
"msg" : [23, 16, 24, 19, 4, 25, 20, 0, 20, 6, 22, 6, 12, 14, 9, 5, 5, 8],
"ct" : [17, 1, 10, 2, 17, 21, 8, 9, 21, 18, 23, 1, 0, 25, 17, 2, 9, 8],
"result" : "valid"
},
{
"tcId" : 1586,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "1d950d20d93140a7d5fa11ba5925c80dfed1cf97e4627f6d",
"tweak" : "8ef1d4315ed3c68f",
"msg" : [10, 25, 22, 19, 24, 23, 3, 19, 1, 10, 18, 11, 2, 3, 4, 21, 16, 18],
"ct" : [11, 15, 3, 2, 13, 1, 25, 19, 21, 2, 0, 20, 11, 25, 22, 23, 1, 6],
"result" : "valid"
},
{
"tcId" : 1587,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "1d950d20d93140a7d5fa11ba5925c80dfed1cf97e4627f6d",
"tweak" : "8ef1d4315ed3c68f",
"msg" : [7, 3, 8, 16, 19, 9, 19, 15, 15, 10, 16, 3, 10, 1, 0, 13, 24, 3],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 1588,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "1d950d20d93140a7d5fa11ba5925c80dfed1cf97e4627f6d",
"tweak" : "8ef1d4315ed3c68f",
"msg" : [0, 21, 13, 20, 11, 13, 25, 15, 4, 2, 9, 21, 8, 4, 9, 16, 1, 9],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 1589,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "1d950d20d93140a7d5fa11ba5925c80dfed1cf97e4627f6d",
"tweak" : "8ef1d4315ed3c68f",
"msg" : [7, 13, 23, 21, 22, 11, 19, 11, 21, 10, 5, 19, 4, 11, 10, 10, 25, 24],
"ct" : [21, 1, 15, 1, 1, 15, 9, 4, 12, 21, 1, 15, 1, 1, 15, 9, 4, 12],
"result" : "valid"
},
{
"tcId" : 1590,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "1d950d20d93140a7d5fa11ba5925c80dfed1cf97e4627f6d",
"tweak" : "8ef1d4315ed3c68f",
"msg" : [13, 11, 6, 21, 4, 19, 6, 11, 20, 6, 11, 0, 7, 20, 7, 1, 11, 13],
"ct" : [21, 1, 15, 1, 1, 15, 9, 4, 11, 21, 1, 15, 1, 1, 15, 9, 4, 11],
"result" : "valid"
},
{
"tcId" : 1591,
"comment" : "y = 0 and (y + a) % radix**9 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "22a428a12b3e0997d57269dd636522a55205836e84c76bb6",
"tweak" : "28c5529dd20a768ebd",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 1, 8, 24, 19, 6, 25, 5, 3],
"ct" : [1, 23, 12, 21, 11, 1, 5, 12, 19, 6, 22, 6, 11, 23, 24, 22, 5, 22],
"result" : "valid"
},
{
"tcId" : 1592,
"comment" : "y = 0 and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "22a428a12b3e0997d57269dd636522a55205836e84c76bb6",
"tweak" : "28c5529dd20a768ebd",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 1, 7, 1, 8, 24, 19, 6, 25, 5, 3],
"ct" : [21, 8, 21, 23, 4, 10, 9, 12, 23, 4, 3, 7, 21, 7, 22, 25, 5, 19],
"result" : "valid"
},
{
"tcId" : 1593,
"comment" : "y = 0 and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "22a428a12b3e0997d57269dd636522a55205836e84c76bb6",
"tweak" : "28c5529dd20a768ebd",
"msg" : [21, 1, 15, 1, 1, 15, 9, 4, 12, 7, 1, 8, 24, 19, 6, 25, 5, 3],
"ct" : [24, 25, 16, 15, 15, 9, 22, 1, 13, 8, 24, 4, 23, 22, 21, 12, 5, 0],
"result" : "valid"
},
{
"tcId" : 1594,
"comment" : "y = 0 and (y + a) % radix**9 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "22a428a12b3e0997d57269dd636522a55205836e84c76bb6",
"tweak" : "28c5529dd20a768ebd",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 7, 1, 8, 24, 19, 6, 25, 5, 3],
"ct" : [18, 23, 17, 5, 23, 24, 2, 23, 14, 9, 1, 23, 22, 16, 22, 15, 9, 11],
"result" : "valid"
},
{
"tcId" : 1595,
"comment" : "y is maximal and a = 0 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "22a428a12b3e0997d57269dd636522a55205836e84c76bb6",
"tweak" : "da3d5f7d21882f6457",
"msg" : [22, 24, 9, 2, 8, 17, 4, 2, 21, 1, 1, 7, 23, 1, 18, 21, 5, 19],
"ct" : [3, 2, 10, 1, 8, 1, 13, 16, 23, 21, 7, 24, 4, 24, 14, 15, 18, 1],
"result" : "valid"
},
{
"tcId" : 1596,
"comment" : "y is maximal and a = 1 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "22a428a12b3e0997d57269dd636522a55205836e84c76bb6",
"tweak" : "da3d5f7d21882f6457",
"msg" : [3, 3, 6, 12, 11, 3, 7, 19, 15, 7, 1, 4, 22, 11, 17, 1, 8, 9],
"ct" : [7, 3, 18, 8, 16, 7, 22, 4, 5, 7, 22, 22, 24, 0, 20, 3, 6, 20],
"result" : "valid"
},
{
"tcId" : 1597,
"comment" : "y is maximal and (y + a) % radix**9 is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "22a428a12b3e0997d57269dd636522a55205836e84c76bb6",
"tweak" : "da3d5f7d21882f6457",
"msg" : [17, 6, 23, 12, 13, 21, 7, 18, 4, 4, 11, 7, 16, 19, 18, 11, 13, 19],
"ct" : [3, 3, 1, 6, 12, 19, 18, 9, 3, 2, 16, 19, 7, 2, 24, 10, 9, 0],
"result" : "valid"
},
{
"tcId" : 1598,
"comment" : "y is maximal and (y + a) % radix**9 == 0 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "22a428a12b3e0997d57269dd636522a55205836e84c76bb6",
"tweak" : "da3d5f7d21882f6457",
"msg" : [25, 18, 22, 0, 18, 24, 13, 1, 12, 25, 0, 14, 9, 1, 13, 7, 2, 17],
"ct" : [18, 4, 23, 20, 9, 9, 0, 24, 16, 10, 4, 14, 12, 18, 0, 15, 9, 13],
"result" : "valid"
},
{
"tcId" : 1599,
"comment" : "y is maximal and a has large Hamming weight in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "22a428a12b3e0997d57269dd636522a55205836e84c76bb6",
"tweak" : "da3d5f7d21882f6457",
"msg" : [20, 6, 4, 12, 16, 22, 8, 11, 22, 1, 15, 5, 18, 20, 20, 7, 15, 1],
"ct" : [17, 8, 4, 3, 25, 7, 13, 2, 9, 20, 19, 18, 2, 18, 15, 2, 9, 5],
"result" : "valid"
},
{
"tcId" : 1600,
"comment" : "y is maximal and a is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "22a428a12b3e0997d57269dd636522a55205836e84c76bb6",
"tweak" : "da3d5f7d21882f6457",
"msg" : [25, 14, 13, 21, 5, 6, 6, 12, 11, 18, 14, 10, 16, 8, 10, 11, 18, 11],
"ct" : [13, 23, 19, 8, 15, 1, 2, 20, 17, 15, 22, 10, 4, 7, 12, 8, 12, 3],
"result" : "valid"
},
{
"tcId" : 1601,
"comment" : "y is edge case for modular reduction and a = 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "22a428a12b3e0997d57269dd636522a55205836e84c76bb6",
"tweak" : "99ce0971fdf7e1790d",
"msg" : [13, 13, 20, 3, 22, 25, 15, 19, 11, 22, 18, 16, 1, 13, 5, 14, 6, 8],
"ct" : [8, 2, 6, 18, 18, 0, 4, 5, 0, 5, 21, 4, 7, 12, 15, 16, 0, 13],
"result" : "valid"
},
{
"tcId" : 1602,
"comment" : "y is edge case for modular reduction and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "22a428a12b3e0997d57269dd636522a55205836e84c76bb6",
"tweak" : "99ce0971fdf7e1790d",
"msg" : [0, 8, 4, 25, 13, 8, 24, 13, 8, 13, 8, 6, 0, 20, 21, 25, 18, 3],
"ct" : [8, 2, 6, 18, 18, 0, 4, 5, 1, 17, 9, 9, 11, 10, 4, 11, 25, 6],
"result" : "valid"
},
{
"tcId" : 1603,
"comment" : "y is edge case for modular reduction and (y + a) % radix**9 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "22a428a12b3e0997d57269dd636522a55205836e84c76bb6",
"tweak" : "99ce0971fdf7e1790d",
"msg" : [9, 22, 3, 10, 16, 3, 4, 5, 0, 23, 18, 0, 5, 7, 13, 24, 14, 24],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 20, 14, 5, 9, 20, 20, 16, 2, 12],
"result" : "valid"
},
{
"tcId" : 1604,
"comment" : "y is edge case for modular reduction and (y + a) % radix**9 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "22a428a12b3e0997d57269dd636522a55205836e84c76bb6",
"tweak" : "99ce0971fdf7e1790d",
"msg" : [7, 16, 4, 12, 9, 6, 3, 18, 9, 1, 0, 4, 17, 16, 17, 24, 17, 19],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 14, 5, 13, 18, 1, 24, 10, 8],
"result" : "valid"
},
{
"tcId" : 1605,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "22a428a12b3e0997d57269dd636522a55205836e84c76bb6",
"tweak" : "99ce0971fdf7e1790d",
"msg" : [12, 10, 20, 15, 11, 4, 19, 18, 24, 8, 0, 5, 5, 15, 18, 8, 7, 15],
"ct" : [3, 3, 21, 19, 19, 15, 13, 9, 12, 1, 2, 1, 19, 21, 2, 6, 2, 24],
"result" : "valid"
},
{
"tcId" : 1606,
"comment" : "y is edge case for modular reduction and a is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "22a428a12b3e0997d57269dd636522a55205836e84c76bb6",
"tweak" : "99ce0971fdf7e1790d",
"msg" : [15, 2, 15, 6, 17, 20, 19, 3, 22, 23, 8, 2, 19, 0, 17, 17, 19, 17],
"ct" : [8, 2, 6, 18, 18, 0, 4, 4, 25, 0, 9, 9, 24, 5, 1, 25, 22, 6],
"result" : "valid"
},
{
"tcId" : 1607,
"comment" : "y is maximal after modular reduction and (y + a) % radix**9 is maximal in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "22a428a12b3e0997d57269dd636522a55205836e84c76bb6",
"tweak" : "525b7f866d41a519fc",
"msg" : [18, 20, 25, 19, 0, 11, 3, 22, 14, 24, 19, 5, 8, 7, 18, 1, 3, 18],
"ct" : [2, 0, 19, 12, 16, 0, 9, 12, 0, 10, 18, 1, 9, 5, 22, 23, 22, 8],
"result" : "valid"
},
{
"tcId" : 1608,
"comment" : "y is maximal after modular reduction and (y + a) % radix**9 == 0 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "22a428a12b3e0997d57269dd636522a55205836e84c76bb6",
"tweak" : "525b7f866d41a519fc",
"msg" : [8, 17, 15, 20, 12, 21, 16, 23, 5, 21, 13, 7, 1, 23, 0, 17, 20, 1],
"ct" : [22, 2, 20, 2, 4, 14, 20, 12, 9, 6, 14, 18, 7, 7, 12, 21, 2, 20],
"result" : "valid"
},
{
"tcId" : 1609,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "22a428a12b3e0997d57269dd636522a55205836e84c76bb6",
"tweak" : "525b7f866d41a519fc",
"msg" : [23, 21, 20, 24, 1, 9, 12, 23, 14, 14, 5, 11, 15, 10, 9, 10, 22, 3],
"ct" : [17, 12, 9, 22, 24, 15, 9, 19, 24, 16, 24, 0, 13, 25, 5, 24, 9, 23],
"result" : "valid"
},
{
"tcId" : 1610,
"comment" : "y is maximal after modular reduction and a is maximal in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "22a428a12b3e0997d57269dd636522a55205836e84c76bb6",
"tweak" : "525b7f866d41a519fc",
"msg" : [24, 2, 5, 7, 0, 25, 3, 1, 14, 19, 13, 2, 13, 2, 0, 12, 19, 6],
"ct" : [24, 4, 6, 19, 25, 15, 4, 0, 11, 19, 1, 10, 14, 3, 7, 15, 24, 3],
"result" : "valid"
},
{
"tcId" : 1611,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "7d2f8122f40d9e7abdfdc5533d00861d4c2e02b4f78f9b8f",
"tweak" : "8fb4ffb3514c5fcc",
"msg" : [-1, 13, 12, 5, 22, 9, 6, 9, 22, 24, 6, 15, 13, 23, 11, 16, 8, 18],
"ct" : [20, 9, 22, 10, 21, 12, 21, 4, 21, 17, 8, 14, 9, 11, 3, 24, 25, 3],
"result" : "invalid"
},
{
"tcId" : 1612,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "7d2f8122f40d9e7abdfdc5533d00861d4c2e02b4f78f9b8f",
"tweak" : "8fb4ffb3514c5fcc",
"msg" : [24, 13, 12, 5, 22, 9, -1, 9, 22, 24, 6, 15, 13, 23, 11, 16, 8, 18],
"ct" : [17, 21, 25, 14, 19, 6, 19, 9, 9, 7, 20, 12, 1, 0, 5, 25, 9, 13],
"result" : "invalid"
},
{
"tcId" : 1613,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "7d2f8122f40d9e7abdfdc5533d00861d4c2e02b4f78f9b8f",
"tweak" : "8fb4ffb3514c5fcc",
"msg" : [24, 13, 12, 5, 22, 9, 6, 9, 22, 24, 6, 15, 13, 23, 11, 16, 8, -1],
"ct" : [23, 14, 17, 10, 24, 0, 4, 9, 18, 0, 22, 8, 6, 18, 23, 8, 8, 0],
"result" : "invalid"
},
{
"tcId" : 1614,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "659b38bb6fa3d8e488a773fd00fcde1b310186cebda50cb9",
"tweak" : "e2121c8069b19478",
"msg" : [26, 25, 19, 10, 5, 20, 23, 10, 18, 5, 18, 17, 8, 22, 15, 23, 9, 11],
"ct" : [17, 14, 14, 18, 25, 20, 3, 0, 12, 11, 20, 13, 23, 19, 23, 6, 3, 22],
"result" : "invalid"
},
{
"tcId" : 1615,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "659b38bb6fa3d8e488a773fd00fcde1b310186cebda50cb9",
"tweak" : "e2121c8069b19478",
"msg" : [20, 25, 19, 10, 5, 20, 26, 10, 18, 5, 18, 17, 8, 22, 15, 23, 9, 11],
"ct" : [22, 5, 0, 6, 8, 0, 5, 9, 18, 23, 16, 4, 0, 4, 20, 19, 13, 18],
"result" : "invalid"
},
{
"tcId" : 1616,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "659b38bb6fa3d8e488a773fd00fcde1b310186cebda50cb9",
"tweak" : "e2121c8069b19478",
"msg" : [20, 25, 19, 10, 5, 20, 23, 10, 18, 5, 18, 17, 8, 22, 15, 23, 9, 26],
"ct" : [21, 25, 0, 24, 22, 6, 5, 20, 7, 16, 21, 7, 10, 21, 10, 17, 10, 24],
"result" : "invalid"
}
]
},
{
"keySize" : 192,
"msgSize" : 19,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 1617,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "ba47709f6c5147bb5e20ee8869b439706fef5f984862cc0d",
"tweak" : "1a8494e5274bc2df",
"msg" : [18, 2, 20, 11, 14, 6, 2, 15, 5, 22, 17, 13, 8, 19, 17, 5, 12, 9, 19],
"ct" : [16, 20, 5, 23, 3, 16, 8, 16, 9, 23, 25, 12, 4, 21, 18, 2, 14, 19, 18],
"result" : "valid"
},
{
"tcId" : 1618,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "bb0a13e9ed20862fab51dbd134fd658cbf3a610e0100fc78",
"tweak" : "eb0ec722d32a5563",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [9, 18, 21, 9, 1, 12, 2, 3, 15, 10, 6, 14, 23, 3, 24, 25, 25, 18, 1],
"result" : "valid"
},
{
"tcId" : 1619,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "bb0a13e9ed20862fab51dbd134fd658cbf3a610e0100fc78",
"tweak" : "eb0ec722d32a5563",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"ct" : [1, 9, 8, 17, 0, 13, 10, 5, 13, 17, 4, 9, 17, 23, 18, 7, 16, 18, 7],
"result" : "valid"
},
{
"tcId" : 1620,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "bb0a13e9ed20862fab51dbd134fd658cbf3a610e0100fc78",
"tweak" : "eb0ec722d32a5563",
"msg" : [21, 1, 15, 1, 1, 15, 9, 4, 12, 25, 23, 24, 13, 7, 24, 23, 7, 12, 20],
"ct" : [9, 17, 16, 7, 1, 23, 24, 23, 1, 25, 24, 16, 5, 11, 22, 12, 5, 22, 11],
"result" : "valid"
},
{
"tcId" : 1621,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "bb0a13e9ed20862fab51dbd134fd658cbf3a610e0100fc78",
"tweak" : "eb0ec722d32a5563",
"msg" : [21, 1, 15, 1, 1, 15, 9, 4, 11, 25, 23, 24, 13, 7, 24, 23, 7, 12, 19],
"ct" : [6, 21, 13, 22, 8, 25, 17, 19, 16, 17, 3, 17, 17, 11, 11, 23, 2, 9, 10],
"result" : "valid"
},
{
"tcId" : 1622,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "bb0a13e9ed20862fab51dbd134fd658cbf3a610e0100fc78",
"tweak" : "eb0ec722d32a5563",
"msg" : [24, 13, 23, 4, 1, 7, 22, 4, 13, 8, 15, 16, 11, 12, 24, 25, 18, 19, 19],
"ct" : [3, 21, 12, 0, 3, 24, 24, 2, 21, 2, 21, 1, 11, 9, 9, 4, 25, 22, 12],
"result" : "valid"
},
{
"tcId" : 1623,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "bb0a13e9ed20862fab51dbd134fd658cbf3a610e0100fc78",
"tweak" : "eb0ec722d32a5563",
"msg" : [21, 13, 20, 1, 11, 12, 17, 25, 2, 17, 14, 23, 14, 19, 11, 25, 7, 9, 1],
"ct" : [25, 16, 20, 22, 5, 10, 13, 16, 10, 4, 20, 24, 25, 7, 25, 15, 0, 8, 9],
"result" : "valid"
},
{
"tcId" : 1624,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "bb0a13e9ed20862fab51dbd134fd658cbf3a610e0100fc78",
"tweak" : "eb0ec722d32a5563",
"msg" : [23, 7, 12, 5, 12, 10, 20, 21, 10, 11, 20, 5, 16, 10, 18, 15, 13, 21, 22],
"ct" : [18, 14, 10, 25, 18, 20, 21, 7, 16, 4, 3, 20, 8, 14, 0, 23, 6, 4, 7],
"result" : "valid"
},
{
"tcId" : 1625,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "bb0a13e9ed20862fab51dbd134fd658cbf3a610e0100fc78",
"tweak" : "eb0ec722d32a5563",
"msg" : [1, 5, 23, 25, 18, 1, 25, 17, 7, 12, 13, 2, 22, 18, 7, 8, 13, 8, 11],
"ct" : [24, 25, 4, 2, 6, 1, 16, 12, 13, 0, 12, 16, 16, 16, 0, 1, 4, 19, 10],
"result" : "valid"
},
{
"tcId" : 1626,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "bb0a13e9ed20862fab51dbd134fd658cbf3a610e0100fc78",
"tweak" : "eb0ec722d32a5563",
"msg" : [2, 22, 22, 11, 17, 8, 19, 24, 16, 25, 14, 11, 5, 25, 11, 25, 0, 4, 1],
"ct" : [8, 22, 11, 16, 15, 23, 23, 14, 19, 7, 15, 6, 7, 13, 22, 22, 17, 11, 23],
"result" : "valid"
},
{
"tcId" : 1627,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "bb0a13e9ed20862fab51dbd134fd658cbf3a610e0100fc78",
"tweak" : "eb0ec722d32a5563",
"msg" : [25, 7, 2, 17, 23, 2, 13, 5, 13, 13, 11, 21, 8, 8, 16, 6, 10, 2, 7],
"ct" : [19, 10, 2, 7, 3, 24, 25, 6, 7, 3, 18, 2, 5, 8, 9, 16, 10, 22, 15],
"result" : "valid"
},
{
"tcId" : 1628,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "bb0a13e9ed20862fab51dbd134fd658cbf3a610e0100fc78",
"tweak" : "eb0ec722d32a5563",
"msg" : [3, 1, 5, 25, 18, 13, 20, 6, 6, 11, 17, 10, 12, 17, 8, 1, 7, 20, 13],
"ct" : [4, 13, 23, 3, 25, 5, 16, 1, 1, 12, 23, 24, 13, 8, 13, 1, 9, 13, 22],
"result" : "valid"
},
{
"tcId" : 1629,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "bb0a13e9ed20862fab51dbd134fd658cbf3a610e0100fc78",
"tweak" : "eb0ec722d32a5563",
"msg" : [24, 0, 13, 12, 24, 25, 20, 15, 24, 1, 9, 5, 7, 23, 0, 10, 18, 21, 15],
"ct" : [23, 1, 3, 17, 1, 18, 1, 17, 8, 22, 25, 16, 19, 13, 21, 16, 11, 25, 17],
"result" : "valid"
},
{
"tcId" : 1630,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "bb0a13e9ed20862fab51dbd134fd658cbf3a610e0100fc78",
"tweak" : "eb0ec722d32a5563",
"msg" : [19, 10, 24, 10, 18, 12, 23, 9, 2, 24, 7, 0, 17, 21, 0, 20, 2, 2, 2],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 1631,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "bb0a13e9ed20862fab51dbd134fd658cbf3a610e0100fc78",
"tweak" : "eb0ec722d32a5563",
"msg" : [2, 4, 8, 18, 1, 8, 16, 2, 13, 9, 6, 0, 9, 3, 25, 4, 0, 6, 25],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 1632,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "bb0a13e9ed20862fab51dbd134fd658cbf3a610e0100fc78",
"tweak" : "eb0ec722d32a5563",
"msg" : [3, 9, 5, 9, 22, 17, 12, 13, 19, 4, 23, 7, 18, 7, 25, 14, 4, 18, 13],
"ct" : [21, 1, 15, 1, 1, 15, 9, 4, 12, 25, 23, 24, 13, 7, 24, 23, 7, 12, 20],
"result" : "valid"
},
{
"tcId" : 1633,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "bb0a13e9ed20862fab51dbd134fd658cbf3a610e0100fc78",
"tweak" : "eb0ec722d32a5563",
"msg" : [24, 23, 2, 20, 0, 24, 23, 15, 6, 14, 9, 21, 25, 24, 8, 1, 24, 14, 10],
"ct" : [21, 1, 15, 1, 1, 15, 9, 4, 11, 25, 23, 24, 13, 7, 24, 23, 7, 12, 19],
"result" : "valid"
},
{
"tcId" : 1634,
"comment" : "y = 0 and (y + a) % radix**9 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "c661f2b82ba013559172ae95ca17234771dbc08739a2261b",
"tweak" : "4cdcd00920b8c2f6a8",
"msg" : [14, 23, 24, 4, 14, 6, 6, 14, 21, 9, 21, 18, 18, 8, 18, 6, 15, 2, 13],
"ct" : [0, 20, 11, 8, 0, 1, 13, 16, 8, 23, 1, 22, 23, 20, 21, 4, 3, 0, 21],
"result" : "valid"
},
{
"tcId" : 1635,
"comment" : "y = 0 and a = 1 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "c661f2b82ba013559172ae95ca17234771dbc08739a2261b",
"tweak" : "4cdcd00920b8c2f6a8",
"msg" : [20, 14, 24, 1, 13, 10, 2, 4, 12, 25, 8, 16, 20, 25, 11, 24, 5, 4, 0],
"ct" : [14, 14, 3, 2, 13, 10, 16, 16, 15, 7, 15, 7, 25, 22, 0, 18, 10, 22, 2],
"result" : "valid"
},
{
"tcId" : 1636,
"comment" : "y = 0 and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "c661f2b82ba013559172ae95ca17234771dbc08739a2261b",
"tweak" : "4cdcd00920b8c2f6a8",
"msg" : [13, 15, 24, 13, 18, 12, 14, 19, 18, 24, 11, 15, 10, 7, 13, 25, 24, 15, 1],
"ct" : [2, 16, 14, 13, 25, 2, 2, 13, 1, 4, 24, 25, 7, 7, 6, 5, 16, 7, 20],
"result" : "valid"
},
{
"tcId" : 1637,
"comment" : "y = 0 and (y + a) % radix**9 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "c661f2b82ba013559172ae95ca17234771dbc08739a2261b",
"tweak" : "4cdcd00920b8c2f6a8",
"msg" : [12, 12, 0, 1, 1, 7, 20, 3, 0, 19, 22, 10, 5, 4, 15, 0, 0, 12, 8],
"ct" : [17, 11, 1, 5, 22, 13, 4, 12, 2, 16, 8, 6, 2, 10, 9, 17, 17, 17, 19],
"result" : "valid"
},
{
"tcId" : 1638,
"comment" : "y = 1 and a = 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "c661f2b82ba013559172ae95ca17234771dbc08739a2261b",
"tweak" : "108bb5c9737926115f",
"msg" : [4, 13, 21, 3, 3, 7, 18, 6, 22, 17, 20, 15, 4, 25, 10, 9, 5, 6, 25],
"ct" : [21, 24, 8, 11, 14, 19, 22, 20, 13, 18, 2, 24, 23, 4, 8, 22, 6, 9, 6],
"result" : "valid"
},
{
"tcId" : 1639,
"comment" : "y = 1 and a = 1 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "c661f2b82ba013559172ae95ca17234771dbc08739a2261b",
"tweak" : "108bb5c9737926115f",
"msg" : [13, 22, 0, 23, 16, 23, 23, 9, 4, 4, 21, 11, 4, 0, 21, 5, 16, 22, 14],
"ct" : [9, 9, 23, 2, 20, 11, 23, 18, 9, 24, 21, 16, 14, 0, 0, 14, 14, 3, 7],
"result" : "valid"
},
{
"tcId" : 1640,
"comment" : "y = 1 and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "c661f2b82ba013559172ae95ca17234771dbc08739a2261b",
"tweak" : "108bb5c9737926115f",
"msg" : [5, 11, 19, 0, 12, 25, 7, 2, 10, 13, 4, 5, 13, 25, 24, 20, 2, 13, 11],
"ct" : [2, 5, 17, 19, 3, 17, 18, 23, 7, 9, 5, 23, 12, 2, 13, 10, 6, 21, 17],
"result" : "valid"
},
{
"tcId" : 1641,
"comment" : "y = 1 and (y + a) % radix**9 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "c661f2b82ba013559172ae95ca17234771dbc08739a2261b",
"tweak" : "108bb5c9737926115f",
"msg" : [16, 5, 8, 16, 9, 10, 5, 6, 14, 6, 11, 8, 14, 25, 24, 14, 13, 24, 13],
"ct" : [1, 11, 23, 2, 21, 2, 25, 4, 0, 1, 6, 23, 18, 12, 21, 3, 10, 14, 15],
"result" : "valid"
},
{
"tcId" : 1642,
"comment" : "y = 1 and (y + a) % radix**9 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "c661f2b82ba013559172ae95ca17234771dbc08739a2261b",
"tweak" : "108bb5c9737926115f",
"msg" : [11, 17, 7, 12, 22, 13, 21, 0, 14, 4, 19, 2, 25, 12, 19, 19, 1, 10, 22],
"ct" : [2, 19, 19, 16, 25, 6, 22, 9, 4, 22, 0, 21, 9, 2, 21, 22, 3, 2, 3],
"result" : "valid"
},
{
"tcId" : 1643,
"comment" : "y is maximal and a = 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "c661f2b82ba013559172ae95ca17234771dbc08739a2261b",
"tweak" : "30762338828c5ff398",
"msg" : [15, 12, 14, 16, 18, 4, 15, 13, 24, 13, 7, 18, 12, 7, 0, 3, 23, 16, 12],
"ct" : [3, 6, 12, 19, 8, 13, 22, 14, 15, 24, 5, 14, 12, 23, 19, 13, 21, 10, 1],
"result" : "valid"
},
{
"tcId" : 1644,
"comment" : "y is maximal and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "c661f2b82ba013559172ae95ca17234771dbc08739a2261b",
"tweak" : "30762338828c5ff398",
"msg" : [6, 8, 3, 7, 12, 21, 23, 18, 24, 7, 4, 23, 4, 2, 13, 3, 11, 17, 20],
"ct" : [23, 10, 7, 2, 12, 1, 3, 19, 19, 16, 4, 4, 3, 13, 0, 14, 16, 19, 2],
"result" : "valid"
},
{
"tcId" : 1645,
"comment" : "y is maximal and (y + a) % radix**9 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "c661f2b82ba013559172ae95ca17234771dbc08739a2261b",
"tweak" : "30762338828c5ff398",
"msg" : [13, 9, 1, 12, 7, 21, 24, 17, 15, 17, 24, 10, 4, 12, 17, 22, 7, 6, 7],
"ct" : [1, 19, 17, 3, 13, 2, 12, 1, 1, 18, 13, 7, 16, 18, 4, 16, 16, 21, 14],
"result" : "valid"
},
{
"tcId" : 1646,
"comment" : "y is maximal and (y + a) % radix**9 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "c661f2b82ba013559172ae95ca17234771dbc08739a2261b",
"tweak" : "30762338828c5ff398",
"msg" : [14, 6, 21, 7, 23, 1, 4, 16, 12, 2, 3, 12, 19, 5, 17, 9, 10, 14, 4],
"ct" : [16, 24, 22, 25, 11, 8, 4, 21, 6, 3, 12, 10, 1, 20, 0, 22, 25, 18, 8],
"result" : "valid"
},
{
"tcId" : 1647,
"comment" : "y is maximal and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "c661f2b82ba013559172ae95ca17234771dbc08739a2261b",
"tweak" : "30762338828c5ff398",
"msg" : [5, 9, 0, 17, 3, 24, 7, 25, 17, 20, 22, 15, 4, 6, 17, 1, 11, 16, 18],
"ct" : [3, 8, 0, 21, 11, 15, 25, 21, 12, 12, 21, 8, 5, 10, 21, 3, 21, 20, 20],
"result" : "valid"
},
{
"tcId" : 1648,
"comment" : "y is maximal and a is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "c661f2b82ba013559172ae95ca17234771dbc08739a2261b",
"tweak" : "30762338828c5ff398",
"msg" : [17, 8, 25, 23, 18, 14, 25, 7, 24, 16, 4, 14, 22, 24, 25, 11, 13, 19, 16],
"ct" : [8, 2, 22, 22, 12, 12, 24, 5, 18, 8, 4, 0, 16, 17, 18, 20, 9, 9, 11],
"result" : "valid"
},
{
"tcId" : 1649,
"comment" : "y is edge case for modular reduction and a = 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "c661f2b82ba013559172ae95ca17234771dbc08739a2261b",
"tweak" : "45547c2cc9c5d71dda",
"msg" : [4, 9, 13, 2, 0, 19, 1, 22, 14, 16, 8, 18, 10, 12, 24, 16, 21, 18, 18],
"ct" : [2, 17, 24, 21, 4, 5, 23, 5, 12, 24, 19, 13, 21, 21, 7, 7, 5, 16, 22],
"result" : "valid"
},
{
"tcId" : 1650,
"comment" : "y is edge case for modular reduction and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "c661f2b82ba013559172ae95ca17234771dbc08739a2261b",
"tweak" : "45547c2cc9c5d71dda",
"msg" : [25, 20, 5, 11, 0, 3, 19, 17, 5, 6, 10, 19, 3, 25, 14, 16, 2, 15, 23],
"ct" : [11, 18, 10, 11, 5, 2, 5, 11, 11, 1, 23, 3, 7, 16, 20, 2, 5, 11, 4],
"result" : "valid"
},
{
"tcId" : 1651,
"comment" : "y is edge case for modular reduction and (y + a) % radix**9 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "c661f2b82ba013559172ae95ca17234771dbc08739a2261b",
"tweak" : "45547c2cc9c5d71dda",
"msg" : [2, 23, 8, 9, 2, 15, 16, 3, 12, 8, 9, 8, 10, 3, 10, 13, 9, 8, 17],
"ct" : [9, 13, 12, 22, 11, 22, 25, 14, 5, 3, 19, 15, 2, 18, 3, 17, 10, 5, 2],
"result" : "valid"
},
{
"tcId" : 1652,
"comment" : "y is edge case for modular reduction and (y + a) % radix**9 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "c661f2b82ba013559172ae95ca17234771dbc08739a2261b",
"tweak" : "45547c2cc9c5d71dda",
"msg" : [4, 7, 15, 0, 20, 8, 9, 4, 17, 17, 22, 7, 18, 4, 15, 19, 22, 8, 19],
"ct" : [24, 19, 24, 19, 12, 25, 25, 16, 22, 10, 6, 23, 11, 9, 3, 9, 0, 17, 4],
"result" : "valid"
},
{
"tcId" : 1653,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "c661f2b82ba013559172ae95ca17234771dbc08739a2261b",
"tweak" : "45547c2cc9c5d71dda",
"msg" : [5, 20, 8, 20, 16, 2, 24, 7, 25, 20, 7, 25, 10, 25, 8, 23, 19, 2, 7],
"ct" : [15, 1, 20, 11, 10, 10, 19, 7, 21, 18, 10, 7, 13, 1, 15, 1, 24, 15, 14],
"result" : "valid"
},
{
"tcId" : 1654,
"comment" : "y is edge case for modular reduction and a is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "c661f2b82ba013559172ae95ca17234771dbc08739a2261b",
"tweak" : "45547c2cc9c5d71dda",
"msg" : [23, 21, 1, 1, 1, 18, 21, 23, 15, 1, 20, 9, 25, 17, 22, 19, 15, 6, 17],
"ct" : [11, 16, 1, 21, 8, 24, 3, 13, 17, 5, 7, 13, 25, 5, 0, 5, 18, 11, 25],
"result" : "valid"
},
{
"tcId" : 1655,
"comment" : "y is maximal after modular reduction and (y + a) % radix**9 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "c661f2b82ba013559172ae95ca17234771dbc08739a2261b",
"tweak" : "cb3b66425f6b79e103",
"msg" : [1, 22, 17, 14, 24, 18, 17, 11, 21, 17, 19, 13, 16, 3, 2, 17, 18, 11, 6],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 8, 3, 1, 22, 1, 1, 15, 4, 15, 21],
"result" : "valid"
},
{
"tcId" : 1656,
"comment" : "y is maximal after modular reduction and (y + a) % radix**9 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "c661f2b82ba013559172ae95ca17234771dbc08739a2261b",
"tweak" : "cb3b66425f6b79e103",
"msg" : [6, 9, 19, 25, 15, 23, 11, 4, 4, 6, 0, 12, 1, 12, 3, 2, 14, 18, 24],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 14, 4, 4, 12, 11, 22, 23, 20, 11],
"result" : "valid"
},
{
"tcId" : 1657,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "c661f2b82ba013559172ae95ca17234771dbc08739a2261b",
"tweak" : "cb3b66425f6b79e103",
"msg" : [8, 2, 5, 6, 3, 13, 25, 7, 20, 21, 10, 20, 21, 1, 5, 3, 14, 5, 19],
"ct" : [21, 1, 15, 1, 1, 15, 9, 4, 11, 3, 6, 19, 5, 19, 19, 14, 23, 12, 14],
"result" : "valid"
},
{
"tcId" : 1658,
"comment" : "y is maximal after modular reduction and a is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "c661f2b82ba013559172ae95ca17234771dbc08739a2261b",
"tweak" : "cb3b66425f6b79e103",
"msg" : [10, 3, 4, 0, 8, 24, 9, 0, 10, 25, 18, 1, 7, 18, 16, 23, 9, 0, 25],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 24, 14, 17, 8, 4, 12, 25, 17, 15, 7, 16],
"result" : "valid"
},
{
"tcId" : 1659,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "be9a8fba5d4b186c6ccb1e78380a89a9fda592669dcb40b9",
"tweak" : "210a87007dcef98c",
"msg" : [-1, 2, 14, 5, 1, 21, 18, 15, 19, 12, 5, 11, 3, 3, 12, 17, 22, 4, 3],
"ct" : [18, 7, 20, 8, 2, 11, 22, 14, 25, 6, 15, 17, 15, 2, 16, 7, 18, 0, 12],
"result" : "invalid"
},
{
"tcId" : 1660,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "be9a8fba5d4b186c6ccb1e78380a89a9fda592669dcb40b9",
"tweak" : "210a87007dcef98c",
"msg" : [4, 2, 14, 5, 1, 21, -1, 15, 19, 12, 5, 11, 3, 3, 12, 17, 22, 4, 3],
"ct" : [11, 7, 5, 6, 15, 18, 3, 21, 8, 24, 8, 20, 8, 19, 7, 13, 9, 12, 8],
"result" : "invalid"
},
{
"tcId" : 1661,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "be9a8fba5d4b186c6ccb1e78380a89a9fda592669dcb40b9",
"tweak" : "210a87007dcef98c",
"msg" : [4, 2, 14, 5, 1, 21, 18, 15, 19, 12, 5, 11, 3, 3, 12, 17, 22, 4, -1],
"ct" : [13, 19, 14, 20, 12, 0, 20, 6, 21, 15, 2, 8, 19, 12, 19, 16, 8, 0, 22],
"result" : "invalid"
},
{
"tcId" : 1662,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "987788dcc92b6fa8c0dc7268e422cd796b88bcc3f93ab550",
"tweak" : "eacc00f4b23cf3e5",
"msg" : [26, 4, 9, 5, 11, 8, 24, 3, 3, 16, 18, 10, 7, 0, 17, 18, 14, 4, 1],
"ct" : [0, 5, 8, 14, 12, 22, 11, 13, 11, 16, 24, 23, 19, 5, 19, 13, 15, 4, 1],
"result" : "invalid"
},
{
"tcId" : 1663,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "987788dcc92b6fa8c0dc7268e422cd796b88bcc3f93ab550",
"tweak" : "eacc00f4b23cf3e5",
"msg" : [7, 4, 9, 5, 11, 8, 26, 3, 3, 16, 18, 10, 7, 0, 17, 18, 14, 4, 1],
"ct" : [23, 25, 25, 14, 22, 18, 11, 20, 6, 25, 24, 10, 16, 13, 9, 4, 17, 21, 14],
"result" : "invalid"
},
{
"tcId" : 1664,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "987788dcc92b6fa8c0dc7268e422cd796b88bcc3f93ab550",
"tweak" : "eacc00f4b23cf3e5",
"msg" : [7, 4, 9, 5, 11, 8, 24, 3, 3, 16, 18, 10, 7, 0, 17, 18, 14, 4, 26],
"ct" : [4, 22, 9, 10, 4, 25, 23, 6, 11, 19, 14, 23, 5, 18, 18, 13, 19, 18, 9],
"result" : "invalid"
}
]
},
{
"keySize" : 192,
"msgSize" : 20,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 1665,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "141107e15df419395d338f34ef63f1e80d20b2dad04e5b54",
"tweak" : "b069e365f5a623ff",
"msg" : [1, 20, 14, 13, 19, 6, 11, 10, 7, 15, 3, 1, 19, 16, 3, 19, 11, 16, 20, 7],
"ct" : [23, 1, 25, 4, 19, 7, 4, 5, 3, 17, 15, 21, 11, 4, 25, 13, 18, 4, 12, 14],
"result" : "valid"
},
{
"tcId" : 1666,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "4f62d21aaf56e5b650e7893d04b5d5a05a85db881952f824",
"tweak" : "769ef53520d6bd5d",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [16, 6, 18, 10, 10, 18, 6, 23, 1, 0, 1, 9, 0, 8, 4, 22, 12, 1, 18, 5],
"result" : "valid"
},
{
"tcId" : 1667,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "4f62d21aaf56e5b650e7893d04b5d5a05a85db881952f824",
"tweak" : "769ef53520d6bd5d",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"ct" : [15, 6, 13, 1, 11, 2, 25, 21, 25, 16, 2, 5, 15, 2, 12, 14, 23, 24, 5, 14],
"result" : "valid"
},
{
"tcId" : 1668,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "4f62d21aaf56e5b650e7893d04b5d5a05a85db881952f824",
"tweak" : "769ef53520d6bd5d",
"msg" : [25, 23, 24, 13, 7, 24, 23, 7, 12, 20, 25, 23, 24, 13, 7, 24, 23, 7, 12, 20],
"ct" : [12, 24, 5, 1, 9, 19, 2, 15, 25, 0, 13, 1, 18, 1, 21, 19, 15, 14, 19, 7],
"result" : "valid"
},
{
"tcId" : 1669,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "4f62d21aaf56e5b650e7893d04b5d5a05a85db881952f824",
"tweak" : "769ef53520d6bd5d",
"msg" : [25, 23, 24, 13, 7, 24, 23, 7, 12, 19, 25, 23, 24, 13, 7, 24, 23, 7, 12, 19],
"ct" : [21, 7, 7, 10, 8, 24, 8, 3, 15, 8, 17, 14, 11, 10, 18, 23, 5, 9, 6, 2],
"result" : "valid"
},
{
"tcId" : 1670,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "4f62d21aaf56e5b650e7893d04b5d5a05a85db881952f824",
"tweak" : "769ef53520d6bd5d",
"msg" : [11, 1, 13, 9, 16, 15, 11, 22, 4, 11, 6, 8, 24, 25, 2, 17, 12, 21, 2, 11],
"ct" : [18, 21, 11, 16, 2, 7, 9, 2, 13, 16, 4, 14, 9, 18, 24, 9, 6, 21, 20, 16],
"result" : "valid"
},
{
"tcId" : 1671,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "4f62d21aaf56e5b650e7893d04b5d5a05a85db881952f824",
"tweak" : "769ef53520d6bd5d",
"msg" : [16, 20, 11, 22, 14, 7, 16, 15, 10, 1, 24, 23, 7, 8, 21, 23, 12, 17, 19, 16],
"ct" : [17, 14, 6, 13, 16, 2, 17, 9, 18, 23, 14, 5, 6, 20, 4, 16, 7, 24, 10, 14],
"result" : "valid"
},
{
"tcId" : 1672,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "4f62d21aaf56e5b650e7893d04b5d5a05a85db881952f824",
"tweak" : "769ef53520d6bd5d",
"msg" : [16, 0, 14, 1, 24, 18, 18, 16, 19, 5, 12, 0, 9, 23, 10, 12, 0, 7, 2, 5],
"ct" : [2, 3, 2, 19, 3, 22, 5, 24, 10, 5, 1, 14, 22, 7, 22, 25, 2, 0, 14, 21],
"result" : "valid"
},
{
"tcId" : 1673,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "4f62d21aaf56e5b650e7893d04b5d5a05a85db881952f824",
"tweak" : "769ef53520d6bd5d",
"msg" : [20, 10, 24, 1, 19, 23, 25, 21, 24, 11, 20, 11, 2, 1, 19, 2, 0, 6, 0, 21],
"ct" : [10, 11, 20, 9, 13, 8, 7, 22, 18, 9, 14, 19, 7, 2, 6, 12, 16, 5, 5, 17],
"result" : "valid"
},
{
"tcId" : 1674,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "4f62d21aaf56e5b650e7893d04b5d5a05a85db881952f824",
"tweak" : "769ef53520d6bd5d",
"msg" : [15, 6, 25, 22, 17, 10, 10, 0, 20, 1, 3, 17, 1, 15, 19, 5, 16, 20, 1, 25],
"ct" : [1, 8, 7, 3, 16, 21, 24, 20, 17, 17, 11, 25, 10, 22, 23, 1, 0, 18, 22, 17],
"result" : "valid"
},
{
"tcId" : 1675,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "4f62d21aaf56e5b650e7893d04b5d5a05a85db881952f824",
"tweak" : "769ef53520d6bd5d",
"msg" : [16, 18, 13, 8, 20, 15, 11, 1, 15, 16, 25, 14, 13, 21, 8, 24, 1, 6, 9, 0],
"ct" : [7, 23, 20, 21, 9, 13, 22, 17, 20, 1, 21, 18, 14, 22, 5, 9, 6, 25, 2, 8],
"result" : "valid"
},
{
"tcId" : 1676,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "4f62d21aaf56e5b650e7893d04b5d5a05a85db881952f824",
"tweak" : "769ef53520d6bd5d",
"msg" : [25, 12, 7, 6, 8, 2, 17, 7, 22, 11, 17, 7, 11, 11, 22, 17, 15, 10, 17, 21],
"ct" : [15, 23, 10, 22, 22, 16, 7, 17, 16, 2, 2, 24, 11, 4, 19, 18, 24, 7, 4, 16],
"result" : "valid"
},
{
"tcId" : 1677,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "4f62d21aaf56e5b650e7893d04b5d5a05a85db881952f824",
"tweak" : "769ef53520d6bd5d",
"msg" : [0, 21, 8, 3, 7, 22, 12, 10, 8, 4, 0, 14, 21, 16, 9, 10, 4, 16, 22, 5],
"ct" : [7, 10, 4, 18, 4, 5, 9, 7, 7, 23, 7, 17, 18, 16, 18, 5, 18, 10, 17, 14],
"result" : "valid"
},
{
"tcId" : 1678,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "4f62d21aaf56e5b650e7893d04b5d5a05a85db881952f824",
"tweak" : "769ef53520d6bd5d",
"msg" : [2, 21, 16, 20, 5, 11, 19, 18, 2, 10, 21, 12, 13, 23, 17, 17, 0, 18, 10, 23],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 1679,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "4f62d21aaf56e5b650e7893d04b5d5a05a85db881952f824",
"tweak" : "769ef53520d6bd5d",
"msg" : [23, 5, 11, 15, 25, 16, 10, 16, 21, 22, 6, 14, 22, 10, 8, 6, 22, 18, 13, 21],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 1680,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "4f62d21aaf56e5b650e7893d04b5d5a05a85db881952f824",
"tweak" : "769ef53520d6bd5d",
"msg" : [22, 22, 24, 25, 13, 20, 13, 19, 2, 3, 4, 7, 1, 21, 20, 19, 23, 4, 1, 22],
"ct" : [25, 23, 24, 13, 7, 24, 23, 7, 12, 20, 25, 23, 24, 13, 7, 24, 23, 7, 12, 20],
"result" : "valid"
},
{
"tcId" : 1681,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "4f62d21aaf56e5b650e7893d04b5d5a05a85db881952f824",
"tweak" : "769ef53520d6bd5d",
"msg" : [18, 6, 15, 20, 25, 20, 3, 15, 4, 11, 3, 4, 8, 9, 19, 1, 1, 12, 13, 22],
"ct" : [25, 23, 24, 13, 7, 24, 23, 7, 12, 19, 25, 23, 24, 13, 7, 24, 23, 7, 12, 19],
"result" : "valid"
},
{
"tcId" : 1682,
"comment" : "y = 0 and (y + a) % radix**10 == 0 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "2315f599cd47eab780ef330b4be3a011b8cbc33412cfd8c1",
"tweak" : "687ac216927e1fc11a",
"msg" : [23, 1, 23, 7, 10, 4, 16, 3, 13, 10, 4, 16, 9, 11, 9, 16, 17, 22, 14, 20],
"ct" : [21, 18, 10, 22, 0, 21, 10, 22, 19, 22, 14, 2, 24, 20, 6, 16, 5, 15, 1, 16],
"result" : "valid"
},
{
"tcId" : 1683,
"comment" : "y = 0 and a = 1 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "2315f599cd47eab780ef330b4be3a011b8cbc33412cfd8c1",
"tweak" : "687ac216927e1fc11a",
"msg" : [14, 14, 1, 1, 23, 20, 21, 21, 23, 19, 13, 11, 2, 9, 25, 17, 10, 6, 16, 23],
"ct" : [16, 15, 10, 10, 0, 20, 1, 12, 9, 15, 14, 8, 18, 20, 21, 6, 14, 0, 2, 14],
"result" : "valid"
},
{
"tcId" : 1684,
"comment" : "y = 0 and a has large Hamming weight in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "2315f599cd47eab780ef330b4be3a011b8cbc33412cfd8c1",
"tweak" : "687ac216927e1fc11a",
"msg" : [18, 5, 8, 0, 13, 9, 15, 3, 19, 18, 24, 22, 14, 11, 19, 5, 7, 20, 11, 22],
"ct" : [19, 21, 25, 4, 10, 16, 11, 15, 4, 8, 6, 24, 5, 9, 0, 9, 25, 15, 1, 6],
"result" : "valid"
},
{
"tcId" : 1685,
"comment" : "y = 0 and (y + a) % radix**10 is maximal in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "2315f599cd47eab780ef330b4be3a011b8cbc33412cfd8c1",
"tweak" : "687ac216927e1fc11a",
"msg" : [25, 3, 3, 12, 13, 20, 25, 4, 17, 11, 0, 14, 3, 20, 1, 18, 8, 11, 21, 9],
"ct" : [19, 23, 12, 1, 22, 9, 18, 12, 19, 3, 24, 8, 5, 13, 4, 12, 15, 7, 7, 18],
"result" : "valid"
},
{
"tcId" : 1686,
"comment" : "y = 1 and a = 0 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "2315f599cd47eab780ef330b4be3a011b8cbc33412cfd8c1",
"tweak" : "05726bb23bb403c96e",
"msg" : [0, 2, 11, 22, 5, 3, 19, 11, 7, 10, 11, 19, 13, 25, 6, 3, 0, 11, 8, 20],
"ct" : [22, 5, 2, 16, 6, 3, 6, 5, 10, 3, 14, 3, 0, 6, 2, 16, 13, 7, 8, 13],
"result" : "valid"
},
{
"tcId" : 1687,
"comment" : "y = 1 and a = 1 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "2315f599cd47eab780ef330b4be3a011b8cbc33412cfd8c1",
"tweak" : "05726bb23bb403c96e",
"msg" : [25, 15, 9, 12, 6, 16, 11, 4, 9, 11, 5, 20, 16, 15, 20, 21, 9, 23, 10, 10],
"ct" : [15, 13, 9, 25, 23, 10, 8, 20, 9, 0, 24, 3, 17, 16, 2, 20, 19, 18, 3, 4],
"result" : "valid"
},
{
"tcId" : 1688,
"comment" : "y = 1 and a has large Hamming weight in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "2315f599cd47eab780ef330b4be3a011b8cbc33412cfd8c1",
"tweak" : "05726bb23bb403c96e",
"msg" : [15, 0, 1, 22, 7, 15, 13, 4, 16, 9, 25, 24, 9, 10, 23, 17, 17, 25, 20, 6],
"ct" : [14, 23, 20, 20, 22, 22, 10, 16, 25, 5, 15, 21, 21, 7, 24, 9, 9, 22, 18, 1],
"result" : "valid"
},
{
"tcId" : 1689,
"comment" : "y = 1 and (y + a) % radix**10 is maximal in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "2315f599cd47eab780ef330b4be3a011b8cbc33412cfd8c1",
"tweak" : "05726bb23bb403c96e",
"msg" : [2, 25, 5, 14, 23, 17, 16, 18, 21, 5, 9, 10, 17, 15, 1, 21, 0, 21, 1, 3],
"ct" : [14, 10, 1, 19, 9, 11, 18, 14, 2, 18, 19, 17, 2, 23, 12, 8, 16, 15, 14, 7],
"result" : "valid"
},
{
"tcId" : 1690,
"comment" : "y = 1 and (y + a) % radix**10 == 0 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "2315f599cd47eab780ef330b4be3a011b8cbc33412cfd8c1",
"tweak" : "05726bb23bb403c96e",
"msg" : [0, 14, 17, 17, 16, 17, 9, 25, 24, 1, 16, 24, 18, 13, 4, 15, 0, 6, 8, 15],
"ct" : [1, 4, 11, 19, 1, 3, 18, 23, 2, 9, 1, 21, 23, 3, 20, 0, 15, 23, 20, 19],
"result" : "valid"
},
{
"tcId" : 1691,
"comment" : "y is maximal and a = 0 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "2315f599cd47eab780ef330b4be3a011b8cbc33412cfd8c1",
"tweak" : "5bae00866dc8125bf1",
"msg" : [13, 14, 16, 17, 15, 20, 10, 13, 21, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [0, 11, 21, 18, 20, 9, 25, 10, 24, 14, 16, 24, 22, 4, 22, 7, 14, 16, 13, 4],
"result" : "valid"
},
{
"tcId" : 1692,
"comment" : "y is maximal and a = 1 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "2315f599cd47eab780ef330b4be3a011b8cbc33412cfd8c1",
"tweak" : "5bae00866dc8125bf1",
"msg" : [3, 10, 12, 5, 12, 21, 17, 13, 13, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1],
"ct" : [4, 10, 0, 7, 6, 7, 7, 18, 21, 23, 20, 17, 15, 17, 22, 8, 2, 18, 5, 18],
"result" : "valid"
},
{
"tcId" : 1693,
"comment" : "y is maximal and (y + a) % radix**10 is maximal in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "2315f599cd47eab780ef330b4be3a011b8cbc33412cfd8c1",
"tweak" : "5bae00866dc8125bf1",
"msg" : [8, 2, 3, 16, 12, 21, 9, 7, 1, 4, 0, 17, 23, 19, 7, 7, 25, 21, 20, 12],
"ct" : [2, 12, 13, 1, 15, 19, 14, 9, 4, 8, 1, 17, 24, 25, 12, 19, 6, 17, 2, 17],
"result" : "valid"
},
{
"tcId" : 1694,
"comment" : "y is maximal and (y + a) % radix**10 == 0 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "2315f599cd47eab780ef330b4be3a011b8cbc33412cfd8c1",
"tweak" : "5bae00866dc8125bf1",
"msg" : [3, 13, 5, 18, 15, 8, 23, 0, 6, 1, 0, 17, 23, 19, 7, 7, 25, 21, 20, 13],
"ct" : [8, 2, 15, 25, 9, 19, 13, 6, 6, 10, 0, 5, 14, 9, 24, 11, 12, 15, 2, 1],
"result" : "valid"
},
{
"tcId" : 1695,
"comment" : "y is maximal and a has large Hamming weight in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "2315f599cd47eab780ef330b4be3a011b8cbc33412cfd8c1",
"tweak" : "5bae00866dc8125bf1",
"msg" : [9, 1, 12, 4, 1, 23, 22, 18, 20, 7, 25, 23, 24, 13, 7, 24, 23, 7, 12, 20],
"ct" : [6, 13, 0, 6, 22, 19, 5, 22, 3, 24, 14, 5, 0, 9, 13, 8, 23, 19, 14, 14],
"result" : "valid"
},
{
"tcId" : 1696,
"comment" : "y is maximal and a is maximal in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "2315f599cd47eab780ef330b4be3a011b8cbc33412cfd8c1",
"tweak" : "5bae00866dc8125bf1",
"msg" : [16, 12, 4, 2, 3, 14, 2, 14, 17, 5, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"ct" : [16, 4, 11, 24, 10, 9, 24, 1, 14, 15, 11, 11, 24, 15, 8, 0, 11, 25, 10, 13],
"result" : "valid"
},
{
"tcId" : 1697,
"comment" : "y is edge case for modular reduction and a = 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "2315f599cd47eab780ef330b4be3a011b8cbc33412cfd8c1",
"tweak" : "4ecc3975ee3795417a",
"msg" : [13, 6, 7, 13, 5, 9, 17, 15, 14, 21, 18, 20, 3, 8, 21, 8, 13, 20, 8, 11],
"ct" : [7, 15, 7, 7, 10, 25, 8, 0, 14, 23, 1, 23, 19, 7, 18, 1, 0, 1, 11, 19],
"result" : "valid"
},
{
"tcId" : 1698,
"comment" : "y is edge case for modular reduction and a = 1 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "2315f599cd47eab780ef330b4be3a011b8cbc33412cfd8c1",
"tweak" : "4ecc3975ee3795417a",
"msg" : [6, 13, 6, 9, 13, 22, 23, 1, 11, 2, 17, 7, 22, 1, 1, 20, 15, 1, 23, 25],
"ct" : [6, 10, 2, 18, 2, 0, 6, 2, 2, 13, 11, 18, 24, 24, 1, 25, 18, 24, 19, 2],
"result" : "valid"
},
{
"tcId" : 1699,
"comment" : "y is edge case for modular reduction and (y + a) % radix**10 is maximal in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "2315f599cd47eab780ef330b4be3a011b8cbc33412cfd8c1",
"tweak" : "4ecc3975ee3795417a",
"msg" : [9, 13, 14, 8, 25, 3, 18, 25, 21, 4, 20, 2, 11, 25, 0, 0, 6, 8, 12, 18],
"ct" : [20, 18, 16, 0, 24, 6, 0, 15, 20, 2, 8, 22, 7, 4, 15, 20, 6, 7, 23, 7],
"result" : "valid"
},
{
"tcId" : 1700,
"comment" : "y is edge case for modular reduction and (y + a) % radix**10 == 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "2315f599cd47eab780ef330b4be3a011b8cbc33412cfd8c1",
"tweak" : "4ecc3975ee3795417a",
"msg" : [1, 20, 16, 17, 21, 20, 21, 17, 20, 1, 3, 18, 16, 9, 18, 22, 5, 18, 1, 1],
"ct" : [19, 15, 16, 0, 24, 20, 25, 4, 13, 8, 18, 16, 0, 7, 22, 11, 16, 13, 13, 3],
"result" : "valid"
},
{
"tcId" : 1701,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "2315f599cd47eab780ef330b4be3a011b8cbc33412cfd8c1",
"tweak" : "4ecc3975ee3795417a",
"msg" : [14, 6, 9, 11, 18, 17, 1, 8, 11, 24, 1, 11, 11, 7, 22, 21, 16, 14, 18, 8],
"ct" : [16, 2, 14, 7, 21, 16, 16, 22, 16, 11, 15, 5, 14, 17, 1, 8, 2, 5, 16, 0],
"result" : "valid"
},
{
"tcId" : 1702,
"comment" : "y is edge case for modular reduction and a is maximal in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "2315f599cd47eab780ef330b4be3a011b8cbc33412cfd8c1",
"tweak" : "4ecc3975ee3795417a",
"msg" : [18, 2, 9, 8, 2, 23, 15, 1, 14, 10, 6, 3, 22, 20, 16, 19, 7, 15, 13, 13],
"ct" : [13, 1, 2, 21, 7, 11, 2, 1, 23, 25, 3, 5, 16, 15, 25, 3, 7, 24, 9, 10],
"result" : "valid"
},
{
"tcId" : 1703,
"comment" : "y is maximal after modular reduction and (y + a) % radix**10 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "2315f599cd47eab780ef330b4be3a011b8cbc33412cfd8c1",
"tweak" : "270411d0bc01b15f22",
"msg" : [16, 10, 8, 24, 3, 19, 16, 7, 17, 7, 5, 16, 4, 10, 20, 3, 13, 5, 6, 15],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 17, 0, 17, 7, 10, 18, 21, 16, 17, 10],
"result" : "valid"
},
{
"tcId" : 1704,
"comment" : "y is maximal after modular reduction and (y + a) % radix**10 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "2315f599cd47eab780ef330b4be3a011b8cbc33412cfd8c1",
"tweak" : "270411d0bc01b15f22",
"msg" : [13, 4, 0, 24, 19, 2, 3, 1, 16, 18, 16, 12, 17, 1, 24, 6, 14, 19, 25, 3],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 14, 1, 24, 1, 0, 4, 8, 24, 21],
"result" : "valid"
},
{
"tcId" : 1705,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "2315f599cd47eab780ef330b4be3a011b8cbc33412cfd8c1",
"tweak" : "270411d0bc01b15f22",
"msg" : [7, 3, 15, 10, 5, 15, 25, 5, 18, 5, 7, 24, 16, 20, 12, 21, 25, 20, 3, 24],
"ct" : [25, 23, 24, 13, 7, 24, 23, 7, 12, 19, 1, 3, 22, 0, 20, 19, 3, 4, 0, 3],
"result" : "valid"
},
{
"tcId" : 1706,
"comment" : "y is maximal after modular reduction and a is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "2315f599cd47eab780ef330b4be3a011b8cbc33412cfd8c1",
"tweak" : "270411d0bc01b15f22",
"msg" : [23, 21, 11, 9, 22, 23, 3, 13, 14, 0, 23, 24, 4, 1, 20, 15, 12, 4, 2, 12],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 24, 25, 13, 7, 24, 15, 7, 3, 23, 1, 21],
"result" : "valid"
},
{
"tcId" : 1707,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "510a5104e7a431e45387c3de2c5d0dc7aaae49907bf72a8f",
"tweak" : "25733cf5c0f0d898",
"msg" : [-1, 15, 15, 14, 9, 5, 23, 25, 3, 18, 4, 11, 12, 10, 25, 19, 13, 16, 23, 21],
"ct" : [18, 24, 1, 20, 3, 16, 12, 16, 1, 10, 8, 11, 11, 5, 13, 20, 16, 16, 5, 17],
"result" : "invalid"
},
{
"tcId" : 1708,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "510a5104e7a431e45387c3de2c5d0dc7aaae49907bf72a8f",
"tweak" : "25733cf5c0f0d898",
"msg" : [0, 15, 15, 14, 9, 5, -1, 25, 3, 18, 4, 11, 12, 10, 25, 19, 13, 16, 23, 21],
"ct" : [20, 2, 13, 15, 7, 1, 14, 6, 8, 1, 5, 24, 12, 12, 8, 17, 6, 12, 19, 2],
"result" : "invalid"
},
{
"tcId" : 1709,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "510a5104e7a431e45387c3de2c5d0dc7aaae49907bf72a8f",
"tweak" : "25733cf5c0f0d898",
"msg" : [0, 15, 15, 14, 9, 5, 23, 25, 3, 18, 4, 11, 12, 10, 25, 19, 13, 16, 23, -1],
"ct" : [14, 18, 25, 4, 2, 6, 7, 0, 21, 16, 8, 3, 15, 17, 24, 15, 10, 14, 25, 1],
"result" : "invalid"
},
{
"tcId" : 1710,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "733462fabba802789319fb62fcccbbac0de14587f2e22941",
"tweak" : "524f090ea9599fa0",
"msg" : [26, 13, 10, 21, 23, 19, 9, 25, 13, 25, 0, 2, 1, 13, 3, 16, 23, 3, 8, 14],
"ct" : [19, 4, 17, 7, 15, 15, 24, 4, 25, 9, 20, 3, 22, 2, 21, 24, 9, 14, 6, 16],
"result" : "invalid"
},
{
"tcId" : 1711,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "733462fabba802789319fb62fcccbbac0de14587f2e22941",
"tweak" : "524f090ea9599fa0",
"msg" : [9, 13, 10, 21, 23, 19, 26, 25, 13, 25, 0, 2, 1, 13, 3, 16, 23, 3, 8, 14],
"ct" : [22, 21, 0, 2, 24, 25, 11, 1, 5, 7, 11, 2, 22, 11, 24, 17, 20, 2, 11, 11],
"result" : "invalid"
},
{
"tcId" : 1712,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "733462fabba802789319fb62fcccbbac0de14587f2e22941",
"tweak" : "524f090ea9599fa0",
"msg" : [9, 13, 10, 21, 23, 19, 9, 25, 13, 25, 0, 2, 1, 13, 3, 16, 23, 3, 8, 26],
"ct" : [6, 17, 23, 19, 25, 24, 5, 21, 3, 18, 1, 0, 9, 15, 4, 5, 11, 8, 11, 23],
"result" : "invalid"
}
]
},
{
"keySize" : 192,
"msgSize" : 21,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 1713,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "c3bb552dddc77917376b930dc911345e533a17542ddbf421",
"tweak" : "2780a38c74385db3",
"msg" : [19, 16, 13, 1, 22, 15, 11, 12, 8, 16, 14, 15, 11, 16, 3, 18, 4, 14, 24, 7, 12],
"ct" : [14, 7, 1, 1, 7, 23, 23, 12, 25, 11, 13, 19, 25, 5, 18, 4, 13, 13, 5, 21, 9],
"result" : "valid"
},
{
"tcId" : 1714,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "966abbf85a058a703c37afa2f0ee70d88271cfbdd780f98d",
"tweak" : "3409bef7dc1e87c7",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [3, 21, 18, 11, 6, 21, 17, 10, 13, 12, 1, 2, 25, 3, 0, 20, 20, 13, 21, 21, 9],
"result" : "valid"
},
{
"tcId" : 1715,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "966abbf85a058a703c37afa2f0ee70d88271cfbdd780f98d",
"tweak" : "3409bef7dc1e87c7",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"ct" : [16, 22, 9, 18, 9, 14, 24, 20, 0, 14, 3, 8, 19, 8, 5, 23, 2, 22, 6, 23, 9],
"result" : "valid"
},
{
"tcId" : 1716,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "966abbf85a058a703c37afa2f0ee70d88271cfbdd780f98d",
"tweak" : "3409bef7dc1e87c7",
"msg" : [25, 23, 24, 13, 7, 24, 23, 7, 12, 20, 15, 24, 19, 2, 4, 23, 8, 8, 15, 22, 8],
"ct" : [18, 0, 6, 19, 16, 15, 4, 5, 24, 4, 3, 14, 25, 12, 11, 12, 7, 9, 25, 6, 12],
"result" : "valid"
},
{
"tcId" : 1717,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "966abbf85a058a703c37afa2f0ee70d88271cfbdd780f98d",
"tweak" : "3409bef7dc1e87c7",
"msg" : [25, 23, 24, 13, 7, 24, 23, 7, 12, 19, 15, 24, 19, 2, 4, 23, 8, 8, 15, 22, 7],
"ct" : [22, 5, 16, 1, 3, 23, 19, 14, 18, 18, 13, 12, 5, 24, 8, 9, 24, 13, 20, 2, 12],
"result" : "valid"
},
{
"tcId" : 1718,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "966abbf85a058a703c37afa2f0ee70d88271cfbdd780f98d",
"tweak" : "3409bef7dc1e87c7",
"msg" : [8, 11, 4, 6, 12, 8, 18, 1, 20, 15, 25, 0, 12, 23, 21, 6, 2, 10, 22, 1, 6],
"ct" : [1, 7, 25, 2, 2, 1, 12, 24, 11, 10, 19, 19, 11, 11, 24, 2, 10, 14, 5, 16, 5],
"result" : "valid"
},
{
"tcId" : 1719,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "966abbf85a058a703c37afa2f0ee70d88271cfbdd780f98d",
"tweak" : "3409bef7dc1e87c7",
"msg" : [2, 12, 6, 7, 7, 23, 10, 10, 24, 1, 5, 2, 24, 16, 5, 12, 5, 19, 20, 22, 13],
"ct" : [6, 15, 12, 21, 8, 5, 21, 3, 12, 4, 1, 16, 2, 18, 3, 7, 20, 11, 15, 12, 4],
"result" : "valid"
},
{
"tcId" : 1720,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "966abbf85a058a703c37afa2f0ee70d88271cfbdd780f98d",
"tweak" : "3409bef7dc1e87c7",
"msg" : [16, 12, 22, 18, 1, 10, 15, 19, 2, 9, 12, 17, 17, 6, 13, 2, 5, 1, 9, 9, 4],
"ct" : [7, 20, 15, 19, 25, 11, 14, 13, 1, 19, 1, 7, 1, 9, 8, 19, 2, 5, 24, 16, 6],
"result" : "valid"
},
{
"tcId" : 1721,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "966abbf85a058a703c37afa2f0ee70d88271cfbdd780f98d",
"tweak" : "3409bef7dc1e87c7",
"msg" : [2, 17, 3, 7, 12, 13, 21, 15, 10, 18, 4, 12, 15, 7, 3, 11, 24, 0, 25, 8, 17],
"ct" : [25, 22, 16, 20, 25, 19, 13, 14, 22, 7, 12, 22, 10, 18, 7, 6, 10, 7, 11, 3, 16],
"result" : "valid"
},
{
"tcId" : 1722,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "966abbf85a058a703c37afa2f0ee70d88271cfbdd780f98d",
"tweak" : "3409bef7dc1e87c7",
"msg" : [21, 12, 16, 23, 15, 20, 15, 4, 0, 22, 18, 21, 4, 25, 15, 15, 11, 10, 2, 3, 2],
"ct" : [6, 24, 4, 1, 5, 5, 10, 9, 4, 5, 22, 12, 12, 8, 22, 21, 5, 22, 1, 15, 7],
"result" : "valid"
},
{
"tcId" : 1723,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "966abbf85a058a703c37afa2f0ee70d88271cfbdd780f98d",
"tweak" : "3409bef7dc1e87c7",
"msg" : [4, 13, 6, 22, 19, 9, 6, 0, 10, 24, 3, 0, 6, 2, 25, 2, 11, 14, 20, 14, 4],
"ct" : [20, 23, 2, 9, 20, 8, 11, 8, 8, 24, 14, 25, 9, 23, 4, 23, 7, 6, 6, 8, 14],
"result" : "valid"
},
{
"tcId" : 1724,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "966abbf85a058a703c37afa2f0ee70d88271cfbdd780f98d",
"tweak" : "3409bef7dc1e87c7",
"msg" : [19, 8, 8, 21, 22, 15, 22, 8, 9, 5, 6, 14, 25, 20, 15, 17, 6, 11, 12, 4, 17],
"ct" : [3, 6, 3, 18, 5, 16, 4, 15, 5, 9, 13, 19, 21, 0, 1, 23, 25, 18, 4, 21, 3],
"result" : "valid"
},
{
"tcId" : 1725,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "966abbf85a058a703c37afa2f0ee70d88271cfbdd780f98d",
"tweak" : "3409bef7dc1e87c7",
"msg" : [24, 15, 19, 2, 14, 3, 22, 22, 12, 13, 19, 14, 23, 3, 16, 24, 21, 13, 3, 22, 8],
"ct" : [19, 12, 2, 11, 7, 11, 17, 4, 19, 1, 17, 10, 0, 17, 15, 21, 22, 22, 0, 24, 23],
"result" : "valid"
},
{
"tcId" : 1726,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "966abbf85a058a703c37afa2f0ee70d88271cfbdd780f98d",
"tweak" : "3409bef7dc1e87c7",
"msg" : [9, 23, 1, 1, 15, 2, 17, 7, 15, 7, 21, 0, 2, 20, 6, 8, 13, 3, 4, 15, 1],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 1727,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "966abbf85a058a703c37afa2f0ee70d88271cfbdd780f98d",
"tweak" : "3409bef7dc1e87c7",
"msg" : [17, 18, 15, 0, 25, 17, 14, 1, 7, 4, 2, 0, 18, 20, 11, 19, 10, 5, 11, 17, 3],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 1728,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "966abbf85a058a703c37afa2f0ee70d88271cfbdd780f98d",
"tweak" : "3409bef7dc1e87c7",
"msg" : [2, 20, 25, 25, 22, 0, 4, 12, 6, 9, 12, 23, 20, 5, 21, 19, 16, 24, 4, 11, 3],
"ct" : [25, 23, 24, 13, 7, 24, 23, 7, 12, 20, 15, 24, 19, 2, 4, 23, 8, 8, 15, 22, 8],
"result" : "valid"
},
{
"tcId" : 1729,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "966abbf85a058a703c37afa2f0ee70d88271cfbdd780f98d",
"tweak" : "3409bef7dc1e87c7",
"msg" : [16, 1, 23, 9, 12, 1, 17, 24, 3, 0, 13, 21, 25, 15, 2, 5, 24, 20, 17, 1, 16],
"ct" : [25, 23, 24, 13, 7, 24, 23, 7, 12, 19, 15, 24, 19, 2, 4, 23, 8, 8, 15, 22, 7],
"result" : "valid"
},
{
"tcId" : 1730,
"comment" : "y = 0 and (y + a) % radix**10 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "cdeaf0103b2bfc86a618371ae54d4333733c3b3eaad0dcb9",
"tweak" : "be9bc03dd697d1ff",
"msg" : [4, 15, 23, 1, 8, 0, 15, 18, 19, 19, 13, 10, 13, 4, 1, 7, 3, 16, 24, 23, 1],
"ct" : [4, 16, 5, 22, 11, 17, 14, 5, 25, 19, 22, 8, 17, 21, 15, 2, 15, 15, 18, 16, 21],
"result" : "valid"
},
{
"tcId" : 1731,
"comment" : "y = 0 and a = 1 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "cdeaf0103b2bfc86a618371ae54d4333733c3b3eaad0dcb9",
"tweak" : "be9bc03dd697d1ff",
"msg" : [0, 19, 21, 21, 9, 0, 5, 24, 21, 3, 13, 12, 16, 8, 15, 19, 7, 18, 8, 6, 6],
"ct" : [16, 18, 2, 6, 23, 24, 12, 21, 19, 6, 3, 19, 13, 15, 25, 16, 13, 14, 18, 21, 1],
"result" : "valid"
},
{
"tcId" : 1732,
"comment" : "y = 0 and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "cdeaf0103b2bfc86a618371ae54d4333733c3b3eaad0dcb9",
"tweak" : "be9bc03dd697d1ff",
"msg" : [25, 22, 2, 0, 12, 19, 8, 18, 17, 11, 1, 5, 6, 8, 17, 25, 14, 12, 24, 22, 15],
"ct" : [6, 4, 1, 6, 21, 13, 10, 16, 25, 11, 6, 13, 2, 21, 11, 20, 15, 16, 11, 1, 21],
"result" : "valid"
},
{
"tcId" : 1733,
"comment" : "y = 0 and (y + a) % radix**10 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "cdeaf0103b2bfc86a618371ae54d4333733c3b3eaad0dcb9",
"tweak" : "be9bc03dd697d1ff",
"msg" : [14, 7, 20, 24, 23, 14, 12, 21, 25, 6, 4, 15, 18, 3, 0, 11, 18, 14, 2, 15, 17],
"ct" : [0, 11, 14, 15, 17, 0, 13, 11, 12, 13, 12, 18, 3, 18, 18, 13, 17, 25, 24, 4, 15],
"result" : "valid"
},
{
"tcId" : 1734,
"comment" : "y = 1 and a = 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "cdeaf0103b2bfc86a618371ae54d4333733c3b3eaad0dcb9",
"tweak" : "31c2aacf8866cd3c",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 18, 12, 25, 17, 0, 13, 6, 20, 11, 5],
"ct" : [4, 0, 7, 16, 10, 13, 7, 10, 6, 21, 5, 22, 7, 10, 24, 24, 15, 15, 24, 2, 8],
"result" : "valid"
},
{
"tcId" : 1735,
"comment" : "y = 1 and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "cdeaf0103b2bfc86a618371ae54d4333733c3b3eaad0dcb9",
"tweak" : "31c2aacf8866cd3c",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 15, 18, 12, 25, 17, 0, 13, 6, 20, 11, 5],
"ct" : [7, 8, 22, 12, 5, 13, 14, 7, 5, 13, 24, 10, 0, 19, 16, 24, 25, 2, 15, 2, 8],
"result" : "valid"
},
{
"tcId" : 1736,
"comment" : "y = 1 and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "cdeaf0103b2bfc86a618371ae54d4333733c3b3eaad0dcb9",
"tweak" : "31c2aacf8866cd3c",
"msg" : [25, 23, 24, 13, 7, 24, 23, 7, 12, 20, 15, 18, 12, 25, 17, 0, 13, 6, 20, 11, 5],
"ct" : [23, 22, 6, 22, 22, 7, 6, 5, 17, 16, 24, 13, 7, 17, 21, 8, 16, 25, 2, 16, 19],
"result" : "valid"
},
{
"tcId" : 1737,
"comment" : "y = 1 and (y + a) % radix**10 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "cdeaf0103b2bfc86a618371ae54d4333733c3b3eaad0dcb9",
"tweak" : "31c2aacf8866cd3c",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 24, 15, 18, 12, 25, 17, 0, 13, 6, 20, 11, 5],
"ct" : [8, 3, 11, 4, 20, 15, 15, 20, 17, 20, 12, 24, 17, 14, 13, 23, 18, 16, 23, 5, 17],
"result" : "valid"
},
{
"tcId" : 1738,
"comment" : "y = 1 and (y + a) % radix**10 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "cdeaf0103b2bfc86a618371ae54d4333733c3b3eaad0dcb9",
"tweak" : "31c2aacf8866cd3c",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 15, 18, 12, 25, 17, 0, 13, 6, 20, 11, 5],
"ct" : [22, 12, 21, 0, 14, 3, 3, 13, 10, 22, 22, 12, 6, 6, 10, 18, 22, 16, 6, 12, 16],
"result" : "valid"
},
{
"tcId" : 1739,
"comment" : "y is maximal and a = 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "cdeaf0103b2bfc86a618371ae54d4333733c3b3eaad0dcb9",
"tweak" : "370d714717f0ced8",
"msg" : [11, 6, 9, 12, 0, 24, 15, 6, 24, 2, 21, 16, 11, 7, 19, 22, 8, 1, 25, 16, 22],
"ct" : [10, 10, 0, 13, 1, 25, 1, 13, 15, 8, 9, 21, 7, 7, 19, 5, 24, 6, 14, 21, 22],
"result" : "valid"
},
{
"tcId" : 1740,
"comment" : "y is maximal and a = 1 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "cdeaf0103b2bfc86a618371ae54d4333733c3b3eaad0dcb9",
"tweak" : "370d714717f0ced8",
"msg" : [21, 3, 14, 7, 19, 24, 4, 17, 2, 10, 8, 18, 17, 17, 21, 22, 17, 5, 13, 9, 1],
"ct" : [18, 1, 24, 9, 23, 7, 0, 16, 19, 23, 23, 24, 0, 0, 8, 21, 19, 21, 2, 0, 7],
"result" : "valid"
},
{
"tcId" : 1741,
"comment" : "y is maximal and (y + a) % radix**10 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "cdeaf0103b2bfc86a618371ae54d4333733c3b3eaad0dcb9",
"tweak" : "370d714717f0ced8",
"msg" : [6, 9, 23, 17, 10, 25, 2, 9, 15, 4, 24, 16, 15, 5, 13, 5, 8, 4, 7, 0, 18],
"ct" : [0, 3, 6, 14, 16, 17, 16, 16, 15, 11, 3, 23, 12, 2, 22, 17, 10, 13, 11, 14, 2],
"result" : "valid"
},
{
"tcId" : 1742,
"comment" : "y is maximal and (y + a) % radix**10 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "cdeaf0103b2bfc86a618371ae54d4333733c3b3eaad0dcb9",
"tweak" : "370d714717f0ced8",
"msg" : [18, 6, 13, 1, 3, 0, 0, 4, 19, 6, 25, 14, 17, 5, 0, 25, 8, 8, 14, 5, 8],
"ct" : [15, 14, 6, 20, 24, 6, 21, 17, 10, 1, 13, 18, 9, 8, 19, 5, 11, 18, 9, 1, 15],
"result" : "valid"
},
{
"tcId" : 1743,
"comment" : "y is maximal and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "cdeaf0103b2bfc86a618371ae54d4333733c3b3eaad0dcb9",
"tweak" : "370d714717f0ced8",
"msg" : [5, 13, 4, 23, 2, 14, 6, 25, 23, 6, 8, 0, 13, 3, 18, 2, 13, 25, 16, 14, 1],
"ct" : [17, 25, 13, 3, 21, 10, 2, 9, 25, 3, 16, 4, 5, 25, 17, 14, 17, 7, 18, 19, 13],
"result" : "valid"
},
{
"tcId" : 1744,
"comment" : "y is maximal and a is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "cdeaf0103b2bfc86a618371ae54d4333733c3b3eaad0dcb9",
"tweak" : "370d714717f0ced8",
"msg" : [15, 23, 6, 23, 20, 1, 0, 11, 16, 21, 20, 1, 20, 16, 4, 13, 20, 5, 17, 25, 4],
"ct" : [5, 24, 15, 9, 24, 15, 18, 10, 19, 11, 5, 0, 19, 20, 17, 24, 23, 25, 19, 16, 1],
"result" : "valid"
},
{
"tcId" : 1745,
"comment" : "y is edge case for modular reduction and a = 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "cdeaf0103b2bfc86a618371ae54d4333733c3b3eaad0dcb9",
"tweak" : "cbde8063fe72a391",
"msg" : [6, 8, 12, 4, 18, 1, 5, 21, 2, 17, 1, 7, 21, 6, 20, 24, 20, 14, 6, 6, 0],
"ct" : [11, 2, 3, 10, 14, 11, 6, 16, 16, 24, 19, 0, 23, 2, 9, 3, 9, 4, 19, 15, 12],
"result" : "valid"
},
{
"tcId" : 1746,
"comment" : "y is edge case for modular reduction and a = 1 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "cdeaf0103b2bfc86a618371ae54d4333733c3b3eaad0dcb9",
"tweak" : "cbde8063fe72a391",
"msg" : [18, 11, 22, 13, 17, 4, 11, 23, 22, 13, 15, 2, 18, 9, 17, 11, 4, 7, 11, 2, 1],
"ct" : [25, 7, 6, 23, 24, 23, 0, 14, 20, 9, 9, 10, 3, 22, 17, 0, 10, 25, 15, 5, 2],
"result" : "valid"
},
{
"tcId" : 1747,
"comment" : "y is edge case for modular reduction and (y + a) % radix**10 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "cdeaf0103b2bfc86a618371ae54d4333733c3b3eaad0dcb9",
"tweak" : "cbde8063fe72a391",
"msg" : [10, 2, 25, 11, 19, 6, 24, 25, 6, 0, 22, 17, 20, 24, 23, 14, 0, 18, 24, 11, 15],
"ct" : [2, 14, 13, 9, 5, 3, 22, 25, 16, 4, 3, 6, 15, 14, 18, 18, 1, 7, 21, 24, 4],
"result" : "valid"
},
{
"tcId" : 1748,
"comment" : "y is edge case for modular reduction and (y + a) % radix**10 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "cdeaf0103b2bfc86a618371ae54d4333733c3b3eaad0dcb9",
"tweak" : "cbde8063fe72a391",
"msg" : [11, 23, 23, 1, 2, 5, 20, 3, 14, 24, 5, 19, 9, 21, 24, 15, 21, 18, 8, 25, 6],
"ct" : [18, 23, 6, 14, 2, 9, 19, 14, 13, 15, 0, 13, 21, 16, 17, 5, 13, 18, 15, 14, 2],
"result" : "valid"
},
{
"tcId" : 1749,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "cdeaf0103b2bfc86a618371ae54d4333733c3b3eaad0dcb9",
"tweak" : "cbde8063fe72a391",
"msg" : [24, 19, 23, 9, 16, 21, 17, 10, 11, 3, 4, 5, 17, 18, 4, 6, 10, 4, 12, 6, 16],
"ct" : [15, 19, 14, 11, 23, 25, 20, 15, 19, 3, 23, 3, 25, 6, 0, 8, 0, 12, 20, 20, 14],
"result" : "valid"
},
{
"tcId" : 1750,
"comment" : "y is edge case for modular reduction and a is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "cdeaf0103b2bfc86a618371ae54d4333733c3b3eaad0dcb9",
"tweak" : "cbde8063fe72a391",
"msg" : [11, 17, 3, 17, 25, 8, 21, 11, 7, 20, 18, 3, 0, 25, 12, 10, 3, 16, 12, 18, 3],
"ct" : [0, 16, 23, 25, 21, 2, 4, 2, 13, 23, 3, 17, 24, 7, 25, 7, 10, 14, 7, 12, 11],
"result" : "valid"
},
{
"tcId" : 1751,
"comment" : "y is maximal after modular reduction and (y + a) % radix**10 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "cdeaf0103b2bfc86a618371ae54d4333733c3b3eaad0dcb9",
"tweak" : "926feed3fbfb1474",
"msg" : [19, 17, 1, 0, 6, 12, 19, 0, 11, 16, 5, 17, 24, 11, 0, 23, 23, 20, 11, 17, 17],
"ct" : [23, 21, 25, 6, 14, 4, 16, 4, 4, 19, 25, 0, 8, 9, 6, 15, 19, 10, 15, 14, 7],
"result" : "valid"
},
{
"tcId" : 1752,
"comment" : "y is maximal after modular reduction and (y + a) % radix**10 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "cdeaf0103b2bfc86a618371ae54d4333733c3b3eaad0dcb9",
"tweak" : "926feed3fbfb1474",
"msg" : [0, 19, 17, 13, 10, 19, 7, 6, 1, 23, 6, 0, 4, 8, 16, 3, 6, 13, 7, 19, 15],
"ct" : [2, 17, 3, 7, 7, 23, 17, 2, 5, 8, 18, 11, 24, 12, 20, 20, 2, 0, 21, 22, 14],
"result" : "valid"
},
{
"tcId" : 1753,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "cdeaf0103b2bfc86a618371ae54d4333733c3b3eaad0dcb9",
"tweak" : "926feed3fbfb1474",
"msg" : [17, 0, 11, 13, 3, 14, 8, 1, 11, 16, 23, 18, 2, 20, 22, 13, 5, 22, 12, 13, 23],
"ct" : [2, 22, 8, 22, 23, 6, 23, 22, 8, 8, 10, 0, 2, 17, 21, 2, 12, 9, 4, 3, 3],
"result" : "valid"
},
{
"tcId" : 1754,
"comment" : "y is maximal after modular reduction and a is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "cdeaf0103b2bfc86a618371ae54d4333733c3b3eaad0dcb9",
"tweak" : "926feed3fbfb1474",
"msg" : [17, 12, 5, 18, 8, 15, 17, 3, 14, 4, 22, 5, 11, 3, 5, 17, 1, 11, 0, 16, 24],
"ct" : [12, 17, 4, 7, 19, 22, 16, 9, 4, 20, 11, 17, 6, 16, 2, 20, 9, 1, 12, 0, 5],
"result" : "valid"
},
{
"tcId" : 1755,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "33fc3d1cc2a9c7796bf235301792ecc33d9c0d2a1be00101",
"tweak" : "08ab087236e7ba87",
"msg" : [-1, 7, 0, 12, 18, 8, 1, 7, 7, 2, 22, 25, 22, 17, 12, 8, 20, 23, 6, 25, 12],
"ct" : [21, 2, 11, 23, 11, 18, 10, 18, 14, 5, 4, 0, 8, 16, 11, 20, 6, 4, 9, 18, 24],
"result" : "invalid"
},
{
"tcId" : 1756,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "33fc3d1cc2a9c7796bf235301792ecc33d9c0d2a1be00101",
"tweak" : "08ab087236e7ba87",
"msg" : [25, 7, 0, 12, 18, 8, 1, -1, 7, 2, 22, 25, 22, 17, 12, 8, 20, 23, 6, 25, 12],
"ct" : [10, 6, 19, 19, 11, 12, 9, 23, 2, 18, 2, 9, 5, 2, 8, 20, 19, 10, 1, 19, 2],
"result" : "invalid"
},
{
"tcId" : 1757,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "33fc3d1cc2a9c7796bf235301792ecc33d9c0d2a1be00101",
"tweak" : "08ab087236e7ba87",
"msg" : [25, 7, 0, 12, 18, 8, 1, 7, 7, 2, 22, 25, 22, 17, 12, 8, 20, 23, 6, 25, -1],
"ct" : [10, 11, 6, 11, 8, 16, 7, 24, 19, 8, 3, 20, 4, 7, 22, 25, 4, 7, 25, 7, 13],
"result" : "invalid"
},
{
"tcId" : 1758,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "8d1b4a927005e682fc71bc9f9c8b1312109c9e7290954bd0",
"tweak" : "5207935453bc991c",
"msg" : [26, 25, 13, 21, 16, 14, 23, 22, 13, 4, 16, 8, 5, 11, 0, 4, 9, 2, 6, 18, 24],
"ct" : [20, 18, 21, 14, 19, 7, 0, 9, 18, 15, 8, 21, 14, 24, 19, 10, 24, 22, 4, 25, 7],
"result" : "invalid"
},
{
"tcId" : 1759,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "8d1b4a927005e682fc71bc9f9c8b1312109c9e7290954bd0",
"tweak" : "5207935453bc991c",
"msg" : [7, 25, 13, 21, 16, 14, 23, 26, 13, 4, 16, 8, 5, 11, 0, 4, 9, 2, 6, 18, 24],
"ct" : [12, 6, 25, 16, 0, 10, 3, 25, 21, 1, 5, 2, 4, 6, 8, 24, 15, 16, 14, 9, 12],
"result" : "invalid"
},
{
"tcId" : 1760,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "8d1b4a927005e682fc71bc9f9c8b1312109c9e7290954bd0",
"tweak" : "5207935453bc991c",
"msg" : [7, 25, 13, 21, 16, 14, 23, 22, 13, 4, 16, 8, 5, 11, 0, 4, 9, 2, 6, 18, 26],
"ct" : [10, 8, 12, 13, 21, 17, 12, 9, 15, 21, 10, 1, 5, 6, 3, 9, 6, 8, 15, 7, 20],
"result" : "invalid"
}
]
},
{
"keySize" : 192,
"msgSize" : 22,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 1761,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "00bdb5e8b811c9617b0c07c9ed50b6d067ac817cbe06e44a",
"tweak" : "d92d8fd1572665ab",
"msg" : [12, 7, 10, 20, 22, 22, 16, 21, 5, 17, 8, 25, 5, 15, 10, 1, 4, 22, 9, 25, 0, 20],
"ct" : [14, 9, 18, 13, 1, 18, 16, 0, 4, 16, 1, 22, 13, 22, 16, 21, 15, 25, 15, 23, 5, 17],
"result" : "valid"
},
{
"tcId" : 1762,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "6a3e6a8267499a2c2af35f54274f92e2b45625f9b3df2ebd",
"tweak" : "ff8b7e8bbc7220f5",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [1, 13, 14, 6, 15, 6, 10, 12, 16, 25, 14, 22, 1, 6, 12, 6, 14, 5, 8, 19, 0, 6],
"result" : "valid"
},
{
"tcId" : 1763,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "6a3e6a8267499a2c2af35f54274f92e2b45625f9b3df2ebd",
"tweak" : "ff8b7e8bbc7220f5",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"ct" : [16, 7, 1, 2, 0, 7, 16, 7, 8, 22, 11, 25, 9, 19, 2, 8, 5, 22, 5, 25, 9, 7],
"result" : "valid"
},
{
"tcId" : 1764,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "6a3e6a8267499a2c2af35f54274f92e2b45625f9b3df2ebd",
"tweak" : "ff8b7e8bbc7220f5",
"msg" : [15, 24, 19, 2, 4, 23, 8, 8, 15, 22, 8, 15, 24, 19, 2, 4, 23, 8, 8, 15, 22, 8],
"ct" : [24, 25, 10, 7, 7, 17, 7, 7, 6, 1, 9, 18, 22, 12, 10, 18, 16, 22, 5, 6, 4, 8],
"result" : "valid"
},
{
"tcId" : 1765,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "6a3e6a8267499a2c2af35f54274f92e2b45625f9b3df2ebd",
"tweak" : "ff8b7e8bbc7220f5",
"msg" : [15, 24, 19, 2, 4, 23, 8, 8, 15, 22, 7, 15, 24, 19, 2, 4, 23, 8, 8, 15, 22, 7],
"ct" : [18, 22, 20, 1, 22, 18, 16, 2, 2, 15, 1, 1, 10, 0, 24, 9, 21, 7, 9, 24, 16, 13],
"result" : "valid"
},
{
"tcId" : 1766,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "6a3e6a8267499a2c2af35f54274f92e2b45625f9b3df2ebd",
"tweak" : "ff8b7e8bbc7220f5",
"msg" : [23, 20, 12, 10, 14, 12, 16, 17, 2, 24, 15, 1, 24, 0, 21, 11, 0, 3, 13, 13, 1, 21],
"ct" : [22, 18, 11, 11, 15, 2, 6, 25, 3, 22, 0, 20, 17, 5, 12, 6, 16, 18, 24, 15, 17, 1],
"result" : "valid"
},
{
"tcId" : 1767,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "6a3e6a8267499a2c2af35f54274f92e2b45625f9b3df2ebd",
"tweak" : "ff8b7e8bbc7220f5",
"msg" : [24, 2, 6, 19, 4, 8, 0, 0, 23, 16, 22, 0, 13, 0, 13, 23, 5, 16, 11, 20, 22, 20],
"ct" : [12, 20, 9, 23, 18, 2, 11, 7, 11, 5, 17, 22, 20, 12, 1, 9, 0, 24, 20, 7, 6, 1],
"result" : "valid"
},
{
"tcId" : 1768,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "6a3e6a8267499a2c2af35f54274f92e2b45625f9b3df2ebd",
"tweak" : "ff8b7e8bbc7220f5",
"msg" : [15, 13, 0, 9, 14, 4, 9, 24, 12, 9, 17, 6, 22, 9, 22, 23, 8, 18, 25, 11, 13, 15],
"ct" : [17, 18, 14, 19, 1, 3, 3, 4, 18, 23, 24, 9, 9, 23, 22, 3, 24, 2, 19, 20, 18, 24],
"result" : "valid"
},
{
"tcId" : 1769,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "6a3e6a8267499a2c2af35f54274f92e2b45625f9b3df2ebd",
"tweak" : "ff8b7e8bbc7220f5",
"msg" : [0, 1, 25, 6, 19, 0, 0, 5, 21, 7, 13, 14, 9, 12, 6, 10, 17, 9, 14, 21, 4, 5],
"ct" : [14, 3, 24, 15, 1, 11, 2, 5, 20, 11, 20, 10, 4, 20, 9, 2, 16, 3, 23, 12, 16, 15],
"result" : "valid"
},
{
"tcId" : 1770,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "6a3e6a8267499a2c2af35f54274f92e2b45625f9b3df2ebd",
"tweak" : "ff8b7e8bbc7220f5",
"msg" : [10, 24, 0, 14, 5, 10, 18, 16, 5, 9, 25, 6, 12, 20, 20, 14, 19, 9, 11, 24, 23, 4],
"ct" : [13, 17, 19, 4, 17, 11, 21, 16, 14, 18, 17, 12, 21, 17, 21, 3, 17, 24, 16, 7, 3, 16],
"result" : "valid"
},
{
"tcId" : 1771,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "6a3e6a8267499a2c2af35f54274f92e2b45625f9b3df2ebd",
"tweak" : "ff8b7e8bbc7220f5",
"msg" : [16, 7, 21, 8, 13, 7, 6, 5, 3, 5, 11, 19, 18, 21, 16, 3, 23, 9, 13, 18, 20, 14],
"ct" : [4, 11, 3, 16, 10, 12, 19, 3, 18, 20, 10, 3, 18, 23, 4, 7, 1, 15, 25, 25, 17, 1],
"result" : "valid"
},
{
"tcId" : 1772,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "6a3e6a8267499a2c2af35f54274f92e2b45625f9b3df2ebd",
"tweak" : "ff8b7e8bbc7220f5",
"msg" : [15, 6, 11, 18, 10, 6, 5, 7, 12, 9, 6, 21, 12, 5, 13, 18, 7, 25, 20, 15, 18, 17],
"ct" : [4, 15, 15, 5, 11, 0, 25, 0, 3, 23, 22, 15, 24, 3, 2, 4, 17, 2, 25, 10, 22, 5],
"result" : "valid"
},
{
"tcId" : 1773,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "6a3e6a8267499a2c2af35f54274f92e2b45625f9b3df2ebd",
"tweak" : "ff8b7e8bbc7220f5",
"msg" : [14, 3, 7, 4, 16, 21, 7, 9, 1, 5, 20, 9, 15, 6, 21, 20, 12, 15, 25, 9, 18, 6],
"ct" : [19, 24, 0, 3, 9, 19, 22, 16, 3, 1, 19, 20, 0, 6, 10, 1, 18, 22, 17, 19, 14, 2],
"result" : "valid"
},
{
"tcId" : 1774,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "6a3e6a8267499a2c2af35f54274f92e2b45625f9b3df2ebd",
"tweak" : "ff8b7e8bbc7220f5",
"msg" : [7, 12, 6, 4, 9, 1, 18, 4, 5, 18, 15, 8, 22, 12, 9, 2, 13, 8, 21, 10, 18, 22],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 1775,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "6a3e6a8267499a2c2af35f54274f92e2b45625f9b3df2ebd",
"tweak" : "ff8b7e8bbc7220f5",
"msg" : [11, 18, 20, 16, 7, 1, 7, 12, 25, 23, 24, 1, 6, 11, 7, 15, 4, 6, 10, 4, 24, 22],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 1776,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "6a3e6a8267499a2c2af35f54274f92e2b45625f9b3df2ebd",
"tweak" : "ff8b7e8bbc7220f5",
"msg" : [21, 18, 10, 22, 20, 16, 1, 13, 19, 11, 3, 10, 8, 21, 10, 18, 19, 15, 10, 18, 16, 18],
"ct" : [15, 24, 19, 2, 4, 23, 8, 8, 15, 22, 8, 15, 24, 19, 2, 4, 23, 8, 8, 15, 22, 8],
"result" : "valid"
},
{
"tcId" : 1777,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "6a3e6a8267499a2c2af35f54274f92e2b45625f9b3df2ebd",
"tweak" : "ff8b7e8bbc7220f5",
"msg" : [14, 21, 19, 9, 21, 14, 10, 15, 21, 20, 11, 6, 6, 19, 19, 15, 6, 23, 18, 20, 20, 18],
"ct" : [15, 24, 19, 2, 4, 23, 8, 8, 15, 22, 7, 15, 24, 19, 2, 4, 23, 8, 8, 15, 22, 7],
"result" : "valid"
},
{
"tcId" : 1778,
"comment" : "y = 0 and (y + a) % radix**11 == 0 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "b5e271373caf4cfad1db047248c28c00dd877b8279980310",
"tweak" : "4a71bd619a339937",
"msg" : [5, 14, 9, 25, 23, 5, 14, 23, 12, 19, 11, 1, 11, 23, 2, 13, 11, 25, 13, 4, 21, 14],
"ct" : [23, 15, 24, 3, 7, 7, 0, 18, 16, 5, 2, 17, 4, 25, 19, 7, 3, 21, 7, 15, 7, 10],
"result" : "valid"
},
{
"tcId" : 1779,
"comment" : "y = 0 and a = 1 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "b5e271373caf4cfad1db047248c28c00dd877b8279980310",
"tweak" : "4a71bd619a339937",
"msg" : [12, 22, 12, 4, 17, 18, 7, 12, 23, 4, 23, 24, 8, 20, 22, 19, 0, 22, 11, 20, 9, 23],
"ct" : [17, 7, 7, 17, 4, 25, 21, 15, 23, 18, 2, 23, 8, 10, 0, 25, 19, 2, 24, 13, 9, 9],
"result" : "valid"
},
{
"tcId" : 1780,
"comment" : "y = 0 and a has large Hamming weight in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "b5e271373caf4cfad1db047248c28c00dd877b8279980310",
"tweak" : "4a71bd619a339937",
"msg" : [12, 22, 1, 0, 13, 14, 5, 12, 1, 20, 24, 13, 9, 19, 23, 9, 12, 18, 1, 6, 12, 12],
"ct" : [12, 9, 22, 2, 21, 14, 19, 14, 23, 25, 17, 0, 23, 20, 12, 24, 5, 2, 23, 6, 12, 19],
"result" : "valid"
},
{
"tcId" : 1781,
"comment" : "y = 0 and (y + a) % radix**11 is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "b5e271373caf4cfad1db047248c28c00dd877b8279980310",
"tweak" : "4a71bd619a339937",
"msg" : [25, 4, 7, 7, 15, 15, 9, 25, 14, 24, 11, 10, 3, 7, 18, 23, 10, 16, 18, 1, 5, 11],
"ct" : [23, 4, 13, 25, 1, 4, 18, 13, 24, 12, 15, 7, 6, 1, 15, 25, 8, 2, 17, 22, 17, 23],
"result" : "valid"
},
{
"tcId" : 1782,
"comment" : "y = 1 and a = 0 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "b5e271373caf4cfad1db047248c28c00dd877b8279980310",
"tweak" : "718bccb04d27a722",
"msg" : [17, 1, 4, 19, 4, 17, 21, 19, 21, 10, 10, 14, 0, 7, 22, 14, 9, 9, 22, 20, 17, 15],
"ct" : [17, 25, 21, 8, 11, 24, 4, 18, 6, 14, 2, 18, 11, 23, 24, 9, 16, 2, 4, 1, 24, 17],
"result" : "valid"
},
{
"tcId" : 1783,
"comment" : "y = 1 and a = 1 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "b5e271373caf4cfad1db047248c28c00dd877b8279980310",
"tweak" : "718bccb04d27a722",
"msg" : [16, 4, 0, 5, 12, 23, 4, 5, 22, 8, 2, 12, 16, 24, 20, 6, 2, 5, 0, 15, 4, 0],
"ct" : [5, 25, 12, 22, 9, 13, 3, 14, 5, 15, 13, 4, 24, 4, 22, 0, 11, 5, 25, 21, 16, 24],
"result" : "valid"
},
{
"tcId" : 1784,
"comment" : "y = 1 and a has large Hamming weight in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "b5e271373caf4cfad1db047248c28c00dd877b8279980310",
"tweak" : "718bccb04d27a722",
"msg" : [18, 2, 5, 5, 21, 11, 10, 6, 18, 25, 15, 3, 13, 14, 6, 24, 2, 1, 0, 1, 14, 18],
"ct" : [9, 14, 23, 8, 17, 19, 19, 13, 1, 20, 11, 24, 12, 25, 14, 3, 3, 8, 12, 13, 13, 12],
"result" : "valid"
},
{
"tcId" : 1785,
"comment" : "y = 1 and (y + a) % radix**11 is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "b5e271373caf4cfad1db047248c28c00dd877b8279980310",
"tweak" : "718bccb04d27a722",
"msg" : [2, 1, 24, 3, 6, 5, 19, 9, 15, 4, 22, 11, 2, 4, 5, 11, 3, 14, 10, 19, 2, 8],
"ct" : [25, 17, 2, 5, 14, 25, 2, 2, 19, 24, 7, 5, 8, 1, 18, 3, 2, 10, 12, 18, 7, 2],
"result" : "valid"
},
{
"tcId" : 1786,
"comment" : "y = 1 and (y + a) % radix**11 == 0 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "b5e271373caf4cfad1db047248c28c00dd877b8279980310",
"tweak" : "718bccb04d27a722",
"msg" : [19, 6, 19, 24, 8, 12, 9, 6, 19, 11, 22, 11, 11, 21, 9, 6, 8, 25, 14, 12, 23, 5],
"ct" : [12, 9, 5, 5, 5, 20, 0, 4, 18, 10, 11, 12, 14, 5, 24, 25, 7, 10, 7, 1, 3, 5],
"result" : "valid"
},
{
"tcId" : 1787,
"comment" : "y is maximal and a = 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b5e271373caf4cfad1db047248c28c00dd877b8279980310",
"tweak" : "eeeb9529f5ef18ae",
"msg" : [0, 17, 24, 10, 17, 7, 1, 5, 10, 21, 1, 4, 20, 3, 22, 4, 15, 9, 2, 2, 17, 20],
"ct" : [14, 10, 21, 8, 0, 4, 4, 2, 22, 2, 17, 4, 22, 12, 13, 9, 1, 23, 11, 23, 5, 0],
"result" : "valid"
},
{
"tcId" : 1788,
"comment" : "y is maximal and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b5e271373caf4cfad1db047248c28c00dd877b8279980310",
"tweak" : "eeeb9529f5ef18ae",
"msg" : [16, 8, 1, 11, 25, 3, 16, 22, 18, 17, 8, 14, 21, 25, 19, 17, 19, 10, 2, 25, 10, 13],
"ct" : [10, 11, 17, 14, 8, 18, 10, 7, 23, 13, 9, 3, 20, 1, 5, 0, 3, 0, 22, 7, 7, 12],
"result" : "valid"
},
{
"tcId" : 1789,
"comment" : "y is maximal and (y + a) % radix**11 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b5e271373caf4cfad1db047248c28c00dd877b8279980310",
"tweak" : "eeeb9529f5ef18ae",
"msg" : [0, 24, 11, 14, 15, 25, 13, 1, 24, 22, 17, 4, 25, 21, 13, 2, 22, 0, 16, 9, 5, 6],
"ct" : [9, 17, 14, 14, 11, 13, 24, 13, 12, 4, 2, 13, 7, 10, 12, 8, 5, 15, 18, 4, 4, 5],
"result" : "valid"
},
{
"tcId" : 1790,
"comment" : "y is maximal and (y + a) % radix**11 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b5e271373caf4cfad1db047248c28c00dd877b8279980310",
"tweak" : "eeeb9529f5ef18ae",
"msg" : [5, 2, 25, 16, 7, 1, 24, 5, 14, 9, 0, 15, 9, 17, 2, 15, 20, 21, 2, 2, 18, 16],
"ct" : [2, 15, 0, 1, 24, 15, 10, 11, 15, 25, 12, 3, 20, 24, 10, 7, 24, 15, 23, 15, 9, 11],
"result" : "valid"
},
{
"tcId" : 1791,
"comment" : "y is maximal and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b5e271373caf4cfad1db047248c28c00dd877b8279980310",
"tweak" : "eeeb9529f5ef18ae",
"msg" : [15, 2, 24, 25, 4, 21, 2, 22, 0, 22, 23, 6, 8, 17, 3, 13, 13, 22, 11, 14, 17, 23],
"ct" : [8, 13, 21, 8, 19, 15, 22, 11, 4, 22, 18, 10, 5, 19, 14, 6, 1, 20, 16, 20, 6, 8],
"result" : "valid"
},
{
"tcId" : 1792,
"comment" : "y is maximal and a is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b5e271373caf4cfad1db047248c28c00dd877b8279980310",
"tweak" : "eeeb9529f5ef18ae",
"msg" : [18, 22, 19, 18, 9, 6, 13, 3, 3, 11, 6, 14, 10, 12, 10, 3, 18, 14, 16, 24, 21, 7],
"ct" : [19, 1, 13, 18, 7, 3, 7, 24, 16, 19, 8, 16, 22, 22, 25, 14, 22, 14, 20, 15, 0, 13],
"result" : "valid"
},
{
"tcId" : 1793,
"comment" : "y is edge case for modular reduction and a = 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "b5e271373caf4cfad1db047248c28c00dd877b8279980310",
"tweak" : "e5636d881adee121",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23, 18, 8, 15, 21, 0, 8, 22, 13, 20, 7],
"ct" : [10, 15, 8, 7, 17, 9, 19, 1, 7, 3, 16, 12, 10, 25, 5, 25, 14, 15, 9, 23, 21, 16],
"result" : "valid"
},
{
"tcId" : 1794,
"comment" : "y is edge case for modular reduction and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "b5e271373caf4cfad1db047248c28c00dd877b8279980310",
"tweak" : "e5636d881adee121",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 23, 18, 8, 15, 21, 0, 8, 22, 13, 20, 7],
"ct" : [8, 23, 6, 16, 0, 14, 5, 12, 24, 16, 15, 25, 19, 4, 3, 13, 0, 18, 19, 11, 0, 13],
"result" : "valid"
},
{
"tcId" : 1795,
"comment" : "y is edge case for modular reduction and (y + a) % radix**11 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "b5e271373caf4cfad1db047248c28c00dd877b8279980310",
"tweak" : "e5636d881adee121",
"msg" : [12, 0, 17, 23, 19, 7, 7, 25, 21, 20, 25, 23, 18, 8, 15, 21, 0, 8, 22, 13, 20, 7],
"ct" : [2, 18, 24, 18, 12, 12, 13, 21, 17, 7, 19, 12, 3, 5, 15, 16, 4, 21, 22, 17, 22, 1],
"result" : "valid"
},
{
"tcId" : 1796,
"comment" : "y is edge case for modular reduction and (y + a) % radix**11 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "b5e271373caf4cfad1db047248c28c00dd877b8279980310",
"tweak" : "e5636d881adee121",
"msg" : [12, 0, 17, 23, 19, 7, 7, 25, 21, 21, 0, 23, 18, 8, 15, 21, 0, 8, 22, 13, 20, 7],
"ct" : [20, 23, 21, 20, 25, 3, 12, 25, 23, 16, 7, 1, 10, 13, 16, 4, 16, 7, 2, 25, 0, 6],
"result" : "valid"
},
{
"tcId" : 1797,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "b5e271373caf4cfad1db047248c28c00dd877b8279980310",
"tweak" : "e5636d881adee121",
"msg" : [15, 24, 19, 2, 4, 23, 8, 8, 15, 22, 8, 23, 18, 8, 15, 21, 0, 8, 22, 13, 20, 7],
"ct" : [6, 2, 10, 2, 22, 4, 21, 14, 8, 4, 13, 13, 4, 3, 1, 21, 16, 4, 13, 19, 21, 25],
"result" : "valid"
},
{
"tcId" : 1798,
"comment" : "y is edge case for modular reduction and a is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "b5e271373caf4cfad1db047248c28c00dd877b8279980310",
"tweak" : "e5636d881adee121",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 23, 18, 8, 15, 21, 0, 8, 22, 13, 20, 7],
"ct" : [14, 21, 23, 20, 11, 7, 25, 14, 22, 23, 23, 25, 9, 17, 20, 25, 1, 13, 25, 25, 11, 14],
"result" : "valid"
},
{
"tcId" : 1799,
"comment" : "y is maximal after modular reduction and (y + a) % radix**11 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "b5e271373caf4cfad1db047248c28c00dd877b8279980310",
"tweak" : "1e96878d6dbf2c30",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 23, 25, 7, 2, 2, 16, 0, 22, 17],
"ct" : [3, 8, 9, 5, 2, 16, 24, 21, 2, 22, 14, 20, 9, 2, 25, 19, 23, 18, 0, 25, 18, 4],
"result" : "valid"
},
{
"tcId" : 1800,
"comment" : "y is maximal after modular reduction and (y + a) % radix**11 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "b5e271373caf4cfad1db047248c28c00dd877b8279980310",
"tweak" : "1e96878d6dbf2c30",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 14, 23, 25, 7, 2, 2, 16, 0, 22, 17],
"ct" : [15, 13, 7, 22, 14, 7, 6, 21, 19, 9, 11, 22, 16, 20, 24, 25, 21, 11, 21, 20, 12, 9],
"result" : "valid"
},
{
"tcId" : 1801,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "b5e271373caf4cfad1db047248c28c00dd877b8279980310",
"tweak" : "1e96878d6dbf2c30",
"msg" : [15, 24, 19, 2, 4, 23, 8, 8, 15, 22, 8, 0, 14, 23, 25, 7, 2, 2, 16, 0, 22, 17],
"ct" : [22, 6, 9, 15, 1, 21, 17, 14, 3, 24, 5, 14, 8, 16, 18, 4, 12, 8, 14, 5, 1, 5],
"result" : "valid"
},
{
"tcId" : 1802,
"comment" : "y is maximal after modular reduction and a is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "b5e271373caf4cfad1db047248c28c00dd877b8279980310",
"tweak" : "1e96878d6dbf2c30",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 0, 14, 23, 25, 7, 2, 2, 16, 0, 22, 17],
"ct" : [5, 17, 20, 23, 0, 17, 23, 19, 20, 23, 15, 21, 5, 20, 9, 15, 11, 8, 2, 15, 1, 23],
"result" : "valid"
},
{
"tcId" : 1803,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "c0368c9d6e841c60a9b9b8aa0477341aad026303200de7f8",
"tweak" : "514738c10c8d12ff",
"msg" : [-1, 7, 1, 5, 25, 10, 7, 12, 12, 3, 6, 23, 2, 6, 2, 6, 2, 11, 6, 9, 21, 23],
"ct" : [9, 21, 20, 4, 18, 4, 12, 3, 5, 3, 9, 14, 14, 10, 14, 23, 18, 21, 23, 4, 25, 3],
"result" : "invalid"
},
{
"tcId" : 1804,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "c0368c9d6e841c60a9b9b8aa0477341aad026303200de7f8",
"tweak" : "514738c10c8d12ff",
"msg" : [25, 7, 1, 5, 25, 10, 7, -1, 12, 3, 6, 23, 2, 6, 2, 6, 2, 11, 6, 9, 21, 23],
"ct" : [4, 14, 1, 19, 11, 8, 10, 2, 8, 13, 7, 8, 22, 10, 7, 16, 3, 5, 14, 18, 24, 11],
"result" : "invalid"
},
{
"tcId" : 1805,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "c0368c9d6e841c60a9b9b8aa0477341aad026303200de7f8",
"tweak" : "514738c10c8d12ff",
"msg" : [25, 7, 1, 5, 25, 10, 7, 12, 12, 3, 6, 23, 2, 6, 2, 6, 2, 11, 6, 9, 21, -1],
"ct" : [5, 11, 9, 11, 7, 13, 13, 24, 17, 12, 4, 21, 15, 18, 17, 6, 21, 4, 3, 25, 18, 11],
"result" : "invalid"
},
{
"tcId" : 1806,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "865e33f5afcf97dc21b5703595b02d7d921c5f83f79a8c73",
"tweak" : "015953ee028d90b5",
"msg" : [26, 22, 24, 13, 15, 5, 0, 15, 16, 7, 4, 7, 11, 13, 11, 5, 15, 14, 13, 25, 21, 24],
"ct" : [13, 21, 0, 13, 0, 17, 11, 11, 7, 12, 20, 4, 24, 7, 9, 24, 22, 1, 14, 5, 8, 8],
"result" : "invalid"
},
{
"tcId" : 1807,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "865e33f5afcf97dc21b5703595b02d7d921c5f83f79a8c73",
"tweak" : "015953ee028d90b5",
"msg" : [10, 22, 24, 13, 15, 5, 0, 26, 16, 7, 4, 7, 11, 13, 11, 5, 15, 14, 13, 25, 21, 24],
"ct" : [8, 18, 23, 22, 14, 5, 13, 7, 16, 13, 4, 11, 22, 13, 13, 1, 0, 3, 20, 2, 19, 12],
"result" : "invalid"
},
{
"tcId" : 1808,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "865e33f5afcf97dc21b5703595b02d7d921c5f83f79a8c73",
"tweak" : "015953ee028d90b5",
"msg" : [10, 22, 24, 13, 15, 5, 0, 15, 16, 7, 4, 7, 11, 13, 11, 5, 15, 14, 13, 25, 21, 26],
"ct" : [10, 10, 13, 23, 15, 7, 10, 9, 23, 23, 18, 5, 4, 4, 16, 2, 8, 24, 12, 12, 11, 11],
"result" : "invalid"
}
]
},
{
"keySize" : 192,
"msgSize" : 23,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 1809,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "c7697b0dbeb87d7f395505c37c7aa8851539af55cf9ff48d",
"tweak" : "81c250277f86145e",
"msg" : [16, 0, 13, 0, 7, 25, 9, 21, 6, 8, 25, 24, 24, 9, 12, 13, 24, 14, 16, 17, 14, 3, 11],
"ct" : [14, 13, 22, 13, 22, 21, 14, 11, 8, 25, 23, 2, 1, 8, 24, 8, 12, 12, 16, 7, 3, 16, 12],
"result" : "valid"
},
{
"tcId" : 1810,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "dfc47deca21947b15c0f8216fc7e878decb34d8e57d58a82",
"tweak" : "64099a9d244cf70c",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [9, 23, 13, 7, 0, 17, 16, 25, 22, 20, 17, 4, 7, 7, 12, 19, 3, 4, 21, 7, 14, 17, 20],
"result" : "valid"
},
{
"tcId" : 1811,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "dfc47deca21947b15c0f8216fc7e878decb34d8e57d58a82",
"tweak" : "64099a9d244cf70c",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"ct" : [12, 17, 2, 17, 10, 1, 7, 18, 24, 5, 15, 8, 16, 11, 2, 24, 3, 13, 16, 1, 16, 1, 19],
"result" : "valid"
},
{
"tcId" : 1812,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "dfc47deca21947b15c0f8216fc7e878decb34d8e57d58a82",
"tweak" : "64099a9d244cf70c",
"msg" : [15, 24, 19, 2, 4, 23, 8, 8, 15, 22, 8, 19, 16, 11, 12, 18, 0, 18, 6, 15, 13, 11, 22],
"ct" : [23, 6, 22, 21, 3, 6, 3, 1, 25, 10, 16, 8, 17, 12, 4, 1, 10, 3, 10, 0, 6, 25, 14],
"result" : "valid"
},
{
"tcId" : 1813,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "dfc47deca21947b15c0f8216fc7e878decb34d8e57d58a82",
"tweak" : "64099a9d244cf70c",
"msg" : [15, 24, 19, 2, 4, 23, 8, 8, 15, 22, 7, 19, 16, 11, 12, 18, 0, 18, 6, 15, 13, 11, 21],
"ct" : [24, 12, 9, 16, 3, 12, 4, 5, 18, 16, 5, 6, 9, 8, 24, 0, 14, 7, 6, 17, 24, 0, 21],
"result" : "valid"
},
{
"tcId" : 1814,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "dfc47deca21947b15c0f8216fc7e878decb34d8e57d58a82",
"tweak" : "64099a9d244cf70c",
"msg" : [15, 0, 10, 20, 19, 2, 5, 21, 12, 14, 19, 0, 21, 8, 5, 13, 15, 7, 19, 3, 19, 11, 10],
"ct" : [19, 4, 25, 9, 7, 25, 12, 25, 5, 14, 3, 20, 7, 2, 3, 25, 8, 2, 10, 20, 22, 8, 22],
"result" : "valid"
},
{
"tcId" : 1815,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "dfc47deca21947b15c0f8216fc7e878decb34d8e57d58a82",
"tweak" : "64099a9d244cf70c",
"msg" : [5, 15, 18, 19, 5, 14, 21, 3, 14, 15, 2, 3, 17, 18, 15, 12, 0, 15, 18, 0, 20, 11, 2],
"ct" : [22, 11, 24, 25, 3, 4, 1, 4, 6, 10, 16, 17, 5, 18, 22, 2, 16, 25, 20, 20, 13, 25, 3],
"result" : "valid"
},
{
"tcId" : 1816,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "dfc47deca21947b15c0f8216fc7e878decb34d8e57d58a82",
"tweak" : "64099a9d244cf70c",
"msg" : [7, 15, 1, 13, 12, 12, 8, 6, 20, 5, 22, 6, 8, 12, 21, 3, 0, 23, 1, 6, 7, 10, 25],
"ct" : [13, 5, 17, 12, 22, 6, 17, 4, 0, 10, 21, 12, 0, 7, 24, 25, 20, 6, 5, 2, 10, 18, 14],
"result" : "valid"
},
{
"tcId" : 1817,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "dfc47deca21947b15c0f8216fc7e878decb34d8e57d58a82",
"tweak" : "64099a9d244cf70c",
"msg" : [13, 2, 9, 25, 24, 15, 22, 6, 1, 4, 21, 11, 16, 20, 15, 7, 16, 6, 0, 7, 25, 2, 19],
"ct" : [24, 9, 7, 19, 19, 20, 3, 24, 10, 23, 13, 8, 8, 17, 16, 12, 2, 20, 17, 11, 12, 12, 15],
"result" : "valid"
},
{
"tcId" : 1818,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "dfc47deca21947b15c0f8216fc7e878decb34d8e57d58a82",
"tweak" : "64099a9d244cf70c",
"msg" : [22, 12, 11, 13, 1, 10, 22, 3, 22, 0, 18, 3, 12, 19, 4, 6, 8, 10, 7, 1, 21, 18, 7],
"ct" : [23, 15, 9, 25, 8, 12, 19, 4, 11, 0, 18, 15, 6, 4, 21, 10, 19, 1, 8, 22, 9, 13, 13],
"result" : "valid"
},
{
"tcId" : 1819,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "dfc47deca21947b15c0f8216fc7e878decb34d8e57d58a82",
"tweak" : "64099a9d244cf70c",
"msg" : [16, 24, 22, 6, 8, 23, 2, 15, 13, 10, 23, 14, 9, 14, 3, 11, 5, 24, 9, 22, 12, 13, 1],
"ct" : [12, 22, 12, 16, 15, 18, 19, 0, 20, 20, 8, 8, 3, 10, 15, 9, 4, 13, 13, 14, 7, 25, 0],
"result" : "valid"
},
{
"tcId" : 1820,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "dfc47deca21947b15c0f8216fc7e878decb34d8e57d58a82",
"tweak" : "64099a9d244cf70c",
"msg" : [21, 13, 10, 7, 5, 5, 15, 11, 0, 13, 2, 11, 20, 3, 10, 11, 11, 17, 17, 17, 24, 6, 14],
"ct" : [5, 11, 1, 12, 21, 0, 13, 23, 14, 24, 15, 16, 8, 3, 17, 7, 11, 11, 25, 15, 14, 1, 2],
"result" : "valid"
},
{
"tcId" : 1821,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "dfc47deca21947b15c0f8216fc7e878decb34d8e57d58a82",
"tweak" : "64099a9d244cf70c",
"msg" : [7, 12, 10, 8, 3, 16, 16, 17, 22, 20, 3, 0, 14, 20, 4, 9, 23, 22, 21, 8, 24, 16, 17],
"ct" : [8, 19, 9, 20, 0, 19, 20, 0, 9, 11, 17, 7, 9, 9, 1, 25, 18, 21, 19, 19, 21, 20, 11],
"result" : "valid"
},
{
"tcId" : 1822,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "dfc47deca21947b15c0f8216fc7e878decb34d8e57d58a82",
"tweak" : "64099a9d244cf70c",
"msg" : [15, 0, 9, 11, 18, 22, 20, 0, 16, 22, 2, 17, 19, 6, 8, 12, 23, 1, 0, 5, 8, 16, 25],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 1823,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "dfc47deca21947b15c0f8216fc7e878decb34d8e57d58a82",
"tweak" : "64099a9d244cf70c",
"msg" : [12, 9, 20, 11, 25, 6, 3, 21, 16, 22, 22, 13, 16, 10, 17, 21, 20, 1, 14, 25, 21, 12, 23],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 1824,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "dfc47deca21947b15c0f8216fc7e878decb34d8e57d58a82",
"tweak" : "64099a9d244cf70c",
"msg" : [12, 3, 7, 24, 10, 2, 14, 16, 14, 1, 20, 23, 20, 15, 23, 20, 8, 4, 25, 7, 8, 11, 9],
"ct" : [15, 24, 19, 2, 4, 23, 8, 8, 15, 22, 8, 19, 16, 11, 12, 18, 0, 18, 6, 15, 13, 11, 22],
"result" : "valid"
},
{
"tcId" : 1825,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "dfc47deca21947b15c0f8216fc7e878decb34d8e57d58a82",
"tweak" : "64099a9d244cf70c",
"msg" : [19, 9, 12, 9, 19, 17, 24, 14, 24, 5, 20, 10, 20, 25, 25, 7, 21, 22, 0, 13, 6, 7, 5],
"ct" : [15, 24, 19, 2, 4, 23, 8, 8, 15, 22, 7, 19, 16, 11, 12, 18, 0, 18, 6, 15, 13, 11, 21],
"result" : "valid"
},
{
"tcId" : 1826,
"comment" : "y is edge case for modular reduction and a = 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "20975b7f2bdb9f1570f665420e8d8d55d38fb33a21e9b114",
"tweak" : "4bd9238126a628",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 22, 23, 21, 25, 9, 23, 13, 5, 11, 14, 23],
"ct" : [10, 13, 5, 19, 9, 15, 20, 13, 17, 3, 21, 17, 18, 17, 23, 5, 11, 9, 5, 16, 0, 20, 25],
"result" : "valid"
},
{
"tcId" : 1827,
"comment" : "y is edge case for modular reduction and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "20975b7f2bdb9f1570f665420e8d8d55d38fb33a21e9b114",
"tweak" : "4bd9238126a628",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 22, 23, 21, 25, 9, 23, 13, 5, 11, 14, 23],
"ct" : [18, 9, 25, 0, 7, 0, 4, 18, 13, 19, 1, 6, 5, 3, 16, 2, 8, 12, 4, 15, 10, 4, 25],
"result" : "valid"
},
{
"tcId" : 1828,
"comment" : "y is edge case for modular reduction and (y + a) % radix**11 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "20975b7f2bdb9f1570f665420e8d8d55d38fb33a21e9b114",
"tweak" : "4bd9238126a628",
"msg" : [12, 0, 17, 23, 19, 7, 7, 25, 21, 20, 25, 0, 22, 23, 21, 25, 9, 23, 13, 5, 11, 14, 23],
"ct" : [22, 25, 5, 24, 19, 1, 17, 14, 22, 8, 21, 16, 0, 15, 24, 18, 23, 11, 9, 18, 20, 5, 6],
"result" : "valid"
},
{
"tcId" : 1829,
"comment" : "y is edge case for modular reduction and (y + a) % radix**11 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "20975b7f2bdb9f1570f665420e8d8d55d38fb33a21e9b114",
"tweak" : "4bd9238126a628",
"msg" : [12, 0, 17, 23, 19, 7, 7, 25, 21, 21, 0, 0, 22, 23, 21, 25, 9, 23, 13, 5, 11, 14, 23],
"ct" : [17, 8, 5, 5, 20, 1, 25, 5, 13, 20, 25, 9, 25, 7, 20, 7, 24, 9, 9, 9, 17, 1, 25],
"result" : "valid"
},
{
"tcId" : 1830,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "20975b7f2bdb9f1570f665420e8d8d55d38fb33a21e9b114",
"tweak" : "4bd9238126a628",
"msg" : [15, 24, 19, 2, 4, 23, 8, 8, 15, 22, 8, 0, 22, 23, 21, 25, 9, 23, 13, 5, 11, 14, 23],
"ct" : [5, 6, 23, 16, 13, 4, 1, 10, 16, 20, 25, 10, 4, 14, 18, 24, 18, 14, 4, 17, 11, 18, 10],
"result" : "valid"
},
{
"tcId" : 1831,
"comment" : "y is edge case for modular reduction and a is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "20975b7f2bdb9f1570f665420e8d8d55d38fb33a21e9b114",
"tweak" : "4bd9238126a628",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 0, 22, 23, 21, 25, 9, 23, 13, 5, 11, 14, 23],
"ct" : [16, 25, 13, 15, 12, 1, 13, 4, 16, 20, 18, 1, 1, 21, 22, 25, 24, 17, 1, 11, 10, 17, 2],
"result" : "valid"
},
{
"tcId" : 1832,
"comment" : "y is maximal after modular reduction and (y + a) % radix**11 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "20975b7f2bdb9f1570f665420e8d8d55d38fb33a21e9b114",
"tweak" : "8a32bbc1f527d1",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 14, 16, 11, 21, 25, 2, 5, 18, 6, 3, 23],
"ct" : [11, 13, 12, 16, 23, 0, 2, 14, 1, 7, 1, 18, 10, 22, 12, 16, 1, 25, 8, 5, 16, 24, 12],
"result" : "valid"
},
{
"tcId" : 1833,
"comment" : "y is maximal after modular reduction and (y + a) % radix**11 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "20975b7f2bdb9f1570f665420e8d8d55d38fb33a21e9b114",
"tweak" : "8a32bbc1f527d1",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 17, 14, 16, 11, 21, 25, 2, 5, 18, 6, 3, 23],
"ct" : [22, 19, 3, 2, 1, 15, 7, 19, 0, 9, 1, 21, 15, 10, 0, 20, 6, 3, 12, 16, 19, 25, 22],
"result" : "valid"
},
{
"tcId" : 1834,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "20975b7f2bdb9f1570f665420e8d8d55d38fb33a21e9b114",
"tweak" : "8a32bbc1f527d1",
"msg" : [15, 24, 19, 2, 4, 23, 8, 8, 15, 22, 8, 17, 14, 16, 11, 21, 25, 2, 5, 18, 6, 3, 23],
"ct" : [18, 5, 4, 2, 22, 1, 17, 18, 17, 13, 17, 5, 11, 9, 18, 23, 4, 24, 19, 5, 3, 12, 8],
"result" : "valid"
},
{
"tcId" : 1835,
"comment" : "y is maximal after modular reduction and a is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "20975b7f2bdb9f1570f665420e8d8d55d38fb33a21e9b114",
"tweak" : "8a32bbc1f527d1",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 17, 14, 16, 11, 21, 25, 2, 5, 18, 6, 3, 23],
"ct" : [13, 17, 19, 17, 16, 18, 15, 2, 23, 18, 2, 19, 11, 4, 9, 21, 11, 2, 23, 18, 15, 15, 17],
"result" : "valid"
},
{
"tcId" : 1836,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "42eedd322699aa74bc01428c809f266f9360611f6704f59a",
"tweak" : "3641fc756f1c80d9",
"msg" : [-1, 3, 14, 16, 4, 16, 6, 1, 14, 15, 21, 12, 9, 8, 21, 9, 22, 17, 10, 21, 2, 18, 14],
"ct" : [0, 5, 5, 8, 12, 24, 20, 18, 13, 6, 5, 16, 17, 7, 6, 3, 16, 24, 22, 8, 8, 14, 4],
"result" : "invalid"
},
{
"tcId" : 1837,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "42eedd322699aa74bc01428c809f266f9360611f6704f59a",
"tweak" : "3641fc756f1c80d9",
"msg" : [23, 3, 14, 16, 4, 16, 6, -1, 14, 15, 21, 12, 9, 8, 21, 9, 22, 17, 10, 21, 2, 18, 14],
"ct" : [5, 24, 19, 7, 23, 18, 2, 8, 7, 19, 8, 19, 3, 23, 16, 14, 2, 0, 1, 9, 23, 9, 17],
"result" : "invalid"
},
{
"tcId" : 1838,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "42eedd322699aa74bc01428c809f266f9360611f6704f59a",
"tweak" : "3641fc756f1c80d9",
"msg" : [23, 3, 14, 16, 4, 16, 6, 1, 14, 15, 21, 12, 9, 8, 21, 9, 22, 17, 10, 21, 2, 18, -1],
"ct" : [23, 17, 8, 25, 20, 13, 24, 15, 4, 24, 1, 12, 8, 1, 24, 10, 4, 16, 0, 8, 16, 5, 16],
"result" : "invalid"
},
{
"tcId" : 1839,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "c91d53a00a642bf5f6e6176eb7a95677c600f4c44fa40e44",
"tweak" : "3879c7d89c052528",
"msg" : [26, 25, 6, 1, 0, 3, 6, 24, 5, 11, 6, 15, 1, 15, 11, 21, 19, 22, 5, 24, 18, 2, 1],
"ct" : [9, 8, 7, 17, 12, 13, 17, 16, 1, 15, 4, 20, 21, 22, 2, 4, 9, 23, 12, 0, 10, 7, 17],
"result" : "invalid"
},
{
"tcId" : 1840,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "c91d53a00a642bf5f6e6176eb7a95677c600f4c44fa40e44",
"tweak" : "3879c7d89c052528",
"msg" : [25, 25, 6, 1, 0, 3, 6, 26, 5, 11, 6, 15, 1, 15, 11, 21, 19, 22, 5, 24, 18, 2, 1],
"ct" : [20, 5, 21, 19, 18, 17, 14, 8, 21, 24, 20, 22, 22, 22, 7, 12, 10, 10, 23, 25, 19, 12, 3],
"result" : "invalid"
},
{
"tcId" : 1841,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "c91d53a00a642bf5f6e6176eb7a95677c600f4c44fa40e44",
"tweak" : "3879c7d89c052528",
"msg" : [25, 25, 6, 1, 0, 3, 6, 24, 5, 11, 6, 15, 1, 15, 11, 21, 19, 22, 5, 24, 18, 2, 26],
"ct" : [17, 20, 2, 13, 21, 8, 5, 0, 6, 20, 3, 5, 16, 4, 24, 18, 15, 17, 2, 20, 7, 23, 13],
"result" : "invalid"
}
]
},
{
"keySize" : 192,
"msgSize" : 24,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 1842,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "ac7947235faeb09f47808bcdb7c28894767149cfe71948d9",
"tweak" : "f7e5b4f29221b2aa",
"msg" : [9, 8, 23, 21, 17, 13, 1, 9, 6, 10, 8, 3, 9, 7, 10, 23, 16, 10, 3, 24, 18, 12, 24, 9],
"ct" : [25, 7, 22, 1, 15, 3, 21, 4, 24, 4, 17, 3, 23, 9, 7, 22, 19, 6, 8, 3, 23, 10, 23, 20],
"result" : "valid"
},
{
"tcId" : 1843,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "fb45c5d9fc20f82043bad918624be0b48477f796718b2ab8",
"tweak" : "f69704f1171d8630",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [10, 24, 6, 16, 16, 5, 3, 17, 16, 9, 15, 20, 20, 1, 20, 17, 12, 9, 3, 7, 14, 17, 23, 15],
"result" : "valid"
},
{
"tcId" : 1844,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "fb45c5d9fc20f82043bad918624be0b48477f796718b2ab8",
"tweak" : "f69704f1171d8630",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"ct" : [4, 14, 25, 23, 5, 17, 14, 0, 25, 11, 24, 14, 16, 22, 1, 12, 3, 8, 23, 19, 20, 3, 25, 18],
"result" : "valid"
},
{
"tcId" : 1845,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "fb45c5d9fc20f82043bad918624be0b48477f796718b2ab8",
"tweak" : "f69704f1171d8630",
"msg" : [19, 16, 11, 12, 18, 0, 18, 6, 15, 13, 11, 22, 19, 16, 11, 12, 18, 0, 18, 6, 15, 13, 11, 22],
"ct" : [16, 22, 14, 25, 16, 6, 1, 19, 5, 2, 15, 17, 22, 14, 23, 5, 2, 11, 14, 14, 7, 14, 13, 16],
"result" : "valid"
},
{
"tcId" : 1846,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "fb45c5d9fc20f82043bad918624be0b48477f796718b2ab8",
"tweak" : "f69704f1171d8630",
"msg" : [19, 16, 11, 12, 18, 0, 18, 6, 15, 13, 11, 21, 19, 16, 11, 12, 18, 0, 18, 6, 15, 13, 11, 21],
"ct" : [19, 11, 5, 3, 16, 1, 6, 22, 15, 6, 1, 14, 13, 20, 23, 10, 11, 3, 25, 17, 22, 10, 16, 21],
"result" : "valid"
},
{
"tcId" : 1847,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "fb45c5d9fc20f82043bad918624be0b48477f796718b2ab8",
"tweak" : "f69704f1171d8630",
"msg" : [19, 9, 12, 17, 13, 19, 3, 1, 12, 17, 20, 3, 20, 5, 9, 17, 3, 0, 12, 18, 16, 3, 18, 7],
"ct" : [24, 17, 5, 16, 10, 11, 20, 9, 13, 4, 21, 14, 6, 14, 10, 3, 3, 24, 13, 11, 12, 2, 24, 5],
"result" : "valid"
},
{
"tcId" : 1848,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "fb45c5d9fc20f82043bad918624be0b48477f796718b2ab8",
"tweak" : "f69704f1171d8630",
"msg" : [18, 4, 12, 15, 4, 24, 6, 5, 2, 14, 13, 24, 17, 13, 2, 8, 0, 5, 1, 13, 2, 24, 4, 14],
"ct" : [18, 8, 0, 13, 16, 6, 0, 7, 16, 5, 25, 3, 11, 6, 12, 3, 14, 11, 16, 18, 17, 13, 4, 20],
"result" : "valid"
},
{
"tcId" : 1849,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "fb45c5d9fc20f82043bad918624be0b48477f796718b2ab8",
"tweak" : "f69704f1171d8630",
"msg" : [13, 15, 6, 18, 24, 15, 20, 5, 2, 4, 0, 19, 21, 6, 13, 13, 19, 5, 11, 23, 12, 6, 4, 19],
"ct" : [13, 19, 5, 13, 5, 17, 5, 21, 25, 23, 20, 9, 10, 17, 15, 6, 12, 2, 14, 22, 23, 18, 13, 15],
"result" : "valid"
},
{
"tcId" : 1850,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "fb45c5d9fc20f82043bad918624be0b48477f796718b2ab8",
"tweak" : "f69704f1171d8630",
"msg" : [21, 0, 1, 20, 14, 7, 2, 9, 20, 25, 19, 17, 2, 12, 22, 2, 9, 1, 10, 18, 25, 16, 22, 14],
"ct" : [14, 3, 19, 7, 6, 25, 1, 0, 18, 15, 24, 7, 3, 0, 15, 2, 6, 8, 5, 6, 9, 21, 19, 25],
"result" : "valid"
},
{
"tcId" : 1851,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "fb45c5d9fc20f82043bad918624be0b48477f796718b2ab8",
"tweak" : "f69704f1171d8630",
"msg" : [23, 8, 22, 15, 1, 18, 3, 15, 13, 11, 6, 12, 4, 4, 12, 16, 22, 21, 3, 8, 5, 3, 23, 13],
"ct" : [15, 0, 17, 14, 2, 8, 24, 4, 6, 13, 13, 11, 12, 24, 6, 0, 20, 8, 12, 21, 4, 3, 18, 13],
"result" : "valid"
},
{
"tcId" : 1852,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "fb45c5d9fc20f82043bad918624be0b48477f796718b2ab8",
"tweak" : "f69704f1171d8630",
"msg" : [20, 16, 18, 14, 18, 7, 5, 22, 13, 16, 2, 18, 17, 24, 3, 21, 24, 14, 4, 1, 8, 2, 9, 13],
"ct" : [18, 15, 23, 16, 22, 8, 16, 2, 16, 11, 6, 10, 14, 21, 11, 18, 12, 0, 25, 24, 6, 17, 22, 12],
"result" : "valid"
},
{
"tcId" : 1853,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "fb45c5d9fc20f82043bad918624be0b48477f796718b2ab8",
"tweak" : "f69704f1171d8630",
"msg" : [5, 4, 20, 2, 12, 6, 13, 21, 18, 13, 3, 9, 20, 7, 13, 19, 1, 1, 4, 10, 4, 3, 2, 23],
"ct" : [6, 21, 3, 7, 11, 11, 24, 7, 5, 22, 3, 17, 20, 9, 3, 8, 1, 23, 6, 3, 24, 4, 25, 17],
"result" : "valid"
},
{
"tcId" : 1854,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "fb45c5d9fc20f82043bad918624be0b48477f796718b2ab8",
"tweak" : "f69704f1171d8630",
"msg" : [24, 24, 8, 18, 2, 2, 17, 6, 25, 12, 13, 10, 17, 10, 4, 22, 11, 0, 8, 7, 18, 3, 22, 3],
"ct" : [16, 13, 11, 6, 20, 19, 14, 11, 9, 16, 14, 13, 9, 0, 12, 12, 21, 5, 10, 15, 21, 3, 23, 3],
"result" : "valid"
},
{
"tcId" : 1855,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "fb45c5d9fc20f82043bad918624be0b48477f796718b2ab8",
"tweak" : "f69704f1171d8630",
"msg" : [20, 21, 6, 18, 18, 9, 20, 5, 23, 0, 6, 2, 19, 25, 20, 17, 9, 16, 20, 23, 25, 18, 18, 0],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 1856,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "fb45c5d9fc20f82043bad918624be0b48477f796718b2ab8",
"tweak" : "f69704f1171d8630",
"msg" : [15, 4, 1, 5, 3, 7, 11, 3, 17, 21, 13, 17, 1, 7, 11, 9, 15, 7, 1, 9, 0, 5, 19, 24],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 1857,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "fb45c5d9fc20f82043bad918624be0b48477f796718b2ab8",
"tweak" : "f69704f1171d8630",
"msg" : [5, 19, 21, 14, 22, 9, 9, 9, 1, 18, 14, 13, 19, 5, 20, 11, 20, 11, 22, 18, 17, 20, 3, 21],
"ct" : [19, 16, 11, 12, 18, 0, 18, 6, 15, 13, 11, 22, 19, 16, 11, 12, 18, 0, 18, 6, 15, 13, 11, 22],
"result" : "valid"
},
{
"tcId" : 1858,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "fb45c5d9fc20f82043bad918624be0b48477f796718b2ab8",
"tweak" : "f69704f1171d8630",
"msg" : [19, 20, 5, 14, 15, 0, 16, 13, 25, 24, 23, 21, 2, 6, 24, 12, 7, 18, 2, 5, 21, 23, 20, 7],
"ct" : [19, 16, 11, 12, 18, 0, 18, 6, 15, 13, 11, 21, 19, 16, 11, 12, 18, 0, 18, 6, 15, 13, 11, 21],
"result" : "valid"
},
{
"tcId" : 1859,
"comment" : "y = 0 and (y + a) % radix**12 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b038ec829af51b037671dc2bd5fa1f64a17fe45c0f4240c",
"tweak" : "e125d7ba66bbfb",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23, 23, 1, 7, 7, 25, 2, 3, 2, 8, 8, 4],
"ct" : [22, 20, 0, 12, 1, 24, 11, 9, 22, 8, 9, 18, 24, 1, 14, 0, 8, 13, 23, 17, 9, 19, 15, 17],
"result" : "valid"
},
{
"tcId" : 1860,
"comment" : "y = 0 and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b038ec829af51b037671dc2bd5fa1f64a17fe45c0f4240c",
"tweak" : "e125d7ba66bbfb",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 23, 23, 1, 7, 7, 25, 2, 3, 2, 8, 8, 4],
"ct" : [24, 14, 15, 6, 18, 15, 24, 18, 12, 19, 19, 15, 16, 5, 25, 6, 14, 18, 22, 20, 20, 4, 17, 3],
"result" : "valid"
},
{
"tcId" : 1861,
"comment" : "y = 0 and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b038ec829af51b037671dc2bd5fa1f64a17fe45c0f4240c",
"tweak" : "e125d7ba66bbfb",
"msg" : [19, 16, 11, 12, 18, 0, 18, 6, 15, 13, 11, 22, 23, 23, 1, 7, 7, 25, 2, 3, 2, 8, 8, 4],
"ct" : [3, 19, 1, 22, 3, 5, 12, 4, 16, 18, 7, 6, 23, 12, 4, 1, 15, 15, 16, 25, 13, 15, 21, 5],
"result" : "valid"
},
{
"tcId" : 1862,
"comment" : "y = 0 and (y + a) % radix**12 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b038ec829af51b037671dc2bd5fa1f64a17fe45c0f4240c",
"tweak" : "e125d7ba66bbfb",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 23, 23, 1, 7, 7, 25, 2, 3, 2, 8, 8, 4],
"ct" : [15, 7, 23, 9, 24, 18, 6, 6, 21, 24, 21, 6, 20, 1, 5, 5, 4, 5, 13, 9, 13, 11, 8, 2],
"result" : "valid"
},
{
"tcId" : 1863,
"comment" : "y is maximal and a = 0 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b038ec829af51b037671dc2bd5fa1f64a17fe45c0f4240c",
"tweak" : "9cdbbb7db9b192",
"msg" : [14, 3, 14, 13, 5, 4, 25, 13, 17, 0, 7, 17, 0, 25, 2, 3, 21, 14, 9, 18, 10, 15, 2, 20],
"ct" : [8, 9, 9, 19, 17, 21, 17, 10, 16, 20, 0, 2, 11, 23, 11, 2, 20, 2, 2, 3, 20, 10, 19, 19],
"result" : "valid"
},
{
"tcId" : 1864,
"comment" : "y is maximal and a = 1 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b038ec829af51b037671dc2bd5fa1f64a17fe45c0f4240c",
"tweak" : "9cdbbb7db9b192",
"msg" : [7, 0, 13, 8, 15, 22, 15, 11, 0, 23, 6, 16, 12, 6, 1, 12, 23, 11, 2, 8, 12, 25, 4, 10],
"ct" : [10, 10, 11, 20, 14, 11, 2, 19, 25, 9, 12, 5, 19, 24, 21, 10, 17, 9, 8, 24, 20, 5, 7, 6],
"result" : "valid"
},
{
"tcId" : 1865,
"comment" : "y is maximal and (y + a) % radix**12 is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b038ec829af51b037671dc2bd5fa1f64a17fe45c0f4240c",
"tweak" : "9cdbbb7db9b192",
"msg" : [18, 4, 3, 19, 21, 8, 3, 1, 17, 22, 7, 21, 3, 5, 10, 12, 3, 3, 9, 0, 7, 20, 12, 2],
"ct" : [16, 10, 25, 3, 6, 24, 16, 18, 2, 16, 9, 19, 7, 14, 13, 24, 7, 20, 4, 22, 5, 9, 25, 18],
"result" : "valid"
},
{
"tcId" : 1866,
"comment" : "y is maximal and (y + a) % radix**12 == 0 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b038ec829af51b037671dc2bd5fa1f64a17fe45c0f4240c",
"tweak" : "9cdbbb7db9b192",
"msg" : [1, 6, 9, 12, 15, 13, 5, 10, 12, 22, 16, 6, 3, 6, 13, 1, 16, 1, 3, 25, 11, 2, 9, 10],
"ct" : [16, 5, 12, 7, 14, 3, 9, 15, 0, 2, 22, 19, 20, 11, 24, 12, 15, 24, 10, 15, 22, 18, 15, 24],
"result" : "valid"
},
{
"tcId" : 1867,
"comment" : "y is maximal and a has large Hamming weight in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b038ec829af51b037671dc2bd5fa1f64a17fe45c0f4240c",
"tweak" : "9cdbbb7db9b192",
"msg" : [18, 12, 22, 17, 23, 2, 6, 24, 11, 23, 9, 6, 14, 23, 8, 3, 22, 2, 23, 22, 21, 24, 18, 13],
"ct" : [7, 22, 25, 9, 22, 15, 24, 16, 24, 18, 21, 0, 1, 8, 14, 17, 6, 19, 5, 10, 16, 2, 19, 14],
"result" : "valid"
},
{
"tcId" : 1868,
"comment" : "y is maximal and a is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b038ec829af51b037671dc2bd5fa1f64a17fe45c0f4240c",
"tweak" : "9cdbbb7db9b192",
"msg" : [11, 16, 11, 13, 16, 11, 3, 25, 9, 14, 17, 7, 22, 17, 13, 22, 3, 10, 7, 14, 16, 7, 12, 23],
"ct" : [20, 10, 9, 23, 24, 13, 6, 6, 8, 14, 2, 19, 18, 6, 4, 11, 2, 10, 25, 9, 25, 6, 10, 12],
"result" : "valid"
},
{
"tcId" : 1869,
"comment" : "y is edge case for modular reduction and a = 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b038ec829af51b037671dc2bd5fa1f64a17fe45c0f4240c",
"tweak" : "ba04f7aa08f1ac",
"msg" : [1, 0, 9, 20, 11, 13, 24, 17, 11, 2, 25, 11, 10, 19, 18, 15, 16, 2, 7, 11, 12, 18, 6, 20],
"ct" : [18, 12, 8, 12, 10, 11, 16, 25, 25, 25, 10, 11, 12, 13, 25, 8, 2, 6, 18, 18, 0, 4, 5, 0],
"result" : "valid"
},
{
"tcId" : 1870,
"comment" : "y is edge case for modular reduction and a = 1 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b038ec829af51b037671dc2bd5fa1f64a17fe45c0f4240c",
"tweak" : "ba04f7aa08f1ac",
"msg" : [0, 19, 3, 1, 5, 18, 5, 17, 4, 1, 20, 19, 18, 13, 19, 9, 20, 7, 12, 13, 12, 3, 22, 12],
"ct" : [18, 12, 8, 12, 10, 11, 16, 25, 25, 25, 10, 11, 12, 13, 25, 8, 2, 6, 18, 18, 0, 4, 5, 1],
"result" : "valid"
},
{
"tcId" : 1871,
"comment" : "y is edge case for modular reduction and (y + a) % radix**12 is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b038ec829af51b037671dc2bd5fa1f64a17fe45c0f4240c",
"tweak" : "ba04f7aa08f1ac",
"msg" : [8, 25, 24, 24, 10, 8, 1, 22, 6, 23, 12, 14, 4, 7, 0, 0, 10, 9, 13, 14, 23, 21, 2, 4],
"ct" : [18, 12, 8, 12, 10, 11, 16, 25, 25, 25, 10, 11, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 1872,
"comment" : "y is edge case for modular reduction and (y + a) % radix**12 == 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b038ec829af51b037671dc2bd5fa1f64a17fe45c0f4240c",
"tweak" : "ba04f7aa08f1ac",
"msg" : [18, 1, 7, 13, 15, 4, 5, 17, 18, 3, 6, 24, 13, 7, 20, 4, 20, 18, 14, 13, 4, 12, 19, 15],
"ct" : [18, 12, 8, 12, 10, 11, 16, 25, 25, 25, 10, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 1873,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b038ec829af51b037671dc2bd5fa1f64a17fe45c0f4240c",
"tweak" : "ba04f7aa08f1ac",
"msg" : [4, 17, 15, 13, 19, 13, 17, 0, 0, 9, 9, 10, 11, 9, 0, 7, 2, 5, 8, 10, 13, 1, 8, 2],
"ct" : [18, 12, 8, 12, 10, 11, 16, 25, 25, 25, 10, 11, 6, 4, 10, 20, 20, 7, 10, 24, 15, 17, 16, 22],
"result" : "valid"
},
{
"tcId" : 1874,
"comment" : "y is edge case for modular reduction and a is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b038ec829af51b037671dc2bd5fa1f64a17fe45c0f4240c",
"tweak" : "ba04f7aa08f1ac",
"msg" : [23, 6, 20, 13, 21, 11, 19, 4, 0, 21, 11, 7, 7, 6, 5, 12, 18, 22, 9, 24, 5, 12, 2, 14],
"ct" : [18, 12, 8, 12, 10, 11, 16, 25, 25, 25, 10, 11, 12, 13, 25, 8, 2, 6, 18, 18, 0, 4, 4, 25],
"result" : "valid"
},
{
"tcId" : 1875,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "9df42cfdf50bb3ae95f501aaa7aae50e8c7f7701322e524a",
"tweak" : "394f12fdaf9fefef",
"msg" : [-1, 15, 17, 2, 1, 22, 19, 10, 21, 0, 5, 22, 10, 8, 13, 23, 14, 18, 25, 4, 7, 19, 8, 9],
"ct" : [21, 6, 19, 15, 0, 14, 16, 9, 6, 25, 10, 12, 14, 13, 17, 0, 14, 17, 9, 12, 15, 24, 8, 14],
"result" : "invalid"
},
{
"tcId" : 1876,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "9df42cfdf50bb3ae95f501aaa7aae50e8c7f7701322e524a",
"tweak" : "394f12fdaf9fefef",
"msg" : [13, 15, 17, 2, 1, 22, 19, 10, -1, 0, 5, 22, 10, 8, 13, 23, 14, 18, 25, 4, 7, 19, 8, 9],
"ct" : [25, 17, 24, 25, 25, 12, 3, 23, 2, 0, 8, 25, 12, 22, 17, 22, 0, 3, 19, 8, 22, 1, 11, 8],
"result" : "invalid"
},
{
"tcId" : 1877,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "9df42cfdf50bb3ae95f501aaa7aae50e8c7f7701322e524a",
"tweak" : "394f12fdaf9fefef",
"msg" : [13, 15, 17, 2, 1, 22, 19, 10, 21, 0, 5, 22, 10, 8, 13, 23, 14, 18, 25, 4, 7, 19, 8, -1],
"ct" : [3, 12, 4, 10, 21, 18, 8, 8, 9, 22, 8, 20, 13, 1, 6, 18, 2, 12, 0, 3, 19, 15, 18, 22],
"result" : "invalid"
},
{
"tcId" : 1878,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "574fdd7336ef824832714235915230f080741678709238cd",
"tweak" : "dd533c7c114903ab",
"msg" : [26, 17, 21, 6, 23, 2, 19, 8, 2, 13, 1, 20, 21, 25, 17, 12, 2, 10, 21, 6, 1, 16, 14, 7],
"ct" : [13, 0, 8, 21, 8, 6, 4, 5, 7, 16, 25, 4, 21, 22, 0, 0, 2, 0, 16, 23, 1, 7, 24, 11],
"result" : "invalid"
},
{
"tcId" : 1879,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "574fdd7336ef824832714235915230f080741678709238cd",
"tweak" : "dd533c7c114903ab",
"msg" : [5, 17, 21, 6, 23, 2, 19, 8, 26, 13, 1, 20, 21, 25, 17, 12, 2, 10, 21, 6, 1, 16, 14, 7],
"ct" : [14, 11, 10, 16, 22, 15, 23, 17, 3, 3, 12, 1, 8, 16, 1, 9, 18, 3, 16, 8, 13, 15, 19, 7],
"result" : "invalid"
},
{
"tcId" : 1880,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "574fdd7336ef824832714235915230f080741678709238cd",
"tweak" : "dd533c7c114903ab",
"msg" : [5, 17, 21, 6, 23, 2, 19, 8, 2, 13, 1, 20, 21, 25, 17, 12, 2, 10, 21, 6, 1, 16, 14, 26],
"ct" : [14, 24, 10, 5, 2, 20, 9, 16, 9, 17, 8, 4, 14, 11, 23, 16, 6, 15, 23, 16, 5, 8, 22, 1],
"result" : "invalid"
}
]
},
{
"keySize" : 192,
"msgSize" : 25,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 1881,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "d3cc660039922e4edf19ee000bf0190aa4a974e2af2df506",
"tweak" : "c1eb1cd08201924c",
"msg" : [21, 4, 21, 13, 16, 19, 23, 4, 3, 19, 25, 24, 3, 15, 9, 4, 20, 14, 13, 16, 7, 8, 25, 6, 6],
"ct" : [3, 19, 3, 25, 1, 2, 17, 3, 9, 21, 23, 5, 14, 6, 3, 13, 5, 19, 5, 3, 25, 14, 9, 8, 3],
"result" : "valid"
},
{
"tcId" : 1882,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "90296d0093dcc4c632100ce75dc22340c4bcc811b456dbba",
"tweak" : "798c50257d1a31fc",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [10, 19, 14, 13, 9, 19, 6, 14, 8, 24, 20, 14, 19, 12, 16, 1, 12, 23, 8, 4, 4, 7, 21, 24, 16],
"result" : "valid"
},
{
"tcId" : 1883,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "90296d0093dcc4c632100ce75dc22340c4bcc811b456dbba",
"tweak" : "798c50257d1a31fc",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"ct" : [13, 22, 9, 1, 11, 16, 18, 3, 21, 18, 13, 0, 5, 13, 4, 20, 8, 25, 17, 21, 20, 7, 17, 10, 2],
"result" : "valid"
},
{
"tcId" : 1884,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "90296d0093dcc4c632100ce75dc22340c4bcc811b456dbba",
"tweak" : "798c50257d1a31fc",
"msg" : [19, 16, 11, 12, 18, 0, 18, 6, 15, 13, 11, 22, 24, 4, 6, 3, 16, 4, 22, 12, 3, 2, 14, 15, 2],
"ct" : [17, 0, 17, 8, 24, 9, 16, 17, 22, 25, 4, 22, 23, 1, 22, 18, 19, 8, 9, 2, 18, 2, 13, 11, 24],
"result" : "valid"
},
{
"tcId" : 1885,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "90296d0093dcc4c632100ce75dc22340c4bcc811b456dbba",
"tweak" : "798c50257d1a31fc",
"msg" : [19, 16, 11, 12, 18, 0, 18, 6, 15, 13, 11, 21, 24, 4, 6, 3, 16, 4, 22, 12, 3, 2, 14, 15, 1],
"ct" : [21, 1, 3, 15, 8, 15, 10, 0, 24, 25, 17, 14, 8, 4, 6, 24, 4, 13, 20, 20, 15, 23, 14, 3, 18],
"result" : "valid"
},
{
"tcId" : 1886,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "90296d0093dcc4c632100ce75dc22340c4bcc811b456dbba",
"tweak" : "798c50257d1a31fc",
"msg" : [19, 7, 13, 13, 2, 4, 16, 8, 24, 13, 13, 10, 25, 23, 25, 21, 3, 7, 0, 0, 13, 14, 6, 21, 12],
"ct" : [24, 17, 14, 1, 17, 12, 9, 7, 16, 11, 23, 3, 25, 6, 20, 17, 1, 12, 4, 4, 5, 10, 18, 21, 21],
"result" : "valid"
},
{
"tcId" : 1887,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "90296d0093dcc4c632100ce75dc22340c4bcc811b456dbba",
"tweak" : "798c50257d1a31fc",
"msg" : [19, 2, 5, 2, 15, 20, 6, 5, 1, 16, 13, 13, 16, 9, 8, 9, 2, 16, 1, 17, 24, 24, 5, 6, 14],
"ct" : [8, 4, 23, 1, 9, 0, 17, 1, 17, 5, 14, 2, 9, 4, 11, 17, 11, 15, 19, 15, 10, 6, 9, 7, 22],
"result" : "valid"
},
{
"tcId" : 1888,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "90296d0093dcc4c632100ce75dc22340c4bcc811b456dbba",
"tweak" : "798c50257d1a31fc",
"msg" : [22, 5, 11, 17, 10, 8, 25, 3, 24, 20, 4, 3, 6, 9, 25, 21, 25, 9, 22, 3, 22, 10, 4, 14, 18],
"ct" : [0, 7, 19, 0, 10, 4, 17, 4, 19, 2, 9, 7, 8, 0, 20, 8, 20, 6, 1, 4, 0, 11, 9, 2, 19],
"result" : "valid"
},
{
"tcId" : 1889,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "90296d0093dcc4c632100ce75dc22340c4bcc811b456dbba",
"tweak" : "798c50257d1a31fc",
"msg" : [21, 15, 14, 17, 0, 17, 1, 21, 1, 17, 13, 18, 6, 10, 13, 21, 18, 8, 1, 11, 0, 8, 23, 22, 25],
"ct" : [10, 5, 4, 18, 19, 0, 14, 13, 23, 4, 21, 8, 24, 4, 14, 19, 20, 11, 7, 21, 24, 2, 1, 7, 1],
"result" : "valid"
},
{
"tcId" : 1890,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "90296d0093dcc4c632100ce75dc22340c4bcc811b456dbba",
"tweak" : "798c50257d1a31fc",
"msg" : [0, 25, 19, 1, 23, 3, 2, 9, 1, 16, 17, 24, 7, 25, 0, 3, 21, 12, 6, 4, 2, 6, 22, 1, 10],
"ct" : [4, 18, 1, 23, 21, 8, 1, 8, 15, 9, 25, 21, 15, 19, 21, 0, 16, 21, 1, 24, 4, 16, 20, 4, 7],
"result" : "valid"
},
{
"tcId" : 1891,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "90296d0093dcc4c632100ce75dc22340c4bcc811b456dbba",
"tweak" : "798c50257d1a31fc",
"msg" : [16, 24, 23, 24, 21, 4, 17, 4, 8, 10, 12, 14, 0, 17, 23, 12, 15, 18, 4, 22, 1, 3, 17, 5, 15],
"ct" : [21, 0, 9, 0, 1, 23, 15, 6, 0, 16, 14, 10, 16, 7, 3, 14, 19, 24, 23, 21, 2, 5, 22, 14, 13],
"result" : "valid"
},
{
"tcId" : 1892,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "90296d0093dcc4c632100ce75dc22340c4bcc811b456dbba",
"tweak" : "798c50257d1a31fc",
"msg" : [12, 21, 16, 22, 9, 6, 3, 22, 9, 14, 2, 15, 19, 6, 13, 13, 10, 3, 5, 13, 21, 1, 11, 25, 10],
"ct" : [0, 19, 16, 11, 1, 5, 9, 14, 15, 5, 19, 9, 5, 6, 19, 15, 5, 12, 20, 22, 5, 13, 1, 13, 0],
"result" : "valid"
},
{
"tcId" : 1893,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "90296d0093dcc4c632100ce75dc22340c4bcc811b456dbba",
"tweak" : "798c50257d1a31fc",
"msg" : [16, 9, 23, 21, 5, 19, 12, 21, 22, 20, 24, 6, 1, 23, 14, 24, 25, 24, 1, 6, 19, 23, 21, 20, 18],
"ct" : [23, 23, 15, 22, 15, 20, 8, 13, 6, 12, 24, 19, 22, 3, 25, 8, 15, 20, 20, 6, 24, 24, 17, 2, 9],
"result" : "valid"
},
{
"tcId" : 1894,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "90296d0093dcc4c632100ce75dc22340c4bcc811b456dbba",
"tweak" : "798c50257d1a31fc",
"msg" : [9, 20, 10, 24, 20, 1, 18, 2, 21, 1, 13, 13, 17, 24, 17, 0, 11, 14, 24, 0, 5, 4, 13, 3, 19],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 1895,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "90296d0093dcc4c632100ce75dc22340c4bcc811b456dbba",
"tweak" : "798c50257d1a31fc",
"msg" : [10, 9, 0, 2, 25, 16, 21, 0, 24, 18, 23, 6, 2, 16, 18, 11, 4, 25, 3, 9, 11, 11, 18, 20, 18],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 1896,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "90296d0093dcc4c632100ce75dc22340c4bcc811b456dbba",
"tweak" : "798c50257d1a31fc",
"msg" : [11, 14, 15, 25, 12, 19, 0, 6, 8, 4, 20, 21, 19, 6, 9, 19, 13, 8, 25, 3, 11, 7, 24, 0, 19],
"ct" : [19, 16, 11, 12, 18, 0, 18, 6, 15, 13, 11, 22, 24, 4, 6, 3, 16, 4, 22, 12, 3, 2, 14, 15, 2],
"result" : "valid"
},
{
"tcId" : 1897,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "90296d0093dcc4c632100ce75dc22340c4bcc811b456dbba",
"tweak" : "798c50257d1a31fc",
"msg" : [13, 23, 18, 16, 21, 24, 23, 9, 6, 9, 3, 2, 16, 17, 21, 1, 11, 16, 0, 6, 18, 5, 1, 4, 1],
"ct" : [19, 16, 11, 12, 18, 0, 18, 6, 15, 13, 11, 21, 24, 4, 6, 3, 16, 4, 22, 12, 3, 2, 14, 15, 1],
"result" : "valid"
},
{
"tcId" : 1898,
"comment" : "y = 0 and (y + a) % radix**12 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "c5a981df3ed8de4a042ce9af99d434a9aad655f31addfd05",
"tweak" : "8508bbbbef49d0",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 16, 12, 2, 20, 20, 2, 9, 7, 11, 25, 2, 15],
"ct" : [10, 8, 25, 6, 11, 5, 9, 20, 18, 10, 23, 17, 13, 4, 5, 19, 23, 2, 7, 12, 24, 3, 4, 13, 20],
"result" : "valid"
},
{
"tcId" : 1899,
"comment" : "y = 0 and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "c5a981df3ed8de4a042ce9af99d434a9aad655f31addfd05",
"tweak" : "8508bbbbef49d0",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 15, 16, 12, 2, 20, 20, 2, 9, 7, 11, 25, 2, 15],
"ct" : [0, 23, 3, 5, 0, 23, 11, 7, 0, 16, 11, 2, 16, 21, 18, 10, 7, 16, 18, 8, 6, 1, 22, 9, 10],
"result" : "valid"
},
{
"tcId" : 1900,
"comment" : "y = 0 and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "c5a981df3ed8de4a042ce9af99d434a9aad655f31addfd05",
"tweak" : "8508bbbbef49d0",
"msg" : [19, 16, 11, 12, 18, 0, 18, 6, 15, 13, 11, 22, 15, 16, 12, 2, 20, 20, 2, 9, 7, 11, 25, 2, 15],
"ct" : [16, 15, 9, 2, 7, 6, 13, 10, 3, 0, 18, 3, 1, 2, 15, 2, 16, 7, 1, 8, 23, 8, 7, 23, 4],
"result" : "valid"
},
{
"tcId" : 1901,
"comment" : "y = 0 and (y + a) % radix**12 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "c5a981df3ed8de4a042ce9af99d434a9aad655f31addfd05",
"tweak" : "8508bbbbef49d0",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 15, 16, 12, 2, 20, 20, 2, 9, 7, 11, 25, 2, 15],
"ct" : [19, 18, 9, 15, 18, 0, 12, 18, 24, 15, 21, 14, 18, 4, 24, 25, 20, 0, 20, 15, 14, 13, 18, 8, 1],
"result" : "valid"
},
{
"tcId" : 1902,
"comment" : "y = 1 and a = 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "c5a981df3ed8de4a042ce9af99d434a9aad655f31addfd05",
"tweak" : "fac490ef506949",
"msg" : [15, 21, 18, 22, 2, 10, 24, 19, 17, 21, 1, 24, 10, 7, 8, 18, 18, 2, 0, 15, 9, 13, 15, 4, 21],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 24, 19, 24, 14, 24, 22, 2, 4, 21, 25, 7, 18, 3],
"result" : "valid"
},
{
"tcId" : 1903,
"comment" : "y = 1 and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "c5a981df3ed8de4a042ce9af99d434a9aad655f31addfd05",
"tweak" : "fac490ef506949",
"msg" : [25, 23, 9, 0, 16, 9, 0, 10, 16, 14, 2, 12, 1, 16, 15, 20, 15, 9, 22, 21, 1, 19, 1, 2, 21],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 4, 9, 8, 20, 13, 2, 19, 14, 3, 0, 19, 3, 8],
"result" : "valid"
},
{
"tcId" : 1904,
"comment" : "y = 1 and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "c5a981df3ed8de4a042ce9af99d434a9aad655f31addfd05",
"tweak" : "fac490ef506949",
"msg" : [12, 7, 7, 13, 18, 19, 25, 9, 4, 24, 24, 4, 17, 3, 24, 5, 9, 8, 2, 19, 23, 1, 4, 17, 19],
"ct" : [19, 16, 11, 12, 18, 0, 18, 6, 15, 13, 11, 23, 24, 0, 16, 8, 25, 7, 12, 5, 4, 11, 14, 8, 15],
"result" : "valid"
},
{
"tcId" : 1905,
"comment" : "y = 1 and (y + a) % radix**12 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "c5a981df3ed8de4a042ce9af99d434a9aad655f31addfd05",
"tweak" : "fac490ef506949",
"msg" : [5, 20, 8, 25, 20, 17, 5, 21, 16, 6, 3, 5, 19, 1, 10, 4, 23, 24, 11, 4, 20, 4, 11, 7, 11],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 24, 4, 4, 15, 9, 3, 24, 23, 12, 14, 18, 15, 2],
"result" : "valid"
},
{
"tcId" : 1906,
"comment" : "y = 1 and (y + a) % radix**12 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "c5a981df3ed8de4a042ce9af99d434a9aad655f31addfd05",
"tweak" : "fac490ef506949",
"msg" : [9, 25, 9, 6, 25, 20, 19, 11, 5, 15, 11, 6, 23, 22, 23, 24, 18, 0, 13, 17, 4, 7, 23, 25, 4],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 13, 24, 22, 8, 25, 22, 14, 4, 15, 24, 6],
"result" : "valid"
},
{
"tcId" : 1907,
"comment" : "y is maximal and a = 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "c5a981df3ed8de4a042ce9af99d434a9aad655f31addfd05",
"tweak" : "44656dfeff7c7a",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 6, 5, 20, 15, 12, 10, 4, 23, 23, 23, 10, 17],
"ct" : [15, 12, 3, 0, 16, 10, 19, 14, 8, 20, 18, 5, 14, 12, 23, 18, 21, 3, 17, 25, 15, 5, 6, 15, 7],
"result" : "valid"
},
{
"tcId" : 1908,
"comment" : "y is maximal and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "c5a981df3ed8de4a042ce9af99d434a9aad655f31addfd05",
"tweak" : "44656dfeff7c7a",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5, 6, 5, 20, 15, 12, 10, 4, 23, 23, 23, 10, 17],
"ct" : [23, 2, 17, 12, 14, 11, 0, 16, 14, 13, 24, 25, 16, 6, 3, 6, 12, 14, 24, 2, 14, 15, 24, 16, 8],
"result" : "valid"
},
{
"tcId" : 1909,
"comment" : "y is maximal and (y + a) % radix**12 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "c5a981df3ed8de4a042ce9af99d434a9aad655f31addfd05",
"tweak" : "44656dfeff7c7a",
"msg" : [13, 12, 0, 17, 23, 19, 7, 7, 25, 21, 20, 12, 5, 6, 5, 20, 15, 12, 10, 4, 23, 23, 23, 10, 17],
"ct" : [9, 25, 8, 11, 20, 13, 1, 23, 0, 25, 2, 3, 25, 21, 10, 6, 20, 25, 15, 17, 6, 2, 3, 15, 9],
"result" : "valid"
},
{
"tcId" : 1910,
"comment" : "y is maximal and (y + a) % radix**12 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "c5a981df3ed8de4a042ce9af99d434a9aad655f31addfd05",
"tweak" : "44656dfeff7c7a",
"msg" : [13, 12, 0, 17, 23, 19, 7, 7, 25, 21, 20, 13, 5, 6, 5, 20, 15, 12, 10, 4, 23, 23, 23, 10, 17],
"ct" : [15, 23, 5, 20, 25, 15, 5, 7, 4, 16, 15, 18, 23, 10, 14, 9, 25, 18, 11, 24, 17, 16, 18, 3, 16],
"result" : "valid"
},
{
"tcId" : 1911,
"comment" : "y is maximal and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "c5a981df3ed8de4a042ce9af99d434a9aad655f31addfd05",
"tweak" : "44656dfeff7c7a",
"msg" : [19, 16, 11, 12, 18, 0, 18, 6, 15, 13, 11, 22, 5, 6, 5, 20, 15, 12, 10, 4, 23, 23, 23, 10, 17],
"ct" : [0, 7, 13, 24, 16, 0, 16, 18, 20, 24, 1, 18, 14, 2, 5, 22, 12, 21, 14, 18, 15, 5, 21, 24, 2],
"result" : "valid"
},
{
"tcId" : 1912,
"comment" : "y is maximal and a is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "c5a981df3ed8de4a042ce9af99d434a9aad655f31addfd05",
"tweak" : "44656dfeff7c7a",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 5, 6, 5, 20, 15, 12, 10, 4, 23, 23, 23, 10, 17],
"ct" : [19, 10, 3, 10, 22, 13, 7, 3, 2, 6, 11, 2, 1, 24, 7, 13, 7, 20, 22, 14, 25, 9, 23, 15, 0],
"result" : "valid"
},
{
"tcId" : 1913,
"comment" : "y is edge case for modular reduction and a = 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "c5a981df3ed8de4a042ce9af99d434a9aad655f31addfd05",
"tweak" : "29215db8299a52",
"msg" : [23, 18, 11, 7, 15, 14, 21, 21, 15, 18, 7, 8, 14, 23, 12, 17, 18, 19, 25, 24, 11, 20, 6, 20, 22],
"ct" : [7, 25, 25, 2, 5, 23, 13, 22, 24, 14, 3, 17, 3, 22, 15, 9, 4, 20, 5, 19, 8, 6, 22, 18, 17],
"result" : "valid"
},
{
"tcId" : 1914,
"comment" : "y is edge case for modular reduction and a = 1 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "c5a981df3ed8de4a042ce9af99d434a9aad655f31addfd05",
"tweak" : "29215db8299a52",
"msg" : [0, 19, 7, 14, 11, 19, 2, 21, 10, 2, 10, 24, 8, 16, 5, 3, 17, 22, 0, 12, 8, 6, 13, 21, 2],
"ct" : [24, 25, 6, 6, 16, 2, 4, 8, 7, 0, 17, 21, 9, 21, 14, 21, 25, 21, 14, 22, 16, 7, 17, 5, 11],
"result" : "valid"
},
{
"tcId" : 1915,
"comment" : "y is edge case for modular reduction and (y + a) % radix**12 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "c5a981df3ed8de4a042ce9af99d434a9aad655f31addfd05",
"tweak" : "29215db8299a52",
"msg" : [17, 22, 19, 5, 19, 9, 17, 13, 5, 15, 13, 25, 25, 25, 0, 19, 16, 11, 4, 20, 25, 19, 11, 11, 24],
"ct" : [10, 5, 5, 11, 1, 20, 25, 20, 4, 10, 6, 6, 24, 8, 11, 6, 8, 3, 15, 18, 18, 15, 7, 5, 17],
"result" : "valid"
},
{
"tcId" : 1916,
"comment" : "y is edge case for modular reduction and (y + a) % radix**12 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "c5a981df3ed8de4a042ce9af99d434a9aad655f31addfd05",
"tweak" : "29215db8299a52",
"msg" : [14, 17, 12, 3, 18, 24, 18, 25, 0, 7, 7, 5, 7, 21, 7, 10, 24, 20, 3, 1, 23, 8, 13, 3, 23],
"ct" : [5, 17, 12, 2, 16, 10, 1, 11, 15, 17, 19, 13, 19, 25, 20, 15, 3, 17, 21, 14, 17, 22, 19, 25, 1],
"result" : "valid"
},
{
"tcId" : 1917,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "c5a981df3ed8de4a042ce9af99d434a9aad655f31addfd05",
"tweak" : "29215db8299a52",
"msg" : [11, 10, 5, 6, 10, 20, 20, 11, 6, 10, 21, 4, 0, 4, 2, 9, 2, 3, 24, 4, 18, 11, 9, 11, 4],
"ct" : [24, 11, 5, 12, 9, 1, 7, 25, 4, 25, 24, 13, 21, 25, 11, 7, 22, 13, 5, 20, 5, 22, 21, 8, 8],
"result" : "valid"
},
{
"tcId" : 1918,
"comment" : "y is edge case for modular reduction and a is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "c5a981df3ed8de4a042ce9af99d434a9aad655f31addfd05",
"tweak" : "29215db8299a52",
"msg" : [19, 11, 23, 16, 2, 23, 24, 10, 4, 14, 5, 9, 16, 24, 13, 24, 2, 19, 4, 17, 3, 6, 21, 10, 11],
"ct" : [14, 2, 3, 18, 14, 19, 14, 18, 13, 12, 14, 13, 2, 15, 0, 8, 24, 0, 8, 2, 23, 18, 15, 10, 5],
"result" : "valid"
},
{
"tcId" : 1919,
"comment" : "y is maximal after modular reduction and (y + a) % radix**12 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "c5a981df3ed8de4a042ce9af99d434a9aad655f31addfd05",
"tweak" : "70cfe1ff140dd1",
"msg" : [25, 17, 17, 9, 18, 6, 3, 21, 8, 22, 10, 22, 17, 2, 20, 0, 5, 20, 11, 14, 12, 20, 23, 11, 3],
"ct" : [16, 11, 18, 23, 2, 6, 0, 10, 11, 10, 16, 21, 17, 11, 3, 19, 16, 6, 24, 0, 16, 25, 12, 12, 12],
"result" : "valid"
},
{
"tcId" : 1920,
"comment" : "y is maximal after modular reduction and (y + a) % radix**12 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "c5a981df3ed8de4a042ce9af99d434a9aad655f31addfd05",
"tweak" : "70cfe1ff140dd1",
"msg" : [13, 0, 9, 5, 16, 15, 1, 19, 2, 7, 7, 7, 25, 22, 19, 25, 1, 18, 6, 2, 2, 2, 11, 20, 25],
"ct" : [5, 24, 18, 10, 9, 6, 2, 0, 17, 7, 23, 20, 18, 9, 2, 10, 12, 24, 23, 9, 11, 25, 4, 15, 12],
"result" : "valid"
},
{
"tcId" : 1921,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "c5a981df3ed8de4a042ce9af99d434a9aad655f31addfd05",
"tweak" : "70cfe1ff140dd1",
"msg" : [3, 24, 6, 12, 2, 24, 3, 11, 6, 9, 5, 15, 1, 0, 17, 17, 14, 11, 0, 25, 0, 24, 25, 5, 21],
"ct" : [23, 6, 17, 4, 8, 10, 13, 11, 2, 23, 20, 0, 9, 9, 2, 24, 12, 20, 16, 14, 1, 10, 12, 23, 24],
"result" : "valid"
},
{
"tcId" : 1922,
"comment" : "y is maximal after modular reduction and a is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "c5a981df3ed8de4a042ce9af99d434a9aad655f31addfd05",
"tweak" : "70cfe1ff140dd1",
"msg" : [7, 14, 4, 15, 23, 14, 22, 21, 8, 22, 23, 25, 22, 6, 14, 9, 6, 24, 18, 17, 22, 17, 13, 14, 12],
"ct" : [7, 9, 18, 21, 22, 22, 12, 8, 17, 17, 4, 7, 14, 15, 16, 6, 6, 14, 2, 4, 13, 24, 14, 1, 22],
"result" : "valid"
},
{
"tcId" : 1923,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "989c3e6ec86db3b5aeae309cdf63259252ca59dbd1119bf2",
"tweak" : "a8f9219e0b7563c0",
"msg" : [-1, 6, 15, 11, 9, 8, 5, 0, 23, 17, 25, 18, 13, 24, 20, 16, 11, 25, 15, 8, 1, 17, 23, 13, 0],
"ct" : [18, 7, 10, 14, 22, 7, 13, 23, 0, 3, 2, 4, 14, 24, 3, 14, 24, 8, 22, 18, 5, 6, 7, 13, 0],
"result" : "invalid"
},
{
"tcId" : 1924,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "989c3e6ec86db3b5aeae309cdf63259252ca59dbd1119bf2",
"tweak" : "a8f9219e0b7563c0",
"msg" : [11, 6, 15, 11, 9, 8, 5, 0, -1, 17, 25, 18, 13, 24, 20, 16, 11, 25, 15, 8, 1, 17, 23, 13, 0],
"ct" : [20, 6, 10, 9, 12, 12, 19, 14, 21, 1, 15, 4, 7, 10, 15, 22, 6, 15, 20, 11, 14, 3, 4, 7, 17],
"result" : "invalid"
},
{
"tcId" : 1925,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "989c3e6ec86db3b5aeae309cdf63259252ca59dbd1119bf2",
"tweak" : "a8f9219e0b7563c0",
"msg" : [11, 6, 15, 11, 9, 8, 5, 0, 23, 17, 25, 18, 13, 24, 20, 16, 11, 25, 15, 8, 1, 17, 23, 13, -1],
"ct" : [16, 22, 11, 1, 25, 21, 13, 5, 21, 23, 2, 11, 15, 7, 9, 22, 14, 15, 19, 14, 6, 1, 9, 14, 25],
"result" : "invalid"
},
{
"tcId" : 1926,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "9c63da09e56ea3f044bc61d59a280f527008894c1b9bfaf5",
"tweak" : "c8585ab0b4a11397",
"msg" : [26, 22, 17, 4, 20, 3, 15, 12, 7, 12, 1, 25, 19, 12, 11, 5, 14, 18, 18, 5, 3, 5, 3, 10, 14],
"ct" : [14, 4, 11, 13, 8, 15, 6, 16, 3, 5, 1, 2, 4, 5, 5, 23, 19, 7, 10, 4, 7, 12, 18, 18, 11],
"result" : "invalid"
},
{
"tcId" : 1927,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "9c63da09e56ea3f044bc61d59a280f527008894c1b9bfaf5",
"tweak" : "c8585ab0b4a11397",
"msg" : [12, 22, 17, 4, 20, 3, 15, 12, 26, 12, 1, 25, 19, 12, 11, 5, 14, 18, 18, 5, 3, 5, 3, 10, 14],
"ct" : [17, 3, 24, 14, 9, 21, 6, 14, 18, 14, 3, 17, 17, 22, 14, 24, 16, 16, 12, 12, 12, 12, 14, 11, 25],
"result" : "invalid"
},
{
"tcId" : 1928,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "9c63da09e56ea3f044bc61d59a280f527008894c1b9bfaf5",
"tweak" : "c8585ab0b4a11397",
"msg" : [12, 22, 17, 4, 20, 3, 15, 12, 7, 12, 1, 25, 19, 12, 11, 5, 14, 18, 18, 5, 3, 5, 3, 10, 26],
"ct" : [0, 20, 21, 9, 8, 23, 0, 25, 8, 7, 11, 5, 5, 23, 21, 10, 1, 16, 14, 7, 6, 4, 25, 10, 20],
"result" : "invalid"
}
]
},
{
"keySize" : 192,
"msgSize" : 26,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 1929,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "a08b283fbb882bc35ad665f439ba1ba3cb45faa7ef953e75",
"tweak" : "a8bad0d760a36482",
"msg" : [17, 7, 18, 8, 23, 17, 19, 17, 12, 5, 19, 16, 23, 23, 14, 21, 20, 19, 2, 12, 24, 14, 0, 11, 12, 13],
"ct" : [10, 12, 8, 6, 19, 2, 12, 6, 3, 4, 1, 4, 7, 3, 24, 6, 14, 18, 21, 5, 7, 21, 0, 17, 13, 7],
"result" : "valid"
},
{
"tcId" : 1930,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "fa1b283970f966c906876a3974388c12faa2779565ec8e71",
"tweak" : "426b9a1f79d8ed02",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [10, 9, 5, 13, 4, 3, 25, 21, 2, 7, 0, 2, 21, 24, 25, 4, 10, 14, 7, 21, 8, 4, 20, 1, 21, 22],
"result" : "valid"
},
{
"tcId" : 1931,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "fa1b283970f966c906876a3974388c12faa2779565ec8e71",
"tweak" : "426b9a1f79d8ed02",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"ct" : [11, 9, 12, 0, 9, 23, 17, 6, 0, 6, 23, 2, 21, 19, 22, 11, 16, 24, 2, 10, 13, 16, 10, 14, 0, 6],
"result" : "valid"
},
{
"tcId" : 1932,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "fa1b283970f966c906876a3974388c12faa2779565ec8e71",
"tweak" : "426b9a1f79d8ed02",
"msg" : [24, 4, 6, 3, 16, 4, 22, 12, 3, 2, 14, 15, 2, 24, 4, 6, 3, 16, 4, 22, 12, 3, 2, 14, 15, 2],
"ct" : [21, 11, 9, 6, 20, 25, 9, 2, 24, 15, 4, 3, 1, 8, 19, 16, 15, 15, 11, 12, 5, 17, 9, 6, 10, 17],
"result" : "valid"
},
{
"tcId" : 1933,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "fa1b283970f966c906876a3974388c12faa2779565ec8e71",
"tweak" : "426b9a1f79d8ed02",
"msg" : [24, 4, 6, 3, 16, 4, 22, 12, 3, 2, 14, 15, 1, 24, 4, 6, 3, 16, 4, 22, 12, 3, 2, 14, 15, 1],
"ct" : [21, 5, 12, 7, 15, 0, 24, 25, 14, 17, 16, 7, 11, 1, 24, 11, 0, 3, 2, 20, 9, 17, 16, 8, 9, 22],
"result" : "valid"
},
{
"tcId" : 1934,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "fa1b283970f966c906876a3974388c12faa2779565ec8e71",
"tweak" : "426b9a1f79d8ed02",
"msg" : [13, 18, 10, 17, 25, 19, 4, 7, 4, 7, 25, 9, 20, 13, 3, 13, 4, 9, 15, 5, 2, 4, 12, 11, 13, 22],
"ct" : [9, 11, 10, 11, 25, 21, 22, 18, 14, 19, 4, 24, 13, 0, 8, 8, 5, 10, 8, 20, 1, 7, 25, 14, 12, 0],
"result" : "valid"
},
{
"tcId" : 1935,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "fa1b283970f966c906876a3974388c12faa2779565ec8e71",
"tweak" : "426b9a1f79d8ed02",
"msg" : [18, 20, 23, 9, 19, 3, 1, 13, 19, 2, 13, 23, 4, 15, 23, 19, 22, 2, 12, 9, 14, 20, 20, 4, 2, 23],
"ct" : [13, 3, 0, 13, 4, 21, 0, 5, 13, 3, 21, 1, 20, 8, 2, 22, 7, 11, 20, 9, 15, 23, 7, 7, 9, 22],
"result" : "valid"
},
{
"tcId" : 1936,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "fa1b283970f966c906876a3974388c12faa2779565ec8e71",
"tweak" : "426b9a1f79d8ed02",
"msg" : [9, 25, 13, 19, 4, 20, 20, 25, 23, 15, 0, 2, 21, 19, 2, 2, 2, 3, 21, 4, 15, 10, 5, 12, 11, 19],
"ct" : [23, 4, 2, 3, 17, 11, 3, 17, 9, 11, 24, 13, 0, 15, 19, 8, 9, 19, 10, 18, 24, 4, 19, 16, 1, 24],
"result" : "valid"
},
{
"tcId" : 1937,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "fa1b283970f966c906876a3974388c12faa2779565ec8e71",
"tweak" : "426b9a1f79d8ed02",
"msg" : [17, 21, 9, 21, 2, 20, 21, 18, 11, 21, 2, 10, 3, 18, 6, 15, 10, 9, 16, 11, 16, 19, 3, 20, 21, 8],
"ct" : [11, 7, 19, 20, 6, 23, 15, 22, 17, 17, 25, 11, 21, 7, 7, 9, 7, 12, 24, 16, 17, 5, 4, 21, 22, 11],
"result" : "valid"
},
{
"tcId" : 1938,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "fa1b283970f966c906876a3974388c12faa2779565ec8e71",
"tweak" : "426b9a1f79d8ed02",
"msg" : [2, 21, 1, 4, 8, 21, 7, 9, 19, 8, 9, 7, 18, 7, 22, 7, 18, 25, 23, 12, 12, 20, 5, 20, 20, 4],
"ct" : [18, 22, 8, 13, 15, 11, 3, 12, 19, 12, 15, 3, 15, 5, 16, 13, 13, 23, 8, 15, 4, 15, 7, 14, 23, 6],
"result" : "valid"
},
{
"tcId" : 1939,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "fa1b283970f966c906876a3974388c12faa2779565ec8e71",
"tweak" : "426b9a1f79d8ed02",
"msg" : [2, 15, 15, 5, 4, 10, 18, 1, 14, 20, 13, 10, 15, 14, 20, 16, 16, 16, 15, 19, 19, 0, 24, 16, 6, 21],
"ct" : [16, 16, 25, 13, 18, 16, 17, 17, 3, 9, 13, 0, 22, 6, 21, 17, 0, 7, 19, 19, 24, 15, 1, 11, 15, 0],
"result" : "valid"
},
{
"tcId" : 1940,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "fa1b283970f966c906876a3974388c12faa2779565ec8e71",
"tweak" : "426b9a1f79d8ed02",
"msg" : [25, 4, 16, 12, 23, 6, 19, 21, 10, 21, 10, 3, 4, 16, 2, 2, 4, 21, 5, 25, 12, 21, 3, 19, 5, 12],
"ct" : [25, 0, 14, 24, 19, 19, 22, 7, 18, 8, 18, 9, 3, 2, 20, 19, 14, 3, 14, 23, 4, 0, 21, 5, 6, 0],
"result" : "valid"
},
{
"tcId" : 1941,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "fa1b283970f966c906876a3974388c12faa2779565ec8e71",
"tweak" : "426b9a1f79d8ed02",
"msg" : [0, 15, 24, 16, 16, 6, 16, 23, 5, 23, 24, 1, 0, 7, 22, 22, 4, 15, 21, 8, 10, 7, 1, 4, 5, 13],
"ct" : [8, 24, 4, 18, 21, 1, 11, 16, 20, 12, 1, 13, 2, 11, 14, 12, 3, 24, 18, 3, 1, 9, 20, 9, 17, 23],
"result" : "valid"
},
{
"tcId" : 1942,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "fa1b283970f966c906876a3974388c12faa2779565ec8e71",
"tweak" : "426b9a1f79d8ed02",
"msg" : [15, 21, 11, 3, 24, 17, 25, 15, 13, 5, 3, 2, 22, 4, 2, 10, 3, 25, 23, 19, 22, 1, 6, 8, 10, 15],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 1943,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "fa1b283970f966c906876a3974388c12faa2779565ec8e71",
"tweak" : "426b9a1f79d8ed02",
"msg" : [18, 8, 15, 10, 18, 16, 17, 21, 20, 11, 4, 13, 22, 5, 23, 6, 12, 20, 24, 9, 12, 2, 4, 3, 16, 18],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 1944,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "fa1b283970f966c906876a3974388c12faa2779565ec8e71",
"tweak" : "426b9a1f79d8ed02",
"msg" : [7, 14, 8, 22, 3, 14, 9, 19, 3, 19, 10, 14, 22, 17, 19, 13, 20, 3, 11, 1, 13, 4, 3, 11, 16, 2],
"ct" : [24, 4, 6, 3, 16, 4, 22, 12, 3, 2, 14, 15, 2, 24, 4, 6, 3, 16, 4, 22, 12, 3, 2, 14, 15, 2],
"result" : "valid"
},
{
"tcId" : 1945,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "fa1b283970f966c906876a3974388c12faa2779565ec8e71",
"tweak" : "426b9a1f79d8ed02",
"msg" : [5, 8, 12, 14, 25, 16, 5, 22, 3, 9, 9, 0, 7, 6, 14, 6, 8, 5, 23, 7, 11, 1, 3, 14, 2, 15],
"ct" : [24, 4, 6, 3, 16, 4, 22, 12, 3, 2, 14, 15, 1, 24, 4, 6, 3, 16, 4, 22, 12, 3, 2, 14, 15, 1],
"result" : "valid"
},
{
"tcId" : 1946,
"comment" : "y = 0 and (y + a) % radix**13 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "2f84a18b0b7abce84d7bbff04f9de16eb7d4bd9ffa1a4f1f",
"tweak" : "c70ca99f32735c",
"msg" : [11, 21, 24, 6, 0, 18, 16, 8, 3, 20, 13, 21, 15, 17, 3, 15, 4, 19, 13, 24, 24, 12, 3, 12, 19, 2],
"ct" : [8, 12, 13, 17, 17, 8, 19, 15, 2, 8, 20, 7, 0, 18, 4, 5, 0, 7, 6, 5, 10, 12, 25, 20, 21, 3],
"result" : "valid"
},
{
"tcId" : 1947,
"comment" : "y = 0 and a = 1 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "2f84a18b0b7abce84d7bbff04f9de16eb7d4bd9ffa1a4f1f",
"tweak" : "c70ca99f32735c",
"msg" : [4, 15, 4, 21, 19, 17, 25, 4, 21, 1, 5, 16, 6, 21, 11, 11, 3, 24, 22, 3, 5, 4, 2, 19, 17, 0],
"ct" : [0, 4, 12, 24, 10, 23, 19, 1, 22, 24, 11, 0, 22, 5, 3, 10, 22, 19, 24, 25, 10, 25, 21, 25, 16, 11],
"result" : "valid"
},
{
"tcId" : 1948,
"comment" : "y = 0 and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "2f84a18b0b7abce84d7bbff04f9de16eb7d4bd9ffa1a4f1f",
"tweak" : "c70ca99f32735c",
"msg" : [9, 9, 25, 6, 2, 22, 23, 5, 2, 2, 8, 19, 18, 25, 23, 13, 14, 5, 25, 17, 25, 2, 6, 21, 6, 7],
"ct" : [11, 21, 20, 12, 19, 25, 8, 25, 18, 21, 15, 3, 23, 18, 19, 13, 21, 15, 18, 8, 20, 21, 24, 24, 13, 12],
"result" : "valid"
},
{
"tcId" : 1949,
"comment" : "y = 0 and (y + a) % radix**13 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "2f84a18b0b7abce84d7bbff04f9de16eb7d4bd9ffa1a4f1f",
"tweak" : "c70ca99f32735c",
"msg" : [3, 7, 14, 22, 16, 25, 8, 23, 10, 5, 23, 9, 12, 22, 16, 9, 16, 17, 21, 11, 20, 11, 14, 14, 1, 17],
"ct" : [9, 23, 7, 1, 7, 19, 2, 20, 12, 1, 23, 19, 20, 9, 6, 13, 0, 17, 1, 21, 1, 22, 5, 4, 21, 21],
"result" : "valid"
},
{
"tcId" : 1950,
"comment" : "y = 1 and a = 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "2f84a18b0b7abce84d7bbff04f9de16eb7d4bd9ffa1a4f1f",
"tweak" : "3de47f9dfe1a73",
"msg" : [22, 23, 12, 5, 1, 16, 12, 23, 17, 15, 22, 0, 1, 11, 22, 24, 9, 17, 6, 9, 8, 12, 3, 7, 20, 9],
"ct" : [16, 16, 16, 3, 19, 5, 3, 9, 3, 16, 9, 0, 23, 3, 3, 17, 10, 24, 20, 12, 24, 0, 6, 4, 10, 19],
"result" : "valid"
},
{
"tcId" : 1951,
"comment" : "y = 1 and a = 1 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "2f84a18b0b7abce84d7bbff04f9de16eb7d4bd9ffa1a4f1f",
"tweak" : "3de47f9dfe1a73",
"msg" : [10, 25, 21, 11, 6, 6, 23, 14, 18, 24, 22, 10, 21, 11, 3, 0, 0, 2, 21, 24, 3, 16, 25, 20, 13, 22],
"ct" : [1, 3, 15, 8, 21, 7, 3, 10, 23, 9, 0, 2, 21, 2, 18, 16, 18, 0, 12, 20, 25, 15, 11, 10, 8, 3],
"result" : "valid"
},
{
"tcId" : 1952,
"comment" : "y = 1 and a has large Hamming weight in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "2f84a18b0b7abce84d7bbff04f9de16eb7d4bd9ffa1a4f1f",
"tweak" : "3de47f9dfe1a73",
"msg" : [8, 23, 1, 6, 8, 10, 23, 23, 11, 0, 8, 8, 15, 6, 23, 21, 1, 19, 25, 8, 20, 18, 1, 13, 24, 7],
"ct" : [10, 13, 3, 19, 12, 22, 0, 0, 25, 23, 16, 11, 24, 9, 5, 8, 4, 13, 8, 14, 9, 11, 20, 6, 24, 12],
"result" : "valid"
},
{
"tcId" : 1953,
"comment" : "y = 1 and (y + a) % radix**13 is maximal in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "2f84a18b0b7abce84d7bbff04f9de16eb7d4bd9ffa1a4f1f",
"tweak" : "3de47f9dfe1a73",
"msg" : [6, 25, 15, 21, 16, 21, 14, 4, 0, 9, 11, 21, 8, 18, 11, 18, 21, 5, 22, 13, 20, 13, 15, 0, 0, 0],
"ct" : [12, 19, 6, 2, 7, 14, 4, 2, 1, 14, 4, 8, 9, 7, 19, 14, 17, 2, 25, 2, 16, 2, 5, 18, 14, 16],
"result" : "valid"
},
{
"tcId" : 1954,
"comment" : "y = 1 and (y + a) % radix**13 == 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "2f84a18b0b7abce84d7bbff04f9de16eb7d4bd9ffa1a4f1f",
"tweak" : "3de47f9dfe1a73",
"msg" : [9, 11, 21, 4, 8, 5, 14, 16, 24, 14, 16, 24, 17, 16, 13, 8, 16, 16, 12, 20, 18, 8, 24, 18, 12, 1],
"ct" : [3, 6, 5, 21, 19, 6, 25, 4, 20, 20, 11, 13, 11, 9, 25, 0, 15, 13, 10, 18, 15, 10, 16, 12, 12, 13],
"result" : "valid"
},
{
"tcId" : 1955,
"comment" : "y is maximal and a = 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "2f84a18b0b7abce84d7bbff04f9de16eb7d4bd9ffa1a4f1f",
"tweak" : "e2abc473988c54",
"msg" : [17, 16, 23, 10, 15, 8, 7, 5, 9, 6, 15, 20, 2, 9, 9, 10, 21, 19, 4, 20, 10, 9, 13, 0, 19, 0],
"ct" : [8, 12, 13, 25, 8, 2, 6, 18, 18, 0, 4, 5, 13, 15, 6, 15, 0, 18, 24, 19, 14, 18, 24, 15, 2, 23],
"result" : "valid"
},
{
"tcId" : 1956,
"comment" : "y is maximal and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "2f84a18b0b7abce84d7bbff04f9de16eb7d4bd9ffa1a4f1f",
"tweak" : "e2abc473988c54",
"msg" : [21, 6, 25, 4, 4, 23, 7, 0, 20, 17, 23, 0, 8, 11, 14, 1, 10, 20, 21, 9, 3, 12, 14, 5, 9, 25],
"ct" : [8, 12, 13, 25, 8, 2, 6, 18, 18, 0, 4, 5, 14, 9, 11, 20, 25, 14, 25, 1, 12, 4, 4, 25, 8, 11],
"result" : "valid"
},
{
"tcId" : 1957,
"comment" : "y is maximal and (y + a) % radix**13 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "2f84a18b0b7abce84d7bbff04f9de16eb7d4bd9ffa1a4f1f",
"tweak" : "e2abc473988c54",
"msg" : [23, 5, 0, 11, 23, 18, 21, 15, 1, 15, 24, 0, 14, 14, 13, 22, 24, 12, 7, 0, 3, 6, 19, 24, 15, 16],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 20, 17, 21, 25, 14, 17, 12, 12, 1, 16, 17, 3, 25],
"result" : "valid"
},
{
"tcId" : 1958,
"comment" : "y is maximal and (y + a) % radix**13 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "2f84a18b0b7abce84d7bbff04f9de16eb7d4bd9ffa1a4f1f",
"tweak" : "e2abc473988c54",
"msg" : [6, 14, 17, 15, 6, 22, 25, 10, 0, 15, 16, 20, 17, 15, 23, 6, 23, 20, 2, 1, 13, 6, 0, 2, 10, 10],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 12, 21, 2, 18, 5, 10, 16, 2, 2, 16, 22, 16],
"result" : "valid"
},
{
"tcId" : 1959,
"comment" : "y is maximal and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "2f84a18b0b7abce84d7bbff04f9de16eb7d4bd9ffa1a4f1f",
"tweak" : "e2abc473988c54",
"msg" : [1, 14, 25, 16, 4, 25, 20, 23, 5, 11, 14, 10, 7, 14, 25, 5, 1, 18, 25, 3, 0, 25, 9, 21, 11, 2],
"ct" : [6, 16, 20, 2, 24, 7, 3, 4, 21, 2, 18, 20, 15, 9, 22, 22, 0, 3, 25, 19, 18, 18, 19, 3, 24, 17],
"result" : "valid"
},
{
"tcId" : 1960,
"comment" : "y is maximal and a is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "2f84a18b0b7abce84d7bbff04f9de16eb7d4bd9ffa1a4f1f",
"tweak" : "e2abc473988c54",
"msg" : [14, 20, 10, 15, 0, 5, 21, 16, 24, 11, 15, 9, 8, 22, 25, 6, 16, 16, 8, 5, 13, 0, 9, 3, 24, 14],
"ct" : [8, 12, 13, 25, 8, 2, 6, 18, 18, 0, 4, 5, 12, 19, 8, 16, 19, 17, 14, 15, 16, 18, 9, 16, 0, 20],
"result" : "valid"
},
{
"tcId" : 1961,
"comment" : "y is edge case for modular reduction and a = 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "2f84a18b0b7abce84d7bbff04f9de16eb7d4bd9ffa1a4f1f",
"tweak" : "7552218c57ff91",
"msg" : [15, 1, 24, 0, 11, 2, 7, 12, 15, 19, 11, 22, 18, 19, 20, 11, 14, 18, 10, 10, 22, 0, 20, 8, 18, 25],
"ct" : [24, 1, 21, 23, 3, 19, 14, 21, 4, 21, 2, 1, 8, 8, 12, 13, 25, 8, 2, 6, 18, 18, 0, 4, 5, 0],
"result" : "valid"
},
{
"tcId" : 1962,
"comment" : "y is edge case for modular reduction and a = 1 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "2f84a18b0b7abce84d7bbff04f9de16eb7d4bd9ffa1a4f1f",
"tweak" : "7552218c57ff91",
"msg" : [3, 18, 24, 8, 13, 4, 6, 6, 18, 1, 10, 13, 8, 20, 10, 5, 5, 19, 17, 5, 21, 18, 25, 19, 6, 4],
"ct" : [24, 1, 21, 23, 3, 19, 14, 21, 4, 21, 2, 1, 8, 8, 12, 13, 25, 8, 2, 6, 18, 18, 0, 4, 5, 1],
"result" : "valid"
},
{
"tcId" : 1963,
"comment" : "y is edge case for modular reduction and (y + a) % radix**13 is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "2f84a18b0b7abce84d7bbff04f9de16eb7d4bd9ffa1a4f1f",
"tweak" : "7552218c57ff91",
"msg" : [11, 25, 1, 8, 24, 21, 4, 17, 1, 17, 5, 5, 0, 23, 23, 0, 12, 20, 13, 17, 15, 4, 14, 19, 15, 8],
"ct" : [24, 1, 21, 23, 3, 19, 14, 21, 4, 21, 2, 1, 8, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 1964,
"comment" : "y is edge case for modular reduction and (y + a) % radix**13 == 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "2f84a18b0b7abce84d7bbff04f9de16eb7d4bd9ffa1a4f1f",
"tweak" : "7552218c57ff91",
"msg" : [0, 13, 3, 15, 5, 24, 8, 5, 5, 25, 3, 11, 5, 6, 23, 11, 22, 8, 22, 8, 16, 21, 5, 24, 24, 18],
"ct" : [24, 1, 21, 23, 3, 19, 14, 21, 4, 21, 2, 1, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 1965,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "2f84a18b0b7abce84d7bbff04f9de16eb7d4bd9ffa1a4f1f",
"tweak" : "7552218c57ff91",
"msg" : [21, 16, 16, 13, 11, 7, 0, 4, 14, 18, 5, 11, 13, 5, 16, 14, 0, 5, 5, 22, 3, 19, 22, 11, 0, 5],
"ct" : [24, 1, 21, 23, 3, 19, 14, 21, 4, 21, 2, 1, 8, 6, 16, 20, 2, 24, 7, 3, 4, 21, 2, 18, 20, 2],
"result" : "valid"
},
{
"tcId" : 1966,
"comment" : "y is edge case for modular reduction and a is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "2f84a18b0b7abce84d7bbff04f9de16eb7d4bd9ffa1a4f1f",
"tweak" : "7552218c57ff91",
"msg" : [20, 23, 7, 18, 6, 1, 24, 20, 14, 21, 15, 5, 0, 15, 18, 19, 23, 6, 21, 16, 3, 25, 15, 24, 0, 2],
"ct" : [24, 1, 21, 23, 3, 19, 14, 21, 4, 21, 2, 1, 8, 8, 12, 13, 25, 8, 2, 6, 18, 18, 0, 4, 4, 25],
"result" : "valid"
},
{
"tcId" : 1967,
"comment" : "y is maximal after modular reduction and (y + a) % radix**13 is maximal in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "2f84a18b0b7abce84d7bbff04f9de16eb7d4bd9ffa1a4f1f",
"tweak" : "c42b3dd7b54abb",
"msg" : [9, 4, 22, 15, 11, 24, 24, 21, 10, 5, 10, 9, 4, 3, 1, 18, 24, 23, 16, 10, 3, 3, 4, 12, 15, 11],
"ct" : [12, 0, 22, 3, 20, 2, 0, 9, 14, 0, 24, 8, 8, 24, 15, 0, 14, 12, 23, 10, 16, 11, 13, 17, 23, 12],
"result" : "valid"
},
{
"tcId" : 1968,
"comment" : "y is maximal after modular reduction and (y + a) % radix**13 == 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "2f84a18b0b7abce84d7bbff04f9de16eb7d4bd9ffa1a4f1f",
"tweak" : "c42b3dd7b54abb",
"msg" : [15, 19, 9, 7, 16, 22, 21, 21, 13, 8, 8, 23, 18, 11, 5, 10, 3, 7, 18, 20, 17, 18, 14, 12, 23, 8],
"ct" : [6, 4, 2, 21, 13, 20, 21, 22, 1, 18, 5, 24, 14, 19, 6, 5, 1, 22, 22, 13, 3, 1, 4, 14, 13, 21],
"result" : "valid"
},
{
"tcId" : 1969,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "2f84a18b0b7abce84d7bbff04f9de16eb7d4bd9ffa1a4f1f",
"tweak" : "c42b3dd7b54abb",
"msg" : [14, 10, 6, 1, 17, 22, 20, 21, 12, 4, 20, 24, 22, 22, 24, 12, 20, 3, 6, 20, 18, 12, 10, 11, 14, 13],
"ct" : [6, 22, 17, 14, 4, 8, 1, 18, 4, 21, 6, 0, 16, 2, 19, 17, 17, 8, 19, 2, 14, 5, 14, 24, 23, 15],
"result" : "valid"
},
{
"tcId" : 1970,
"comment" : "y is maximal after modular reduction and a is maximal in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "2f84a18b0b7abce84d7bbff04f9de16eb7d4bd9ffa1a4f1f",
"tweak" : "c42b3dd7b54abb",
"msg" : [5, 15, 9, 2, 19, 1, 3, 8, 14, 6, 17, 22, 14, 10, 22, 0, 14, 14, 25, 19, 5, 1, 2, 23, 1, 16],
"ct" : [7, 3, 13, 19, 24, 3, 12, 14, 21, 5, 24, 2, 18, 14, 10, 24, 12, 22, 22, 25, 20, 14, 24, 15, 17, 0],
"result" : "valid"
},
{
"tcId" : 1971,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "a0b4aea2221a9c58952786987b6491a1b6531c2d57fc800e",
"tweak" : "21b6844cc07d6f4f",
"msg" : [-1, 17, 7, 6, 9, 25, 5, 8, 23, 10, 19, 2, 11, 23, 4, 15, 24, 13, 21, 13, 0, 4, 1, 6, 4, 20],
"ct" : [9, 10, 17, 22, 11, 12, 16, 6, 3, 1, 22, 9, 10, 25, 11, 21, 22, 9, 0, 0, 0, 21, 14, 23, 12, 1],
"result" : "invalid"
},
{
"tcId" : 1972,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "a0b4aea2221a9c58952786987b6491a1b6531c2d57fc800e",
"tweak" : "21b6844cc07d6f4f",
"msg" : [13, 17, 7, 6, 9, 25, 5, 8, -1, 10, 19, 2, 11, 23, 4, 15, 24, 13, 21, 13, 0, 4, 1, 6, 4, 20],
"ct" : [12, 18, 25, 13, 5, 11, 10, 25, 3, 14, 9, 6, 23, 12, 20, 7, 20, 22, 17, 13, 19, 13, 0, 0, 25, 16],
"result" : "invalid"
},
{
"tcId" : 1973,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "a0b4aea2221a9c58952786987b6491a1b6531c2d57fc800e",
"tweak" : "21b6844cc07d6f4f",
"msg" : [13, 17, 7, 6, 9, 25, 5, 8, 23, 10, 19, 2, 11, 23, 4, 15, 24, 13, 21, 13, 0, 4, 1, 6, 4, -1],
"ct" : [4, 19, 22, 17, 17, 19, 17, 3, 5, 18, 7, 14, 17, 16, 15, 11, 19, 24, 5, 0, 5, 15, 0, 9, 25, 14],
"result" : "invalid"
},
{
"tcId" : 1974,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "a6c595adfea8ca4e679ce66d95d6985f049d8272d73bea27",
"tweak" : "f0d311f9b81c7bc9",
"msg" : [26, 17, 2, 7, 2, 2, 21, 2, 2, 21, 8, 22, 22, 6, 22, 0, 23, 15, 17, 1, 4, 14, 19, 21, 18, 18],
"ct" : [13, 19, 15, 18, 22, 7, 13, 20, 13, 6, 9, 14, 15, 2, 15, 23, 5, 14, 16, 14, 0, 21, 1, 24, 4, 11],
"result" : "invalid"
},
{
"tcId" : 1975,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "a6c595adfea8ca4e679ce66d95d6985f049d8272d73bea27",
"tweak" : "f0d311f9b81c7bc9",
"msg" : [9, 17, 2, 7, 2, 2, 21, 2, 26, 21, 8, 22, 22, 6, 22, 0, 23, 15, 17, 1, 4, 14, 19, 21, 18, 18],
"ct" : [2, 25, 6, 13, 20, 16, 21, 15, 4, 22, 8, 22, 2, 1, 9, 20, 15, 2, 0, 24, 6, 20, 7, 1, 6, 1],
"result" : "invalid"
},
{
"tcId" : 1976,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "a6c595adfea8ca4e679ce66d95d6985f049d8272d73bea27",
"tweak" : "f0d311f9b81c7bc9",
"msg" : [9, 17, 2, 7, 2, 2, 21, 2, 2, 21, 8, 22, 22, 6, 22, 0, 23, 15, 17, 1, 4, 14, 19, 21, 18, 26],
"ct" : [7, 4, 12, 20, 3, 20, 14, 18, 12, 17, 8, 13, 13, 23, 19, 13, 19, 8, 10, 9, 23, 5, 11, 12, 18, 9],
"result" : "invalid"
}
]
},
{
"keySize" : 192,
"msgSize" : 27,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 1977,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "bc8a31cd3bf14b148eb6519268b2bd472de9cce165061efd",
"tweak" : "f62b70082bb992d2",
"msg" : [24, 13, 13, 25, 1, 5, 24, 1, 4, 8, 8, 25, 10, 0, 16, 22, 21, 2, 0, 4, 5, 22, 16, 15, 0, 19, 23],
"ct" : [19, 8, 8, 5, 3, 23, 5, 5, 0, 3, 9, 5, 4, 22, 11, 0, 12, 15, 14, 2, 17, 5, 13, 25, 13, 0, 2],
"result" : "valid"
},
{
"tcId" : 1978,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "1f30bcaa40cae0bb1fcf27b7cb7aeca3413649e5af87383c",
"tweak" : "0d5ef9de5db3c525",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [13, 18, 7, 10, 18, 13, 4, 20, 7, 13, 2, 18, 2, 16, 15, 1, 11, 15, 25, 7, 21, 22, 8, 10, 9, 4, 12],
"result" : "valid"
},
{
"tcId" : 1979,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "1f30bcaa40cae0bb1fcf27b7cb7aeca3413649e5af87383c",
"tweak" : "0d5ef9de5db3c525",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"ct" : [3, 22, 19, 8, 2, 25, 10, 18, 24, 25, 10, 20, 21, 7, 8, 3, 24, 0, 23, 19, 16, 16, 1, 22, 24, 21, 2],
"result" : "valid"
},
{
"tcId" : 1980,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "1f30bcaa40cae0bb1fcf27b7cb7aeca3413649e5af87383c",
"tweak" : "0d5ef9de5db3c525",
"msg" : [24, 4, 6, 3, 16, 4, 22, 12, 3, 2, 14, 15, 2, 14, 22, 15, 20, 5, 24, 25, 21, 11, 23, 14, 25, 7, 6],
"ct" : [6, 9, 0, 9, 17, 7, 4, 10, 11, 15, 6, 2, 22, 24, 4, 1, 11, 23, 16, 17, 18, 13, 4, 10, 22, 3, 24],
"result" : "valid"
},
{
"tcId" : 1981,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "1f30bcaa40cae0bb1fcf27b7cb7aeca3413649e5af87383c",
"tweak" : "0d5ef9de5db3c525",
"msg" : [24, 4, 6, 3, 16, 4, 22, 12, 3, 2, 14, 15, 1, 14, 22, 15, 20, 5, 24, 25, 21, 11, 23, 14, 25, 7, 5],
"ct" : [0, 24, 9, 13, 15, 6, 2, 25, 4, 8, 21, 14, 8, 20, 12, 4, 18, 6, 12, 21, 9, 25, 16, 25, 10, 1, 7],
"result" : "valid"
},
{
"tcId" : 1982,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "1f30bcaa40cae0bb1fcf27b7cb7aeca3413649e5af87383c",
"tweak" : "0d5ef9de5db3c525",
"msg" : [25, 5, 4, 11, 24, 10, 3, 1, 14, 15, 1, 3, 18, 25, 8, 19, 19, 18, 18, 5, 6, 11, 13, 24, 8, 22, 11],
"ct" : [1, 2, 6, 3, 24, 6, 11, 12, 15, 15, 0, 7, 16, 20, 10, 23, 2, 6, 15, 10, 13, 20, 18, 7, 16, 20, 22],
"result" : "valid"
},
{
"tcId" : 1983,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "1f30bcaa40cae0bb1fcf27b7cb7aeca3413649e5af87383c",
"tweak" : "0d5ef9de5db3c525",
"msg" : [22, 1, 16, 9, 22, 12, 12, 1, 16, 13, 14, 12, 16, 17, 13, 25, 12, 10, 3, 22, 14, 16, 22, 5, 9, 20, 23],
"ct" : [6, 16, 23, 11, 8, 6, 3, 13, 23, 11, 18, 15, 10, 3, 20, 16, 3, 0, 2, 2, 19, 11, 0, 12, 15, 8, 14],
"result" : "valid"
},
{
"tcId" : 1984,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "1f30bcaa40cae0bb1fcf27b7cb7aeca3413649e5af87383c",
"tweak" : "0d5ef9de5db3c525",
"msg" : [20, 8, 23, 0, 21, 8, 9, 11, 20, 0, 1, 17, 23, 4, 8, 8, 2, 0, 7, 1, 3, 21, 3, 11, 4, 3, 15],
"ct" : [2, 21, 5, 6, 15, 3, 5, 0, 2, 8, 2, 6, 18, 11, 12, 21, 1, 21, 5, 9, 22, 6, 16, 4, 24, 0, 21],
"result" : "valid"
},
{
"tcId" : 1985,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "1f30bcaa40cae0bb1fcf27b7cb7aeca3413649e5af87383c",
"tweak" : "0d5ef9de5db3c525",
"msg" : [9, 24, 6, 5, 15, 15, 14, 18, 3, 5, 19, 6, 15, 4, 25, 24, 13, 22, 23, 17, 1, 15, 17, 23, 7, 3, 18],
"ct" : [19, 17, 9, 0, 6, 10, 14, 22, 9, 4, 23, 25, 6, 3, 7, 4, 22, 23, 7, 15, 25, 11, 25, 4, 7, 1, 19],
"result" : "valid"
},
{
"tcId" : 1986,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "1f30bcaa40cae0bb1fcf27b7cb7aeca3413649e5af87383c",
"tweak" : "0d5ef9de5db3c525",
"msg" : [0, 18, 23, 1, 23, 12, 16, 6, 12, 8, 8, 11, 17, 16, 8, 4, 1, 16, 5, 9, 12, 12, 3, 7, 23, 13, 18],
"ct" : [5, 15, 10, 15, 8, 7, 0, 7, 15, 10, 24, 5, 13, 14, 23, 2, 12, 16, 16, 19, 18, 10, 9, 7, 5, 15, 4],
"result" : "valid"
},
{
"tcId" : 1987,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "1f30bcaa40cae0bb1fcf27b7cb7aeca3413649e5af87383c",
"tweak" : "0d5ef9de5db3c525",
"msg" : [23, 3, 3, 21, 7, 19, 0, 20, 15, 1, 23, 6, 17, 19, 4, 6, 9, 22, 16, 21, 13, 10, 17, 25, 13, 25, 8],
"ct" : [15, 2, 14, 6, 9, 13, 22, 20, 9, 16, 8, 3, 12, 20, 11, 24, 13, 22, 19, 3, 25, 4, 22, 3, 25, 11, 19],
"result" : "valid"
},
{
"tcId" : 1988,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "1f30bcaa40cae0bb1fcf27b7cb7aeca3413649e5af87383c",
"tweak" : "0d5ef9de5db3c525",
"msg" : [24, 23, 21, 15, 1, 16, 6, 2, 6, 14, 5, 3, 11, 18, 23, 13, 15, 13, 11, 18, 12, 1, 19, 4, 7, 23, 6],
"ct" : [14, 6, 4, 15, 11, 18, 17, 5, 15, 1, 10, 11, 22, 18, 7, 11, 25, 18, 25, 16, 7, 20, 14, 19, 18, 1, 3],
"result" : "valid"
},
{
"tcId" : 1989,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "1f30bcaa40cae0bb1fcf27b7cb7aeca3413649e5af87383c",
"tweak" : "0d5ef9de5db3c525",
"msg" : [3, 2, 16, 17, 6, 7, 24, 5, 0, 24, 23, 5, 7, 13, 1, 5, 23, 24, 22, 3, 23, 16, 25, 15, 6, 17, 10],
"ct" : [5, 0, 24, 23, 2, 16, 10, 23, 0, 9, 20, 17, 19, 9, 19, 15, 18, 22, 6, 5, 13, 22, 21, 14, 23, 22, 12],
"result" : "valid"
},
{
"tcId" : 1990,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "1f30bcaa40cae0bb1fcf27b7cb7aeca3413649e5af87383c",
"tweak" : "0d5ef9de5db3c525",
"msg" : [0, 8, 20, 23, 4, 25, 21, 8, 8, 25, 14, 4, 8, 11, 15, 5, 24, 6, 12, 9, 13, 5, 10, 19, 10, 9, 12],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 1991,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "1f30bcaa40cae0bb1fcf27b7cb7aeca3413649e5af87383c",
"tweak" : "0d5ef9de5db3c525",
"msg" : [21, 8, 23, 5, 1, 14, 15, 3, 25, 17, 10, 11, 7, 9, 19, 21, 25, 2, 6, 14, 9, 0, 1, 3, 19, 16, 3],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 1992,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "1f30bcaa40cae0bb1fcf27b7cb7aeca3413649e5af87383c",
"tweak" : "0d5ef9de5db3c525",
"msg" : [13, 11, 0, 5, 21, 25, 24, 10, 25, 10, 25, 24, 18, 9, 23, 2, 17, 16, 5, 2, 5, 23, 4, 22, 8, 21, 7],
"ct" : [24, 4, 6, 3, 16, 4, 22, 12, 3, 2, 14, 15, 2, 14, 22, 15, 20, 5, 24, 25, 21, 11, 23, 14, 25, 7, 6],
"result" : "valid"
},
{
"tcId" : 1993,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "1f30bcaa40cae0bb1fcf27b7cb7aeca3413649e5af87383c",
"tweak" : "0d5ef9de5db3c525",
"msg" : [3, 11, 1, 25, 11, 3, 12, 17, 12, 17, 8, 10, 12, 8, 13, 20, 11, 6, 6, 10, 14, 6, 13, 13, 21, 18, 6],
"ct" : [24, 4, 6, 3, 16, 4, 22, 12, 3, 2, 14, 15, 1, 14, 22, 15, 20, 5, 24, 25, 21, 11, 23, 14, 25, 7, 5],
"result" : "valid"
},
{
"tcId" : 1994,
"comment" : "y = 0 and (y + a) % radix**13 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "d88c875cd6c37f652a5de0a668572f62286985e0cc84ce6c",
"tweak" : "f9fc8385c7d6b7f4222a947594fa5c0f389e9dfc18fb",
"msg" : [20, 1, 2, 13, 10, 3, 2, 16, 17, 4, 3, 18, 3, 25, 8, 25, 14, 20, 3, 8, 0, 18, 11, 10, 4, 2, 2],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 9, 16, 10, 11, 3, 23, 5, 25, 11, 24, 0, 10, 5],
"result" : "valid"
},
{
"tcId" : 1995,
"comment" : "y = 0 and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "d88c875cd6c37f652a5de0a668572f62286985e0cc84ce6c",
"tweak" : "f9fc8385c7d6b7f4222a947594fa5c0f389e9dfc18fb",
"msg" : [3, 3, 14, 22, 10, 10, 13, 17, 9, 13, 17, 9, 17, 9, 21, 22, 20, 9, 7, 24, 0, 21, 5, 20, 6, 8, 23],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 18, 20, 20, 24, 6, 18, 22, 5, 0, 20, 0, 20, 17, 0],
"result" : "valid"
},
{
"tcId" : 1996,
"comment" : "y = 0 and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "d88c875cd6c37f652a5de0a668572f62286985e0cc84ce6c",
"tweak" : "f9fc8385c7d6b7f4222a947594fa5c0f389e9dfc18fb",
"msg" : [18, 8, 3, 0, 3, 14, 19, 2, 3, 9, 10, 7, 11, 6, 1, 14, 1, 12, 4, 18, 7, 1, 21, 16, 17, 12, 25],
"ct" : [24, 4, 6, 3, 16, 4, 22, 12, 3, 2, 14, 15, 2, 17, 2, 12, 11, 8, 13, 16, 2, 10, 7, 25, 19, 21, 8],
"result" : "valid"
},
{
"tcId" : 1997,
"comment" : "y = 0 and (y + a) % radix**13 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "d88c875cd6c37f652a5de0a668572f62286985e0cc84ce6c",
"tweak" : "f9fc8385c7d6b7f4222a947594fa5c0f389e9dfc18fb",
"msg" : [24, 7, 0, 10, 19, 14, 8, 16, 12, 12, 2, 19, 21, 17, 14, 4, 18, 5, 14, 11, 11, 22, 19, 3, 7, 1, 24],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 4, 17, 4, 7, 3, 15, 24, 10, 1, 2, 24, 20, 24, 6],
"result" : "valid"
},
{
"tcId" : 1998,
"comment" : "y = 1 and a = 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "d88c875cd6c37f652a5de0a668572f62286985e0cc84ce6c",
"tweak" : "6addf0048e91afd0572cf84726bc77b1a17f2f702d6c",
"msg" : [8, 8, 2, 16, 16, 11, 8, 8, 5, 8, 24, 23, 9, 9, 21, 8, 14, 3, 15, 2, 4, 13, 3, 18, 5, 21, 21],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 15, 14, 20, 16, 2, 5, 16, 1, 12, 22, 14, 5, 2, 15],
"result" : "valid"
},
{
"tcId" : 1999,
"comment" : "y = 1 and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "d88c875cd6c37f652a5de0a668572f62286985e0cc84ce6c",
"tweak" : "6addf0048e91afd0572cf84726bc77b1a17f2f702d6c",
"msg" : [12, 17, 16, 4, 22, 14, 1, 17, 10, 5, 23, 5, 7, 18, 7, 7, 14, 19, 23, 13, 15, 9, 9, 20, 20, 22, 16],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 3, 2, 0, 18, 20, 0, 4, 11, 19, 7, 11, 3, 12, 3],
"result" : "valid"
},
{
"tcId" : 2000,
"comment" : "y = 1 and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "d88c875cd6c37f652a5de0a668572f62286985e0cc84ce6c",
"tweak" : "6addf0048e91afd0572cf84726bc77b1a17f2f702d6c",
"msg" : [1, 7, 25, 14, 14, 2, 8, 24, 1, 1, 22, 20, 15, 10, 2, 13, 25, 13, 18, 1, 3, 13, 7, 11, 7, 25, 16],
"ct" : [24, 4, 6, 3, 16, 4, 22, 12, 3, 2, 14, 15, 3, 6, 25, 12, 22, 14, 2, 3, 18, 15, 4, 20, 12, 18, 0],
"result" : "valid"
},
{
"tcId" : 2001,
"comment" : "y = 1 and (y + a) % radix**13 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "d88c875cd6c37f652a5de0a668572f62286985e0cc84ce6c",
"tweak" : "6addf0048e91afd0572cf84726bc77b1a17f2f702d6c",
"msg" : [0, 11, 10, 18, 6, 21, 18, 6, 13, 18, 15, 1, 21, 22, 15, 16, 18, 8, 17, 5, 20, 20, 7, 8, 6, 0, 2],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 13, 3, 16, 14, 21, 1, 16, 24, 24, 9, 21, 3, 22, 5],
"result" : "valid"
},
{
"tcId" : 2002,
"comment" : "y = 1 and (y + a) % radix**13 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "d88c875cd6c37f652a5de0a668572f62286985e0cc84ce6c",
"tweak" : "6addf0048e91afd0572cf84726bc77b1a17f2f702d6c",
"msg" : [0, 13, 5, 11, 1, 1, 1, 4, 5, 5, 14, 17, 21, 7, 4, 17, 10, 2, 13, 22, 4, 12, 0, 20, 12, 22, 5],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 14, 2, 17, 20, 14, 12, 16, 8, 0, 18, 4, 14, 1],
"result" : "valid"
},
{
"tcId" : 2003,
"comment" : "y is maximal and a = 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "d88c875cd6c37f652a5de0a668572f62286985e0cc84ce6c",
"tweak" : "22281210f20c723ae18371785d536694f7d9a8eeca10",
"msg" : [5, 17, 15, 5, 19, 7, 8, 25, 25, 23, 11, 16, 23, 11, 14, 25, 10, 5, 25, 3, 6, 4, 5, 25, 25, 23, 19],
"ct" : [24, 18, 8, 0, 12, 25, 3, 17, 23, 17, 25, 24, 5, 13, 16, 6, 15, 21, 6, 23, 9, 8, 8, 25, 0, 12, 20],
"result" : "valid"
},
{
"tcId" : 2004,
"comment" : "y is maximal and a = 1 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "d88c875cd6c37f652a5de0a668572f62286985e0cc84ce6c",
"tweak" : "22281210f20c723ae18371785d536694f7d9a8eeca10",
"msg" : [23, 2, 6, 9, 9, 10, 22, 20, 9, 1, 14, 17, 13, 24, 3, 21, 12, 1, 7, 19, 12, 25, 3, 1, 10, 5, 18],
"ct" : [12, 16, 11, 11, 1, 17, 21, 3, 7, 12, 2, 10, 17, 20, 19, 14, 19, 8, 14, 12, 25, 7, 24, 24, 10, 7, 10],
"result" : "valid"
},
{
"tcId" : 2005,
"comment" : "y is maximal and (y + a) % radix**13 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "d88c875cd6c37f652a5de0a668572f62286985e0cc84ce6c",
"tweak" : "22281210f20c723ae18371785d536694f7d9a8eeca10",
"msg" : [2, 9, 16, 13, 5, 16, 5, 7, 10, 5, 13, 18, 20, 5, 6, 21, 1, 25, 18, 1, 3, 7, 5, 1, 8, 12, 3],
"ct" : [22, 12, 0, 4, 16, 4, 22, 23, 9, 11, 2, 19, 25, 21, 3, 10, 9, 6, 21, 10, 13, 4, 15, 5, 11, 1, 5],
"result" : "valid"
},
{
"tcId" : 2006,
"comment" : "y is maximal and (y + a) % radix**13 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "d88c875cd6c37f652a5de0a668572f62286985e0cc84ce6c",
"tweak" : "22281210f20c723ae18371785d536694f7d9a8eeca10",
"msg" : [5, 0, 7, 24, 7, 20, 12, 7, 19, 8, 14, 2, 21, 0, 21, 15, 7, 20, 4, 3, 3, 8, 22, 6, 11, 8, 22],
"ct" : [17, 0, 0, 18, 0, 13, 7, 4, 23, 22, 19, 9, 14, 8, 4, 18, 5, 15, 23, 16, 4, 23, 10, 2, 17, 6, 7],
"result" : "valid"
},
{
"tcId" : 2007,
"comment" : "y is maximal and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "d88c875cd6c37f652a5de0a668572f62286985e0cc84ce6c",
"tweak" : "22281210f20c723ae18371785d536694f7d9a8eeca10",
"msg" : [1, 21, 3, 14, 3, 23, 12, 22, 5, 20, 5, 17, 12, 23, 14, 8, 18, 25, 4, 10, 23, 19, 8, 8, 0, 20, 12],
"ct" : [1, 18, 17, 18, 12, 6, 8, 23, 18, 23, 18, 20, 19, 15, 8, 19, 11, 23, 2, 19, 3, 11, 12, 16, 4, 3, 25],
"result" : "valid"
},
{
"tcId" : 2008,
"comment" : "y is maximal and a is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "d88c875cd6c37f652a5de0a668572f62286985e0cc84ce6c",
"tweak" : "22281210f20c723ae18371785d536694f7d9a8eeca10",
"msg" : [1, 3, 21, 25, 12, 21, 11, 6, 9, 12, 8, 16, 11, 19, 2, 21, 4, 17, 13, 5, 17, 21, 25, 7, 20, 22, 9],
"ct" : [9, 21, 23, 24, 22, 12, 21, 12, 17, 12, 8, 6, 9, 15, 10, 18, 2, 10, 23, 10, 7, 9, 0, 10, 20, 2, 3],
"result" : "valid"
},
{
"tcId" : 2009,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "4b045564bc802e4646d4658a702cb5c4ec94fb1a2cebad91",
"tweak" : "8cc7170a8f8d47b6",
"msg" : [-1, 3, 8, 2, 10, 15, 7, 6, 0, 4, 16, 17, 25, 2, 20, 7, 0, 16, 8, 15, 25, 17, 15, 5, 21, 24, 17],
"ct" : [23, 17, 20, 1, 21, 9, 17, 7, 0, 6, 19, 1, 7, 2, 3, 9, 1, 13, 9, 10, 7, 2, 23, 8, 8, 0, 8],
"result" : "invalid"
},
{
"tcId" : 2010,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "4b045564bc802e4646d4658a702cb5c4ec94fb1a2cebad91",
"tweak" : "8cc7170a8f8d47b6",
"msg" : [0, 3, 8, 2, 10, 15, 7, 6, 0, -1, 16, 17, 25, 2, 20, 7, 0, 16, 8, 15, 25, 17, 15, 5, 21, 24, 17],
"ct" : [1, 6, 4, 12, 24, 2, 23, 14, 24, 21, 4, 4, 3, 16, 14, 1, 15, 13, 17, 22, 11, 8, 12, 13, 23, 24, 23],
"result" : "invalid"
},
{
"tcId" : 2011,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "4b045564bc802e4646d4658a702cb5c4ec94fb1a2cebad91",
"tweak" : "8cc7170a8f8d47b6",
"msg" : [0, 3, 8, 2, 10, 15, 7, 6, 0, 4, 16, 17, 25, 2, 20, 7, 0, 16, 8, 15, 25, 17, 15, 5, 21, 24, -1],
"ct" : [20, 22, 15, 13, 20, 21, 16, 12, 4, 7, 0, 19, 19, 23, 17, 13, 7, 1, 1, 3, 15, 3, 14, 2, 10, 18, 8],
"result" : "invalid"
},
{
"tcId" : 2012,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "fd4b0d8f42660bb9bd7b08a63c9509948851700f10479ae3",
"tweak" : "de950167afb4a3b6",
"msg" : [26, 5, 20, 5, 8, 16, 6, 16, 14, 6, 0, 1, 25, 12, 13, 13, 2, 22, 23, 19, 22, 9, 4, 23, 19, 12, 16],
"ct" : [16, 6, 12, 1, 18, 25, 10, 25, 1, 8, 15, 16, 11, 5, 4, 23, 8, 7, 25, 5, 12, 20, 1, 7, 11, 0, 15],
"result" : "invalid"
},
{
"tcId" : 2013,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "fd4b0d8f42660bb9bd7b08a63c9509948851700f10479ae3",
"tweak" : "de950167afb4a3b6",
"msg" : [4, 5, 20, 5, 8, 16, 6, 16, 14, 26, 0, 1, 25, 12, 13, 13, 2, 22, 23, 19, 22, 9, 4, 23, 19, 12, 16],
"ct" : [9, 22, 0, 22, 23, 15, 17, 25, 18, 19, 1, 4, 17, 2, 2, 2, 14, 18, 2, 11, 25, 25, 4, 1, 10, 14, 10],
"result" : "invalid"
},
{
"tcId" : 2014,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "fd4b0d8f42660bb9bd7b08a63c9509948851700f10479ae3",
"tweak" : "de950167afb4a3b6",
"msg" : [4, 5, 20, 5, 8, 16, 6, 16, 14, 6, 0, 1, 25, 12, 13, 13, 2, 22, 23, 19, 22, 9, 4, 23, 19, 12, 26],
"ct" : [20, 12, 22, 23, 12, 25, 22, 12, 19, 16, 17, 16, 12, 18, 24, 0, 17, 13, 3, 13, 22, 19, 0, 14, 22, 25, 21],
"result" : "invalid"
}
]
},
{
"keySize" : 256,
"msgSize" : 5,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 2015,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "7b533301e6a7ac808d56cba45eb385cafec081eac871832d6936e40dfdac432e",
"tweak" : "3a8c315a81fe2e71",
"msg" : [15, 6, 7, 21, 7],
"ct" : [7, 11, 6, 9, 5],
"result" : "valid"
},
{
"tcId" : 2016,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "227eb1ec08c2f14d3944f819597a3c5bb7fc2ecd17182db6936a39331af43026",
"tweak" : "16208ad8581f9aa4",
"msg" : [0, 0, 0, 0, 0],
"ct" : [15, 11, 4, 1, 8],
"result" : "valid"
},
{
"tcId" : 2017,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "227eb1ec08c2f14d3944f819597a3c5bb7fc2ecd17182db6936a39331af43026",
"tweak" : "16208ad8581f9aa4",
"msg" : [25, 25, 25, 25, 25],
"ct" : [14, 14, 25, 17, 0],
"result" : "valid"
},
{
"tcId" : 2018,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "227eb1ec08c2f14d3944f819597a3c5bb7fc2ecd17182db6936a39331af43026",
"tweak" : "16208ad8581f9aa4",
"msg" : [19, 18, 24, 6, 4],
"ct" : [17, 11, 14, 5, 10],
"result" : "valid"
},
{
"tcId" : 2019,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "227eb1ec08c2f14d3944f819597a3c5bb7fc2ecd17182db6936a39331af43026",
"tweak" : "16208ad8581f9aa4",
"msg" : [19, 17, 24, 6, 3],
"ct" : [7, 19, 6, 17, 9],
"result" : "valid"
},
{
"tcId" : 2020,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "227eb1ec08c2f14d3944f819597a3c5bb7fc2ecd17182db6936a39331af43026",
"tweak" : "16208ad8581f9aa4",
"msg" : [21, 12, 16, 19, 9],
"ct" : [25, 14, 4, 13, 11],
"result" : "valid"
},
{
"tcId" : 2021,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "227eb1ec08c2f14d3944f819597a3c5bb7fc2ecd17182db6936a39331af43026",
"tweak" : "16208ad8581f9aa4",
"msg" : [18, 4, 2, 16, 13],
"ct" : [8, 6, 22, 10, 1],
"result" : "valid"
},
{
"tcId" : 2022,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "227eb1ec08c2f14d3944f819597a3c5bb7fc2ecd17182db6936a39331af43026",
"tweak" : "16208ad8581f9aa4",
"msg" : [11, 2, 16, 14, 19],
"ct" : [6, 9, 25, 22, 15],
"result" : "valid"
},
{
"tcId" : 2023,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "227eb1ec08c2f14d3944f819597a3c5bb7fc2ecd17182db6936a39331af43026",
"tweak" : "16208ad8581f9aa4",
"msg" : [17, 17, 18, 9, 11],
"ct" : [5, 16, 16, 10, 15],
"result" : "valid"
},
{
"tcId" : 2024,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "227eb1ec08c2f14d3944f819597a3c5bb7fc2ecd17182db6936a39331af43026",
"tweak" : "16208ad8581f9aa4",
"msg" : [16, 10, 18, 4, 4],
"ct" : [10, 6, 12, 3, 16],
"result" : "valid"
},
{
"tcId" : 2025,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "227eb1ec08c2f14d3944f819597a3c5bb7fc2ecd17182db6936a39331af43026",
"tweak" : "16208ad8581f9aa4",
"msg" : [19, 18, 11, 25, 24],
"ct" : [10, 1, 21, 25, 14],
"result" : "valid"
},
{
"tcId" : 2026,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "227eb1ec08c2f14d3944f819597a3c5bb7fc2ecd17182db6936a39331af43026",
"tweak" : "16208ad8581f9aa4",
"msg" : [10, 21, 16, 20, 18],
"ct" : [3, 12, 8, 22, 20],
"result" : "valid"
},
{
"tcId" : 2027,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "227eb1ec08c2f14d3944f819597a3c5bb7fc2ecd17182db6936a39331af43026",
"tweak" : "16208ad8581f9aa4",
"msg" : [13, 19, 19, 9, 11],
"ct" : [10, 17, 24, 3, 2],
"result" : "valid"
},
{
"tcId" : 2028,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "227eb1ec08c2f14d3944f819597a3c5bb7fc2ecd17182db6936a39331af43026",
"tweak" : "16208ad8581f9aa4",
"msg" : [7, 21, 10, 19, 20],
"ct" : [0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 2029,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "227eb1ec08c2f14d3944f819597a3c5bb7fc2ecd17182db6936a39331af43026",
"tweak" : "16208ad8581f9aa4",
"msg" : [24, 7, 19, 3, 3],
"ct" : [25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 2030,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "227eb1ec08c2f14d3944f819597a3c5bb7fc2ecd17182db6936a39331af43026",
"tweak" : "16208ad8581f9aa4",
"msg" : [18, 20, 7, 5, 25],
"ct" : [19, 18, 24, 6, 4],
"result" : "valid"
},
{
"tcId" : 2031,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "227eb1ec08c2f14d3944f819597a3c5bb7fc2ecd17182db6936a39331af43026",
"tweak" : "16208ad8581f9aa4",
"msg" : [25, 9, 24, 7, 11],
"ct" : [19, 17, 24, 6, 3],
"result" : "valid"
},
{
"tcId" : 2032,
"comment" : "y = 0 and (y + a) % radix**2 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "4fc2ed4958ecb8f461c8196dfad89c65b28e458da8ba0aafb13f62e997d27497",
"tweak" : "12fef161cc0e5af6b47acdac17",
"msg" : [20, 14, 2, 3, 15],
"ct" : [17, 4, 13, 18, 17],
"result" : "valid"
},
{
"tcId" : 2033,
"comment" : "y = 0 and a = 1 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "4fc2ed4958ecb8f461c8196dfad89c65b28e458da8ba0aafb13f62e997d27497",
"tweak" : "12fef161cc0e5af6b47acdac17",
"msg" : [8, 24, 16, 16, 9],
"ct" : [5, 22, 11, 1, 11],
"result" : "valid"
},
{
"tcId" : 2034,
"comment" : "y = 0 and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "4fc2ed4958ecb8f461c8196dfad89c65b28e458da8ba0aafb13f62e997d27497",
"tweak" : "12fef161cc0e5af6b47acdac17",
"msg" : [7, 16, 12, 18, 18],
"ct" : [22, 16, 18, 14, 4],
"result" : "valid"
},
{
"tcId" : 2035,
"comment" : "y = 0 and (y + a) % radix**2 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "4fc2ed4958ecb8f461c8196dfad89c65b28e458da8ba0aafb13f62e997d27497",
"tweak" : "12fef161cc0e5af6b47acdac17",
"msg" : [18, 19, 24, 1, 22],
"ct" : [16, 23, 24, 18, 5],
"result" : "valid"
},
{
"tcId" : 2036,
"comment" : "y = 1 and a = 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "4fc2ed4958ecb8f461c8196dfad89c65b28e458da8ba0aafb13f62e997d27497",
"tweak" : "92b7f3b82cee0ba5059573017b",
"msg" : [5, 10, 21, 11, 14],
"ct" : [1, 5, 18, 20, 7],
"result" : "valid"
},
{
"tcId" : 2037,
"comment" : "y = 1 and a = 1 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "4fc2ed4958ecb8f461c8196dfad89c65b28e458da8ba0aafb13f62e997d27497",
"tweak" : "92b7f3b82cee0ba5059573017b",
"msg" : [10, 8, 23, 6, 14],
"ct" : [2, 13, 23, 18, 3],
"result" : "valid"
},
{
"tcId" : 2038,
"comment" : "y = 1 and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "4fc2ed4958ecb8f461c8196dfad89c65b28e458da8ba0aafb13f62e997d27497",
"tweak" : "92b7f3b82cee0ba5059573017b",
"msg" : [12, 24, 9, 14, 2],
"ct" : [17, 25, 7, 9, 19],
"result" : "valid"
},
{
"tcId" : 2039,
"comment" : "y = 1 and (y + a) % radix**2 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "4fc2ed4958ecb8f461c8196dfad89c65b28e458da8ba0aafb13f62e997d27497",
"tweak" : "92b7f3b82cee0ba5059573017b",
"msg" : [8, 14, 18, 18, 16],
"ct" : [7, 20, 4, 10, 13],
"result" : "valid"
},
{
"tcId" : 2040,
"comment" : "y = 1 and (y + a) % radix**2 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "4fc2ed4958ecb8f461c8196dfad89c65b28e458da8ba0aafb13f62e997d27497",
"tweak" : "92b7f3b82cee0ba5059573017b",
"msg" : [15, 7, 23, 11, 12],
"ct" : [5, 16, 1, 10, 2],
"result" : "valid"
},
{
"tcId" : 2041,
"comment" : "y is maximal and a = 0 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "4fc2ed4958ecb8f461c8196dfad89c65b28e458da8ba0aafb13f62e997d27497",
"tweak" : "1f90ee278aa1b19e6724b6dbf0",
"msg" : [17, 15, 0, 0, 0],
"ct" : [11, 16, 14, 23, 7],
"result" : "valid"
},
{
"tcId" : 2042,
"comment" : "y is maximal and a = 1 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "4fc2ed4958ecb8f461c8196dfad89c65b28e458da8ba0aafb13f62e997d27497",
"tweak" : "1f90ee278aa1b19e6724b6dbf0",
"msg" : [16, 2, 0, 0, 1],
"ct" : [22, 4, 11, 20, 10],
"result" : "valid"
},
{
"tcId" : 2043,
"comment" : "y is maximal and (y + a) % radix**3 is maximal in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "4fc2ed4958ecb8f461c8196dfad89c65b28e458da8ba0aafb13f62e997d27497",
"tweak" : "1f90ee278aa1b19e6724b6dbf0",
"msg" : [14, 4, 13, 9, 10],
"ct" : [4, 10, 0, 1, 2],
"result" : "valid"
},
{
"tcId" : 2044,
"comment" : "y is maximal and (y + a) % radix**3 == 0 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "4fc2ed4958ecb8f461c8196dfad89c65b28e458da8ba0aafb13f62e997d27497",
"tweak" : "1f90ee278aa1b19e6724b6dbf0",
"msg" : [17, 19, 13, 9, 11],
"ct" : [8, 16, 23, 8, 24],
"result" : "valid"
},
{
"tcId" : 2045,
"comment" : "y is maximal and a has large Hamming weight in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "4fc2ed4958ecb8f461c8196dfad89c65b28e458da8ba0aafb13f62e997d27497",
"tweak" : "1f90ee278aa1b19e6724b6dbf0",
"msg" : [5, 14, 24, 6, 4],
"ct" : [25, 9, 4, 25, 6],
"result" : "valid"
},
{
"tcId" : 2046,
"comment" : "y is maximal and a is maximal in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "4fc2ed4958ecb8f461c8196dfad89c65b28e458da8ba0aafb13f62e997d27497",
"tweak" : "1f90ee278aa1b19e6724b6dbf0",
"msg" : [15, 23, 25, 25, 25],
"ct" : [3, 3, 25, 18, 15],
"result" : "valid"
},
{
"tcId" : 2047,
"comment" : "y is edge case for modular reduction and a = 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "4fc2ed4958ecb8f461c8196dfad89c65b28e458da8ba0aafb13f62e997d27497",
"tweak" : "778c9653b715026912a15cb6fe",
"msg" : [22, 6, 21, 19, 11],
"ct" : [8, 4, 15, 7, 23],
"result" : "valid"
},
{
"tcId" : 2048,
"comment" : "y is edge case for modular reduction and a = 1 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "4fc2ed4958ecb8f461c8196dfad89c65b28e458da8ba0aafb13f62e997d27497",
"tweak" : "778c9653b715026912a15cb6fe",
"msg" : [21, 9, 19, 3, 22],
"ct" : [5, 9, 1, 5, 19],
"result" : "valid"
},
{
"tcId" : 2049,
"comment" : "y is edge case for modular reduction and (y + a) % radix**2 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "4fc2ed4958ecb8f461c8196dfad89c65b28e458da8ba0aafb13f62e997d27497",
"tweak" : "778c9653b715026912a15cb6fe",
"msg" : [20, 0, 13, 1, 11],
"ct" : [20, 7, 25, 13, 4],
"result" : "valid"
},
{
"tcId" : 2050,
"comment" : "y is edge case for modular reduction and (y + a) % radix**2 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "4fc2ed4958ecb8f461c8196dfad89c65b28e458da8ba0aafb13f62e997d27497",
"tweak" : "778c9653b715026912a15cb6fe",
"msg" : [8, 8, 16, 22, 25],
"ct" : [17, 1, 12, 15, 16],
"result" : "valid"
},
{
"tcId" : 2051,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "4fc2ed4958ecb8f461c8196dfad89c65b28e458da8ba0aafb13f62e997d27497",
"tweak" : "778c9653b715026912a15cb6fe",
"msg" : [15, 23, 24, 5, 9],
"ct" : [5, 20, 2, 15, 2],
"result" : "valid"
},
{
"tcId" : 2052,
"comment" : "y is edge case for modular reduction and a is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "4fc2ed4958ecb8f461c8196dfad89c65b28e458da8ba0aafb13f62e997d27497",
"tweak" : "778c9653b715026912a15cb6fe",
"msg" : [16, 23, 0, 21, 17],
"ct" : [13, 13, 5, 3, 23],
"result" : "valid"
},
{
"tcId" : 2053,
"comment" : "y is maximal after modular reduction and (y + a) % radix**2 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "4fc2ed4958ecb8f461c8196dfad89c65b28e458da8ba0aafb13f62e997d27497",
"tweak" : "2c2d03d31b6e871cb88fff8e44",
"msg" : [2, 4, 12, 3, 4],
"ct" : [1, 19, 19, 2, 13],
"result" : "valid"
},
{
"tcId" : 2054,
"comment" : "y is maximal after modular reduction and (y + a) % radix**2 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "4fc2ed4958ecb8f461c8196dfad89c65b28e458da8ba0aafb13f62e997d27497",
"tweak" : "2c2d03d31b6e871cb88fff8e44",
"msg" : [2, 25, 9, 14, 3],
"ct" : [21, 25, 6, 4, 9],
"result" : "valid"
},
{
"tcId" : 2055,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "4fc2ed4958ecb8f461c8196dfad89c65b28e458da8ba0aafb13f62e997d27497",
"tweak" : "2c2d03d31b6e871cb88fff8e44",
"msg" : [25, 12, 4, 3, 13],
"ct" : [17, 24, 19, 9, 10],
"result" : "valid"
},
{
"tcId" : 2056,
"comment" : "y is maximal after modular reduction and a is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "4fc2ed4958ecb8f461c8196dfad89c65b28e458da8ba0aafb13f62e997d27497",
"tweak" : "2c2d03d31b6e871cb88fff8e44",
"msg" : [8, 4, 13, 24, 17],
"ct" : [6, 25, 23, 17, 15],
"result" : "valid"
},
{
"tcId" : 2057,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "759fcc081705a15b7d12cf25378f186944b76e767594b2eabfc598811e47f870",
"tweak" : "b69e51a606729a69",
"msg" : [-1, 21, 1, 16, 20],
"ct" : [9, 22, 2, 4, 15],
"result" : "invalid"
},
{
"tcId" : 2058,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "759fcc081705a15b7d12cf25378f186944b76e767594b2eabfc598811e47f870",
"tweak" : "b69e51a606729a69",
"msg" : [16, -1, 1, 16, 20],
"ct" : [20, 8, 14, 7, 4],
"result" : "invalid"
},
{
"tcId" : 2059,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "759fcc081705a15b7d12cf25378f186944b76e767594b2eabfc598811e47f870",
"tweak" : "b69e51a606729a69",
"msg" : [16, 21, 1, 16, -1],
"ct" : [25, 12, 21, 15, 12],
"result" : "invalid"
},
{
"tcId" : 2060,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "ac5987eb9ed0ca3c2c43c8f23d8a1886f87e5eee219a9a8aa234632c0032836a",
"tweak" : "a0fa5592b6117ead",
"msg" : [26, 14, 17, 20, 9],
"ct" : [23, 10, 7, 20, 9],
"result" : "invalid"
},
{
"tcId" : 2061,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "ac5987eb9ed0ca3c2c43c8f23d8a1886f87e5eee219a9a8aa234632c0032836a",
"tweak" : "a0fa5592b6117ead",
"msg" : [9, 26, 17, 20, 9],
"ct" : [22, 23, 24, 1, 10],
"result" : "invalid"
},
{
"tcId" : 2062,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "ac5987eb9ed0ca3c2c43c8f23d8a1886f87e5eee219a9a8aa234632c0032836a",
"tweak" : "a0fa5592b6117ead",
"msg" : [9, 14, 17, 20, 26],
"ct" : [20, 19, 11, 0, 20],
"result" : "invalid"
}
]
},
{
"keySize" : 256,
"msgSize" : 6,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 2063,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "d82810eea883aa693dafbad9520a23919e6d5eadef78b28226daca2af64a68e5",
"tweak" : "44bbec52bad40a55",
"msg" : [15, 3, 1, 19, 15, 10],
"ct" : [4, 9, 14, 4, 7, 9],
"result" : "valid"
},
{
"tcId" : 2064,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "8376c44cb6d0dbc1928bdbf5754ca32aaeace6298b45174f86c3f7151475d2fd",
"tweak" : "9342a88d4b672bbb",
"msg" : [0, 0, 0, 0, 0, 0],
"ct" : [23, 5, 11, 3, 20, 10],
"result" : "valid"
},
{
"tcId" : 2065,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "8376c44cb6d0dbc1928bdbf5754ca32aaeace6298b45174f86c3f7151475d2fd",
"tweak" : "9342a88d4b672bbb",
"msg" : [25, 25, 25, 25, 25, 25],
"ct" : [1, 23, 6, 23, 25, 8],
"result" : "valid"
},
{
"tcId" : 2066,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "8376c44cb6d0dbc1928bdbf5754ca32aaeace6298b45174f86c3f7151475d2fd",
"tweak" : "9342a88d4b672bbb",
"msg" : [24, 6, 4, 24, 6, 4],
"ct" : [21, 11, 20, 20, 9, 12],
"result" : "valid"
},
{
"tcId" : 2067,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "8376c44cb6d0dbc1928bdbf5754ca32aaeace6298b45174f86c3f7151475d2fd",
"tweak" : "9342a88d4b672bbb",
"msg" : [24, 6, 3, 24, 6, 3],
"ct" : [23, 11, 13, 22, 5, 7],
"result" : "valid"
},
{
"tcId" : 2068,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "8376c44cb6d0dbc1928bdbf5754ca32aaeace6298b45174f86c3f7151475d2fd",
"tweak" : "9342a88d4b672bbb",
"msg" : [9, 19, 12, 0, 2, 13],
"ct" : [3, 21, 3, 21, 5, 23],
"result" : "valid"
},
{
"tcId" : 2069,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "8376c44cb6d0dbc1928bdbf5754ca32aaeace6298b45174f86c3f7151475d2fd",
"tweak" : "9342a88d4b672bbb",
"msg" : [18, 3, 9, 0, 13, 19],
"ct" : [3, 15, 10, 6, 24, 21],
"result" : "valid"
},
{
"tcId" : 2070,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "8376c44cb6d0dbc1928bdbf5754ca32aaeace6298b45174f86c3f7151475d2fd",
"tweak" : "9342a88d4b672bbb",
"msg" : [1, 24, 18, 12, 0, 14],
"ct" : [2, 10, 9, 2, 18, 6],
"result" : "valid"
},
{
"tcId" : 2071,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "8376c44cb6d0dbc1928bdbf5754ca32aaeace6298b45174f86c3f7151475d2fd",
"tweak" : "9342a88d4b672bbb",
"msg" : [15, 9, 13, 9, 24, 14],
"ct" : [23, 5, 20, 1, 3, 5],
"result" : "valid"
},
{
"tcId" : 2072,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "8376c44cb6d0dbc1928bdbf5754ca32aaeace6298b45174f86c3f7151475d2fd",
"tweak" : "9342a88d4b672bbb",
"msg" : [10, 5, 7, 10, 17, 19],
"ct" : [7, 5, 9, 24, 16, 9],
"result" : "valid"
},
{
"tcId" : 2073,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "8376c44cb6d0dbc1928bdbf5754ca32aaeace6298b45174f86c3f7151475d2fd",
"tweak" : "9342a88d4b672bbb",
"msg" : [6, 9, 20, 15, 18, 3],
"ct" : [21, 21, 10, 18, 2, 21],
"result" : "valid"
},
{
"tcId" : 2074,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "8376c44cb6d0dbc1928bdbf5754ca32aaeace6298b45174f86c3f7151475d2fd",
"tweak" : "9342a88d4b672bbb",
"msg" : [9, 11, 22, 5, 15, 1],
"ct" : [17, 2, 17, 22, 7, 10],
"result" : "valid"
},
{
"tcId" : 2075,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "8376c44cb6d0dbc1928bdbf5754ca32aaeace6298b45174f86c3f7151475d2fd",
"tweak" : "9342a88d4b672bbb",
"msg" : [10, 14, 22, 18, 1, 25],
"ct" : [21, 14, 10, 21, 21, 12],
"result" : "valid"
},
{
"tcId" : 2076,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "8376c44cb6d0dbc1928bdbf5754ca32aaeace6298b45174f86c3f7151475d2fd",
"tweak" : "9342a88d4b672bbb",
"msg" : [19, 24, 5, 14, 21, 15],
"ct" : [0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 2077,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "8376c44cb6d0dbc1928bdbf5754ca32aaeace6298b45174f86c3f7151475d2fd",
"tweak" : "9342a88d4b672bbb",
"msg" : [9, 9, 0, 3, 13, 2],
"ct" : [25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 2078,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "8376c44cb6d0dbc1928bdbf5754ca32aaeace6298b45174f86c3f7151475d2fd",
"tweak" : "9342a88d4b672bbb",
"msg" : [19, 12, 4, 17, 19, 12],
"ct" : [24, 6, 4, 24, 6, 4],
"result" : "valid"
},
{
"tcId" : 2079,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "8376c44cb6d0dbc1928bdbf5754ca32aaeace6298b45174f86c3f7151475d2fd",
"tweak" : "9342a88d4b672bbb",
"msg" : [18, 20, 20, 24, 4, 22],
"ct" : [24, 6, 3, 24, 6, 3],
"result" : "valid"
},
{
"tcId" : 2080,
"comment" : "y = 0 and (y + a) % radix**3 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "6cb7812f674f83701cb4913833d58fc7abd8a11f077e921eee6a1b0da918fc59",
"tweak" : "8c0fc24d354dcdc0705302c5c8",
"msg" : [14, 9, 18, 23, 17, 9],
"ct" : [5, 3, 17, 20, 18, 16],
"result" : "valid"
},
{
"tcId" : 2081,
"comment" : "y = 0 and a = 1 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "6cb7812f674f83701cb4913833d58fc7abd8a11f077e921eee6a1b0da918fc59",
"tweak" : "8c0fc24d354dcdc0705302c5c8",
"msg" : [13, 8, 1, 15, 17, 15],
"ct" : [11, 14, 23, 6, 6, 23],
"result" : "valid"
},
{
"tcId" : 2082,
"comment" : "y = 0 and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "6cb7812f674f83701cb4913833d58fc7abd8a11f077e921eee6a1b0da918fc59",
"tweak" : "8c0fc24d354dcdc0705302c5c8",
"msg" : [19, 9, 7, 11, 1, 18],
"ct" : [25, 0, 15, 13, 25, 20],
"result" : "valid"
},
{
"tcId" : 2083,
"comment" : "y = 0 and (y + a) % radix**3 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "6cb7812f674f83701cb4913833d58fc7abd8a11f077e921eee6a1b0da918fc59",
"tweak" : "8c0fc24d354dcdc0705302c5c8",
"msg" : [20, 3, 19, 3, 9, 24],
"ct" : [12, 20, 25, 7, 13, 6],
"result" : "valid"
},
{
"tcId" : 2084,
"comment" : "y = 1 and a = 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "6cb7812f674f83701cb4913833d58fc7abd8a11f077e921eee6a1b0da918fc59",
"tweak" : "767f1ba1fb031f66e4eb8f0df3",
"msg" : [5, 2, 22, 19, 9, 3],
"ct" : [17, 23, 21, 5, 13, 16],
"result" : "valid"
},
{
"tcId" : 2085,
"comment" : "y = 1 and a = 1 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "6cb7812f674f83701cb4913833d58fc7abd8a11f077e921eee6a1b0da918fc59",
"tweak" : "767f1ba1fb031f66e4eb8f0df3",
"msg" : [4, 6, 9, 19, 23, 19],
"ct" : [2, 2, 2, 19, 12, 6],
"result" : "valid"
},
{
"tcId" : 2086,
"comment" : "y = 1 and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "6cb7812f674f83701cb4913833d58fc7abd8a11f077e921eee6a1b0da918fc59",
"tweak" : "767f1ba1fb031f66e4eb8f0df3",
"msg" : [20, 17, 0, 18, 19, 4],
"ct" : [5, 19, 4, 16, 23, 16],
"result" : "valid"
},
{
"tcId" : 2087,
"comment" : "y = 1 and (y + a) % radix**3 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "6cb7812f674f83701cb4913833d58fc7abd8a11f077e921eee6a1b0da918fc59",
"tweak" : "767f1ba1fb031f66e4eb8f0df3",
"msg" : [19, 10, 1, 20, 13, 4],
"ct" : [24, 16, 11, 16, 12, 14],
"result" : "valid"
},
{
"tcId" : 2088,
"comment" : "y = 1 and (y + a) % radix**3 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "6cb7812f674f83701cb4913833d58fc7abd8a11f077e921eee6a1b0da918fc59",
"tweak" : "767f1ba1fb031f66e4eb8f0df3",
"msg" : [15, 11, 20, 25, 22, 20],
"ct" : [10, 1, 22, 7, 3, 20],
"result" : "valid"
},
{
"tcId" : 2089,
"comment" : "y is maximal and a = 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "6cb7812f674f83701cb4913833d58fc7abd8a11f077e921eee6a1b0da918fc59",
"tweak" : "e4fb81bada35c38fdf632371e2",
"msg" : [5, 11, 13, 2, 14, 22],
"ct" : [0, 11, 2, 2, 17, 0],
"result" : "valid"
},
{
"tcId" : 2090,
"comment" : "y is maximal and a = 1 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "6cb7812f674f83701cb4913833d58fc7abd8a11f077e921eee6a1b0da918fc59",
"tweak" : "e4fb81bada35c38fdf632371e2",
"msg" : [8, 10, 20, 9, 10, 21],
"ct" : [3, 1, 25, 13, 8, 17],
"result" : "valid"
},
{
"tcId" : 2091,
"comment" : "y is maximal and (y + a) % radix**3 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "6cb7812f674f83701cb4913833d58fc7abd8a11f077e921eee6a1b0da918fc59",
"tweak" : "e4fb81bada35c38fdf632371e2",
"msg" : [4, 16, 15, 19, 14, 6],
"ct" : [22, 14, 8, 1, 6, 3],
"result" : "valid"
},
{
"tcId" : 2092,
"comment" : "y is maximal and (y + a) % radix**3 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "6cb7812f674f83701cb4913833d58fc7abd8a11f077e921eee6a1b0da918fc59",
"tweak" : "e4fb81bada35c38fdf632371e2",
"msg" : [0, 7, 7, 15, 11, 20],
"ct" : [6, 12, 16, 4, 14, 1],
"result" : "valid"
},
{
"tcId" : 2093,
"comment" : "y is maximal and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "6cb7812f674f83701cb4913833d58fc7abd8a11f077e921eee6a1b0da918fc59",
"tweak" : "e4fb81bada35c38fdf632371e2",
"msg" : [22, 10, 2, 5, 9, 3],
"ct" : [6, 16, 17, 6, 19, 22],
"result" : "valid"
},
{
"tcId" : 2094,
"comment" : "y is maximal and a is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "6cb7812f674f83701cb4913833d58fc7abd8a11f077e921eee6a1b0da918fc59",
"tweak" : "e4fb81bada35c38fdf632371e2",
"msg" : [8, 1, 5, 21, 25, 15],
"ct" : [14, 19, 20, 5, 0, 4],
"result" : "valid"
},
{
"tcId" : 2095,
"comment" : "y is edge case for modular reduction and a = 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "6cb7812f674f83701cb4913833d58fc7abd8a11f077e921eee6a1b0da918fc59",
"tweak" : "54ba87a61e597418c826b84ba4",
"msg" : [22, 12, 7, 0, 6, 21],
"ct" : [15, 21, 14, 24, 5, 11],
"result" : "valid"
},
{
"tcId" : 2096,
"comment" : "y is edge case for modular reduction and a = 1 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "6cb7812f674f83701cb4913833d58fc7abd8a11f077e921eee6a1b0da918fc59",
"tweak" : "54ba87a61e597418c826b84ba4",
"msg" : [21, 18, 18, 5, 4, 19],
"ct" : [22, 17, 18, 24, 18, 11],
"result" : "valid"
},
{
"tcId" : 2097,
"comment" : "y is edge case for modular reduction and (y + a) % radix**3 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "6cb7812f674f83701cb4913833d58fc7abd8a11f077e921eee6a1b0da918fc59",
"tweak" : "54ba87a61e597418c826b84ba4",
"msg" : [15, 17, 16, 17, 23, 17],
"ct" : [14, 20, 21, 11, 25, 21],
"result" : "valid"
},
{
"tcId" : 2098,
"comment" : "y is edge case for modular reduction and (y + a) % radix**3 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "6cb7812f674f83701cb4913833d58fc7abd8a11f077e921eee6a1b0da918fc59",
"tweak" : "54ba87a61e597418c826b84ba4",
"msg" : [2, 0, 15, 7, 18, 16],
"ct" : [7, 6, 19, 19, 9, 11],
"result" : "valid"
},
{
"tcId" : 2099,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "6cb7812f674f83701cb4913833d58fc7abd8a11f077e921eee6a1b0da918fc59",
"tweak" : "54ba87a61e597418c826b84ba4",
"msg" : [19, 24, 4, 12, 19, 15],
"ct" : [9, 16, 12, 12, 22, 16],
"result" : "valid"
},
{
"tcId" : 2100,
"comment" : "y is edge case for modular reduction and a is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "6cb7812f674f83701cb4913833d58fc7abd8a11f077e921eee6a1b0da918fc59",
"tweak" : "54ba87a61e597418c826b84ba4",
"msg" : [25, 16, 5, 13, 23, 5],
"ct" : [19, 20, 13, 25, 12, 18],
"result" : "valid"
},
{
"tcId" : 2101,
"comment" : "y is maximal after modular reduction and (y + a) % radix**3 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "6cb7812f674f83701cb4913833d58fc7abd8a11f077e921eee6a1b0da918fc59",
"tweak" : "7b81603e2f56032cf2ad45e9cf",
"msg" : [13, 4, 17, 20, 6, 24],
"ct" : [21, 0, 9, 24, 11, 5],
"result" : "valid"
},
{
"tcId" : 2102,
"comment" : "y is maximal after modular reduction and (y + a) % radix**3 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "6cb7812f674f83701cb4913833d58fc7abd8a11f077e921eee6a1b0da918fc59",
"tweak" : "7b81603e2f56032cf2ad45e9cf",
"msg" : [5, 21, 17, 19, 8, 5],
"ct" : [7, 22, 4, 15, 6, 17],
"result" : "valid"
},
{
"tcId" : 2103,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "6cb7812f674f83701cb4913833d58fc7abd8a11f077e921eee6a1b0da918fc59",
"tweak" : "7b81603e2f56032cf2ad45e9cf",
"msg" : [14, 11, 19, 24, 8, 19],
"ct" : [15, 14, 15, 5, 0, 14],
"result" : "valid"
},
{
"tcId" : 2104,
"comment" : "y is maximal after modular reduction and a is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "6cb7812f674f83701cb4913833d58fc7abd8a11f077e921eee6a1b0da918fc59",
"tweak" : "7b81603e2f56032cf2ad45e9cf",
"msg" : [25, 14, 21, 10, 14, 25],
"ct" : [15, 18, 12, 8, 3, 19],
"result" : "valid"
},
{
"tcId" : 2105,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "80089d3b3a0bcf1159ca4f8cb20cd7e24fcbaab8c28d228ffcd22259d3000215",
"tweak" : "bf692e602f57a277",
"msg" : [-1, 23, 18, 4, 15, 17],
"ct" : [20, 19, 1, 11, 19, 15],
"result" : "invalid"
},
{
"tcId" : 2106,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "80089d3b3a0bcf1159ca4f8cb20cd7e24fcbaab8c28d228ffcd22259d3000215",
"tweak" : "bf692e602f57a277",
"msg" : [6, 23, -1, 4, 15, 17],
"ct" : [11, 3, 10, 14, 25, 9],
"result" : "invalid"
},
{
"tcId" : 2107,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "80089d3b3a0bcf1159ca4f8cb20cd7e24fcbaab8c28d228ffcd22259d3000215",
"tweak" : "bf692e602f57a277",
"msg" : [6, 23, 18, 4, 15, -1],
"ct" : [21, 17, 15, 10, 11, 9],
"result" : "invalid"
},
{
"tcId" : 2108,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "b015c7fa8ec9bfc1eada76bb66c860cf30c45e4af866766da84ccd941768df20",
"tweak" : "b28e672da1c1037a",
"msg" : [26, 14, 25, 17, 1, 22],
"ct" : [2, 3, 16, 10, 21, 22],
"result" : "invalid"
},
{
"tcId" : 2109,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "b015c7fa8ec9bfc1eada76bb66c860cf30c45e4af866766da84ccd941768df20",
"tweak" : "b28e672da1c1037a",
"msg" : [18, 14, 26, 17, 1, 22],
"ct" : [14, 15, 22, 0, 21, 6],
"result" : "invalid"
},
{
"tcId" : 2110,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "b015c7fa8ec9bfc1eada76bb66c860cf30c45e4af866766da84ccd941768df20",
"tweak" : "b28e672da1c1037a",
"msg" : [18, 14, 25, 17, 1, 26],
"ct" : [1, 4, 21, 24, 20, 7],
"result" : "invalid"
}
]
},
{
"keySize" : 256,
"msgSize" : 7,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 2111,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "647b69567516a585377f3fc9a8129c255431b0b5ab6792f9aa3fd646f3146b13",
"tweak" : "39774b45a4fdd85b",
"msg" : [21, 0, 19, 6, 13, 19, 16],
"ct" : [9, 8, 21, 15, 0, 18, 17],
"result" : "valid"
},
{
"tcId" : 2112,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "7cfa15764604e2f793ec841c54933cda7c15604e96501c2c19a7495c2ca124c2",
"tweak" : "85e4782f20e0178c",
"msg" : [0, 0, 0, 0, 0, 0, 0],
"ct" : [22, 13, 0, 16, 14, 12, 8],
"result" : "valid"
},
{
"tcId" : 2113,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "7cfa15764604e2f793ec841c54933cda7c15604e96501c2c19a7495c2ca124c2",
"tweak" : "85e4782f20e0178c",
"msg" : [25, 25, 25, 25, 25, 25, 25],
"ct" : [8, 15, 23, 13, 6, 17, 23],
"result" : "valid"
},
{
"tcId" : 2114,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "7cfa15764604e2f793ec841c54933cda7c15604e96501c2c19a7495c2ca124c2",
"tweak" : "85e4782f20e0178c",
"msg" : [24, 6, 4, 14, 23, 20, 12],
"ct" : [1, 18, 9, 0, 8, 18, 10],
"result" : "valid"
},
{
"tcId" : 2115,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "7cfa15764604e2f793ec841c54933cda7c15604e96501c2c19a7495c2ca124c2",
"tweak" : "85e4782f20e0178c",
"msg" : [24, 6, 3, 14, 23, 20, 11],
"ct" : [10, 12, 18, 1, 17, 0, 19],
"result" : "valid"
},
{
"tcId" : 2116,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "7cfa15764604e2f793ec841c54933cda7c15604e96501c2c19a7495c2ca124c2",
"tweak" : "85e4782f20e0178c",
"msg" : [11, 1, 13, 10, 7, 13, 17],
"ct" : [8, 17, 4, 16, 1, 2, 18],
"result" : "valid"
},
{
"tcId" : 2117,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "7cfa15764604e2f793ec841c54933cda7c15604e96501c2c19a7495c2ca124c2",
"tweak" : "85e4782f20e0178c",
"msg" : [8, 5, 10, 0, 10, 17, 15],
"ct" : [19, 24, 6, 4, 19, 9, 2],
"result" : "valid"
},
{
"tcId" : 2118,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "7cfa15764604e2f793ec841c54933cda7c15604e96501c2c19a7495c2ca124c2",
"tweak" : "85e4782f20e0178c",
"msg" : [24, 19, 6, 11, 17, 5, 5],
"ct" : [24, 25, 22, 6, 12, 22, 2],
"result" : "valid"
},
{
"tcId" : 2119,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "7cfa15764604e2f793ec841c54933cda7c15604e96501c2c19a7495c2ca124c2",
"tweak" : "85e4782f20e0178c",
"msg" : [5, 10, 21, 3, 12, 25, 20],
"ct" : [0, 22, 19, 4, 20, 14, 16],
"result" : "valid"
},
{
"tcId" : 2120,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "7cfa15764604e2f793ec841c54933cda7c15604e96501c2c19a7495c2ca124c2",
"tweak" : "85e4782f20e0178c",
"msg" : [4, 21, 22, 7, 20, 2, 20],
"ct" : [9, 1, 6, 1, 16, 9, 14],
"result" : "valid"
},
{
"tcId" : 2121,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "7cfa15764604e2f793ec841c54933cda7c15604e96501c2c19a7495c2ca124c2",
"tweak" : "85e4782f20e0178c",
"msg" : [11, 1, 3, 23, 7, 5, 9],
"ct" : [12, 11, 18, 8, 6, 8, 5],
"result" : "valid"
},
{
"tcId" : 2122,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "7cfa15764604e2f793ec841c54933cda7c15604e96501c2c19a7495c2ca124c2",
"tweak" : "85e4782f20e0178c",
"msg" : [9, 2, 11, 25, 8, 8, 2],
"ct" : [14, 0, 24, 14, 15, 10, 18],
"result" : "valid"
},
{
"tcId" : 2123,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "7cfa15764604e2f793ec841c54933cda7c15604e96501c2c19a7495c2ca124c2",
"tweak" : "85e4782f20e0178c",
"msg" : [14, 7, 9, 3, 19, 3, 3],
"ct" : [4, 14, 5, 12, 24, 25, 10],
"result" : "valid"
},
{
"tcId" : 2124,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "7cfa15764604e2f793ec841c54933cda7c15604e96501c2c19a7495c2ca124c2",
"tweak" : "85e4782f20e0178c",
"msg" : [0, 10, 1, 21, 15, 9, 22],
"ct" : [0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 2125,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "7cfa15764604e2f793ec841c54933cda7c15604e96501c2c19a7495c2ca124c2",
"tweak" : "85e4782f20e0178c",
"msg" : [2, 0, 14, 19, 25, 3, 5],
"ct" : [25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 2126,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "7cfa15764604e2f793ec841c54933cda7c15604e96501c2c19a7495c2ca124c2",
"tweak" : "85e4782f20e0178c",
"msg" : [19, 16, 13, 20, 0, 3, 19],
"ct" : [24, 6, 4, 14, 23, 20, 12],
"result" : "valid"
},
{
"tcId" : 2127,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "7cfa15764604e2f793ec841c54933cda7c15604e96501c2c19a7495c2ca124c2",
"tweak" : "85e4782f20e0178c",
"msg" : [23, 13, 3, 0, 15, 7, 18],
"ct" : [24, 6, 3, 14, 23, 20, 11],
"result" : "valid"
},
{
"tcId" : 2128,
"comment" : "y = 0 and (y + a) % radix**3 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "1058920be115e85e503e04f634a36836428f3086a0387788447be8e1162e14b5",
"tweak" : "8ae6619fdfa0a91ba94e8e69",
"msg" : [0, 0, 0, 13, 8, 12, 13],
"ct" : [3, 22, 17, 18, 16, 23, 15],
"result" : "valid"
},
{
"tcId" : 2129,
"comment" : "y = 0 and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "1058920be115e85e503e04f634a36836428f3086a0387788447be8e1162e14b5",
"tweak" : "8ae6619fdfa0a91ba94e8e69",
"msg" : [0, 0, 1, 13, 8, 12, 13],
"ct" : [6, 20, 11, 11, 23, 24, 20],
"result" : "valid"
},
{
"tcId" : 2130,
"comment" : "y = 0 and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "1058920be115e85e503e04f634a36836428f3086a0387788447be8e1162e14b5",
"tweak" : "8ae6619fdfa0a91ba94e8e69",
"msg" : [24, 6, 4, 13, 8, 12, 13],
"ct" : [16, 11, 20, 4, 23, 9, 15],
"result" : "valid"
},
{
"tcId" : 2131,
"comment" : "y = 0 and (y + a) % radix**3 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "1058920be115e85e503e04f634a36836428f3086a0387788447be8e1162e14b5",
"tweak" : "8ae6619fdfa0a91ba94e8e69",
"msg" : [25, 25, 25, 13, 8, 12, 13],
"ct" : [24, 12, 11, 25, 23, 24, 4],
"result" : "valid"
},
{
"tcId" : 2132,
"comment" : "y is edge case for modular reduction and a = 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "1058920be115e85e503e04f634a36836428f3086a0387788447be8e1162e14b5",
"tweak" : "c6903ec55bd5027f04659bee",
"msg" : [22, 21, 2, 19, 24, 10, 15],
"ct" : [18, 15, 14, 10, 22, 13, 17],
"result" : "valid"
},
{
"tcId" : 2133,
"comment" : "y is edge case for modular reduction and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "1058920be115e85e503e04f634a36836428f3086a0387788447be8e1162e14b5",
"tweak" : "c6903ec55bd5027f04659bee",
"msg" : [16, 10, 21, 22, 23, 9, 4],
"ct" : [14, 25, 24, 8, 11, 3, 1],
"result" : "valid"
},
{
"tcId" : 2134,
"comment" : "y is edge case for modular reduction and (y + a) % radix**3 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "1058920be115e85e503e04f634a36836428f3086a0387788447be8e1162e14b5",
"tweak" : "c6903ec55bd5027f04659bee",
"msg" : [18, 7, 11, 8, 6, 3, 0],
"ct" : [4, 15, 7, 4, 2, 18, 10],
"result" : "valid"
},
{
"tcId" : 2135,
"comment" : "y is edge case for modular reduction and (y + a) % radix**3 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "1058920be115e85e503e04f634a36836428f3086a0387788447be8e1162e14b5",
"tweak" : "c6903ec55bd5027f04659bee",
"msg" : [17, 0, 11, 14, 7, 10, 5],
"ct" : [19, 18, 24, 10, 7, 23, 1],
"result" : "valid"
},
{
"tcId" : 2136,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "1058920be115e85e503e04f634a36836428f3086a0387788447be8e1162e14b5",
"tweak" : "c6903ec55bd5027f04659bee",
"msg" : [13, 11, 13, 25, 17, 16, 16],
"ct" : [20, 8, 3, 16, 16, 8, 15],
"result" : "valid"
},
{
"tcId" : 2137,
"comment" : "y is edge case for modular reduction and a is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "1058920be115e85e503e04f634a36836428f3086a0387788447be8e1162e14b5",
"tweak" : "c6903ec55bd5027f04659bee",
"msg" : [20, 4, 18, 10, 21, 21, 4],
"ct" : [24, 19, 5, 8, 16, 16, 11],
"result" : "valid"
},
{
"tcId" : 2138,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "d77ad296a3a7ac7aaa296912b462b6ae77b8ac6af9e1f213711e989e461e3fac",
"tweak" : "c5df6cad17b46d67",
"msg" : [-1, 21, 20, 13, 11, 21, 22],
"ct" : [23, 25, 24, 11, 20, 22, 22],
"result" : "invalid"
},
{
"tcId" : 2139,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "d77ad296a3a7ac7aaa296912b462b6ae77b8ac6af9e1f213711e989e461e3fac",
"tweak" : "c5df6cad17b46d67",
"msg" : [21, 21, -1, 13, 11, 21, 22],
"ct" : [11, 10, 20, 5, 1, 0, 13],
"result" : "invalid"
},
{
"tcId" : 2140,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "d77ad296a3a7ac7aaa296912b462b6ae77b8ac6af9e1f213711e989e461e3fac",
"tweak" : "c5df6cad17b46d67",
"msg" : [21, 21, 20, 13, 11, 21, -1],
"ct" : [11, 15, 23, 19, 6, 17, 7],
"result" : "invalid"
},
{
"tcId" : 2141,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "6b6df6f5593b49d49788caab5b46f79bba32c1bd1de94c979d9775aad3a63de7",
"tweak" : "5ba1e5f1840cf7a2",
"msg" : [26, 14, 12, 22, 13, 8, 3],
"ct" : [1, 0, 4, 8, 11, 16, 19],
"result" : "invalid"
},
{
"tcId" : 2142,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "6b6df6f5593b49d49788caab5b46f79bba32c1bd1de94c979d9775aad3a63de7",
"tweak" : "5ba1e5f1840cf7a2",
"msg" : [1, 14, 26, 22, 13, 8, 3],
"ct" : [25, 13, 5, 17, 16, 13, 16],
"result" : "invalid"
},
{
"tcId" : 2143,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "6b6df6f5593b49d49788caab5b46f79bba32c1bd1de94c979d9775aad3a63de7",
"tweak" : "5ba1e5f1840cf7a2",
"msg" : [1, 14, 12, 22, 13, 8, 26],
"ct" : [22, 4, 6, 20, 8, 12, 14],
"result" : "invalid"
}
]
},
{
"keySize" : 256,
"msgSize" : 8,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 2144,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "066c6a83fd826a5fa7f3b4025bb9c833befa12044d3fbed87280a4c7a0435b03",
"tweak" : "80650ae5bc5e1bb1",
"msg" : [19, 16, 18, 18, 23, 11, 3, 18],
"ct" : [4, 0, 25, 8, 4, 16, 4, 5],
"result" : "valid"
},
{
"tcId" : 2145,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "54130fa0aa69ad9d15eb6b41ce1bc81da5abbf8091152caa37ee107d1a47aff9",
"tweak" : "6b79eea9265e4ccf",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [0, 4, 14, 18, 18, 25, 10, 25],
"result" : "valid"
},
{
"tcId" : 2146,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "54130fa0aa69ad9d15eb6b41ce1bc81da5abbf8091152caa37ee107d1a47aff9",
"tweak" : "6b79eea9265e4ccf",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25],
"ct" : [4, 24, 18, 22, 1, 16, 19, 13],
"result" : "valid"
},
{
"tcId" : 2147,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "54130fa0aa69ad9d15eb6b41ce1bc81da5abbf8091152caa37ee107d1a47aff9",
"tweak" : "6b79eea9265e4ccf",
"msg" : [14, 23, 20, 12, 14, 23, 20, 12],
"ct" : [24, 13, 3, 6, 12, 13, 9, 22],
"result" : "valid"
},
{
"tcId" : 2148,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "54130fa0aa69ad9d15eb6b41ce1bc81da5abbf8091152caa37ee107d1a47aff9",
"tweak" : "6b79eea9265e4ccf",
"msg" : [14, 23, 20, 11, 14, 23, 20, 11],
"ct" : [7, 13, 9, 2, 19, 13, 14, 13],
"result" : "valid"
},
{
"tcId" : 2149,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "54130fa0aa69ad9d15eb6b41ce1bc81da5abbf8091152caa37ee107d1a47aff9",
"tweak" : "6b79eea9265e4ccf",
"msg" : [21, 9, 11, 3, 10, 7, 1, 2],
"ct" : [17, 4, 11, 15, 11, 2, 25, 9],
"result" : "valid"
},
{
"tcId" : 2150,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "54130fa0aa69ad9d15eb6b41ce1bc81da5abbf8091152caa37ee107d1a47aff9",
"tweak" : "6b79eea9265e4ccf",
"msg" : [23, 14, 3, 5, 21, 9, 15, 13],
"ct" : [25, 18, 17, 11, 8, 4, 11, 16],
"result" : "valid"
},
{
"tcId" : 2151,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "54130fa0aa69ad9d15eb6b41ce1bc81da5abbf8091152caa37ee107d1a47aff9",
"tweak" : "6b79eea9265e4ccf",
"msg" : [8, 7, 12, 2, 18, 19, 10, 15],
"ct" : [13, 24, 24, 21, 16, 19, 5, 24],
"result" : "valid"
},
{
"tcId" : 2152,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "54130fa0aa69ad9d15eb6b41ce1bc81da5abbf8091152caa37ee107d1a47aff9",
"tweak" : "6b79eea9265e4ccf",
"msg" : [25, 9, 20, 6, 15, 4, 8, 6],
"ct" : [14, 1, 8, 22, 12, 10, 25, 5],
"result" : "valid"
},
{
"tcId" : 2153,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "54130fa0aa69ad9d15eb6b41ce1bc81da5abbf8091152caa37ee107d1a47aff9",
"tweak" : "6b79eea9265e4ccf",
"msg" : [8, 11, 3, 16, 6, 15, 13, 16],
"ct" : [7, 5, 5, 3, 8, 1, 17, 5],
"result" : "valid"
},
{
"tcId" : 2154,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "54130fa0aa69ad9d15eb6b41ce1bc81da5abbf8091152caa37ee107d1a47aff9",
"tweak" : "6b79eea9265e4ccf",
"msg" : [9, 22, 4, 21, 24, 7, 8, 15],
"ct" : [0, 8, 2, 24, 17, 23, 12, 24],
"result" : "valid"
},
{
"tcId" : 2155,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "54130fa0aa69ad9d15eb6b41ce1bc81da5abbf8091152caa37ee107d1a47aff9",
"tweak" : "6b79eea9265e4ccf",
"msg" : [22, 12, 25, 9, 9, 5, 8, 4],
"ct" : [9, 18, 16, 0, 11, 0, 18, 8],
"result" : "valid"
},
{
"tcId" : 2156,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "54130fa0aa69ad9d15eb6b41ce1bc81da5abbf8091152caa37ee107d1a47aff9",
"tweak" : "6b79eea9265e4ccf",
"msg" : [0, 22, 17, 4, 3, 3, 11, 25],
"ct" : [17, 21, 23, 4, 14, 19, 3, 25],
"result" : "valid"
},
{
"tcId" : 2157,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "54130fa0aa69ad9d15eb6b41ce1bc81da5abbf8091152caa37ee107d1a47aff9",
"tweak" : "6b79eea9265e4ccf",
"msg" : [9, 12, 11, 3, 17, 8, 1, 5],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 2158,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "54130fa0aa69ad9d15eb6b41ce1bc81da5abbf8091152caa37ee107d1a47aff9",
"tweak" : "6b79eea9265e4ccf",
"msg" : [9, 24, 23, 20, 1, 17, 8, 9],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 2159,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "54130fa0aa69ad9d15eb6b41ce1bc81da5abbf8091152caa37ee107d1a47aff9",
"tweak" : "6b79eea9265e4ccf",
"msg" : [15, 23, 18, 12, 13, 8, 23, 14],
"ct" : [14, 23, 20, 12, 14, 23, 20, 12],
"result" : "valid"
},
{
"tcId" : 2160,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "54130fa0aa69ad9d15eb6b41ce1bc81da5abbf8091152caa37ee107d1a47aff9",
"tweak" : "6b79eea9265e4ccf",
"msg" : [13, 13, 8, 6, 22, 0, 25, 14],
"ct" : [14, 23, 20, 11, 14, 23, 20, 11],
"result" : "valid"
},
{
"tcId" : 2161,
"comment" : "y = 1 and a = 0 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "891cf5ab57f8b6e98407b266bc6e34e6000b7a96e77f1dacb4652ad2be83955a",
"tweak" : "97fbc496cb3e024244c5cc8b",
"msg" : [3, 5, 10, 8, 19, 14, 8, 0],
"ct" : [21, 15, 20, 22, 4, 10, 24, 15],
"result" : "valid"
},
{
"tcId" : 2162,
"comment" : "y = 1 and a = 1 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "891cf5ab57f8b6e98407b266bc6e34e6000b7a96e77f1dacb4652ad2be83955a",
"tweak" : "97fbc496cb3e024244c5cc8b",
"msg" : [15, 12, 9, 3, 6, 14, 9, 13],
"ct" : [4, 8, 2, 8, 9, 10, 2, 5],
"result" : "valid"
},
{
"tcId" : 2163,
"comment" : "y = 1 and a has large Hamming weight in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "891cf5ab57f8b6e98407b266bc6e34e6000b7a96e77f1dacb4652ad2be83955a",
"tweak" : "97fbc496cb3e024244c5cc8b",
"msg" : [2, 10, 5, 13, 7, 20, 1, 13],
"ct" : [11, 15, 18, 21, 5, 8, 4, 6],
"result" : "valid"
},
{
"tcId" : 2164,
"comment" : "y = 1 and (y + a) % radix**4 is maximal in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "891cf5ab57f8b6e98407b266bc6e34e6000b7a96e77f1dacb4652ad2be83955a",
"tweak" : "97fbc496cb3e024244c5cc8b",
"msg" : [11, 25, 5, 11, 6, 24, 16, 11],
"ct" : [13, 21, 22, 10, 7, 20, 20, 19],
"result" : "valid"
},
{
"tcId" : 2165,
"comment" : "y = 1 and (y + a) % radix**4 == 0 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "891cf5ab57f8b6e98407b266bc6e34e6000b7a96e77f1dacb4652ad2be83955a",
"tweak" : "97fbc496cb3e024244c5cc8b",
"msg" : [0, 17, 22, 17, 21, 5, 12, 15],
"ct" : [23, 8, 18, 21, 3, 6, 17, 10],
"result" : "valid"
},
{
"tcId" : 2166,
"comment" : "y is maximal and a = 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "891cf5ab57f8b6e98407b266bc6e34e6000b7a96e77f1dacb4652ad2be83955a",
"tweak" : "22cd245ca009f88f6ab8b117",
"msg" : [8, 16, 22, 20, 10, 23, 1, 6],
"ct" : [15, 11, 5, 12, 6, 17, 22, 11],
"result" : "valid"
},
{
"tcId" : 2167,
"comment" : "y is maximal and a = 1 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "891cf5ab57f8b6e98407b266bc6e34e6000b7a96e77f1dacb4652ad2be83955a",
"tweak" : "22cd245ca009f88f6ab8b117",
"msg" : [6, 10, 2, 7, 22, 23, 20, 12],
"ct" : [16, 12, 16, 25, 21, 11, 25, 12],
"result" : "valid"
},
{
"tcId" : 2168,
"comment" : "y is maximal and (y + a) % radix**4 is maximal in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "891cf5ab57f8b6e98407b266bc6e34e6000b7a96e77f1dacb4652ad2be83955a",
"tweak" : "22cd245ca009f88f6ab8b117",
"msg" : [8, 25, 6, 2, 7, 6, 3, 10],
"ct" : [16, 4, 4, 14, 6, 9, 15, 21],
"result" : "valid"
},
{
"tcId" : 2169,
"comment" : "y is maximal and (y + a) % radix**4 == 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "891cf5ab57f8b6e98407b266bc6e34e6000b7a96e77f1dacb4652ad2be83955a",
"tweak" : "22cd245ca009f88f6ab8b117",
"msg" : [10, 10, 20, 10, 6, 5, 3, 6],
"ct" : [5, 11, 17, 2, 5, 17, 0, 4],
"result" : "valid"
},
{
"tcId" : 2170,
"comment" : "y is maximal and a has large Hamming weight in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "891cf5ab57f8b6e98407b266bc6e34e6000b7a96e77f1dacb4652ad2be83955a",
"tweak" : "22cd245ca009f88f6ab8b117",
"msg" : [15, 12, 10, 2, 18, 15, 16, 21],
"ct" : [4, 15, 16, 23, 10, 12, 15, 3],
"result" : "valid"
},
{
"tcId" : 2171,
"comment" : "y is maximal and a is maximal in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "891cf5ab57f8b6e98407b266bc6e34e6000b7a96e77f1dacb4652ad2be83955a",
"tweak" : "22cd245ca009f88f6ab8b117",
"msg" : [16, 4, 0, 6, 7, 17, 18, 23],
"ct" : [22, 18, 0, 3, 21, 9, 9, 21],
"result" : "valid"
},
{
"tcId" : 2172,
"comment" : "y is edge case for modular reduction and a = 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "891cf5ab57f8b6e98407b266bc6e34e6000b7a96e77f1dacb4652ad2be83955a",
"tweak" : "f3292aa3b2d375bb2707cf70",
"msg" : [0, 0, 0, 0, 18, 3, 3, 2],
"ct" : [5, 19, 2, 3, 6, 15, 13, 1],
"result" : "valid"
},
{
"tcId" : 2173,
"comment" : "y is edge case for modular reduction and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "891cf5ab57f8b6e98407b266bc6e34e6000b7a96e77f1dacb4652ad2be83955a",
"tweak" : "f3292aa3b2d375bb2707cf70",
"msg" : [0, 0, 0, 1, 18, 3, 3, 2],
"ct" : [17, 9, 25, 12, 8, 5, 5, 4],
"result" : "valid"
},
{
"tcId" : 2174,
"comment" : "y is edge case for modular reduction and (y + a) % radix**4 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "891cf5ab57f8b6e98407b266bc6e34e6000b7a96e77f1dacb4652ad2be83955a",
"tweak" : "f3292aa3b2d375bb2707cf70",
"msg" : [5, 13, 9, 25, 18, 3, 3, 2],
"ct" : [10, 4, 15, 4, 22, 0, 21, 20],
"result" : "valid"
},
{
"tcId" : 2175,
"comment" : "y is edge case for modular reduction and (y + a) % radix**4 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "891cf5ab57f8b6e98407b266bc6e34e6000b7a96e77f1dacb4652ad2be83955a",
"tweak" : "f3292aa3b2d375bb2707cf70",
"msg" : [5, 13, 10, 0, 18, 3, 3, 2],
"ct" : [15, 22, 17, 14, 15, 8, 6, 17],
"result" : "valid"
},
{
"tcId" : 2176,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "891cf5ab57f8b6e98407b266bc6e34e6000b7a96e77f1dacb4652ad2be83955a",
"tweak" : "f3292aa3b2d375bb2707cf70",
"msg" : [14, 23, 20, 12, 18, 3, 3, 2],
"ct" : [2, 22, 3, 4, 3, 21, 1, 2],
"result" : "valid"
},
{
"tcId" : 2177,
"comment" : "y is edge case for modular reduction and a is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "891cf5ab57f8b6e98407b266bc6e34e6000b7a96e77f1dacb4652ad2be83955a",
"tweak" : "f3292aa3b2d375bb2707cf70",
"msg" : [25, 25, 25, 25, 18, 3, 3, 2],
"ct" : [5, 3, 8, 7, 2, 21, 23, 5],
"result" : "valid"
},
{
"tcId" : 2178,
"comment" : "y is maximal after modular reduction and (y + a) % radix**4 is maximal in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "891cf5ab57f8b6e98407b266bc6e34e6000b7a96e77f1dacb4652ad2be83955a",
"tweak" : "d683066095dd566e88744709",
"msg" : [10, 12, 20, 2, 0, 0, 0, 0],
"ct" : [23, 1, 17, 17, 17, 5, 10, 0],
"result" : "valid"
},
{
"tcId" : 2179,
"comment" : "y is maximal after modular reduction and (y + a) % radix**4 == 0 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "891cf5ab57f8b6e98407b266bc6e34e6000b7a96e77f1dacb4652ad2be83955a",
"tweak" : "d683066095dd566e88744709",
"msg" : [19, 16, 3, 24, 0, 0, 0, 1],
"ct" : [20, 17, 1, 13, 9, 15, 8, 8],
"result" : "valid"
},
{
"tcId" : 2180,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "891cf5ab57f8b6e98407b266bc6e34e6000b7a96e77f1dacb4652ad2be83955a",
"tweak" : "d683066095dd566e88744709",
"msg" : [21, 12, 0, 17, 14, 23, 20, 12],
"ct" : [23, 13, 21, 13, 20, 21, 23, 3],
"result" : "valid"
},
{
"tcId" : 2181,
"comment" : "y is maximal after modular reduction and a is maximal in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "891cf5ab57f8b6e98407b266bc6e34e6000b7a96e77f1dacb4652ad2be83955a",
"tweak" : "d683066095dd566e88744709",
"msg" : [24, 10, 1, 9, 25, 25, 25, 25],
"ct" : [17, 22, 6, 9, 6, 13, 22, 21],
"result" : "valid"
},
{
"tcId" : 2182,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "6290d1209766dbedd27fcce9e0b5c8eac570b78df90cf7ac15c2a6b13f414882",
"tweak" : "55d9bf63cd98d552",
"msg" : [-1, 3, 6, 23, 22, 6, 7, 15],
"ct" : [16, 6, 4, 18, 12, 18, 16, 11],
"result" : "invalid"
},
{
"tcId" : 2183,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "6290d1209766dbedd27fcce9e0b5c8eac570b78df90cf7ac15c2a6b13f414882",
"tweak" : "55d9bf63cd98d552",
"msg" : [7, 3, -1, 23, 22, 6, 7, 15],
"ct" : [11, 19, 12, 8, 16, 12, 21, 6],
"result" : "invalid"
},
{
"tcId" : 2184,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "6290d1209766dbedd27fcce9e0b5c8eac570b78df90cf7ac15c2a6b13f414882",
"tweak" : "55d9bf63cd98d552",
"msg" : [7, 3, 6, 23, 22, 6, 7, -1],
"ct" : [11, 3, 10, 13, 22, 17, 24, 1],
"result" : "invalid"
},
{
"tcId" : 2185,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "b8f0d29535be8936a29d561ea39118aec113ce1936e70f96b9e47715aa016f3e",
"tweak" : "30601f5110ac6373",
"msg" : [26, 7, 1, 17, 14, 17, 17, 20],
"ct" : [23, 21, 4, 25, 2, 5, 21, 19],
"result" : "invalid"
},
{
"tcId" : 2186,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "b8f0d29535be8936a29d561ea39118aec113ce1936e70f96b9e47715aa016f3e",
"tweak" : "30601f5110ac6373",
"msg" : [25, 7, 26, 17, 14, 17, 17, 20],
"ct" : [7, 13, 0, 3, 17, 19, 17, 12],
"result" : "invalid"
},
{
"tcId" : 2187,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "b8f0d29535be8936a29d561ea39118aec113ce1936e70f96b9e47715aa016f3e",
"tweak" : "30601f5110ac6373",
"msg" : [25, 7, 1, 17, 14, 17, 17, 26],
"ct" : [25, 13, 25, 7, 4, 0, 11, 9],
"result" : "invalid"
}
]
},
{
"keySize" : 256,
"msgSize" : 9,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 2188,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "f44f1e998316e5fe6f5c6f8d89919428d692d931130409c41ba4955dfc4c8c14",
"tweak" : "387c0277bb97fa8e",
"msg" : [5, 9, 0, 2, 16, 4, 19, 2, 10],
"ct" : [15, 10, 19, 4, 1, 9, 4, 6, 25],
"result" : "valid"
},
{
"tcId" : 2189,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "ca2edd5c1402d6ecb3e52e4619dbbdc800571019507f861c102f7c44ce406119",
"tweak" : "0f79bdd51e894679",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [16, 10, 9, 10, 1, 22, 25, 12, 7],
"result" : "valid"
},
{
"tcId" : 2190,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "ca2edd5c1402d6ecb3e52e4619dbbdc800571019507f861c102f7c44ce406119",
"tweak" : "0f79bdd51e894679",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25],
"ct" : [0, 8, 17, 24, 4, 5, 23, 21, 2],
"result" : "valid"
},
{
"tcId" : 2191,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "ca2edd5c1402d6ecb3e52e4619dbbdc800571019507f861c102f7c44ce406119",
"tweak" : "0f79bdd51e894679",
"msg" : [14, 23, 20, 12, 18, 9, 7, 4, 20],
"ct" : [12, 9, 24, 18, 5, 16, 25, 13, 22],
"result" : "valid"
},
{
"tcId" : 2192,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "ca2edd5c1402d6ecb3e52e4619dbbdc800571019507f861c102f7c44ce406119",
"tweak" : "0f79bdd51e894679",
"msg" : [14, 23, 20, 11, 18, 9, 7, 4, 19],
"ct" : [25, 5, 19, 0, 15, 24, 6, 1, 3],
"result" : "valid"
},
{
"tcId" : 2193,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "ca2edd5c1402d6ecb3e52e4619dbbdc800571019507f861c102f7c44ce406119",
"tweak" : "0f79bdd51e894679",
"msg" : [17, 6, 5, 13, 6, 25, 20, 8, 20],
"ct" : [7, 11, 20, 12, 6, 20, 11, 17, 11],
"result" : "valid"
},
{
"tcId" : 2194,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "ca2edd5c1402d6ecb3e52e4619dbbdc800571019507f861c102f7c44ce406119",
"tweak" : "0f79bdd51e894679",
"msg" : [5, 18, 17, 3, 25, 10, 20, 10, 16],
"ct" : [0, 3, 22, 12, 10, 17, 5, 16, 21],
"result" : "valid"
},
{
"tcId" : 2195,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "ca2edd5c1402d6ecb3e52e4619dbbdc800571019507f861c102f7c44ce406119",
"tweak" : "0f79bdd51e894679",
"msg" : [7, 22, 15, 3, 17, 16, 16, 18, 19],
"ct" : [4, 25, 5, 23, 7, 12, 19, 22, 9],
"result" : "valid"
},
{
"tcId" : 2196,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "ca2edd5c1402d6ecb3e52e4619dbbdc800571019507f861c102f7c44ce406119",
"tweak" : "0f79bdd51e894679",
"msg" : [7, 12, 15, 20, 19, 9, 20, 12, 5],
"ct" : [3, 24, 16, 18, 0, 2, 2, 3, 10],
"result" : "valid"
},
{
"tcId" : 2197,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "ca2edd5c1402d6ecb3e52e4619dbbdc800571019507f861c102f7c44ce406119",
"tweak" : "0f79bdd51e894679",
"msg" : [8, 14, 20, 17, 8, 10, 21, 4, 23],
"ct" : [7, 0, 0, 1, 9, 13, 14, 17, 4],
"result" : "valid"
},
{
"tcId" : 2198,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "ca2edd5c1402d6ecb3e52e4619dbbdc800571019507f861c102f7c44ce406119",
"tweak" : "0f79bdd51e894679",
"msg" : [20, 12, 20, 6, 3, 8, 12, 16, 13],
"ct" : [10, 4, 21, 6, 16, 16, 14, 17, 19],
"result" : "valid"
},
{
"tcId" : 2199,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "ca2edd5c1402d6ecb3e52e4619dbbdc800571019507f861c102f7c44ce406119",
"tweak" : "0f79bdd51e894679",
"msg" : [8, 22, 0, 21, 8, 7, 1, 20, 22],
"ct" : [20, 24, 23, 3, 13, 18, 19, 5, 10],
"result" : "valid"
},
{
"tcId" : 2200,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "ca2edd5c1402d6ecb3e52e4619dbbdc800571019507f861c102f7c44ce406119",
"tweak" : "0f79bdd51e894679",
"msg" : [13, 23, 11, 10, 19, 2, 22, 9, 10],
"ct" : [5, 4, 22, 6, 9, 6, 20, 2, 25],
"result" : "valid"
},
{
"tcId" : 2201,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "ca2edd5c1402d6ecb3e52e4619dbbdc800571019507f861c102f7c44ce406119",
"tweak" : "0f79bdd51e894679",
"msg" : [4, 25, 5, 20, 18, 25, 7, 4, 20],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 2202,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "ca2edd5c1402d6ecb3e52e4619dbbdc800571019507f861c102f7c44ce406119",
"tweak" : "0f79bdd51e894679",
"msg" : [15, 8, 15, 8, 23, 16, 13, 24, 1],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 2203,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "ca2edd5c1402d6ecb3e52e4619dbbdc800571019507f861c102f7c44ce406119",
"tweak" : "0f79bdd51e894679",
"msg" : [8, 25, 19, 25, 20, 22, 24, 1, 18],
"ct" : [14, 23, 20, 12, 18, 9, 7, 4, 20],
"result" : "valid"
},
{
"tcId" : 2204,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "ca2edd5c1402d6ecb3e52e4619dbbdc800571019507f861c102f7c44ce406119",
"tweak" : "0f79bdd51e894679",
"msg" : [24, 12, 2, 1, 1, 18, 10, 18, 0],
"ct" : [14, 23, 20, 11, 18, 9, 7, 4, 19],
"result" : "valid"
},
{
"tcId" : 2205,
"comment" : "y = 0 and (y + a) % radix**4 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "84fff86e7dd22bd4b3bf53279ff7c696568bb9fa6067e40a1354e3a77fdb6b31",
"tweak" : "17fa6ded5ee30d360361b08e",
"msg" : [2, 0, 25, 15, 5, 13, 10, 7, 25],
"ct" : [7, 1, 10, 3, 13, 8, 22, 15, 24],
"result" : "valid"
},
{
"tcId" : 2206,
"comment" : "y = 0 and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "84fff86e7dd22bd4b3bf53279ff7c696568bb9fa6067e40a1354e3a77fdb6b31",
"tweak" : "17fa6ded5ee30d360361b08e",
"msg" : [25, 13, 5, 4, 23, 5, 19, 15, 12],
"ct" : [3, 3, 6, 22, 2, 5, 25, 4, 15],
"result" : "valid"
},
{
"tcId" : 2207,
"comment" : "y = 0 and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "84fff86e7dd22bd4b3bf53279ff7c696568bb9fa6067e40a1354e3a77fdb6b31",
"tweak" : "17fa6ded5ee30d360361b08e",
"msg" : [3, 13, 6, 4, 25, 21, 13, 0, 6],
"ct" : [2, 1, 6, 5, 9, 1, 15, 17, 6],
"result" : "valid"
},
{
"tcId" : 2208,
"comment" : "y = 0 and (y + a) % radix**4 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "84fff86e7dd22bd4b3bf53279ff7c696568bb9fa6067e40a1354e3a77fdb6b31",
"tweak" : "17fa6ded5ee30d360361b08e",
"msg" : [19, 22, 15, 2, 9, 2, 16, 9, 14],
"ct" : [3, 5, 6, 25, 15, 21, 0, 14, 14],
"result" : "valid"
},
{
"tcId" : 2209,
"comment" : "y = 1 and a = 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "84fff86e7dd22bd4b3bf53279ff7c696568bb9fa6067e40a1354e3a77fdb6b31",
"tweak" : "297018540e931b1c33479042",
"msg" : [13, 15, 13, 25, 8, 23, 1, 16, 18],
"ct" : [2, 8, 7, 19, 24, 18, 11, 14, 19],
"result" : "valid"
},
{
"tcId" : 2210,
"comment" : "y = 1 and a = 1 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "84fff86e7dd22bd4b3bf53279ff7c696568bb9fa6067e40a1354e3a77fdb6b31",
"tweak" : "297018540e931b1c33479042",
"msg" : [10, 3, 19, 20, 1, 10, 20, 20, 7],
"ct" : [4, 19, 4, 2, 22, 15, 24, 13, 15],
"result" : "valid"
},
{
"tcId" : 2211,
"comment" : "y = 1 and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "84fff86e7dd22bd4b3bf53279ff7c696568bb9fa6067e40a1354e3a77fdb6b31",
"tweak" : "297018540e931b1c33479042",
"msg" : [4, 20, 9, 24, 15, 0, 25, 19, 14],
"ct" : [22, 13, 2, 13, 21, 0, 3, 19, 7],
"result" : "valid"
},
{
"tcId" : 2212,
"comment" : "y = 1 and (y + a) % radix**4 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "84fff86e7dd22bd4b3bf53279ff7c696568bb9fa6067e40a1354e3a77fdb6b31",
"tweak" : "297018540e931b1c33479042",
"msg" : [25, 24, 22, 3, 20, 11, 16, 3, 16],
"ct" : [13, 19, 15, 10, 0, 24, 23, 6, 18],
"result" : "valid"
},
{
"tcId" : 2213,
"comment" : "y = 1 and (y + a) % radix**4 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "84fff86e7dd22bd4b3bf53279ff7c696568bb9fa6067e40a1354e3a77fdb6b31",
"tweak" : "297018540e931b1c33479042",
"msg" : [17, 10, 8, 4, 13, 12, 21, 1, 6],
"ct" : [22, 3, 10, 14, 13, 4, 2, 3, 4],
"result" : "valid"
},
{
"tcId" : 2214,
"comment" : "y is maximal and a = 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "84fff86e7dd22bd4b3bf53279ff7c696568bb9fa6067e40a1354e3a77fdb6b31",
"tweak" : "25f2b908d7bbb8c8dd006282",
"msg" : [0, 0, 0, 0, 6, 10, 2, 5, 16],
"ct" : [7, 16, 20, 10, 8, 0, 5, 17, 25],
"result" : "valid"
},
{
"tcId" : 2215,
"comment" : "y is maximal and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "84fff86e7dd22bd4b3bf53279ff7c696568bb9fa6067e40a1354e3a77fdb6b31",
"tweak" : "25f2b908d7bbb8c8dd006282",
"msg" : [0, 0, 0, 1, 6, 10, 2, 5, 16],
"ct" : [18, 17, 2, 23, 17, 23, 19, 14, 25],
"result" : "valid"
},
{
"tcId" : 2216,
"comment" : "y is maximal and (y + a) % radix**4 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "84fff86e7dd22bd4b3bf53279ff7c696568bb9fa6067e40a1354e3a77fdb6b31",
"tweak" : "25f2b908d7bbb8c8dd006282",
"msg" : [5, 13, 9, 10, 6, 10, 2, 5, 16],
"ct" : [9, 13, 5, 17, 22, 13, 16, 24, 11],
"result" : "valid"
},
{
"tcId" : 2217,
"comment" : "y is maximal and (y + a) % radix**4 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "84fff86e7dd22bd4b3bf53279ff7c696568bb9fa6067e40a1354e3a77fdb6b31",
"tweak" : "25f2b908d7bbb8c8dd006282",
"msg" : [5, 13, 9, 11, 6, 10, 2, 5, 16],
"ct" : [16, 12, 4, 20, 23, 13, 13, 15, 12],
"result" : "valid"
},
{
"tcId" : 2218,
"comment" : "y is maximal and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "84fff86e7dd22bd4b3bf53279ff7c696568bb9fa6067e40a1354e3a77fdb6b31",
"tweak" : "25f2b908d7bbb8c8dd006282",
"msg" : [14, 23, 20, 12, 6, 10, 2, 5, 16],
"ct" : [13, 9, 13, 9, 10, 18, 23, 8, 9],
"result" : "valid"
},
{
"tcId" : 2219,
"comment" : "y is maximal and a is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "84fff86e7dd22bd4b3bf53279ff7c696568bb9fa6067e40a1354e3a77fdb6b31",
"tweak" : "25f2b908d7bbb8c8dd006282",
"msg" : [25, 25, 25, 25, 6, 10, 2, 5, 16],
"ct" : [25, 17, 5, 10, 13, 19, 2, 18, 6],
"result" : "valid"
},
{
"tcId" : 2220,
"comment" : "y is edge case for modular reduction and a = 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "84fff86e7dd22bd4b3bf53279ff7c696568bb9fa6067e40a1354e3a77fdb6b31",
"tweak" : "fad70e34620b8bc26ecf7e3c",
"msg" : [0, 0, 0, 0, 19, 4, 3, 6, 12],
"ct" : [11, 2, 11, 2, 0, 25, 4, 5, 6],
"result" : "valid"
},
{
"tcId" : 2221,
"comment" : "y is edge case for modular reduction and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "84fff86e7dd22bd4b3bf53279ff7c696568bb9fa6067e40a1354e3a77fdb6b31",
"tweak" : "fad70e34620b8bc26ecf7e3c",
"msg" : [0, 0, 0, 1, 19, 4, 3, 6, 12],
"ct" : [24, 24, 13, 5, 5, 1, 2, 11, 21],
"result" : "valid"
},
{
"tcId" : 2222,
"comment" : "y is edge case for modular reduction and (y + a) % radix**4 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "84fff86e7dd22bd4b3bf53279ff7c696568bb9fa6067e40a1354e3a77fdb6b31",
"tweak" : "fad70e34620b8bc26ecf7e3c",
"msg" : [5, 13, 9, 25, 19, 4, 3, 6, 12],
"ct" : [10, 3, 12, 13, 18, 17, 7, 18, 9],
"result" : "valid"
},
{
"tcId" : 2223,
"comment" : "y is edge case for modular reduction and (y + a) % radix**4 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "84fff86e7dd22bd4b3bf53279ff7c696568bb9fa6067e40a1354e3a77fdb6b31",
"tweak" : "fad70e34620b8bc26ecf7e3c",
"msg" : [5, 13, 10, 0, 19, 4, 3, 6, 12],
"ct" : [17, 13, 7, 17, 10, 0, 24, 1, 17],
"result" : "valid"
},
{
"tcId" : 2224,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "84fff86e7dd22bd4b3bf53279ff7c696568bb9fa6067e40a1354e3a77fdb6b31",
"tweak" : "fad70e34620b8bc26ecf7e3c",
"msg" : [14, 23, 20, 12, 19, 4, 3, 6, 12],
"ct" : [7, 20, 1, 22, 13, 12, 13, 7, 7],
"result" : "valid"
},
{
"tcId" : 2225,
"comment" : "y is edge case for modular reduction and a is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "84fff86e7dd22bd4b3bf53279ff7c696568bb9fa6067e40a1354e3a77fdb6b31",
"tweak" : "fad70e34620b8bc26ecf7e3c",
"msg" : [25, 25, 25, 25, 19, 4, 3, 6, 12],
"ct" : [8, 2, 14, 17, 7, 24, 18, 3, 9],
"result" : "valid"
},
{
"tcId" : 2226,
"comment" : "y is maximal after modular reduction and (y + a) % radix**4 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "84fff86e7dd22bd4b3bf53279ff7c696568bb9fa6067e40a1354e3a77fdb6b31",
"tweak" : "20a0e6a64e4c3c5c12c8c26b",
"msg" : [0, 0, 0, 0, 1, 5, 23, 23, 13],
"ct" : [23, 15, 19, 24, 18, 19, 25, 9, 23],
"result" : "valid"
},
{
"tcId" : 2227,
"comment" : "y is maximal after modular reduction and (y + a) % radix**4 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "84fff86e7dd22bd4b3bf53279ff7c696568bb9fa6067e40a1354e3a77fdb6b31",
"tweak" : "20a0e6a64e4c3c5c12c8c26b",
"msg" : [0, 0, 0, 1, 1, 5, 23, 23, 13],
"ct" : [8, 14, 17, 20, 16, 17, 16, 5, 11],
"result" : "valid"
},
{
"tcId" : 2228,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "84fff86e7dd22bd4b3bf53279ff7c696568bb9fa6067e40a1354e3a77fdb6b31",
"tweak" : "20a0e6a64e4c3c5c12c8c26b",
"msg" : [14, 23, 20, 12, 1, 5, 23, 23, 13],
"ct" : [1, 24, 10, 14, 15, 0, 6, 10, 22],
"result" : "valid"
},
{
"tcId" : 2229,
"comment" : "y is maximal after modular reduction and a is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "84fff86e7dd22bd4b3bf53279ff7c696568bb9fa6067e40a1354e3a77fdb6b31",
"tweak" : "20a0e6a64e4c3c5c12c8c26b",
"msg" : [25, 25, 25, 25, 1, 5, 23, 23, 13],
"ct" : [6, 21, 20, 25, 7, 6, 6, 21, 1],
"result" : "valid"
},
{
"tcId" : 2230,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "5f5d8e441c7e92c8d4f15740b5e79a73d2b90fa0e8acdbc0517f4b039bab0dc0",
"tweak" : "5aa849326a17e15a",
"msg" : [-1, 10, 21, 24, 19, 24, 4, 5, 16],
"ct" : [1, 4, 19, 2, 15, 5, 0, 11, 9],
"result" : "invalid"
},
{
"tcId" : 2231,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "5f5d8e441c7e92c8d4f15740b5e79a73d2b90fa0e8acdbc0517f4b039bab0dc0",
"tweak" : "5aa849326a17e15a",
"msg" : [21, 10, 21, -1, 19, 24, 4, 5, 16],
"ct" : [6, 25, 9, 0, 5, 13, 14, 10, 15],
"result" : "invalid"
},
{
"tcId" : 2232,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "5f5d8e441c7e92c8d4f15740b5e79a73d2b90fa0e8acdbc0517f4b039bab0dc0",
"tweak" : "5aa849326a17e15a",
"msg" : [21, 10, 21, 24, 19, 24, 4, 5, -1],
"ct" : [22, 20, 3, 17, 8, 6, 21, 10, 1],
"result" : "invalid"
},
{
"tcId" : 2233,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "aefc8918923ada6f3189669076e27523a7075e89e15a4f295c0db79009d67057",
"tweak" : "9f0096e487fdcef3",
"msg" : [26, 10, 0, 9, 12, 10, 2, 0, 14],
"ct" : [19, 10, 24, 7, 10, 10, 25, 8, 24],
"result" : "invalid"
},
{
"tcId" : 2234,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "aefc8918923ada6f3189669076e27523a7075e89e15a4f295c0db79009d67057",
"tweak" : "9f0096e487fdcef3",
"msg" : [24, 10, 0, 26, 12, 10, 2, 0, 14],
"ct" : [15, 21, 16, 15, 5, 18, 0, 19, 18],
"result" : "invalid"
},
{
"tcId" : 2235,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "aefc8918923ada6f3189669076e27523a7075e89e15a4f295c0db79009d67057",
"tweak" : "9f0096e487fdcef3",
"msg" : [24, 10, 0, 9, 12, 10, 2, 0, 26],
"ct" : [24, 21, 11, 3, 4, 17, 20, 19, 23],
"result" : "invalid"
}
]
},
{
"keySize" : 256,
"msgSize" : 10,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 2236,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "267c361cd190db6be369183a3b1a71601103f958cd6b791112928244c9402939",
"tweak" : "d00249da9e347109",
"msg" : [20, 16, 5, 1, 15, 14, 13, 7, 14, 11],
"ct" : [24, 25, 5, 6, 3, 19, 21, 7, 4, 11],
"result" : "valid"
},
{
"tcId" : 2237,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "15d60e791980b6815b04e05c7e9df93a5cda84614ecf2a4900fe55794187c771",
"tweak" : "68801fd1e1ea4d75",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [14, 16, 25, 6, 1, 5, 17, 22, 12, 12],
"result" : "valid"
},
{
"tcId" : 2238,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "15d60e791980b6815b04e05c7e9df93a5cda84614ecf2a4900fe55794187c771",
"tweak" : "68801fd1e1ea4d75",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"ct" : [22, 19, 13, 24, 1, 6, 7, 1, 14, 4],
"result" : "valid"
},
{
"tcId" : 2239,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "15d60e791980b6815b04e05c7e9df93a5cda84614ecf2a4900fe55794187c771",
"tweak" : "68801fd1e1ea4d75",
"msg" : [18, 9, 7, 4, 20, 18, 9, 7, 4, 20],
"ct" : [6, 18, 11, 9, 16, 20, 15, 12, 1, 6],
"result" : "valid"
},
{
"tcId" : 2240,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "15d60e791980b6815b04e05c7e9df93a5cda84614ecf2a4900fe55794187c771",
"tweak" : "68801fd1e1ea4d75",
"msg" : [18, 9, 7, 4, 19, 18, 9, 7, 4, 19],
"ct" : [18, 21, 6, 13, 7, 15, 13, 25, 22, 14],
"result" : "valid"
},
{
"tcId" : 2241,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "15d60e791980b6815b04e05c7e9df93a5cda84614ecf2a4900fe55794187c771",
"tweak" : "68801fd1e1ea4d75",
"msg" : [15, 18, 6, 5, 12, 22, 24, 13, 6, 4],
"ct" : [6, 4, 3, 10, 9, 9, 13, 15, 17, 11],
"result" : "valid"
},
{
"tcId" : 2242,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "15d60e791980b6815b04e05c7e9df93a5cda84614ecf2a4900fe55794187c771",
"tweak" : "68801fd1e1ea4d75",
"msg" : [7, 18, 17, 0, 9, 15, 9, 12, 12, 24],
"ct" : [8, 23, 21, 6, 15, 16, 13, 0, 23, 11],
"result" : "valid"
},
{
"tcId" : 2243,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "15d60e791980b6815b04e05c7e9df93a5cda84614ecf2a4900fe55794187c771",
"tweak" : "68801fd1e1ea4d75",
"msg" : [6, 11, 4, 10, 10, 0, 1, 18, 17, 12],
"ct" : [25, 8, 1, 22, 2, 22, 6, 7, 20, 13],
"result" : "valid"
},
{
"tcId" : 2244,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "15d60e791980b6815b04e05c7e9df93a5cda84614ecf2a4900fe55794187c771",
"tweak" : "68801fd1e1ea4d75",
"msg" : [22, 18, 15, 4, 19, 16, 6, 20, 23, 24],
"ct" : [5, 16, 21, 10, 4, 6, 5, 2, 13, 25],
"result" : "valid"
},
{
"tcId" : 2245,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "15d60e791980b6815b04e05c7e9df93a5cda84614ecf2a4900fe55794187c771",
"tweak" : "68801fd1e1ea4d75",
"msg" : [21, 18, 3, 12, 18, 20, 18, 19, 19, 10],
"ct" : [0, 3, 15, 5, 18, 25, 7, 11, 9, 16],
"result" : "valid"
},
{
"tcId" : 2246,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "15d60e791980b6815b04e05c7e9df93a5cda84614ecf2a4900fe55794187c771",
"tweak" : "68801fd1e1ea4d75",
"msg" : [12, 3, 25, 5, 14, 10, 2, 16, 17, 21],
"ct" : [22, 8, 13, 17, 2, 3, 4, 0, 15, 3],
"result" : "valid"
},
{
"tcId" : 2247,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "15d60e791980b6815b04e05c7e9df93a5cda84614ecf2a4900fe55794187c771",
"tweak" : "68801fd1e1ea4d75",
"msg" : [8, 1, 9, 14, 1, 23, 14, 0, 0, 8],
"ct" : [9, 12, 0, 20, 8, 17, 11, 23, 23, 5],
"result" : "valid"
},
{
"tcId" : 2248,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "15d60e791980b6815b04e05c7e9df93a5cda84614ecf2a4900fe55794187c771",
"tweak" : "68801fd1e1ea4d75",
"msg" : [14, 10, 7, 8, 13, 15, 5, 18, 13, 23],
"ct" : [2, 22, 1, 5, 9, 2, 3, 22, 19, 16],
"result" : "valid"
},
{
"tcId" : 2249,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "15d60e791980b6815b04e05c7e9df93a5cda84614ecf2a4900fe55794187c771",
"tweak" : "68801fd1e1ea4d75",
"msg" : [17, 0, 3, 9, 2, 0, 23, 21, 25, 21],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 2250,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "15d60e791980b6815b04e05c7e9df93a5cda84614ecf2a4900fe55794187c771",
"tweak" : "68801fd1e1ea4d75",
"msg" : [5, 11, 10, 7, 18, 11, 13, 17, 11, 1],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 2251,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "15d60e791980b6815b04e05c7e9df93a5cda84614ecf2a4900fe55794187c771",
"tweak" : "68801fd1e1ea4d75",
"msg" : [12, 3, 12, 18, 1, 25, 6, 2, 9, 11],
"ct" : [18, 9, 7, 4, 20, 18, 9, 7, 4, 20],
"result" : "valid"
},
{
"tcId" : 2252,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "15d60e791980b6815b04e05c7e9df93a5cda84614ecf2a4900fe55794187c771",
"tweak" : "68801fd1e1ea4d75",
"msg" : [5, 17, 16, 13, 15, 21, 3, 21, 25, 25],
"ct" : [18, 9, 7, 4, 19, 18, 9, 7, 4, 19],
"result" : "valid"
},
{
"tcId" : 2253,
"comment" : "y = 0 and (y + a) % radix**5 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "cf17e3224e1021e2b08ca339433c41f04476984dfa9844082dd9894c654ce9cd",
"tweak" : "c0383296decf74674a7fd468",
"msg" : [7, 20, 10, 14, 4, 16, 0, 1, 11, 2],
"ct" : [6, 22, 21, 22, 25, 5, 14, 20, 2, 6],
"result" : "valid"
},
{
"tcId" : 2254,
"comment" : "y = 0 and a = 1 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "cf17e3224e1021e2b08ca339433c41f04476984dfa9844082dd9894c654ce9cd",
"tweak" : "c0383296decf74674a7fd468",
"msg" : [5, 23, 20, 20, 19, 2, 20, 21, 3, 14],
"ct" : [9, 15, 3, 4, 18, 13, 14, 14, 13, 7],
"result" : "valid"
},
{
"tcId" : 2255,
"comment" : "y = 0 and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "cf17e3224e1021e2b08ca339433c41f04476984dfa9844082dd9894c654ce9cd",
"tweak" : "c0383296decf74674a7fd468",
"msg" : [22, 18, 25, 18, 13, 7, 18, 20, 13, 4],
"ct" : [18, 22, 25, 7, 3, 17, 20, 17, 12, 19],
"result" : "valid"
},
{
"tcId" : 2256,
"comment" : "y = 0 and (y + a) % radix**5 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "cf17e3224e1021e2b08ca339433c41f04476984dfa9844082dd9894c654ce9cd",
"tweak" : "c0383296decf74674a7fd468",
"msg" : [21, 5, 15, 12, 22, 6, 2, 13, 15, 15],
"ct" : [6, 7, 7, 19, 14, 25, 12, 22, 6, 21],
"result" : "valid"
},
{
"tcId" : 2257,
"comment" : "y = 1 and a = 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "cf17e3224e1021e2b08ca339433c41f04476984dfa9844082dd9894c654ce9cd",
"tweak" : "352bb9af25e6f5edf030b14c",
"msg" : [5, 6, 19, 6, 12, 2, 22, 11, 1, 5],
"ct" : [3, 19, 10, 2, 6, 12, 17, 21, 15, 3],
"result" : "valid"
},
{
"tcId" : 2258,
"comment" : "y = 1 and a = 1 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "cf17e3224e1021e2b08ca339433c41f04476984dfa9844082dd9894c654ce9cd",
"tweak" : "352bb9af25e6f5edf030b14c",
"msg" : [17, 21, 3, 7, 8, 17, 10, 10, 13, 6],
"ct" : [7, 12, 6, 15, 23, 12, 14, 13, 22, 17],
"result" : "valid"
},
{
"tcId" : 2259,
"comment" : "y = 1 and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "cf17e3224e1021e2b08ca339433c41f04476984dfa9844082dd9894c654ce9cd",
"tweak" : "352bb9af25e6f5edf030b14c",
"msg" : [5, 24, 9, 4, 8, 25, 4, 17, 1, 20],
"ct" : [10, 5, 7, 23, 2, 17, 19, 25, 12, 21],
"result" : "valid"
},
{
"tcId" : 2260,
"comment" : "y = 1 and (y + a) % radix**5 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "cf17e3224e1021e2b08ca339433c41f04476984dfa9844082dd9894c654ce9cd",
"tweak" : "352bb9af25e6f5edf030b14c",
"msg" : [8, 14, 20, 21, 19, 11, 15, 7, 12, 13],
"ct" : [14, 24, 2, 11, 23, 16, 11, 25, 4, 0],
"result" : "valid"
},
{
"tcId" : 2261,
"comment" : "y = 1 and (y + a) % radix**5 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "cf17e3224e1021e2b08ca339433c41f04476984dfa9844082dd9894c654ce9cd",
"tweak" : "352bb9af25e6f5edf030b14c",
"msg" : [9, 15, 19, 20, 6, 9, 17, 24, 20, 1],
"ct" : [23, 2, 20, 21, 5, 21, 5, 4, 22, 7],
"result" : "valid"
},
{
"tcId" : 2262,
"comment" : "y is maximal and a = 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "cf17e3224e1021e2b08ca339433c41f04476984dfa9844082dd9894c654ce9cd",
"tweak" : "ce2e4067c54d5e98ed109eca",
"msg" : [16, 8, 6, 22, 19, 23, 9, 9, 12, 6],
"ct" : [23, 5, 14, 17, 8, 0, 20, 13, 12, 11],
"result" : "valid"
},
{
"tcId" : 2263,
"comment" : "y is maximal and a = 1 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "cf17e3224e1021e2b08ca339433c41f04476984dfa9844082dd9894c654ce9cd",
"tweak" : "ce2e4067c54d5e98ed109eca",
"msg" : [20, 6, 22, 6, 7, 3, 7, 12, 6, 23],
"ct" : [8, 7, 0, 4, 22, 22, 24, 18, 18, 3],
"result" : "valid"
},
{
"tcId" : 2264,
"comment" : "y is maximal and (y + a) % radix**5 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "cf17e3224e1021e2b08ca339433c41f04476984dfa9844082dd9894c654ce9cd",
"tweak" : "ce2e4067c54d5e98ed109eca",
"msg" : [25, 2, 10, 25, 9, 25, 24, 5, 6, 23],
"ct" : [14, 4, 3, 6, 15, 16, 1, 17, 0, 14],
"result" : "valid"
},
{
"tcId" : 2265,
"comment" : "y is maximal and (y + a) % radix**5 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "cf17e3224e1021e2b08ca339433c41f04476984dfa9844082dd9894c654ce9cd",
"tweak" : "ce2e4067c54d5e98ed109eca",
"msg" : [23, 16, 4, 11, 21, 7, 16, 17, 10, 18],
"ct" : [1, 18, 8, 10, 11, 9, 24, 7, 15, 20],
"result" : "valid"
},
{
"tcId" : 2266,
"comment" : "y is maximal and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "cf17e3224e1021e2b08ca339433c41f04476984dfa9844082dd9894c654ce9cd",
"tweak" : "ce2e4067c54d5e98ed109eca",
"msg" : [17, 25, 7, 17, 11, 9, 14, 9, 12, 14],
"ct" : [23, 5, 8, 5, 25, 6, 6, 15, 21, 21],
"result" : "valid"
},
{
"tcId" : 2267,
"comment" : "y is maximal and a is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "cf17e3224e1021e2b08ca339433c41f04476984dfa9844082dd9894c654ce9cd",
"tweak" : "ce2e4067c54d5e98ed109eca",
"msg" : [15, 21, 15, 9, 7, 5, 0, 0, 11, 21],
"ct" : [6, 24, 4, 6, 15, 8, 15, 9, 25, 9],
"result" : "valid"
},
{
"tcId" : 2268,
"comment" : "y is edge case for modular reduction and a = 0 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "cf17e3224e1021e2b08ca339433c41f04476984dfa9844082dd9894c654ce9cd",
"tweak" : "7f84d8f65ef62c56790f8288",
"msg" : [3, 2, 21, 24, 1, 0, 0, 0, 0, 0],
"ct" : [25, 13, 9, 25, 14, 1, 17, 13, 3, 0],
"result" : "valid"
},
{
"tcId" : 2269,
"comment" : "y is edge case for modular reduction and a = 1 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "cf17e3224e1021e2b08ca339433c41f04476984dfa9844082dd9894c654ce9cd",
"tweak" : "7f84d8f65ef62c56790f8288",
"msg" : [22, 11, 20, 4, 1, 0, 0, 0, 0, 1],
"ct" : [0, 19, 2, 22, 12, 1, 10, 2, 17, 18],
"result" : "valid"
},
{
"tcId" : 2270,
"comment" : "y is edge case for modular reduction and (y + a) % radix**5 is maximal in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "cf17e3224e1021e2b08ca339433c41f04476984dfa9844082dd9894c654ce9cd",
"tweak" : "7f84d8f65ef62c56790f8288",
"msg" : [6, 22, 25, 22, 12, 1, 5, 13, 9, 25],
"ct" : [18, 4, 12, 10, 15, 11, 8, 2, 24, 19],
"result" : "valid"
},
{
"tcId" : 2271,
"comment" : "y is edge case for modular reduction and (y + a) % radix**5 == 0 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "cf17e3224e1021e2b08ca339433c41f04476984dfa9844082dd9894c654ce9cd",
"tweak" : "7f84d8f65ef62c56790f8288",
"msg" : [6, 16, 1, 15, 17, 1, 5, 13, 10, 0],
"ct" : [17, 23, 5, 11, 5, 18, 8, 12, 17, 19],
"result" : "valid"
},
{
"tcId" : 2272,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "cf17e3224e1021e2b08ca339433c41f04476984dfa9844082dd9894c654ce9cd",
"tweak" : "7f84d8f65ef62c56790f8288",
"msg" : [2, 15, 7, 24, 3, 18, 9, 7, 4, 20],
"ct" : [20, 11, 17, 6, 17, 22, 10, 4, 19, 5],
"result" : "valid"
},
{
"tcId" : 2273,
"comment" : "y is edge case for modular reduction and a is maximal in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "cf17e3224e1021e2b08ca339433c41f04476984dfa9844082dd9894c654ce9cd",
"tweak" : "7f84d8f65ef62c56790f8288",
"msg" : [1, 24, 14, 8, 19, 25, 25, 25, 25, 25],
"ct" : [11, 10, 4, 2, 18, 6, 2, 8, 4, 25],
"result" : "valid"
},
{
"tcId" : 2274,
"comment" : "y is maximal after modular reduction and (y + a) % radix**5 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "cf17e3224e1021e2b08ca339433c41f04476984dfa9844082dd9894c654ce9cd",
"tweak" : "4db2fff3860b183a974e8fbf",
"msg" : [18, 21, 12, 14, 20, 11, 20, 14, 19, 12],
"ct" : [13, 12, 4, 3, 5, 20, 1, 3, 1, 3],
"result" : "valid"
},
{
"tcId" : 2275,
"comment" : "y is maximal after modular reduction and (y + a) % radix**5 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "cf17e3224e1021e2b08ca339433c41f04476984dfa9844082dd9894c654ce9cd",
"tweak" : "4db2fff3860b183a974e8fbf",
"msg" : [17, 22, 18, 6, 2, 2, 8, 13, 11, 6],
"ct" : [20, 18, 22, 11, 8, 22, 1, 22, 21, 2],
"result" : "valid"
},
{
"tcId" : 2276,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "cf17e3224e1021e2b08ca339433c41f04476984dfa9844082dd9894c654ce9cd",
"tweak" : "4db2fff3860b183a974e8fbf",
"msg" : [14, 6, 23, 18, 1, 5, 14, 8, 4, 0],
"ct" : [12, 3, 18, 17, 3, 12, 9, 21, 9, 10],
"result" : "valid"
},
{
"tcId" : 2277,
"comment" : "y is maximal after modular reduction and a is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "cf17e3224e1021e2b08ca339433c41f04476984dfa9844082dd9894c654ce9cd",
"tweak" : "4db2fff3860b183a974e8fbf",
"msg" : [6, 11, 15, 20, 14, 15, 15, 13, 25, 14],
"ct" : [5, 1, 4, 12, 14, 6, 17, 11, 1, 8],
"result" : "valid"
},
{
"tcId" : 2278,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "0e278046ac6a44c25ea36086dbd0aec5a25c16d87bd80eb380922a0e988debc8",
"tweak" : "aac963be9bb06d9c",
"msg" : [-1, 12, 6, 6, 23, 13, 1, 11, 20, 6],
"ct" : [9, 8, 8, 1, 2, 22, 24, 3, 12, 18],
"result" : "invalid"
},
{
"tcId" : 2279,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "0e278046ac6a44c25ea36086dbd0aec5a25c16d87bd80eb380922a0e988debc8",
"tweak" : "aac963be9bb06d9c",
"msg" : [2, 12, 6, -1, 23, 13, 1, 11, 20, 6],
"ct" : [11, 5, 15, 7, 21, 18, 0, 16, 19, 5],
"result" : "invalid"
},
{
"tcId" : 2280,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "0e278046ac6a44c25ea36086dbd0aec5a25c16d87bd80eb380922a0e988debc8",
"tweak" : "aac963be9bb06d9c",
"msg" : [2, 12, 6, 6, 23, 13, 1, 11, 20, -1],
"ct" : [19, 15, 23, 5, 19, 15, 7, 11, 24, 17],
"result" : "invalid"
},
{
"tcId" : 2281,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "e80469857b41c0976fe865a391196a6d5f39a36dd21367fbf6f9bc65dc623408",
"tweak" : "63f8c3ce1497aec0",
"msg" : [26, 23, 0, 12, 12, 16, 7, 0, 11, 18],
"ct" : [7, 5, 23, 12, 10, 8, 23, 9, 20, 5],
"result" : "invalid"
},
{
"tcId" : 2282,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "e80469857b41c0976fe865a391196a6d5f39a36dd21367fbf6f9bc65dc623408",
"tweak" : "63f8c3ce1497aec0",
"msg" : [19, 23, 0, 26, 12, 16, 7, 0, 11, 18],
"ct" : [13, 17, 6, 5, 14, 21, 21, 5, 14, 22],
"result" : "invalid"
},
{
"tcId" : 2283,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "e80469857b41c0976fe865a391196a6d5f39a36dd21367fbf6f9bc65dc623408",
"tweak" : "63f8c3ce1497aec0",
"msg" : [19, 23, 0, 12, 12, 16, 7, 0, 11, 26],
"ct" : [4, 5, 5, 21, 6, 5, 14, 7, 20, 14],
"result" : "invalid"
}
]
},
{
"keySize" : 256,
"msgSize" : 11,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 2284,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "a40786c69f8a487744536af3e952b5e4c3c848cf21a994e28fa555d8d1ac9beb",
"tweak" : "8782789b84c8fa4a",
"msg" : [17, 8, 2, 6, 5, 12, 3, 0, 25, 11, 12],
"ct" : [2, 18, 3, 17, 16, 8, 8, 15, 3, 14, 0],
"result" : "valid"
},
{
"tcId" : 2285,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "b4c4d6f8f3f635f7bc32228674b53331404627434bb63dbfd650bd8d9c224f6d",
"tweak" : "b72708737a746e25",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [23, 0, 2, 9, 12, 13, 15, 14, 12, 15, 18],
"result" : "valid"
},
{
"tcId" : 2286,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "b4c4d6f8f3f635f7bc32228674b53331404627434bb63dbfd650bd8d9c224f6d",
"tweak" : "b72708737a746e25",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"ct" : [25, 2, 24, 6, 8, 19, 23, 1, 23, 24, 23],
"result" : "valid"
},
{
"tcId" : 2287,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "b4c4d6f8f3f635f7bc32228674b53331404627434bb63dbfd650bd8d9c224f6d",
"tweak" : "b72708737a746e25",
"msg" : [18, 9, 7, 4, 20, 22, 15, 10, 21, 22, 16],
"ct" : [9, 4, 17, 11, 12, 14, 11, 23, 9, 0, 4],
"result" : "valid"
},
{
"tcId" : 2288,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "b4c4d6f8f3f635f7bc32228674b53331404627434bb63dbfd650bd8d9c224f6d",
"tweak" : "b72708737a746e25",
"msg" : [18, 9, 7, 4, 19, 22, 15, 10, 21, 22, 15],
"ct" : [25, 5, 5, 12, 13, 21, 4, 6, 8, 22, 0],
"result" : "valid"
},
{
"tcId" : 2289,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "b4c4d6f8f3f635f7bc32228674b53331404627434bb63dbfd650bd8d9c224f6d",
"tweak" : "b72708737a746e25",
"msg" : [21, 16, 4, 13, 0, 19, 21, 15, 23, 7, 0],
"ct" : [20, 0, 11, 17, 9, 17, 25, 1, 23, 1, 1],
"result" : "valid"
},
{
"tcId" : 2290,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "b4c4d6f8f3f635f7bc32228674b53331404627434bb63dbfd650bd8d9c224f6d",
"tweak" : "b72708737a746e25",
"msg" : [8, 19, 17, 16, 11, 13, 0, 23, 7, 9, 25],
"ct" : [13, 1, 5, 25, 19, 17, 13, 25, 7, 16, 22],
"result" : "valid"
},
{
"tcId" : 2291,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "b4c4d6f8f3f635f7bc32228674b53331404627434bb63dbfd650bd8d9c224f6d",
"tweak" : "b72708737a746e25",
"msg" : [17, 14, 24, 13, 24, 22, 22, 22, 13, 22, 14],
"ct" : [4, 5, 4, 22, 5, 13, 22, 2, 8, 13, 16],
"result" : "valid"
},
{
"tcId" : 2292,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "b4c4d6f8f3f635f7bc32228674b53331404627434bb63dbfd650bd8d9c224f6d",
"tweak" : "b72708737a746e25",
"msg" : [3, 16, 8, 15, 4, 24, 22, 16, 5, 13, 25],
"ct" : [9, 9, 9, 6, 3, 1, 14, 12, 15, 0, 2],
"result" : "valid"
},
{
"tcId" : 2293,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "b4c4d6f8f3f635f7bc32228674b53331404627434bb63dbfd650bd8d9c224f6d",
"tweak" : "b72708737a746e25",
"msg" : [21, 18, 25, 14, 19, 13, 18, 4, 1, 3, 2],
"ct" : [2, 17, 17, 24, 2, 1, 22, 17, 19, 10, 25],
"result" : "valid"
},
{
"tcId" : 2294,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "b4c4d6f8f3f635f7bc32228674b53331404627434bb63dbfd650bd8d9c224f6d",
"tweak" : "b72708737a746e25",
"msg" : [20, 12, 16, 13, 17, 13, 9, 12, 12, 16, 1],
"ct" : [24, 7, 7, 1, 24, 5, 15, 9, 15, 17, 19],
"result" : "valid"
},
{
"tcId" : 2295,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "b4c4d6f8f3f635f7bc32228674b53331404627434bb63dbfd650bd8d9c224f6d",
"tweak" : "b72708737a746e25",
"msg" : [6, 10, 12, 21, 22, 19, 23, 13, 25, 16, 11],
"ct" : [8, 12, 17, 9, 13, 2, 14, 17, 19, 12, 18],
"result" : "valid"
},
{
"tcId" : 2296,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "b4c4d6f8f3f635f7bc32228674b53331404627434bb63dbfd650bd8d9c224f6d",
"tweak" : "b72708737a746e25",
"msg" : [21, 10, 14, 12, 14, 13, 17, 16, 15, 18, 1],
"ct" : [23, 25, 21, 8, 7, 3, 3, 19, 10, 3, 10],
"result" : "valid"
},
{
"tcId" : 2297,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "b4c4d6f8f3f635f7bc32228674b53331404627434bb63dbfd650bd8d9c224f6d",
"tweak" : "b72708737a746e25",
"msg" : [23, 22, 19, 3, 10, 9, 17, 17, 16, 22, 17],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 2298,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "b4c4d6f8f3f635f7bc32228674b53331404627434bb63dbfd650bd8d9c224f6d",
"tweak" : "b72708737a746e25",
"msg" : [21, 2, 11, 6, 21, 22, 19, 21, 19, 12, 16],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 2299,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "b4c4d6f8f3f635f7bc32228674b53331404627434bb63dbfd650bd8d9c224f6d",
"tweak" : "b72708737a746e25",
"msg" : [15, 13, 6, 2, 14, 4, 25, 7, 3, 5, 6],
"ct" : [18, 9, 7, 4, 20, 22, 15, 10, 21, 22, 16],
"result" : "valid"
},
{
"tcId" : 2300,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "b4c4d6f8f3f635f7bc32228674b53331404627434bb63dbfd650bd8d9c224f6d",
"tweak" : "b72708737a746e25",
"msg" : [5, 3, 7, 3, 23, 14, 3, 12, 15, 0, 4],
"ct" : [18, 9, 7, 4, 19, 22, 15, 10, 21, 22, 15],
"result" : "valid"
},
{
"tcId" : 2301,
"comment" : "y = 0 and (y + a) % radix**5 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b301403ccf58d04adee4d1e9e1ca6e113fe2ebf67e7add4e5a06bb52e63f5f2d",
"tweak" : "ef6308bb399c5d7468d00b",
"msg" : [20, 18, 4, 4, 7, 6, 21, 15, 2, 22, 1],
"ct" : [20, 17, 4, 25, 0, 0, 21, 10, 9, 8, 21],
"result" : "valid"
},
{
"tcId" : 2302,
"comment" : "y = 0 and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b301403ccf58d04adee4d1e9e1ca6e113fe2ebf67e7add4e5a06bb52e63f5f2d",
"tweak" : "ef6308bb399c5d7468d00b",
"msg" : [24, 21, 18, 22, 6, 10, 12, 24, 11, 5, 11],
"ct" : [12, 9, 1, 8, 21, 0, 5, 24, 10, 10, 10],
"result" : "valid"
},
{
"tcId" : 2303,
"comment" : "y = 0 and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b301403ccf58d04adee4d1e9e1ca6e113fe2ebf67e7add4e5a06bb52e63f5f2d",
"tweak" : "ef6308bb399c5d7468d00b",
"msg" : [10, 14, 18, 11, 11, 24, 6, 9, 10, 20, 24],
"ct" : [7, 16, 1, 6, 3, 1, 24, 4, 25, 6, 25],
"result" : "valid"
},
{
"tcId" : 2304,
"comment" : "y = 0 and (y + a) % radix**5 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b301403ccf58d04adee4d1e9e1ca6e113fe2ebf67e7add4e5a06bb52e63f5f2d",
"tweak" : "ef6308bb399c5d7468d00b",
"msg" : [25, 11, 18, 22, 11, 7, 21, 4, 1, 22, 19],
"ct" : [22, 12, 1, 3, 5, 24, 21, 15, 0, 11, 16],
"result" : "valid"
},
{
"tcId" : 2305,
"comment" : "y = 1 and a = 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "b301403ccf58d04adee4d1e9e1ca6e113fe2ebf67e7add4e5a06bb52e63f5f2d",
"tweak" : "aba2a9db57a7e385d58aa1",
"msg" : [16, 25, 2, 0, 10, 1, 7, 19, 22, 13, 7],
"ct" : [25, 13, 16, 4, 11, 10, 5, 20, 7, 15, 20],
"result" : "valid"
},
{
"tcId" : 2306,
"comment" : "y = 1 and a = 1 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "b301403ccf58d04adee4d1e9e1ca6e113fe2ebf67e7add4e5a06bb52e63f5f2d",
"tweak" : "aba2a9db57a7e385d58aa1",
"msg" : [4, 19, 21, 20, 18, 14, 2, 5, 3, 25, 1],
"ct" : [4, 14, 9, 10, 25, 1, 4, 10, 12, 11, 14],
"result" : "valid"
},
{
"tcId" : 2307,
"comment" : "y = 1 and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "b301403ccf58d04adee4d1e9e1ca6e113fe2ebf67e7add4e5a06bb52e63f5f2d",
"tweak" : "aba2a9db57a7e385d58aa1",
"msg" : [19, 12, 16, 21, 20, 16, 21, 24, 25, 0, 17],
"ct" : [15, 13, 23, 18, 20, 16, 22, 19, 9, 22, 25],
"result" : "valid"
},
{
"tcId" : 2308,
"comment" : "y = 1 and (y + a) % radix**5 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "b301403ccf58d04adee4d1e9e1ca6e113fe2ebf67e7add4e5a06bb52e63f5f2d",
"tweak" : "aba2a9db57a7e385d58aa1",
"msg" : [10, 11, 5, 13, 15, 21, 24, 12, 5, 20, 21],
"ct" : [7, 11, 22, 18, 0, 3, 17, 1, 23, 5, 21],
"result" : "valid"
},
{
"tcId" : 2309,
"comment" : "y = 1 and (y + a) % radix**5 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "b301403ccf58d04adee4d1e9e1ca6e113fe2ebf67e7add4e5a06bb52e63f5f2d",
"tweak" : "aba2a9db57a7e385d58aa1",
"msg" : [1, 9, 8, 2, 14, 0, 24, 10, 5, 0, 14],
"ct" : [8, 6, 19, 4, 19, 4, 7, 23, 22, 16, 3],
"result" : "valid"
},
{
"tcId" : 2310,
"comment" : "y is maximal and a = 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "b301403ccf58d04adee4d1e9e1ca6e113fe2ebf67e7add4e5a06bb52e63f5f2d",
"tweak" : "f96b828ba1f87e795fa43c",
"msg" : [18, 23, 1, 18, 7, 13, 8, 1, 2, 13, 19],
"ct" : [9, 17, 0, 15, 4, 13, 20, 15, 24, 2, 2],
"result" : "valid"
},
{
"tcId" : 2311,
"comment" : "y is maximal and a = 1 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "b301403ccf58d04adee4d1e9e1ca6e113fe2ebf67e7add4e5a06bb52e63f5f2d",
"tweak" : "f96b828ba1f87e795fa43c",
"msg" : [22, 12, 15, 0, 5, 9, 21, 25, 22, 12, 20],
"ct" : [3, 12, 2, 17, 1, 4, 11, 22, 12, 11, 18],
"result" : "valid"
},
{
"tcId" : 2312,
"comment" : "y is maximal and (y + a) % radix**5 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "b301403ccf58d04adee4d1e9e1ca6e113fe2ebf67e7add4e5a06bb52e63f5f2d",
"tweak" : "f96b828ba1f87e795fa43c",
"msg" : [9, 21, 10, 0, 3, 14, 20, 7, 25, 1, 23],
"ct" : [23, 3, 23, 12, 8, 25, 22, 15, 14, 24, 5],
"result" : "valid"
},
{
"tcId" : 2313,
"comment" : "y is maximal and (y + a) % radix**5 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "b301403ccf58d04adee4d1e9e1ca6e113fe2ebf67e7add4e5a06bb52e63f5f2d",
"tweak" : "f96b828ba1f87e795fa43c",
"msg" : [4, 12, 16, 15, 9, 10, 11, 4, 4, 16, 14],
"ct" : [7, 11, 7, 9, 18, 17, 1, 9, 19, 18, 10],
"result" : "valid"
},
{
"tcId" : 2314,
"comment" : "y is maximal and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "b301403ccf58d04adee4d1e9e1ca6e113fe2ebf67e7add4e5a06bb52e63f5f2d",
"tweak" : "f96b828ba1f87e795fa43c",
"msg" : [17, 14, 16, 23, 22, 23, 17, 0, 5, 4, 25],
"ct" : [13, 5, 13, 5, 16, 12, 3, 17, 24, 25, 25],
"result" : "valid"
},
{
"tcId" : 2315,
"comment" : "y is maximal and a is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "b301403ccf58d04adee4d1e9e1ca6e113fe2ebf67e7add4e5a06bb52e63f5f2d",
"tweak" : "f96b828ba1f87e795fa43c",
"msg" : [3, 22, 14, 8, 12, 14, 0, 25, 13, 11, 6],
"ct" : [25, 24, 24, 11, 7, 14, 25, 6, 5, 16, 4],
"result" : "valid"
},
{
"tcId" : 2316,
"comment" : "y is edge case for modular reduction and a = 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "b301403ccf58d04adee4d1e9e1ca6e113fe2ebf67e7add4e5a06bb52e63f5f2d",
"tweak" : "e21e48ab80cd4ec9b2f89d",
"msg" : [14, 3, 23, 4, 18, 0, 3, 4, 21, 1, 16],
"ct" : [15, 19, 1, 25, 19, 19, 17, 25, 15, 22, 7],
"result" : "valid"
},
{
"tcId" : 2317,
"comment" : "y is edge case for modular reduction and a = 1 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "b301403ccf58d04adee4d1e9e1ca6e113fe2ebf67e7add4e5a06bb52e63f5f2d",
"tweak" : "e21e48ab80cd4ec9b2f89d",
"msg" : [3, 1, 2, 4, 13, 3, 12, 14, 25, 7, 5],
"ct" : [17, 14, 18, 10, 18, 24, 5, 9, 4, 13, 14],
"result" : "valid"
},
{
"tcId" : 2318,
"comment" : "y is edge case for modular reduction and (y + a) % radix**5 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "b301403ccf58d04adee4d1e9e1ca6e113fe2ebf67e7add4e5a06bb52e63f5f2d",
"tweak" : "e21e48ab80cd4ec9b2f89d",
"msg" : [0, 16, 16, 0, 6, 14, 16, 15, 21, 3, 13],
"ct" : [2, 1, 17, 13, 16, 21, 4, 22, 12, 13, 12],
"result" : "valid"
},
{
"tcId" : 2319,
"comment" : "y is edge case for modular reduction and (y + a) % radix**5 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "b301403ccf58d04adee4d1e9e1ca6e113fe2ebf67e7add4e5a06bb52e63f5f2d",
"tweak" : "e21e48ab80cd4ec9b2f89d",
"msg" : [21, 2, 22, 3, 21, 4, 22, 0, 25, 25, 11],
"ct" : [9, 6, 4, 8, 7, 19, 10, 11, 4, 15, 5],
"result" : "valid"
},
{
"tcId" : 2320,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "b301403ccf58d04adee4d1e9e1ca6e113fe2ebf67e7add4e5a06bb52e63f5f2d",
"tweak" : "e21e48ab80cd4ec9b2f89d",
"msg" : [21, 2, 14, 9, 18, 2, 8, 2, 10, 17, 25],
"ct" : [16, 13, 20, 5, 3, 4, 11, 7, 0, 16, 18],
"result" : "valid"
},
{
"tcId" : 2321,
"comment" : "y is edge case for modular reduction and a is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "b301403ccf58d04adee4d1e9e1ca6e113fe2ebf67e7add4e5a06bb52e63f5f2d",
"tweak" : "e21e48ab80cd4ec9b2f89d",
"msg" : [14, 6, 9, 20, 9, 14, 11, 25, 19, 8, 12],
"ct" : [15, 0, 0, 6, 5, 20, 22, 14, 13, 15, 23],
"result" : "valid"
},
{
"tcId" : 2322,
"comment" : "y is maximal after modular reduction and (y + a) % radix**5 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "b301403ccf58d04adee4d1e9e1ca6e113fe2ebf67e7add4e5a06bb52e63f5f2d",
"tweak" : "685a96da1db5059d98730a",
"msg" : [0, 0, 0, 0, 0, 23, 19, 14, 25, 17, 11],
"ct" : [24, 19, 23, 3, 5, 5, 20, 0, 25, 0, 17],
"result" : "valid"
},
{
"tcId" : 2323,
"comment" : "y is maximal after modular reduction and (y + a) % radix**5 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "b301403ccf58d04adee4d1e9e1ca6e113fe2ebf67e7add4e5a06bb52e63f5f2d",
"tweak" : "685a96da1db5059d98730a",
"msg" : [0, 0, 0, 0, 1, 23, 19, 14, 25, 17, 11],
"ct" : [2, 11, 0, 7, 17, 2, 8, 25, 22, 11, 17],
"result" : "valid"
},
{
"tcId" : 2324,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "b301403ccf58d04adee4d1e9e1ca6e113fe2ebf67e7add4e5a06bb52e63f5f2d",
"tweak" : "685a96da1db5059d98730a",
"msg" : [18, 9, 7, 4, 20, 23, 19, 14, 25, 17, 11],
"ct" : [4, 8, 21, 24, 2, 0, 19, 4, 25, 2, 20],
"result" : "valid"
},
{
"tcId" : 2325,
"comment" : "y is maximal after modular reduction and a is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "b301403ccf58d04adee4d1e9e1ca6e113fe2ebf67e7add4e5a06bb52e63f5f2d",
"tweak" : "685a96da1db5059d98730a",
"msg" : [25, 25, 25, 25, 25, 23, 19, 14, 25, 17, 11],
"ct" : [14, 13, 18, 18, 5, 11, 19, 5, 0, 15, 20],
"result" : "valid"
},
{
"tcId" : 2326,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "901a4e20eafbee0bda03506d86368658c521ac7065f8b5a25fb318fa293375ab",
"tweak" : "788f47262b8e7b97",
"msg" : [-1, 6, 15, 6, 2, 14, 21, 18, 22, 18, 9],
"ct" : [23, 4, 18, 2, 22, 9, 9, 3, 4, 4, 13],
"result" : "invalid"
},
{
"tcId" : 2327,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "901a4e20eafbee0bda03506d86368658c521ac7065f8b5a25fb318fa293375ab",
"tweak" : "788f47262b8e7b97",
"msg" : [24, 6, 15, -1, 2, 14, 21, 18, 22, 18, 9],
"ct" : [21, 11, 4, 13, 22, 25, 25, 9, 6, 13, 15],
"result" : "invalid"
},
{
"tcId" : 2328,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "901a4e20eafbee0bda03506d86368658c521ac7065f8b5a25fb318fa293375ab",
"tweak" : "788f47262b8e7b97",
"msg" : [24, 6, 15, 6, 2, 14, 21, 18, 22, 18, -1],
"ct" : [10, 25, 3, 10, 15, 4, 12, 17, 25, 19, 5],
"result" : "invalid"
},
{
"tcId" : 2329,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "4e20d2e4d786344ae4d475c9b1f395173f9d8deb382bc983b4b61215a283893c",
"tweak" : "b9c6b50e1b034519",
"msg" : [26, 16, 19, 4, 22, 0, 0, 2, 15, 14, 4],
"ct" : [12, 13, 14, 24, 5, 2, 16, 23, 19, 5, 17],
"result" : "invalid"
},
{
"tcId" : 2330,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "4e20d2e4d786344ae4d475c9b1f395173f9d8deb382bc983b4b61215a283893c",
"tweak" : "b9c6b50e1b034519",
"msg" : [3, 16, 19, 26, 22, 0, 0, 2, 15, 14, 4],
"ct" : [24, 6, 21, 17, 10, 10, 16, 25, 17, 11, 22],
"result" : "invalid"
},
{
"tcId" : 2331,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "4e20d2e4d786344ae4d475c9b1f395173f9d8deb382bc983b4b61215a283893c",
"tweak" : "b9c6b50e1b034519",
"msg" : [3, 16, 19, 4, 22, 0, 0, 2, 15, 14, 26],
"ct" : [12, 19, 12, 10, 10, 2, 12, 15, 25, 3, 21],
"result" : "invalid"
}
]
},
{
"keySize" : 256,
"msgSize" : 12,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 2332,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "2e94a84c78be80cd598366058d4f6cdf8095666dcac7a00ad832d9f33e20d13c",
"tweak" : "415e0101a302aaa6",
"msg" : [11, 22, 11, 17, 8, 16, 7, 23, 11, 20, 24, 23],
"ct" : [16, 25, 6, 14, 3, 13, 4, 10, 7, 17, 11, 4],
"result" : "valid"
},
{
"tcId" : 2333,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "b60d255c76e0f50a9257acac319fb86a00570aa5b23e907c1b7109f732317d65",
"tweak" : "b44b719ef00f7276",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [0, 23, 11, 6, 5, 19, 23, 10, 20, 4, 5, 20],
"result" : "valid"
},
{
"tcId" : 2334,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "b60d255c76e0f50a9257acac319fb86a00570aa5b23e907c1b7109f732317d65",
"tweak" : "b44b719ef00f7276",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"ct" : [21, 17, 13, 20, 9, 0, 1, 12, 21, 16, 25, 18],
"result" : "valid"
},
{
"tcId" : 2335,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "b60d255c76e0f50a9257acac319fb86a00570aa5b23e907c1b7109f732317d65",
"tweak" : "b44b719ef00f7276",
"msg" : [22, 15, 10, 21, 22, 16, 22, 15, 10, 21, 22, 16],
"ct" : [24, 7, 9, 18, 23, 12, 12, 9, 16, 1, 6, 15],
"result" : "valid"
},
{
"tcId" : 2336,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "b60d255c76e0f50a9257acac319fb86a00570aa5b23e907c1b7109f732317d65",
"tweak" : "b44b719ef00f7276",
"msg" : [22, 15, 10, 21, 22, 15, 22, 15, 10, 21, 22, 15],
"ct" : [22, 20, 24, 17, 20, 9, 16, 15, 2, 17, 11, 13],
"result" : "valid"
},
{
"tcId" : 2337,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "b60d255c76e0f50a9257acac319fb86a00570aa5b23e907c1b7109f732317d65",
"tweak" : "b44b719ef00f7276",
"msg" : [0, 6, 5, 10, 19, 14, 7, 7, 16, 1, 15, 2],
"ct" : [6, 11, 16, 18, 18, 25, 24, 23, 3, 16, 4, 11],
"result" : "valid"
},
{
"tcId" : 2338,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "b60d255c76e0f50a9257acac319fb86a00570aa5b23e907c1b7109f732317d65",
"tweak" : "b44b719ef00f7276",
"msg" : [12, 21, 4, 4, 24, 3, 15, 14, 1, 1, 17, 2],
"ct" : [8, 1, 3, 13, 0, 10, 10, 22, 6, 24, 13, 1],
"result" : "valid"
},
{
"tcId" : 2339,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "b60d255c76e0f50a9257acac319fb86a00570aa5b23e907c1b7109f732317d65",
"tweak" : "b44b719ef00f7276",
"msg" : [10, 1, 4, 24, 9, 3, 19, 15, 24, 22, 5, 0],
"ct" : [13, 22, 10, 9, 25, 21, 19, 17, 19, 11, 4, 9],
"result" : "valid"
},
{
"tcId" : 2340,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "b60d255c76e0f50a9257acac319fb86a00570aa5b23e907c1b7109f732317d65",
"tweak" : "b44b719ef00f7276",
"msg" : [24, 6, 13, 16, 3, 1, 23, 19, 0, 16, 24, 7],
"ct" : [12, 15, 15, 7, 12, 19, 6, 13, 17, 3, 1, 2],
"result" : "valid"
},
{
"tcId" : 2341,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "b60d255c76e0f50a9257acac319fb86a00570aa5b23e907c1b7109f732317d65",
"tweak" : "b44b719ef00f7276",
"msg" : [5, 19, 24, 7, 18, 12, 5, 5, 21, 17, 7, 4],
"ct" : [17, 15, 15, 24, 15, 12, 13, 16, 13, 22, 14, 23],
"result" : "valid"
},
{
"tcId" : 2342,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "b60d255c76e0f50a9257acac319fb86a00570aa5b23e907c1b7109f732317d65",
"tweak" : "b44b719ef00f7276",
"msg" : [24, 24, 25, 8, 9, 23, 6, 18, 8, 25, 20, 12],
"ct" : [11, 6, 21, 17, 9, 21, 19, 16, 19, 3, 18, 1],
"result" : "valid"
},
{
"tcId" : 2343,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "b60d255c76e0f50a9257acac319fb86a00570aa5b23e907c1b7109f732317d65",
"tweak" : "b44b719ef00f7276",
"msg" : [23, 9, 7, 13, 12, 21, 25, 19, 4, 17, 15, 1],
"ct" : [13, 10, 10, 7, 16, 15, 15, 2, 13, 17, 17, 8],
"result" : "valid"
},
{
"tcId" : 2344,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "b60d255c76e0f50a9257acac319fb86a00570aa5b23e907c1b7109f732317d65",
"tweak" : "b44b719ef00f7276",
"msg" : [12, 18, 4, 0, 14, 9, 2, 6, 17, 3, 25, 10],
"ct" : [23, 14, 11, 23, 14, 1, 24, 7, 9, 20, 17, 25],
"result" : "valid"
},
{
"tcId" : 2345,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "b60d255c76e0f50a9257acac319fb86a00570aa5b23e907c1b7109f732317d65",
"tweak" : "b44b719ef00f7276",
"msg" : [25, 19, 2, 16, 3, 23, 24, 21, 9, 5, 5, 2],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 2346,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "b60d255c76e0f50a9257acac319fb86a00570aa5b23e907c1b7109f732317d65",
"tweak" : "b44b719ef00f7276",
"msg" : [22, 3, 14, 14, 15, 3, 23, 14, 3, 8, 13, 0],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 2347,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "b60d255c76e0f50a9257acac319fb86a00570aa5b23e907c1b7109f732317d65",
"tweak" : "b44b719ef00f7276",
"msg" : [21, 19, 15, 23, 1, 8, 14, 15, 12, 3, 2, 9],
"ct" : [22, 15, 10, 21, 22, 16, 22, 15, 10, 21, 22, 16],
"result" : "valid"
},
{
"tcId" : 2348,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "b60d255c76e0f50a9257acac319fb86a00570aa5b23e907c1b7109f732317d65",
"tweak" : "b44b719ef00f7276",
"msg" : [18, 13, 12, 16, 9, 5, 5, 22, 1, 18, 3, 21],
"ct" : [22, 15, 10, 21, 22, 15, 22, 15, 10, 21, 22, 15],
"result" : "valid"
},
{
"tcId" : 2349,
"comment" : "y = 0 and (y + a) % radix**6 == 0 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "861999d41d37e2d41583f3ccf1d1c5c7b17e2d7e1ae424b890bf54f3bc3a8388",
"tweak" : "251636d37374d45fd1e6f8",
"msg" : [6, 23, 15, 14, 14, 7, 0, 0, 0, 0, 0, 0],
"ct" : [2, 24, 22, 12, 3, 17, 13, 3, 20, 13, 16, 5],
"result" : "valid"
},
{
"tcId" : 2350,
"comment" : "y = 0 and a = 1 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "861999d41d37e2d41583f3ccf1d1c5c7b17e2d7e1ae424b890bf54f3bc3a8388",
"tweak" : "251636d37374d45fd1e6f8",
"msg" : [11, 7, 18, 17, 22, 21, 0, 0, 0, 0, 0, 1],
"ct" : [17, 14, 24, 4, 13, 11, 9, 17, 9, 19, 13, 23],
"result" : "valid"
},
{
"tcId" : 2351,
"comment" : "y = 0 and a has large Hamming weight in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "861999d41d37e2d41583f3ccf1d1c5c7b17e2d7e1ae424b890bf54f3bc3a8388",
"tweak" : "251636d37374d45fd1e6f8",
"msg" : [15, 12, 16, 20, 25, 17, 22, 15, 10, 21, 22, 16],
"ct" : [15, 0, 21, 16, 16, 7, 20, 9, 14, 14, 13, 23],
"result" : "valid"
},
{
"tcId" : 2352,
"comment" : "y = 0 and (y + a) % radix**6 is maximal in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "861999d41d37e2d41583f3ccf1d1c5c7b17e2d7e1ae424b890bf54f3bc3a8388",
"tweak" : "251636d37374d45fd1e6f8",
"msg" : [12, 7, 24, 18, 16, 19, 25, 25, 25, 25, 25, 25],
"ct" : [15, 12, 23, 17, 11, 2, 14, 10, 8, 14, 21, 16],
"result" : "valid"
},
{
"tcId" : 2353,
"comment" : "y = 1 and a = 0 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "861999d41d37e2d41583f3ccf1d1c5c7b17e2d7e1ae424b890bf54f3bc3a8388",
"tweak" : "2b813aca243e7143aec95a",
"msg" : [9, 4, 5, 21, 2, 1, 0, 0, 0, 0, 0, 0],
"ct" : [12, 25, 22, 17, 6, 4, 19, 15, 4, 20, 23, 12],
"result" : "valid"
},
{
"tcId" : 2354,
"comment" : "y = 1 and a = 1 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "861999d41d37e2d41583f3ccf1d1c5c7b17e2d7e1ae424b890bf54f3bc3a8388",
"tweak" : "2b813aca243e7143aec95a",
"msg" : [6, 25, 4, 10, 10, 7, 0, 0, 0, 0, 0, 1],
"ct" : [23, 0, 15, 12, 11, 19, 9, 23, 20, 13, 6, 1],
"result" : "valid"
},
{
"tcId" : 2355,
"comment" : "y = 1 and a has large Hamming weight in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "861999d41d37e2d41583f3ccf1d1c5c7b17e2d7e1ae424b890bf54f3bc3a8388",
"tweak" : "2b813aca243e7143aec95a",
"msg" : [18, 18, 19, 17, 15, 17, 22, 15, 10, 21, 22, 16],
"ct" : [14, 20, 4, 10, 19, 21, 18, 15, 21, 24, 11, 12],
"result" : "valid"
},
{
"tcId" : 2356,
"comment" : "y = 1 and (y + a) % radix**6 is maximal in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "861999d41d37e2d41583f3ccf1d1c5c7b17e2d7e1ae424b890bf54f3bc3a8388",
"tweak" : "2b813aca243e7143aec95a",
"msg" : [13, 2, 6, 15, 15, 2, 25, 25, 25, 25, 25, 24],
"ct" : [6, 9, 23, 16, 21, 18, 1, 9, 6, 0, 10, 8],
"result" : "valid"
},
{
"tcId" : 2357,
"comment" : "y = 1 and (y + a) % radix**6 == 0 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "861999d41d37e2d41583f3ccf1d1c5c7b17e2d7e1ae424b890bf54f3bc3a8388",
"tweak" : "2b813aca243e7143aec95a",
"msg" : [5, 10, 6, 19, 12, 17, 25, 25, 25, 25, 25, 25],
"ct" : [18, 18, 15, 20, 9, 22, 2, 15, 7, 10, 20, 22],
"result" : "valid"
},
{
"tcId" : 2358,
"comment" : "y is maximal and a = 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "861999d41d37e2d41583f3ccf1d1c5c7b17e2d7e1ae424b890bf54f3bc3a8388",
"tweak" : "da60dfe5dc59649c9cecba",
"msg" : [9, 3, 14, 17, 8, 13, 8, 3, 20, 12, 3, 19],
"ct" : [13, 11, 15, 14, 3, 0, 14, 22, 8, 23, 0, 3],
"result" : "valid"
},
{
"tcId" : 2359,
"comment" : "y is maximal and a = 1 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "861999d41d37e2d41583f3ccf1d1c5c7b17e2d7e1ae424b890bf54f3bc3a8388",
"tweak" : "da60dfe5dc59649c9cecba",
"msg" : [5, 19, 25, 13, 9, 9, 21, 19, 7, 2, 14, 20],
"ct" : [7, 13, 22, 18, 4, 10, 9, 7, 18, 5, 14, 21],
"result" : "valid"
},
{
"tcId" : 2360,
"comment" : "y is maximal and (y + a) % radix**6 is maximal in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "861999d41d37e2d41583f3ccf1d1c5c7b17e2d7e1ae424b890bf54f3bc3a8388",
"tweak" : "da60dfe5dc59649c9cecba",
"msg" : [20, 3, 20, 16, 16, 16, 2, 11, 23, 21, 23, 16],
"ct" : [5, 25, 1, 3, 0, 10, 14, 21, 14, 25, 13, 11],
"result" : "valid"
},
{
"tcId" : 2361,
"comment" : "y is maximal and (y + a) % radix**6 == 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "861999d41d37e2d41583f3ccf1d1c5c7b17e2d7e1ae424b890bf54f3bc3a8388",
"tweak" : "da60dfe5dc59649c9cecba",
"msg" : [7, 10, 20, 25, 8, 4, 13, 6, 4, 23, 21, 23],
"ct" : [2, 25, 11, 15, 6, 3, 25, 15, 13, 12, 5, 2],
"result" : "valid"
},
{
"tcId" : 2362,
"comment" : "y is maximal and a has large Hamming weight in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "861999d41d37e2d41583f3ccf1d1c5c7b17e2d7e1ae424b890bf54f3bc3a8388",
"tweak" : "da60dfe5dc59649c9cecba",
"msg" : [1, 22, 4, 24, 5, 8, 2, 19, 5, 20, 8, 15],
"ct" : [15, 20, 13, 9, 15, 21, 6, 0, 10, 19, 11, 2],
"result" : "valid"
},
{
"tcId" : 2363,
"comment" : "y is maximal and a is maximal in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "861999d41d37e2d41583f3ccf1d1c5c7b17e2d7e1ae424b890bf54f3bc3a8388",
"tweak" : "da60dfe5dc59649c9cecba",
"msg" : [6, 5, 5, 22, 22, 2, 12, 21, 2, 17, 5, 23],
"ct" : [11, 22, 12, 14, 11, 6, 7, 1, 7, 16, 24, 21],
"result" : "valid"
},
{
"tcId" : 2364,
"comment" : "y is edge case for modular reduction and a = 0 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "861999d41d37e2d41583f3ccf1d1c5c7b17e2d7e1ae424b890bf54f3bc3a8388",
"tweak" : "d48a5ddde6cb4a4dab7c6d",
"msg" : [19, 12, 13, 20, 2, 3, 0, 0, 0, 0, 0, 0],
"ct" : [20, 13, 22, 0, 4, 11, 6, 2, 23, 5, 19, 15],
"result" : "valid"
},
{
"tcId" : 2365,
"comment" : "y is edge case for modular reduction and a = 1 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "861999d41d37e2d41583f3ccf1d1c5c7b17e2d7e1ae424b890bf54f3bc3a8388",
"tweak" : "d48a5ddde6cb4a4dab7c6d",
"msg" : [21, 8, 13, 13, 10, 17, 0, 0, 0, 0, 0, 1],
"ct" : [7, 11, 23, 18, 16, 8, 17, 11, 5, 18, 0, 19],
"result" : "valid"
},
{
"tcId" : 2366,
"comment" : "y is edge case for modular reduction and (y + a) % radix**6 is maximal in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "861999d41d37e2d41583f3ccf1d1c5c7b17e2d7e1ae424b890bf54f3bc3a8388",
"tweak" : "d48a5ddde6cb4a4dab7c6d",
"msg" : [1, 6, 9, 8, 11, 12, 7, 1, 5, 13, 9, 25],
"ct" : [3, 18, 5, 8, 1, 8, 23, 7, 25, 24, 14, 4],
"result" : "valid"
},
{
"tcId" : 2367,
"comment" : "y is edge case for modular reduction and (y + a) % radix**6 == 0 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "861999d41d37e2d41583f3ccf1d1c5c7b17e2d7e1ae424b890bf54f3bc3a8388",
"tweak" : "d48a5ddde6cb4a4dab7c6d",
"msg" : [22, 13, 16, 15, 15, 17, 7, 1, 5, 13, 10, 0],
"ct" : [7, 10, 3, 11, 13, 20, 19, 1, 5, 22, 2, 14],
"result" : "valid"
},
{
"tcId" : 2368,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "861999d41d37e2d41583f3ccf1d1c5c7b17e2d7e1ae424b890bf54f3bc3a8388",
"tweak" : "d48a5ddde6cb4a4dab7c6d",
"msg" : [5, 8, 12, 13, 8, 14, 22, 15, 10, 21, 22, 16],
"ct" : [13, 14, 10, 20, 25, 25, 25, 3, 2, 23, 21, 16],
"result" : "valid"
},
{
"tcId" : 2369,
"comment" : "y is edge case for modular reduction and a is maximal in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "861999d41d37e2d41583f3ccf1d1c5c7b17e2d7e1ae424b890bf54f3bc3a8388",
"tweak" : "d48a5ddde6cb4a4dab7c6d",
"msg" : [4, 15, 1, 5, 14, 2, 25, 25, 25, 25, 25, 25],
"ct" : [16, 25, 5, 3, 17, 19, 4, 9, 12, 17, 7, 2],
"result" : "valid"
},
{
"tcId" : 2370,
"comment" : "y is maximal after modular reduction and (y + a) % radix**6 is maximal in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "861999d41d37e2d41583f3ccf1d1c5c7b17e2d7e1ae424b890bf54f3bc3a8388",
"tweak" : "efaab88cde5c6431e526fc",
"msg" : [0, 15, 4, 17, 11, 3, 4, 4, 3, 7, 13, 4],
"ct" : [23, 11, 23, 25, 13, 23, 18, 1, 14, 25, 20, 3],
"result" : "valid"
},
{
"tcId" : 2371,
"comment" : "y is maximal after modular reduction and (y + a) % radix**6 == 0 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "861999d41d37e2d41583f3ccf1d1c5c7b17e2d7e1ae424b890bf54f3bc3a8388",
"tweak" : "efaab88cde5c6431e526fc",
"msg" : [19, 17, 10, 22, 10, 20, 11, 23, 20, 16, 5, 16],
"ct" : [18, 2, 5, 10, 16, 2, 6, 7, 13, 1, 19, 19],
"result" : "valid"
},
{
"tcId" : 2372,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "861999d41d37e2d41583f3ccf1d1c5c7b17e2d7e1ae424b890bf54f3bc3a8388",
"tweak" : "efaab88cde5c6431e526fc",
"msg" : [17, 22, 2, 20, 4, 6, 24, 1, 11, 2, 5, 17],
"ct" : [14, 1, 20, 4, 8, 11, 11, 2, 1, 19, 23, 7],
"result" : "valid"
},
{
"tcId" : 2373,
"comment" : "y is maximal after modular reduction and a is maximal in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "861999d41d37e2d41583f3ccf1d1c5c7b17e2d7e1ae424b890bf54f3bc3a8388",
"tweak" : "efaab88cde5c6431e526fc",
"msg" : [12, 19, 9, 1, 19, 9, 11, 9, 13, 22, 5, 11],
"ct" : [14, 8, 8, 0, 15, 25, 6, 15, 9, 3, 18, 23],
"result" : "valid"
},
{
"tcId" : 2374,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "0a547ba6ebfb1197879939263dc827e988ebfffb7305b8926e64a1308ad32ac3",
"tweak" : "17f2087530ca7e57",
"msg" : [-1, 16, 21, 13, 1, 25, 4, 8, 19, 16, 19, 16],
"ct" : [24, 9, 24, 20, 9, 7, 25, 5, 5, 23, 0, 16],
"result" : "invalid"
},
{
"tcId" : 2375,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "0a547ba6ebfb1197879939263dc827e988ebfffb7305b8926e64a1308ad32ac3",
"tweak" : "17f2087530ca7e57",
"msg" : [11, 16, 21, 13, -1, 25, 4, 8, 19, 16, 19, 16],
"ct" : [24, 9, 11, 7, 11, 18, 2, 0, 2, 10, 7, 13],
"result" : "invalid"
},
{
"tcId" : 2376,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "0a547ba6ebfb1197879939263dc827e988ebfffb7305b8926e64a1308ad32ac3",
"tweak" : "17f2087530ca7e57",
"msg" : [11, 16, 21, 13, 1, 25, 4, 8, 19, 16, 19, -1],
"ct" : [5, 11, 16, 0, 20, 1, 25, 17, 1, 21, 19, 24],
"result" : "invalid"
},
{
"tcId" : 2377,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "5b1ee0bd445e9f2e317d171347777ef1284bf279e66f9d605069c547188ef230",
"tweak" : "17670b2e35c2c56d",
"msg" : [26, 21, 17, 25, 20, 16, 20, 22, 13, 7, 4, 6],
"ct" : [13, 8, 11, 12, 11, 2, 23, 5, 11, 5, 9, 9],
"result" : "invalid"
},
{
"tcId" : 2378,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "5b1ee0bd445e9f2e317d171347777ef1284bf279e66f9d605069c547188ef230",
"tweak" : "17670b2e35c2c56d",
"msg" : [11, 21, 17, 25, 26, 16, 20, 22, 13, 7, 4, 6],
"ct" : [7, 23, 20, 24, 18, 5, 5, 4, 12, 7, 20, 8],
"result" : "invalid"
},
{
"tcId" : 2379,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "5b1ee0bd445e9f2e317d171347777ef1284bf279e66f9d605069c547188ef230",
"tweak" : "17670b2e35c2c56d",
"msg" : [11, 21, 17, 25, 20, 16, 20, 22, 13, 7, 4, 26],
"ct" : [12, 20, 22, 15, 9, 12, 3, 7, 17, 17, 6, 6],
"result" : "invalid"
}
]
},
{
"keySize" : 256,
"msgSize" : 13,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 2380,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "82685c3a0cab8a3c5777c43196c7f9eb6d1cbc31f79de68bc23a066b6d9d2053",
"tweak" : "3fd780e554341138",
"msg" : [18, 0, 6, 18, 11, 23, 10, 22, 0, 8, 8, 5, 10],
"ct" : [22, 11, 18, 16, 16, 2, 13, 17, 7, 6, 9, 5, 22],
"result" : "valid"
},
{
"tcId" : 2381,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "ade9f36d2b83daa75a62a4a0c53a95e186c290e7a8f2c8e0911025d44bccf554",
"tweak" : "d5479b1a88388aa8",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [4, 5, 17, 1, 9, 22, 8, 7, 10, 7, 9, 11, 4],
"result" : "valid"
},
{
"tcId" : 2382,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "ade9f36d2b83daa75a62a4a0c53a95e186c290e7a8f2c8e0911025d44bccf554",
"tweak" : "d5479b1a88388aa8",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"ct" : [23, 22, 9, 8, 17, 21, 18, 8, 17, 25, 6, 16, 16],
"result" : "valid"
},
{
"tcId" : 2383,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "ade9f36d2b83daa75a62a4a0c53a95e186c290e7a8f2c8e0911025d44bccf554",
"tweak" : "d5479b1a88388aa8",
"msg" : [22, 15, 10, 21, 22, 16, 13, 23, 12, 17, 11, 23, 22],
"ct" : [19, 21, 12, 7, 10, 18, 5, 10, 11, 25, 5, 3, 18],
"result" : "valid"
},
{
"tcId" : 2384,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "ade9f36d2b83daa75a62a4a0c53a95e186c290e7a8f2c8e0911025d44bccf554",
"tweak" : "d5479b1a88388aa8",
"msg" : [22, 15, 10, 21, 22, 15, 13, 23, 12, 17, 11, 23, 21],
"ct" : [15, 13, 25, 4, 4, 9, 15, 25, 19, 21, 0, 24, 19],
"result" : "valid"
},
{
"tcId" : 2385,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "ade9f36d2b83daa75a62a4a0c53a95e186c290e7a8f2c8e0911025d44bccf554",
"tweak" : "d5479b1a88388aa8",
"msg" : [21, 23, 5, 25, 22, 6, 5, 11, 13, 15, 22, 6, 14],
"ct" : [1, 12, 8, 10, 10, 13, 9, 9, 9, 7, 2, 0, 25],
"result" : "valid"
},
{
"tcId" : 2386,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "ade9f36d2b83daa75a62a4a0c53a95e186c290e7a8f2c8e0911025d44bccf554",
"tweak" : "d5479b1a88388aa8",
"msg" : [8, 12, 17, 17, 17, 22, 21, 1, 4, 8, 20, 11, 13],
"ct" : [17, 2, 17, 3, 20, 14, 8, 9, 13, 14, 21, 14, 8],
"result" : "valid"
},
{
"tcId" : 2387,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "ade9f36d2b83daa75a62a4a0c53a95e186c290e7a8f2c8e0911025d44bccf554",
"tweak" : "d5479b1a88388aa8",
"msg" : [2, 1, 23, 3, 18, 15, 22, 7, 22, 12, 18, 3, 22],
"ct" : [7, 14, 1, 19, 14, 5, 3, 0, 3, 19, 13, 9, 22],
"result" : "valid"
},
{
"tcId" : 2388,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "ade9f36d2b83daa75a62a4a0c53a95e186c290e7a8f2c8e0911025d44bccf554",
"tweak" : "d5479b1a88388aa8",
"msg" : [24, 13, 12, 17, 14, 23, 18, 18, 17, 7, 23, 15, 15],
"ct" : [5, 8, 12, 5, 6, 6, 0, 18, 22, 18, 25, 2, 25],
"result" : "valid"
},
{
"tcId" : 2389,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "ade9f36d2b83daa75a62a4a0c53a95e186c290e7a8f2c8e0911025d44bccf554",
"tweak" : "d5479b1a88388aa8",
"msg" : [19, 9, 19, 17, 19, 11, 20, 19, 14, 23, 16, 25, 25],
"ct" : [21, 6, 19, 1, 14, 19, 20, 14, 16, 0, 8, 15, 4],
"result" : "valid"
},
{
"tcId" : 2390,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "ade9f36d2b83daa75a62a4a0c53a95e186c290e7a8f2c8e0911025d44bccf554",
"tweak" : "d5479b1a88388aa8",
"msg" : [10, 14, 14, 18, 22, 20, 21, 7, 20, 20, 0, 25, 14],
"ct" : [20, 9, 25, 16, 18, 20, 15, 12, 12, 17, 19, 17, 22],
"result" : "valid"
},
{
"tcId" : 2391,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "ade9f36d2b83daa75a62a4a0c53a95e186c290e7a8f2c8e0911025d44bccf554",
"tweak" : "d5479b1a88388aa8",
"msg" : [24, 7, 8, 22, 2, 15, 12, 6, 6, 12, 13, 10, 5],
"ct" : [5, 1, 3, 20, 24, 4, 11, 0, 13, 7, 2, 23, 25],
"result" : "valid"
},
{
"tcId" : 2392,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "ade9f36d2b83daa75a62a4a0c53a95e186c290e7a8f2c8e0911025d44bccf554",
"tweak" : "d5479b1a88388aa8",
"msg" : [18, 24, 23, 17, 10, 13, 7, 16, 18, 8, 14, 2, 12],
"ct" : [5, 10, 18, 16, 7, 0, 1, 14, 17, 20, 3, 25, 15],
"result" : "valid"
},
{
"tcId" : 2393,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "ade9f36d2b83daa75a62a4a0c53a95e186c290e7a8f2c8e0911025d44bccf554",
"tweak" : "d5479b1a88388aa8",
"msg" : [9, 2, 16, 3, 6, 5, 23, 12, 9, 11, 16, 6, 21],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 2394,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "ade9f36d2b83daa75a62a4a0c53a95e186c290e7a8f2c8e0911025d44bccf554",
"tweak" : "d5479b1a88388aa8",
"msg" : [25, 4, 23, 17, 16, 7, 17, 14, 10, 20, 0, 11, 5],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 2395,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "ade9f36d2b83daa75a62a4a0c53a95e186c290e7a8f2c8e0911025d44bccf554",
"tweak" : "d5479b1a88388aa8",
"msg" : [11, 9, 8, 13, 24, 0, 20, 1, 6, 10, 14, 16, 12],
"ct" : [22, 15, 10, 21, 22, 16, 13, 23, 12, 17, 11, 23, 22],
"result" : "valid"
},
{
"tcId" : 2396,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "ade9f36d2b83daa75a62a4a0c53a95e186c290e7a8f2c8e0911025d44bccf554",
"tweak" : "d5479b1a88388aa8",
"msg" : [9, 4, 15, 1, 7, 24, 6, 5, 6, 13, 14, 14, 25],
"ct" : [22, 15, 10, 21, 22, 15, 13, 23, 12, 17, 11, 23, 21],
"result" : "valid"
},
{
"tcId" : 2397,
"comment" : "y is edge case for modular reduction and a = 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "8a5595a9b6bdd44b6dcb3f4ba823c09348b1dad24b727321c2642d2aff4c914d",
"tweak" : "9b4281ad811945114cd1",
"msg" : [21, 15, 5, 8, 15, 24, 15, 12, 11, 19, 10, 22, 16],
"ct" : [18, 18, 0, 4, 5, 0, 2, 4, 7, 13, 7, 8, 10],
"result" : "valid"
},
{
"tcId" : 2398,
"comment" : "y is edge case for modular reduction and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "8a5595a9b6bdd44b6dcb3f4ba823c09348b1dad24b727321c2642d2aff4c914d",
"tweak" : "9b4281ad811945114cd1",
"msg" : [11, 5, 21, 5, 14, 15, 17, 19, 0, 20, 9, 13, 25],
"ct" : [18, 18, 0, 4, 5, 1, 19, 8, 10, 19, 1, 13, 13],
"result" : "valid"
},
{
"tcId" : 2399,
"comment" : "y is edge case for modular reduction and (y + a) % radix**6 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "8a5595a9b6bdd44b6dcb3f4ba823c09348b1dad24b727321c2642d2aff4c914d",
"tweak" : "9b4281ad811945114cd1",
"msg" : [21, 15, 22, 25, 3, 14, 9, 18, 20, 23, 2, 4, 3],
"ct" : [25, 25, 25, 25, 25, 25, 9, 16, 14, 18, 23, 6, 8],
"result" : "valid"
},
{
"tcId" : 2400,
"comment" : "y is edge case for modular reduction and (y + a) % radix**6 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "8a5595a9b6bdd44b6dcb3f4ba823c09348b1dad24b727321c2642d2aff4c914d",
"tweak" : "9b4281ad811945114cd1",
"msg" : [4, 14, 18, 19, 13, 8, 6, 3, 18, 14, 9, 2, 18],
"ct" : [0, 0, 0, 0, 0, 0, 25, 4, 6, 4, 11, 10, 23],
"result" : "valid"
},
{
"tcId" : 2401,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "8a5595a9b6bdd44b6dcb3f4ba823c09348b1dad24b727321c2642d2aff4c914d",
"tweak" : "9b4281ad811945114cd1",
"msg" : [11, 3, 19, 3, 10, 22, 0, 8, 18, 11, 11, 0, 15],
"ct" : [15, 7, 11, 0, 1, 16, 3, 9, 25, 10, 9, 19, 6],
"result" : "valid"
},
{
"tcId" : 2402,
"comment" : "y is edge case for modular reduction and a is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "8a5595a9b6bdd44b6dcb3f4ba823c09348b1dad24b727321c2642d2aff4c914d",
"tweak" : "9b4281ad811945114cd1",
"msg" : [5, 22, 24, 24, 11, 1, 16, 2, 18, 5, 3, 1, 24],
"ct" : [18, 18, 0, 4, 4, 25, 12, 1, 11, 12, 13, 4, 22],
"result" : "valid"
},
{
"tcId" : 2403,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "41bd4edbbcbebf09c9cbf4bb2cb2160fdd8c598a438075186f8723697e2ff002",
"tweak" : "f39c64c847f175d6",
"msg" : [-1, 13, 5, 8, 2, 17, 2, 0, 9, 16, 17, 12, 17],
"ct" : [0, 8, 11, 2, 18, 20, 21, 19, 12, 23, 13, 10, 7],
"result" : "invalid"
},
{
"tcId" : 2404,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "41bd4edbbcbebf09c9cbf4bb2cb2160fdd8c598a438075186f8723697e2ff002",
"tweak" : "f39c64c847f175d6",
"msg" : [16, 13, 5, 8, -1, 17, 2, 0, 9, 16, 17, 12, 17],
"ct" : [7, 0, 22, 15, 5, 10, 10, 13, 9, 3, 7, 24, 16],
"result" : "invalid"
},
{
"tcId" : 2405,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "41bd4edbbcbebf09c9cbf4bb2cb2160fdd8c598a438075186f8723697e2ff002",
"tweak" : "f39c64c847f175d6",
"msg" : [16, 13, 5, 8, 2, 17, 2, 0, 9, 16, 17, 12, -1],
"ct" : [12, 16, 21, 14, 18, 14, 14, 18, 25, 4, 9, 9, 10],
"result" : "invalid"
},
{
"tcId" : 2406,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "18c3ef521b053f37a18cd9485cbf7a5280a9717a1652492dd2d1b6ec96ab78f9",
"tweak" : "150c9a1779500db6",
"msg" : [26, 14, 2, 16, 9, 2, 20, 12, 17, 0, 4, 18, 10],
"ct" : [19, 5, 16, 22, 2, 24, 18, 11, 0, 14, 23, 5, 12],
"result" : "invalid"
},
{
"tcId" : 2407,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "18c3ef521b053f37a18cd9485cbf7a5280a9717a1652492dd2d1b6ec96ab78f9",
"tweak" : "150c9a1779500db6",
"msg" : [15, 14, 2, 16, 26, 2, 20, 12, 17, 0, 4, 18, 10],
"ct" : [10, 16, 23, 11, 19, 7, 12, 7, 23, 0, 11, 19, 23],
"result" : "invalid"
},
{
"tcId" : 2408,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "18c3ef521b053f37a18cd9485cbf7a5280a9717a1652492dd2d1b6ec96ab78f9",
"tweak" : "150c9a1779500db6",
"msg" : [15, 14, 2, 16, 9, 2, 20, 12, 17, 0, 4, 18, 26],
"ct" : [17, 7, 23, 19, 1, 2, 10, 3, 17, 20, 0, 4, 24],
"result" : "invalid"
}
]
},
{
"keySize" : 256,
"msgSize" : 14,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 2409,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "fdd21f2020d809a2930f3d6c0b2cc23e65e1240eb5e301531aecb8180808393b",
"tweak" : "104403ed1d3acccc",
"msg" : [3, 21, 25, 23, 3, 21, 5, 24, 24, 11, 16, 4, 24, 17],
"ct" : [6, 2, 8, 15, 2, 4, 3, 1, 1, 21, 20, 3, 6, 10],
"result" : "valid"
},
{
"tcId" : 2410,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "659f4710280b6825b9ea3ce86327020ae32fa2fb3c3b71743bab9fba3feaecf0",
"tweak" : "f9993f625da88752",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [17, 15, 11, 1, 14, 12, 4, 5, 13, 5, 6, 12, 4, 17],
"result" : "valid"
},
{
"tcId" : 2411,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "659f4710280b6825b9ea3ce86327020ae32fa2fb3c3b71743bab9fba3feaecf0",
"tweak" : "f9993f625da88752",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"ct" : [2, 3, 0, 17, 9, 24, 13, 4, 10, 14, 24, 16, 7, 4],
"result" : "valid"
},
{
"tcId" : 2412,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "659f4710280b6825b9ea3ce86327020ae32fa2fb3c3b71743bab9fba3feaecf0",
"tweak" : "f9993f625da88752",
"msg" : [13, 23, 12, 17, 11, 23, 22, 13, 23, 12, 17, 11, 23, 22],
"ct" : [21, 14, 7, 16, 0, 0, 24, 16, 19, 15, 7, 10, 3, 14],
"result" : "valid"
},
{
"tcId" : 2413,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "659f4710280b6825b9ea3ce86327020ae32fa2fb3c3b71743bab9fba3feaecf0",
"tweak" : "f9993f625da88752",
"msg" : [13, 23, 12, 17, 11, 23, 21, 13, 23, 12, 17, 11, 23, 21],
"ct" : [7, 25, 19, 15, 2, 3, 8, 21, 7, 9, 3, 22, 1, 25],
"result" : "valid"
},
{
"tcId" : 2414,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "659f4710280b6825b9ea3ce86327020ae32fa2fb3c3b71743bab9fba3feaecf0",
"tweak" : "f9993f625da88752",
"msg" : [14, 16, 14, 18, 1, 14, 2, 8, 10, 18, 9, 9, 0, 16],
"ct" : [7, 10, 13, 1, 23, 14, 8, 5, 15, 2, 17, 8, 14, 13],
"result" : "valid"
},
{
"tcId" : 2415,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "659f4710280b6825b9ea3ce86327020ae32fa2fb3c3b71743bab9fba3feaecf0",
"tweak" : "f9993f625da88752",
"msg" : [20, 11, 21, 22, 14, 3, 7, 4, 13, 20, 1, 25, 6, 11],
"ct" : [25, 2, 23, 10, 10, 24, 9, 23, 22, 2, 4, 25, 20, 0],
"result" : "valid"
},
{
"tcId" : 2416,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "659f4710280b6825b9ea3ce86327020ae32fa2fb3c3b71743bab9fba3feaecf0",
"tweak" : "f9993f625da88752",
"msg" : [9, 23, 14, 22, 3, 9, 7, 12, 19, 15, 17, 19, 22, 12],
"ct" : [17, 10, 14, 16, 20, 1, 8, 23, 7, 15, 25, 7, 14, 11],
"result" : "valid"
},
{
"tcId" : 2417,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "659f4710280b6825b9ea3ce86327020ae32fa2fb3c3b71743bab9fba3feaecf0",
"tweak" : "f9993f625da88752",
"msg" : [12, 14, 24, 24, 14, 17, 16, 0, 11, 20, 1, 25, 10, 5],
"ct" : [24, 25, 25, 0, 10, 12, 9, 12, 25, 7, 1, 19, 2, 11],
"result" : "valid"
},
{
"tcId" : 2418,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "659f4710280b6825b9ea3ce86327020ae32fa2fb3c3b71743bab9fba3feaecf0",
"tweak" : "f9993f625da88752",
"msg" : [9, 4, 11, 1, 14, 16, 21, 1, 5, 8, 8, 17, 25, 23],
"ct" : [8, 11, 21, 19, 9, 13, 7, 25, 1, 1, 23, 20, 4, 14],
"result" : "valid"
},
{
"tcId" : 2419,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "659f4710280b6825b9ea3ce86327020ae32fa2fb3c3b71743bab9fba3feaecf0",
"tweak" : "f9993f625da88752",
"msg" : [17, 5, 1, 12, 21, 16, 9, 5, 7, 18, 11, 25, 17, 14],
"ct" : [7, 0, 14, 20, 1, 4, 18, 6, 6, 21, 6, 12, 25, 3],
"result" : "valid"
},
{
"tcId" : 2420,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "659f4710280b6825b9ea3ce86327020ae32fa2fb3c3b71743bab9fba3feaecf0",
"tweak" : "f9993f625da88752",
"msg" : [13, 1, 25, 4, 3, 14, 13, 9, 19, 0, 9, 5, 0, 8],
"ct" : [10, 11, 24, 20, 5, 11, 19, 25, 13, 12, 16, 25, 20, 17],
"result" : "valid"
},
{
"tcId" : 2421,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "659f4710280b6825b9ea3ce86327020ae32fa2fb3c3b71743bab9fba3feaecf0",
"tweak" : "f9993f625da88752",
"msg" : [9, 22, 17, 24, 14, 17, 15, 4, 21, 19, 11, 6, 9, 16],
"ct" : [2, 20, 14, 13, 23, 18, 1, 20, 23, 11, 18, 25, 17, 7],
"result" : "valid"
},
{
"tcId" : 2422,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "659f4710280b6825b9ea3ce86327020ae32fa2fb3c3b71743bab9fba3feaecf0",
"tweak" : "f9993f625da88752",
"msg" : [21, 21, 3, 6, 24, 2, 25, 19, 25, 22, 11, 13, 25, 16],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 2423,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "659f4710280b6825b9ea3ce86327020ae32fa2fb3c3b71743bab9fba3feaecf0",
"tweak" : "f9993f625da88752",
"msg" : [24, 24, 15, 8, 12, 16, 18, 15, 10, 12, 23, 14, 13, 25],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 2424,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "659f4710280b6825b9ea3ce86327020ae32fa2fb3c3b71743bab9fba3feaecf0",
"tweak" : "f9993f625da88752",
"msg" : [16, 24, 14, 19, 24, 1, 19, 1, 24, 6, 6, 6, 2, 18],
"ct" : [13, 23, 12, 17, 11, 23, 22, 13, 23, 12, 17, 11, 23, 22],
"result" : "valid"
},
{
"tcId" : 2425,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "659f4710280b6825b9ea3ce86327020ae32fa2fb3c3b71743bab9fba3feaecf0",
"tweak" : "f9993f625da88752",
"msg" : [12, 20, 9, 0, 8, 22, 16, 0, 6, 5, 23, 14, 18, 7],
"ct" : [13, 23, 12, 17, 11, 23, 21, 13, 23, 12, 17, 11, 23, 21],
"result" : "valid"
},
{
"tcId" : 2426,
"comment" : "y = 1 and a = 0 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "7aa4ce6da24d8aaa932569ec8af27545aa0cdf67d6b7f2ab8280aca78d6ea3ae",
"tweak" : "96d4610650a0495abf40",
"msg" : [15, 8, 6, 13, 6, 25, 9, 0, 0, 0, 0, 0, 0, 0],
"ct" : [8, 18, 4, 17, 1, 1, 18, 22, 17, 6, 25, 17, 3, 5],
"result" : "valid"
},
{
"tcId" : 2427,
"comment" : "y = 1 and a = 1 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "7aa4ce6da24d8aaa932569ec8af27545aa0cdf67d6b7f2ab8280aca78d6ea3ae",
"tweak" : "96d4610650a0495abf40",
"msg" : [9, 20, 24, 14, 18, 15, 16, 0, 0, 0, 0, 0, 0, 1],
"ct" : [5, 17, 7, 14, 14, 9, 24, 2, 22, 18, 22, 6, 18, 4],
"result" : "valid"
},
{
"tcId" : 2428,
"comment" : "y = 1 and a has large Hamming weight in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "7aa4ce6da24d8aaa932569ec8af27545aa0cdf67d6b7f2ab8280aca78d6ea3ae",
"tweak" : "96d4610650a0495abf40",
"msg" : [11, 13, 5, 5, 21, 8, 24, 13, 23, 12, 17, 11, 23, 22],
"ct" : [20, 11, 19, 7, 8, 21, 8, 3, 22, 21, 8, 16, 18, 15],
"result" : "valid"
},
{
"tcId" : 2429,
"comment" : "y = 1 and (y + a) % radix**7 is maximal in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "7aa4ce6da24d8aaa932569ec8af27545aa0cdf67d6b7f2ab8280aca78d6ea3ae",
"tweak" : "96d4610650a0495abf40",
"msg" : [2, 20, 0, 1, 9, 23, 6, 25, 25, 25, 25, 25, 25, 24],
"ct" : [19, 18, 9, 22, 23, 10, 23, 23, 16, 15, 25, 13, 12, 19],
"result" : "valid"
},
{
"tcId" : 2430,
"comment" : "y = 1 and (y + a) % radix**7 == 0 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "7aa4ce6da24d8aaa932569ec8af27545aa0cdf67d6b7f2ab8280aca78d6ea3ae",
"tweak" : "96d4610650a0495abf40",
"msg" : [10, 22, 8, 16, 21, 8, 0, 25, 25, 25, 25, 25, 25, 25],
"ct" : [14, 0, 2, 18, 12, 23, 9, 0, 15, 5, 9, 8, 22, 7],
"result" : "valid"
},
{
"tcId" : 2431,
"comment" : "y is maximal and a = 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "7aa4ce6da24d8aaa932569ec8af27545aa0cdf67d6b7f2ab8280aca78d6ea3ae",
"tweak" : "2e4eed9ee7cec040c39a",
"msg" : [3, 2, 11, 4, 16, 24, 19, 17, 15, 8, 9, 25, 23, 23],
"ct" : [18, 11, 9, 23, 4, 12, 23, 12, 6, 11, 18, 0, 12, 18],
"result" : "valid"
},
{
"tcId" : 2432,
"comment" : "y is maximal and a = 1 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "7aa4ce6da24d8aaa932569ec8af27545aa0cdf67d6b7f2ab8280aca78d6ea3ae",
"tweak" : "2e4eed9ee7cec040c39a",
"msg" : [4, 8, 8, 1, 1, 19, 3, 1, 6, 14, 19, 23, 9, 16],
"ct" : [16, 14, 25, 19, 4, 14, 10, 3, 25, 11, 25, 24, 5, 14],
"result" : "valid"
},
{
"tcId" : 2433,
"comment" : "y is maximal and a has large Hamming weight in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "7aa4ce6da24d8aaa932569ec8af27545aa0cdf67d6b7f2ab8280aca78d6ea3ae",
"tweak" : "2e4eed9ee7cec040c39a",
"msg" : [14, 18, 23, 3, 19, 14, 2, 3, 6, 1, 24, 23, 19, 16],
"ct" : [21, 16, 9, 18, 21, 14, 11, 6, 7, 24, 19, 23, 16, 1],
"result" : "valid"
},
{
"tcId" : 2434,
"comment" : "y is maximal and (y + a) % radix**7 is maximal in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "7aa4ce6da24d8aaa932569ec8af27545aa0cdf67d6b7f2ab8280aca78d6ea3ae",
"tweak" : "2e4eed9ee7cec040c39a",
"msg" : [15, 7, 6, 13, 2, 14, 17, 12, 0, 16, 22, 2, 23, 13],
"ct" : [12, 9, 24, 6, 15, 10, 9, 8, 25, 25, 10, 7, 23, 23],
"result" : "valid"
},
{
"tcId" : 2435,
"comment" : "y is maximal and (y + a) % radix**7 == 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "7aa4ce6da24d8aaa932569ec8af27545aa0cdf67d6b7f2ab8280aca78d6ea3ae",
"tweak" : "2e4eed9ee7cec040c39a",
"msg" : [10, 23, 5, 11, 9, 5, 1, 7, 12, 22, 21, 10, 18, 9],
"ct" : [10, 16, 10, 17, 1, 6, 22, 16, 4, 7, 25, 25, 7, 11],
"result" : "valid"
},
{
"tcId" : 2436,
"comment" : "y is maximal and a is maximal in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "7aa4ce6da24d8aaa932569ec8af27545aa0cdf67d6b7f2ab8280aca78d6ea3ae",
"tweak" : "2e4eed9ee7cec040c39a",
"msg" : [14, 8, 17, 13, 13, 23, 23, 17, 18, 25, 19, 21, 17, 10],
"ct" : [15, 21, 14, 15, 10, 12, 25, 23, 5, 17, 13, 12, 7, 18],
"result" : "valid"
},
{
"tcId" : 2437,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "1466d3ff2c010295a29430998dcef0f39d9f6659a18fbac1fced707431575235",
"tweak" : "00f218eb912f6eeb",
"msg" : [-1, 15, 8, 4, 2, 13, 13, 25, 21, 16, 7, 12, 24, 24],
"ct" : [12, 16, 2, 12, 24, 9, 25, 22, 16, 3, 24, 21, 5, 9],
"result" : "invalid"
},
{
"tcId" : 2438,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "1466d3ff2c010295a29430998dcef0f39d9f6659a18fbac1fced707431575235",
"tweak" : "00f218eb912f6eeb",
"msg" : [23, 15, 8, 4, -1, 13, 13, 25, 21, 16, 7, 12, 24, 24],
"ct" : [14, 22, 18, 21, 1, 4, 5, 21, 24, 1, 17, 4, 9, 6],
"result" : "invalid"
},
{
"tcId" : 2439,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "1466d3ff2c010295a29430998dcef0f39d9f6659a18fbac1fced707431575235",
"tweak" : "00f218eb912f6eeb",
"msg" : [23, 15, 8, 4, 2, 13, 13, 25, 21, 16, 7, 12, 24, -1],
"ct" : [22, 15, 8, 23, 3, 0, 8, 8, 23, 7, 24, 21, 18, 9],
"result" : "invalid"
},
{
"tcId" : 2440,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "2f1cc7c74364cd74942cb576df986cc5c43106eb2a9c66805fe68628fd4be64b",
"tweak" : "6a486e053b7c4fa5",
"msg" : [26, 21, 8, 1, 20, 5, 10, 22, 10, 15, 10, 8, 11, 19],
"ct" : [17, 22, 20, 11, 14, 2, 25, 20, 18, 0, 11, 18, 4, 20],
"result" : "invalid"
},
{
"tcId" : 2441,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "2f1cc7c74364cd74942cb576df986cc5c43106eb2a9c66805fe68628fd4be64b",
"tweak" : "6a486e053b7c4fa5",
"msg" : [14, 21, 8, 1, 26, 5, 10, 22, 10, 15, 10, 8, 11, 19],
"ct" : [4, 18, 22, 24, 16, 0, 16, 9, 16, 5, 4, 20, 9, 5],
"result" : "invalid"
},
{
"tcId" : 2442,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "2f1cc7c74364cd74942cb576df986cc5c43106eb2a9c66805fe68628fd4be64b",
"tweak" : "6a486e053b7c4fa5",
"msg" : [14, 21, 8, 1, 20, 5, 10, 22, 10, 15, 10, 8, 11, 26],
"ct" : [1, 11, 24, 1, 23, 11, 23, 3, 12, 0, 1, 12, 9, 10],
"result" : "invalid"
}
]
},
{
"keySize" : 256,
"msgSize" : 15,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 2443,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "2f9e5c52ea98009130c5c4302ab79c69e9b89a3871ef8b13d04e3cb3ab09d963",
"tweak" : "c6eca51b923fbd6f",
"msg" : [2, 22, 2, 3, 25, 19, 21, 19, 0, 13, 25, 8, 13, 2, 14],
"ct" : [22, 18, 23, 10, 10, 14, 25, 23, 25, 24, 19, 21, 1, 18, 1],
"result" : "valid"
},
{
"tcId" : 2444,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "f5154d6608106f28fa5b2cdab5612dc9cd1608fc8c3c043f0bd2712e7e1fee2a",
"tweak" : "9a4d59b9efd8816a",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [3, 5, 0, 6, 0, 14, 21, 6, 18, 16, 11, 7, 24, 22, 12],
"result" : "valid"
},
{
"tcId" : 2445,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "f5154d6608106f28fa5b2cdab5612dc9cd1608fc8c3c043f0bd2712e7e1fee2a",
"tweak" : "9a4d59b9efd8816a",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"ct" : [18, 12, 2, 10, 15, 4, 1, 10, 21, 6, 2, 4, 18, 5, 5],
"result" : "valid"
},
{
"tcId" : 2446,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "f5154d6608106f28fa5b2cdab5612dc9cd1608fc8c3c043f0bd2712e7e1fee2a",
"tweak" : "9a4d59b9efd8816a",
"msg" : [13, 23, 12, 17, 11, 23, 22, 17, 2, 23, 15, 12, 17, 9, 2],
"ct" : [21, 3, 6, 13, 10, 1, 3, 22, 2, 21, 14, 23, 9, 9, 11],
"result" : "valid"
},
{
"tcId" : 2447,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "f5154d6608106f28fa5b2cdab5612dc9cd1608fc8c3c043f0bd2712e7e1fee2a",
"tweak" : "9a4d59b9efd8816a",
"msg" : [13, 23, 12, 17, 11, 23, 21, 17, 2, 23, 15, 12, 17, 9, 1],
"ct" : [0, 24, 16, 11, 16, 0, 24, 10, 14, 2, 9, 19, 15, 10, 10],
"result" : "valid"
},
{
"tcId" : 2448,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "f5154d6608106f28fa5b2cdab5612dc9cd1608fc8c3c043f0bd2712e7e1fee2a",
"tweak" : "9a4d59b9efd8816a",
"msg" : [4, 14, 1, 21, 23, 20, 20, 15, 16, 16, 25, 23, 19, 6, 5],
"ct" : [7, 3, 9, 14, 19, 6, 1, 6, 0, 19, 3, 17, 6, 14, 9],
"result" : "valid"
},
{
"tcId" : 2449,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "f5154d6608106f28fa5b2cdab5612dc9cd1608fc8c3c043f0bd2712e7e1fee2a",
"tweak" : "9a4d59b9efd8816a",
"msg" : [15, 6, 15, 17, 8, 17, 5, 2, 16, 16, 11, 24, 2, 10, 20],
"ct" : [18, 10, 2, 0, 15, 25, 19, 10, 10, 15, 11, 2, 4, 20, 12],
"result" : "valid"
},
{
"tcId" : 2450,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "f5154d6608106f28fa5b2cdab5612dc9cd1608fc8c3c043f0bd2712e7e1fee2a",
"tweak" : "9a4d59b9efd8816a",
"msg" : [5, 14, 20, 13, 7, 19, 4, 24, 4, 14, 20, 5, 22, 7, 14],
"ct" : [12, 2, 23, 16, 7, 6, 15, 10, 6, 18, 3, 24, 20, 22, 9],
"result" : "valid"
},
{
"tcId" : 2451,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "f5154d6608106f28fa5b2cdab5612dc9cd1608fc8c3c043f0bd2712e7e1fee2a",
"tweak" : "9a4d59b9efd8816a",
"msg" : [13, 14, 3, 20, 6, 19, 24, 3, 10, 5, 6, 6, 1, 11, 17],
"ct" : [17, 10, 10, 12, 2, 10, 15, 20, 18, 15, 11, 5, 17, 13, 12],
"result" : "valid"
},
{
"tcId" : 2452,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "f5154d6608106f28fa5b2cdab5612dc9cd1608fc8c3c043f0bd2712e7e1fee2a",
"tweak" : "9a4d59b9efd8816a",
"msg" : [5, 12, 7, 3, 12, 12, 23, 15, 21, 15, 4, 19, 25, 4, 23],
"ct" : [13, 1, 3, 10, 16, 15, 24, 21, 24, 15, 12, 16, 22, 8, 3],
"result" : "valid"
},
{
"tcId" : 2453,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "f5154d6608106f28fa5b2cdab5612dc9cd1608fc8c3c043f0bd2712e7e1fee2a",
"tweak" : "9a4d59b9efd8816a",
"msg" : [20, 11, 23, 13, 10, 7, 23, 12, 16, 13, 13, 4, 9, 23, 24],
"ct" : [2, 1, 1, 5, 20, 18, 8, 22, 5, 19, 18, 7, 3, 0, 0],
"result" : "valid"
},
{
"tcId" : 2454,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "f5154d6608106f28fa5b2cdab5612dc9cd1608fc8c3c043f0bd2712e7e1fee2a",
"tweak" : "9a4d59b9efd8816a",
"msg" : [20, 15, 16, 3, 23, 10, 3, 24, 5, 7, 22, 23, 11, 24, 13],
"ct" : [13, 15, 23, 16, 15, 2, 0, 14, 7, 4, 4, 20, 4, 1, 23],
"result" : "valid"
},
{
"tcId" : 2455,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "f5154d6608106f28fa5b2cdab5612dc9cd1608fc8c3c043f0bd2712e7e1fee2a",
"tweak" : "9a4d59b9efd8816a",
"msg" : [16, 6, 19, 7, 0, 23, 0, 23, 4, 7, 12, 19, 15, 20, 10],
"ct" : [5, 21, 10, 15, 1, 8, 23, 1, 17, 23, 15, 16, 21, 6, 14],
"result" : "valid"
},
{
"tcId" : 2456,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "f5154d6608106f28fa5b2cdab5612dc9cd1608fc8c3c043f0bd2712e7e1fee2a",
"tweak" : "9a4d59b9efd8816a",
"msg" : [13, 5, 6, 13, 25, 4, 6, 16, 24, 25, 13, 0, 16, 11, 6],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 2457,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "f5154d6608106f28fa5b2cdab5612dc9cd1608fc8c3c043f0bd2712e7e1fee2a",
"tweak" : "9a4d59b9efd8816a",
"msg" : [18, 14, 6, 16, 15, 17, 14, 5, 0, 8, 14, 14, 0, 14, 22],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 2458,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "f5154d6608106f28fa5b2cdab5612dc9cd1608fc8c3c043f0bd2712e7e1fee2a",
"tweak" : "9a4d59b9efd8816a",
"msg" : [21, 11, 0, 15, 19, 2, 18, 6, 10, 19, 10, 25, 5, 7, 3],
"ct" : [13, 23, 12, 17, 11, 23, 22, 17, 2, 23, 15, 12, 17, 9, 2],
"result" : "valid"
},
{
"tcId" : 2459,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "f5154d6608106f28fa5b2cdab5612dc9cd1608fc8c3c043f0bd2712e7e1fee2a",
"tweak" : "9a4d59b9efd8816a",
"msg" : [16, 7, 11, 17, 4, 23, 12, 15, 13, 8, 19, 22, 11, 1, 13],
"ct" : [13, 23, 12, 17, 11, 23, 21, 17, 2, 23, 15, 12, 17, 9, 1],
"result" : "valid"
},
{
"tcId" : 2460,
"comment" : "y = 0 and (y + a) % radix**7 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "c648d0657f2dbe6e2a046b36f36bf7a6bd3098e20f495b94a33eaec80cc55ef9",
"tweak" : "579099088846af816f25",
"msg" : [0, 0, 0, 0, 0, 0, 0, 13, 2, 1, 12, 3, 3, 0, 11],
"ct" : [20, 10, 10, 4, 17, 22, 21, 8, 5, 17, 6, 0, 22, 2, 21],
"result" : "valid"
},
{
"tcId" : 2461,
"comment" : "y = 0 and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "c648d0657f2dbe6e2a046b36f36bf7a6bd3098e20f495b94a33eaec80cc55ef9",
"tweak" : "579099088846af816f25",
"msg" : [0, 0, 0, 0, 0, 0, 1, 13, 2, 1, 12, 3, 3, 0, 11],
"ct" : [8, 9, 14, 7, 24, 4, 3, 15, 23, 10, 18, 8, 10, 12, 13],
"result" : "valid"
},
{
"tcId" : 2462,
"comment" : "y = 0 and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "c648d0657f2dbe6e2a046b36f36bf7a6bd3098e20f495b94a33eaec80cc55ef9",
"tweak" : "579099088846af816f25",
"msg" : [13, 23, 12, 17, 11, 23, 22, 13, 2, 1, 12, 3, 3, 0, 11],
"ct" : [22, 6, 9, 7, 14, 15, 10, 10, 1, 18, 22, 18, 17, 0, 8],
"result" : "valid"
},
{
"tcId" : 2463,
"comment" : "y = 0 and (y + a) % radix**7 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "c648d0657f2dbe6e2a046b36f36bf7a6bd3098e20f495b94a33eaec80cc55ef9",
"tweak" : "579099088846af816f25",
"msg" : [25, 25, 25, 25, 25, 25, 25, 13, 2, 1, 12, 3, 3, 0, 11],
"ct" : [23, 19, 6, 14, 1, 7, 20, 21, 1, 11, 23, 19, 10, 2, 12],
"result" : "valid"
},
{
"tcId" : 2464,
"comment" : "y = 1 and a = 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "c648d0657f2dbe6e2a046b36f36bf7a6bd3098e20f495b94a33eaec80cc55ef9",
"tweak" : "fcf2b0a01f98f7175826",
"msg" : [23, 19, 18, 2, 4, 5, 7, 13, 10, 20, 24, 7, 12, 12, 5],
"ct" : [0, 17, 7, 1, 19, 6, 13, 10, 11, 18, 23, 23, 0, 11, 14],
"result" : "valid"
},
{
"tcId" : 2465,
"comment" : "y = 1 and a = 1 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "c648d0657f2dbe6e2a046b36f36bf7a6bd3098e20f495b94a33eaec80cc55ef9",
"tweak" : "fcf2b0a01f98f7175826",
"msg" : [18, 18, 2, 19, 15, 25, 0, 22, 15, 14, 16, 11, 17, 7, 3],
"ct" : [15, 17, 25, 3, 4, 8, 4, 20, 10, 10, 18, 9, 24, 6, 21],
"result" : "valid"
},
{
"tcId" : 2466,
"comment" : "y = 1 and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "c648d0657f2dbe6e2a046b36f36bf7a6bd3098e20f495b94a33eaec80cc55ef9",
"tweak" : "fcf2b0a01f98f7175826",
"msg" : [11, 1, 19, 22, 9, 19, 17, 16, 6, 12, 18, 11, 11, 9, 22],
"ct" : [22, 3, 17, 22, 16, 19, 2, 22, 22, 13, 13, 15, 1, 13, 10],
"result" : "valid"
},
{
"tcId" : 2467,
"comment" : "y = 1 and (y + a) % radix**7 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "c648d0657f2dbe6e2a046b36f36bf7a6bd3098e20f495b94a33eaec80cc55ef9",
"tweak" : "fcf2b0a01f98f7175826",
"msg" : [7, 11, 22, 6, 25, 17, 14, 24, 1, 9, 24, 19, 21, 13, 24],
"ct" : [0, 21, 17, 24, 4, 23, 8, 25, 10, 7, 25, 16, 1, 0, 25],
"result" : "valid"
},
{
"tcId" : 2468,
"comment" : "y = 1 and (y + a) % radix**7 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "c648d0657f2dbe6e2a046b36f36bf7a6bd3098e20f495b94a33eaec80cc55ef9",
"tweak" : "fcf2b0a01f98f7175826",
"msg" : [18, 11, 3, 16, 16, 20, 22, 23, 6, 23, 3, 2, 19, 17, 7],
"ct" : [20, 0, 20, 5, 8, 17, 23, 20, 2, 4, 14, 8, 25, 5, 14],
"result" : "valid"
},
{
"tcId" : 2469,
"comment" : "y is maximal and a = 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "c648d0657f2dbe6e2a046b36f36bf7a6bd3098e20f495b94a33eaec80cc55ef9",
"tweak" : "4136a57cd10c2aa35528",
"msg" : [5, 21, 20, 24, 12, 25, 22, 19, 17, 1, 20, 10, 18, 25, 12],
"ct" : [0, 3, 7, 1, 3, 24, 2, 8, 20, 17, 3, 14, 24, 15, 5],
"result" : "valid"
},
{
"tcId" : 2470,
"comment" : "y is maximal and a = 1 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "c648d0657f2dbe6e2a046b36f36bf7a6bd3098e20f495b94a33eaec80cc55ef9",
"tweak" : "4136a57cd10c2aa35528",
"msg" : [23, 24, 23, 13, 21, 9, 13, 13, 0, 6, 23, 1, 18, 13, 15],
"ct" : [13, 23, 12, 2, 6, 17, 18, 6, 21, 14, 6, 16, 4, 16, 21],
"result" : "valid"
},
{
"tcId" : 2471,
"comment" : "y is maximal and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "c648d0657f2dbe6e2a046b36f36bf7a6bd3098e20f495b94a33eaec80cc55ef9",
"tweak" : "4136a57cd10c2aa35528",
"msg" : [21, 5, 13, 12, 17, 24, 24, 11, 22, 5, 6, 23, 14, 0, 20],
"ct" : [25, 10, 3, 3, 12, 2, 22, 5, 12, 9, 6, 3, 16, 9, 8],
"result" : "valid"
},
{
"tcId" : 2472,
"comment" : "y is maximal and (y + a) % radix**7 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "c648d0657f2dbe6e2a046b36f36bf7a6bd3098e20f495b94a33eaec80cc55ef9",
"tweak" : "4136a57cd10c2aa35528",
"msg" : [10, 15, 20, 17, 20, 20, 2, 7, 12, 3, 14, 24, 9, 18, 5],
"ct" : [18, 0, 6, 21, 23, 9, 20, 5, 20, 16, 16, 22, 23, 2, 7],
"result" : "valid"
},
{
"tcId" : 2473,
"comment" : "y is maximal and (y + a) % radix**7 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "c648d0657f2dbe6e2a046b36f36bf7a6bd3098e20f495b94a33eaec80cc55ef9",
"tweak" : "4136a57cd10c2aa35528",
"msg" : [18, 12, 23, 21, 18, 15, 22, 3, 21, 19, 5, 5, 7, 9, 14],
"ct" : [1, 7, 25, 16, 17, 20, 6, 4, 5, 8, 24, 11, 21, 14, 4],
"result" : "valid"
},
{
"tcId" : 2474,
"comment" : "y is maximal and a is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "c648d0657f2dbe6e2a046b36f36bf7a6bd3098e20f495b94a33eaec80cc55ef9",
"tweak" : "4136a57cd10c2aa35528",
"msg" : [7, 9, 13, 18, 1, 23, 13, 18, 14, 2, 0, 11, 16, 3, 5],
"ct" : [5, 0, 5, 15, 4, 22, 9, 22, 9, 23, 5, 21, 0, 19, 15],
"result" : "valid"
},
{
"tcId" : 2475,
"comment" : "y is edge case for modular reduction and a = 0 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "c648d0657f2dbe6e2a046b36f36bf7a6bd3098e20f495b94a33eaec80cc55ef9",
"tweak" : "340047056007955d7d1d",
"msg" : [24, 19, 16, 22, 16, 15, 20, 6, 22, 5, 15, 17, 16, 8, 15],
"ct" : [12, 19, 10, 3, 16, 21, 16, 15, 7, 11, 5, 25, 8, 2, 16],
"result" : "valid"
},
{
"tcId" : 2476,
"comment" : "y is edge case for modular reduction and a = 1 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "c648d0657f2dbe6e2a046b36f36bf7a6bd3098e20f495b94a33eaec80cc55ef9",
"tweak" : "340047056007955d7d1d",
"msg" : [15, 12, 20, 25, 10, 24, 15, 18, 11, 2, 15, 24, 11, 5, 8],
"ct" : [17, 6, 1, 22, 13, 19, 18, 4, 13, 19, 18, 8, 17, 0, 0],
"result" : "valid"
},
{
"tcId" : 2477,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "c648d0657f2dbe6e2a046b36f36bf7a6bd3098e20f495b94a33eaec80cc55ef9",
"tweak" : "340047056007955d7d1d",
"msg" : [0, 12, 18, 4, 10, 2, 23, 21, 20, 19, 15, 23, 8, 11, 15],
"ct" : [5, 16, 23, 3, 3, 1, 8, 24, 7, 13, 1, 20, 11, 22, 16],
"result" : "valid"
},
{
"tcId" : 2478,
"comment" : "y is edge case for modular reduction and (y + a) % radix**8 is maximal in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "c648d0657f2dbe6e2a046b36f36bf7a6bd3098e20f495b94a33eaec80cc55ef9",
"tweak" : "340047056007955d7d1d",
"msg" : [23, 22, 7, 2, 13, 23, 20, 5, 0, 7, 8, 16, 25, 15, 10],
"ct" : [17, 21, 3, 22, 0, 24, 3, 17, 24, 25, 3, 0, 7, 13, 14],
"result" : "valid"
},
{
"tcId" : 2479,
"comment" : "y is edge case for modular reduction and (y + a) % radix**8 == 0 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "c648d0657f2dbe6e2a046b36f36bf7a6bd3098e20f495b94a33eaec80cc55ef9",
"tweak" : "340047056007955d7d1d",
"msg" : [0, 18, 2, 15, 2, 20, 0, 0, 4, 10, 3, 23, 9, 12, 14],
"ct" : [17, 23, 3, 19, 6, 10, 19, 1, 25, 18, 10, 20, 23, 13, 25],
"result" : "valid"
},
{
"tcId" : 2480,
"comment" : "y is edge case for modular reduction and a is maximal in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "c648d0657f2dbe6e2a046b36f36bf7a6bd3098e20f495b94a33eaec80cc55ef9",
"tweak" : "340047056007955d7d1d",
"msg" : [8, 18, 0, 2, 15, 12, 11, 2, 18, 24, 16, 9, 9, 1, 21],
"ct" : [19, 5, 13, 2, 24, 19, 0, 20, 19, 23, 25, 24, 10, 5, 20],
"result" : "valid"
},
{
"tcId" : 2481,
"comment" : "y is maximal after modular reduction and (y + a) % radix**7 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "c648d0657f2dbe6e2a046b36f36bf7a6bd3098e20f495b94a33eaec80cc55ef9",
"tweak" : "fa186743952582f2c92e",
"msg" : [11, 24, 15, 16, 19, 24, 20, 24, 15, 11, 6, 22, 24, 11, 18],
"ct" : [25, 25, 25, 25, 25, 25, 25, 2, 9, 21, 18, 2, 8, 8, 7],
"result" : "valid"
},
{
"tcId" : 2482,
"comment" : "y is maximal after modular reduction and (y + a) % radix**7 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "c648d0657f2dbe6e2a046b36f36bf7a6bd3098e20f495b94a33eaec80cc55ef9",
"tweak" : "fa186743952582f2c92e",
"msg" : [16, 22, 9, 24, 5, 1, 10, 1, 9, 24, 24, 20, 2, 21, 22],
"ct" : [0, 0, 0, 0, 0, 0, 0, 5, 4, 9, 3, 13, 3, 8, 10],
"result" : "valid"
},
{
"tcId" : 2483,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "c648d0657f2dbe6e2a046b36f36bf7a6bd3098e20f495b94a33eaec80cc55ef9",
"tweak" : "fa186743952582f2c92e",
"msg" : [20, 13, 4, 19, 9, 5, 6, 23, 24, 19, 21, 10, 21, 0, 18],
"ct" : [13, 23, 12, 17, 11, 23, 21, 14, 12, 11, 17, 19, 21, 11, 15],
"result" : "valid"
},
{
"tcId" : 2484,
"comment" : "y is maximal after modular reduction and a is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "c648d0657f2dbe6e2a046b36f36bf7a6bd3098e20f495b94a33eaec80cc55ef9",
"tweak" : "fa186743952582f2c92e",
"msg" : [1, 11, 6, 8, 4, 1, 15, 17, 17, 7, 7, 21, 16, 10, 13],
"ct" : [25, 25, 25, 25, 25, 25, 24, 25, 6, 0, 18, 12, 11, 9, 25],
"result" : "valid"
},
{
"tcId" : 2485,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "6965839425a03ce60233de3285fd4e46b992ec89a8be3b20b58231ee180eb440",
"tweak" : "351b957ffa7ac601",
"msg" : [-1, 16, 20, 16, 10, 23, 23, 6, 4, 1, 2, 24, 6, 18, 22],
"ct" : [6, 15, 1, 5, 9, 1, 22, 2, 24, 7, 11, 6, 22, 12, 16],
"result" : "invalid"
},
{
"tcId" : 2486,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "6965839425a03ce60233de3285fd4e46b992ec89a8be3b20b58231ee180eb440",
"tweak" : "351b957ffa7ac601",
"msg" : [17, 16, 20, 16, 10, -1, 23, 6, 4, 1, 2, 24, 6, 18, 22],
"ct" : [15, 15, 20, 12, 21, 13, 6, 18, 6, 16, 21, 6, 14, 16, 14],
"result" : "invalid"
},
{
"tcId" : 2487,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "6965839425a03ce60233de3285fd4e46b992ec89a8be3b20b58231ee180eb440",
"tweak" : "351b957ffa7ac601",
"msg" : [17, 16, 20, 16, 10, 23, 23, 6, 4, 1, 2, 24, 6, 18, -1],
"ct" : [21, 10, 16, 3, 11, 17, 5, 18, 5, 19, 14, 4, 13, 18, 20],
"result" : "invalid"
},
{
"tcId" : 2488,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "3b61fe65325adfb100b4252a8a47fd97b63bd0a68886492bba99c47d34a86d72",
"tweak" : "73d8ef6bf1a1aca1",
"msg" : [26, 19, 8, 17, 15, 2, 5, 7, 16, 23, 6, 2, 19, 21, 22],
"ct" : [6, 12, 18, 18, 0, 11, 8, 14, 23, 12, 22, 3, 16, 17, 23],
"result" : "invalid"
},
{
"tcId" : 2489,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "3b61fe65325adfb100b4252a8a47fd97b63bd0a68886492bba99c47d34a86d72",
"tweak" : "73d8ef6bf1a1aca1",
"msg" : [13, 19, 8, 17, 15, 26, 5, 7, 16, 23, 6, 2, 19, 21, 22],
"ct" : [23, 23, 18, 25, 20, 7, 25, 11, 3, 3, 13, 21, 0, 7, 10],
"result" : "invalid"
},
{
"tcId" : 2490,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "3b61fe65325adfb100b4252a8a47fd97b63bd0a68886492bba99c47d34a86d72",
"tweak" : "73d8ef6bf1a1aca1",
"msg" : [13, 19, 8, 17, 15, 2, 5, 7, 16, 23, 6, 2, 19, 21, 26],
"ct" : [18, 23, 9, 19, 4, 20, 12, 4, 24, 12, 13, 12, 21, 13, 15],
"result" : "invalid"
}
]
},
{
"keySize" : 256,
"msgSize" : 16,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 2491,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "505aa98819809ef63b9a368a1e8bc2e922da45b03ce02d9a7966b15006dba2d5",
"tweak" : "5b54b73e6af6a275",
"msg" : [18, 12, 3, 16, 3, 1, 19, 11, 12, 2, 15, 18, 4, 7, 1, 18],
"ct" : [14, 25, 14, 25, 20, 10, 4, 20, 23, 23, 25, 12, 11, 4, 2, 17],
"result" : "valid"
},
{
"tcId" : 2492,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "3a86884c0fdac6230e5c075d6eb71ddc15498f64b497d397b48a68268d1e48db",
"tweak" : "283b7fe6bd1b14cc",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [1, 15, 25, 22, 5, 14, 24, 21, 14, 14, 6, 14, 24, 0, 4, 19],
"result" : "valid"
},
{
"tcId" : 2493,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "3a86884c0fdac6230e5c075d6eb71ddc15498f64b497d397b48a68268d1e48db",
"tweak" : "283b7fe6bd1b14cc",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"ct" : [5, 16, 21, 2, 18, 0, 8, 10, 2, 15, 0, 13, 5, 21, 9, 10],
"result" : "valid"
},
{
"tcId" : 2494,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "3a86884c0fdac6230e5c075d6eb71ddc15498f64b497d397b48a68268d1e48db",
"tweak" : "283b7fe6bd1b14cc",
"msg" : [17, 2, 23, 15, 12, 17, 9, 2, 17, 2, 23, 15, 12, 17, 9, 2],
"ct" : [8, 11, 14, 1, 5, 8, 24, 9, 20, 21, 5, 16, 18, 25, 11, 24],
"result" : "valid"
},
{
"tcId" : 2495,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "3a86884c0fdac6230e5c075d6eb71ddc15498f64b497d397b48a68268d1e48db",
"tweak" : "283b7fe6bd1b14cc",
"msg" : [17, 2, 23, 15, 12, 17, 9, 1, 17, 2, 23, 15, 12, 17, 9, 1],
"ct" : [19, 8, 12, 11, 1, 21, 10, 6, 7, 23, 18, 24, 11, 12, 24, 20],
"result" : "valid"
},
{
"tcId" : 2496,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "3a86884c0fdac6230e5c075d6eb71ddc15498f64b497d397b48a68268d1e48db",
"tweak" : "283b7fe6bd1b14cc",
"msg" : [23, 15, 21, 16, 17, 10, 23, 13, 4, 5, 3, 14, 16, 6, 21, 18],
"ct" : [20, 15, 7, 1, 0, 9, 14, 1, 23, 9, 4, 23, 21, 25, 4, 23],
"result" : "valid"
},
{
"tcId" : 2497,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "3a86884c0fdac6230e5c075d6eb71ddc15498f64b497d397b48a68268d1e48db",
"tweak" : "283b7fe6bd1b14cc",
"msg" : [23, 7, 2, 9, 11, 2, 10, 8, 21, 16, 19, 19, 4, 5, 5, 14],
"ct" : [24, 2, 20, 11, 13, 12, 4, 4, 12, 3, 7, 1, 22, 22, 18, 19],
"result" : "valid"
},
{
"tcId" : 2498,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "3a86884c0fdac6230e5c075d6eb71ddc15498f64b497d397b48a68268d1e48db",
"tweak" : "283b7fe6bd1b14cc",
"msg" : [24, 10, 7, 17, 19, 1, 22, 22, 9, 7, 1, 4, 3, 18, 14, 6],
"ct" : [6, 10, 9, 20, 19, 24, 12, 13, 10, 21, 23, 24, 11, 8, 12, 2],
"result" : "valid"
},
{
"tcId" : 2499,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "3a86884c0fdac6230e5c075d6eb71ddc15498f64b497d397b48a68268d1e48db",
"tweak" : "283b7fe6bd1b14cc",
"msg" : [2, 19, 3, 11, 0, 7, 6, 10, 19, 2, 5, 12, 22, 20, 25, 17],
"ct" : [1, 21, 10, 23, 25, 9, 16, 7, 6, 21, 25, 20, 19, 25, 1, 22],
"result" : "valid"
},
{
"tcId" : 2500,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "3a86884c0fdac6230e5c075d6eb71ddc15498f64b497d397b48a68268d1e48db",
"tweak" : "283b7fe6bd1b14cc",
"msg" : [7, 10, 19, 10, 8, 19, 7, 21, 24, 9, 4, 15, 23, 14, 15, 2],
"ct" : [13, 4, 1, 12, 5, 10, 14, 4, 18, 21, 23, 3, 16, 6, 23, 22],
"result" : "valid"
},
{
"tcId" : 2501,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "3a86884c0fdac6230e5c075d6eb71ddc15498f64b497d397b48a68268d1e48db",
"tweak" : "283b7fe6bd1b14cc",
"msg" : [21, 5, 1, 7, 9, 11, 11, 21, 0, 15, 0, 23, 10, 11, 24, 23],
"ct" : [19, 8, 3, 4, 17, 24, 11, 24, 24, 20, 3, 21, 1, 1, 0, 8],
"result" : "valid"
},
{
"tcId" : 2502,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "3a86884c0fdac6230e5c075d6eb71ddc15498f64b497d397b48a68268d1e48db",
"tweak" : "283b7fe6bd1b14cc",
"msg" : [11, 24, 6, 13, 5, 8, 19, 7, 17, 7, 23, 0, 4, 8, 17, 24],
"ct" : [1, 22, 4, 3, 8, 25, 22, 1, 25, 11, 24, 25, 5, 22, 8, 23],
"result" : "valid"
},
{
"tcId" : 2503,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "3a86884c0fdac6230e5c075d6eb71ddc15498f64b497d397b48a68268d1e48db",
"tweak" : "283b7fe6bd1b14cc",
"msg" : [3, 15, 9, 13, 9, 16, 22, 8, 14, 7, 19, 0, 6, 16, 22, 20],
"ct" : [16, 22, 22, 4, 8, 25, 2, 5, 0, 23, 20, 12, 7, 19, 0, 15],
"result" : "valid"
},
{
"tcId" : 2504,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "3a86884c0fdac6230e5c075d6eb71ddc15498f64b497d397b48a68268d1e48db",
"tweak" : "283b7fe6bd1b14cc",
"msg" : [21, 22, 24, 23, 8, 24, 17, 14, 25, 20, 16, 18, 1, 23, 12, 4],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 2505,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "3a86884c0fdac6230e5c075d6eb71ddc15498f64b497d397b48a68268d1e48db",
"tweak" : "283b7fe6bd1b14cc",
"msg" : [14, 1, 9, 5, 21, 20, 17, 1, 23, 24, 17, 16, 10, 7, 21, 17],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 2506,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "3a86884c0fdac6230e5c075d6eb71ddc15498f64b497d397b48a68268d1e48db",
"tweak" : "283b7fe6bd1b14cc",
"msg" : [23, 24, 6, 5, 25, 22, 12, 10, 6, 24, 17, 13, 17, 16, 9, 4],
"ct" : [17, 2, 23, 15, 12, 17, 9, 2, 17, 2, 23, 15, 12, 17, 9, 2],
"result" : "valid"
},
{
"tcId" : 2507,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "3a86884c0fdac6230e5c075d6eb71ddc15498f64b497d397b48a68268d1e48db",
"tweak" : "283b7fe6bd1b14cc",
"msg" : [18, 1, 10, 16, 7, 16, 12, 11, 24, 19, 16, 18, 23, 6, 13, 18],
"ct" : [17, 2, 23, 15, 12, 17, 9, 1, 17, 2, 23, 15, 12, 17, 9, 1],
"result" : "valid"
},
{
"tcId" : 2508,
"comment" : "y = 0 and (y + a) % radix**8 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "11301a0afc931ec09c7cfe457d38df6cbea378810372d80039bb0b4d8cc03668",
"tweak" : "b040bea81e96d9c51afe",
"msg" : [8, 25, 17, 5, 2, 6, 12, 14, 21, 24, 0, 16, 1, 0, 15, 17],
"ct" : [21, 1, 18, 7, 16, 0, 12, 6, 19, 11, 13, 17, 25, 17, 23, 8],
"result" : "valid"
},
{
"tcId" : 2509,
"comment" : "y = 0 and a = 1 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "11301a0afc931ec09c7cfe457d38df6cbea378810372d80039bb0b4d8cc03668",
"tweak" : "b040bea81e96d9c51afe",
"msg" : [2, 23, 24, 25, 19, 17, 6, 16, 18, 22, 18, 4, 13, 7, 12, 7],
"ct" : [10, 9, 1, 17, 20, 4, 4, 25, 19, 17, 16, 0, 20, 11, 2, 0],
"result" : "valid"
},
{
"tcId" : 2510,
"comment" : "y = 0 and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "11301a0afc931ec09c7cfe457d38df6cbea378810372d80039bb0b4d8cc03668",
"tweak" : "b040bea81e96d9c51afe",
"msg" : [25, 11, 9, 6, 16, 8, 22, 11, 1, 15, 8, 18, 19, 16, 1, 12],
"ct" : [17, 22, 25, 9, 3, 6, 21, 3, 6, 9, 10, 9, 25, 18, 6, 1],
"result" : "valid"
},
{
"tcId" : 2511,
"comment" : "y = 0 and (y + a) % radix**8 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "11301a0afc931ec09c7cfe457d38df6cbea378810372d80039bb0b4d8cc03668",
"tweak" : "b040bea81e96d9c51afe",
"msg" : [14, 7, 2, 15, 23, 2, 10, 13, 12, 17, 5, 18, 12, 20, 13, 6],
"ct" : [20, 17, 11, 21, 11, 11, 1, 19, 18, 10, 9, 19, 1, 21, 0, 20],
"result" : "valid"
},
{
"tcId" : 2512,
"comment" : "y = 1 and a = 0 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "11301a0afc931ec09c7cfe457d38df6cbea378810372d80039bb0b4d8cc03668",
"tweak" : "20f1bde65d37d6b4d3b6",
"msg" : [24, 1, 9, 23, 7, 15, 7, 10, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [17, 7, 16, 14, 16, 5, 6, 13, 3, 23, 25, 9, 13, 11, 4, 15],
"result" : "valid"
},
{
"tcId" : 2513,
"comment" : "y = 1 and a = 1 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "11301a0afc931ec09c7cfe457d38df6cbea378810372d80039bb0b4d8cc03668",
"tweak" : "20f1bde65d37d6b4d3b6",
"msg" : [24, 22, 0, 8, 25, 14, 14, 19, 0, 0, 0, 0, 0, 0, 0, 1],
"ct" : [25, 10, 20, 13, 0, 9, 18, 20, 3, 24, 9, 10, 15, 18, 2, 4],
"result" : "valid"
},
{
"tcId" : 2514,
"comment" : "y = 1 and a has large Hamming weight in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "11301a0afc931ec09c7cfe457d38df6cbea378810372d80039bb0b4d8cc03668",
"tweak" : "20f1bde65d37d6b4d3b6",
"msg" : [16, 21, 23, 6, 24, 1, 25, 0, 17, 2, 23, 15, 12, 17, 9, 2],
"ct" : [12, 9, 5, 22, 3, 20, 14, 23, 24, 13, 10, 0, 16, 18, 1, 24],
"result" : "valid"
},
{
"tcId" : 2515,
"comment" : "y = 1 and (y + a) % radix**8 is maximal in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "11301a0afc931ec09c7cfe457d38df6cbea378810372d80039bb0b4d8cc03668",
"tweak" : "20f1bde65d37d6b4d3b6",
"msg" : [6, 12, 2, 9, 16, 10, 15, 13, 25, 25, 25, 25, 25, 25, 25, 24],
"ct" : [17, 8, 20, 24, 9, 3, 23, 18, 15, 2, 19, 14, 23, 12, 21, 21],
"result" : "valid"
},
{
"tcId" : 2516,
"comment" : "y = 1 and (y + a) % radix**8 == 0 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "11301a0afc931ec09c7cfe457d38df6cbea378810372d80039bb0b4d8cc03668",
"tweak" : "20f1bde65d37d6b4d3b6",
"msg" : [15, 22, 7, 10, 25, 12, 21, 16, 25, 25, 25, 25, 25, 25, 25, 25],
"ct" : [20, 16, 0, 17, 2, 20, 24, 15, 15, 7, 8, 6, 23, 17, 25, 4],
"result" : "valid"
},
{
"tcId" : 2517,
"comment" : "y is maximal and a = 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "11301a0afc931ec09c7cfe457d38df6cbea378810372d80039bb0b4d8cc03668",
"tweak" : "d5398449609f7340b38f",
"msg" : [13, 6, 11, 7, 21, 9, 21, 19, 7, 24, 19, 14, 22, 2, 2, 19],
"ct" : [2, 6, 18, 18, 0, 4, 5, 13, 13, 17, 21, 5, 11, 11, 1, 16],
"result" : "valid"
},
{
"tcId" : 2518,
"comment" : "y is maximal and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "11301a0afc931ec09c7cfe457d38df6cbea378810372d80039bb0b4d8cc03668",
"tweak" : "d5398449609f7340b38f",
"msg" : [14, 8, 12, 14, 2, 14, 2, 23, 5, 14, 5, 13, 11, 20, 21, 18],
"ct" : [2, 6, 18, 18, 0, 4, 5, 14, 15, 19, 14, 13, 20, 8, 3, 12],
"result" : "valid"
},
{
"tcId" : 2519,
"comment" : "y is maximal and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "11301a0afc931ec09c7cfe457d38df6cbea378810372d80039bb0b4d8cc03668",
"tweak" : "d5398449609f7340b38f",
"msg" : [23, 21, 2, 0, 3, 19, 4, 11, 19, 1, 16, 0, 24, 6, 25, 4],
"ct" : [19, 9, 16, 7, 12, 21, 14, 15, 0, 11, 19, 22, 10, 17, 8, 24],
"result" : "valid"
},
{
"tcId" : 2520,
"comment" : "y is maximal and (y + a) % radix**8 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "11301a0afc931ec09c7cfe457d38df6cbea378810372d80039bb0b4d8cc03668",
"tweak" : "d5398449609f7340b38f",
"msg" : [0, 0, 0, 9, 20, 13, 3, 1, 24, 14, 17, 2, 6, 24, 9, 13],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 6, 17, 17, 0, 7, 5, 15, 3],
"result" : "valid"
},
{
"tcId" : 2521,
"comment" : "y is maximal and (y + a) % radix**8 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "11301a0afc931ec09c7cfe457d38df6cbea378810372d80039bb0b4d8cc03668",
"tweak" : "d5398449609f7340b38f",
"msg" : [16, 0, 13, 3, 0, 4, 9, 0, 13, 23, 22, 13, 19, 13, 12, 7],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 21, 16, 1, 24, 16, 19, 13, 15],
"result" : "valid"
},
{
"tcId" : 2522,
"comment" : "y is maximal and a is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "11301a0afc931ec09c7cfe457d38df6cbea378810372d80039bb0b4d8cc03668",
"tweak" : "d5398449609f7340b38f",
"msg" : [21, 5, 14, 14, 6, 19, 13, 23, 12, 13, 24, 7, 5, 3, 3, 0],
"ct" : [2, 6, 18, 18, 0, 4, 5, 12, 22, 21, 22, 17, 7, 0, 10, 6],
"result" : "valid"
},
{
"tcId" : 2523,
"comment" : "y is edge case for modular reduction and a = 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "11301a0afc931ec09c7cfe457d38df6cbea378810372d80039bb0b4d8cc03668",
"tweak" : "2fae35d8d0d2b862c4e0",
"msg" : [23, 10, 24, 19, 10, 9, 19, 1, 9, 8, 24, 9, 4, 3, 7, 7],
"ct" : [11, 18, 22, 8, 17, 16, 1, 17, 2, 6, 18, 18, 0, 4, 5, 0],
"result" : "valid"
},
{
"tcId" : 2524,
"comment" : "y is edge case for modular reduction and a = 1 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "11301a0afc931ec09c7cfe457d38df6cbea378810372d80039bb0b4d8cc03668",
"tweak" : "2fae35d8d0d2b862c4e0",
"msg" : [15, 24, 22, 4, 16, 15, 3, 25, 4, 17, 8, 1, 12, 12, 5, 21],
"ct" : [11, 18, 22, 8, 17, 16, 1, 17, 2, 6, 18, 18, 0, 4, 5, 1],
"result" : "valid"
},
{
"tcId" : 2525,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "11301a0afc931ec09c7cfe457d38df6cbea378810372d80039bb0b4d8cc03668",
"tweak" : "2fae35d8d0d2b862c4e0",
"msg" : [7, 6, 6, 23, 25, 20, 9, 24, 12, 2, 20, 1, 7, 1, 9, 3],
"ct" : [11, 18, 22, 8, 17, 16, 1, 17, 19, 9, 16, 7, 12, 21, 14, 2],
"result" : "valid"
},
{
"tcId" : 2526,
"comment" : "y is edge case for modular reduction and (y + a) % radix**8 is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "11301a0afc931ec09c7cfe457d38df6cbea378810372d80039bb0b4d8cc03668",
"tweak" : "2fae35d8d0d2b862c4e0",
"msg" : [10, 12, 3, 24, 16, 13, 18, 1, 7, 13, 23, 11, 19, 12, 13, 19],
"ct" : [11, 18, 22, 8, 17, 16, 1, 17, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 2527,
"comment" : "y is edge case for modular reduction and (y + a) % radix**8 == 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "11301a0afc931ec09c7cfe457d38df6cbea378810372d80039bb0b4d8cc03668",
"tweak" : "2fae35d8d0d2b862c4e0",
"msg" : [1, 19, 21, 23, 12, 3, 19, 3, 0, 15, 22, 25, 14, 2, 8, 23],
"ct" : [11, 18, 22, 8, 17, 16, 1, 17, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 2528,
"comment" : "y is edge case for modular reduction and a is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "11301a0afc931ec09c7cfe457d38df6cbea378810372d80039bb0b4d8cc03668",
"tweak" : "2fae35d8d0d2b862c4e0",
"msg" : [2, 19, 0, 9, 4, 19, 1, 16, 19, 2, 12, 16, 18, 25, 1, 13],
"ct" : [11, 18, 22, 8, 17, 16, 1, 17, 2, 6, 18, 18, 0, 4, 4, 25],
"result" : "valid"
},
{
"tcId" : 2529,
"comment" : "y is maximal after modular reduction and (y + a) % radix**8 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "11301a0afc931ec09c7cfe457d38df6cbea378810372d80039bb0b4d8cc03668",
"tweak" : "e343ddf949c33bff6284",
"msg" : [4, 2, 21, 5, 17, 2, 15, 10, 22, 15, 8, 6, 12, 8, 19, 8],
"ct" : [5, 25, 11, 6, 6, 3, 21, 7, 15, 22, 23, 5, 15, 12, 8, 14],
"result" : "valid"
},
{
"tcId" : 2530,
"comment" : "y is maximal after modular reduction and (y + a) % radix**8 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "11301a0afc931ec09c7cfe457d38df6cbea378810372d80039bb0b4d8cc03668",
"tweak" : "e343ddf949c33bff6284",
"msg" : [8, 11, 18, 12, 1, 4, 3, 12, 19, 6, 4, 9, 19, 14, 11, 6],
"ct" : [16, 0, 22, 15, 18, 7, 21, 1, 9, 8, 1, 16, 18, 20, 17, 6],
"result" : "valid"
},
{
"tcId" : 2531,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "11301a0afc931ec09c7cfe457d38df6cbea378810372d80039bb0b4d8cc03668",
"tweak" : "e343ddf949c33bff6284",
"msg" : [0, 10, 17, 5, 22, 22, 20, 16, 18, 8, 10, 21, 3, 11, 23, 8],
"ct" : [9, 11, 19, 15, 25, 13, 5, 20, 1, 21, 18, 12, 9, 7, 9, 10],
"result" : "valid"
},
{
"tcId" : 2532,
"comment" : "y is maximal after modular reduction and a is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "11301a0afc931ec09c7cfe457d38df6cbea378810372d80039bb0b4d8cc03668",
"tweak" : "e343ddf949c33bff6284",
"msg" : [9, 11, 14, 15, 12, 16, 3, 24, 8, 18, 11, 19, 16, 7, 13, 18],
"ct" : [19, 20, 11, 5, 9, 19, 7, 11, 2, 15, 3, 24, 4, 0, 25, 16],
"result" : "valid"
},
{
"tcId" : 2533,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "450f8c62429604aa5585843c1e21c0a1b69693237afdb2fea8eda08149ace9a7",
"tweak" : "a48cfeaa6646b0c5",
"msg" : [-1, 20, 7, 10, 5, 10, 10, 21, 22, 24, 1, 10, 0, 4, 19, 25],
"ct" : [8, 23, 1, 0, 22, 5, 9, 4, 5, 20, 16, 18, 21, 21, 9, 11],
"result" : "invalid"
},
{
"tcId" : 2534,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "450f8c62429604aa5585843c1e21c0a1b69693237afdb2fea8eda08149ace9a7",
"tweak" : "a48cfeaa6646b0c5",
"msg" : [13, 20, 7, 10, 5, -1, 10, 21, 22, 24, 1, 10, 0, 4, 19, 25],
"ct" : [22, 23, 9, 22, 22, 4, 10, 5, 11, 23, 8, 9, 24, 17, 12, 8],
"result" : "invalid"
},
{
"tcId" : 2535,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "450f8c62429604aa5585843c1e21c0a1b69693237afdb2fea8eda08149ace9a7",
"tweak" : "a48cfeaa6646b0c5",
"msg" : [13, 20, 7, 10, 5, 10, 10, 21, 22, 24, 1, 10, 0, 4, 19, -1],
"ct" : [10, 16, 21, 25, 16, 8, 9, 6, 15, 8, 4, 0, 16, 18, 12, 6],
"result" : "invalid"
},
{
"tcId" : 2536,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "7a8985824e1bf4f8a2567488a225932ddc63920a9aac8c53c1f784bff7bd8b67",
"tweak" : "caa23721cbba317b",
"msg" : [26, 1, 9, 14, 16, 12, 24, 6, 6, 9, 6, 19, 7, 1, 4, 24],
"ct" : [16, 0, 7, 7, 12, 1, 1, 4, 7, 19, 9, 14, 11, 20, 4, 21],
"result" : "invalid"
},
{
"tcId" : 2537,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "7a8985824e1bf4f8a2567488a225932ddc63920a9aac8c53c1f784bff7bd8b67",
"tweak" : "caa23721cbba317b",
"msg" : [12, 1, 9, 14, 16, 26, 24, 6, 6, 9, 6, 19, 7, 1, 4, 24],
"ct" : [4, 5, 23, 25, 6, 0, 4, 2, 4, 5, 19, 18, 23, 13, 1, 15],
"result" : "invalid"
},
{
"tcId" : 2538,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "7a8985824e1bf4f8a2567488a225932ddc63920a9aac8c53c1f784bff7bd8b67",
"tweak" : "caa23721cbba317b",
"msg" : [12, 1, 9, 14, 16, 12, 24, 6, 6, 9, 6, 19, 7, 1, 4, 26],
"ct" : [18, 0, 16, 11, 24, 21, 2, 24, 6, 13, 1, 12, 5, 0, 9, 4],
"result" : "invalid"
}
]
},
{
"keySize" : 256,
"msgSize" : 17,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 2539,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "abd43681541e9a9233091509ee06c648b45a34c0ddc73f39d804bcaf7bf31a0e",
"tweak" : "011400c2b81f3e50",
"msg" : [18, 12, 5, 10, 17, 25, 0, 19, 5, 19, 7, 16, 19, 23, 3, 3, 25],
"ct" : [15, 14, 5, 21, 10, 0, 5, 6, 19, 1, 1, 10, 12, 11, 17, 6, 12],
"result" : "valid"
},
{
"tcId" : 2540,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "b780b0dda375534b6daf5eb0088e1402f86c4af424409ffaa2609101507a028c",
"tweak" : "5921a49a5ca9233a",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [4, 13, 7, 9, 13, 3, 5, 24, 17, 22, 5, 12, 21, 2, 18, 18, 22],
"result" : "valid"
},
{
"tcId" : 2541,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "b780b0dda375534b6daf5eb0088e1402f86c4af424409ffaa2609101507a028c",
"tweak" : "5921a49a5ca9233a",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"ct" : [8, 5, 25, 25, 4, 15, 5, 11, 23, 12, 22, 0, 13, 12, 10, 11, 14],
"result" : "valid"
},
{
"tcId" : 2542,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "b780b0dda375534b6daf5eb0088e1402f86c4af424409ffaa2609101507a028c",
"tweak" : "5921a49a5ca9233a",
"msg" : [17, 2, 23, 15, 12, 17, 9, 2, 21, 1, 15, 1, 1, 15, 9, 4, 12],
"ct" : [21, 15, 2, 14, 23, 4, 6, 14, 19, 6, 10, 15, 10, 10, 4, 19, 12],
"result" : "valid"
},
{
"tcId" : 2543,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "b780b0dda375534b6daf5eb0088e1402f86c4af424409ffaa2609101507a028c",
"tweak" : "5921a49a5ca9233a",
"msg" : [17, 2, 23, 15, 12, 17, 9, 1, 21, 1, 15, 1, 1, 15, 9, 4, 11],
"ct" : [9, 2, 11, 25, 10, 10, 14, 19, 15, 24, 17, 10, 8, 15, 0, 14, 2],
"result" : "valid"
},
{
"tcId" : 2544,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "b780b0dda375534b6daf5eb0088e1402f86c4af424409ffaa2609101507a028c",
"tweak" : "5921a49a5ca9233a",
"msg" : [1, 16, 7, 4, 16, 18, 3, 12, 11, 6, 16, 20, 13, 4, 5, 17, 17],
"ct" : [24, 18, 7, 23, 8, 12, 5, 0, 7, 16, 4, 4, 23, 17, 24, 11, 8],
"result" : "valid"
},
{
"tcId" : 2545,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "b780b0dda375534b6daf5eb0088e1402f86c4af424409ffaa2609101507a028c",
"tweak" : "5921a49a5ca9233a",
"msg" : [12, 22, 2, 18, 8, 24, 21, 8, 6, 23, 7, 13, 21, 21, 16, 13, 12],
"ct" : [21, 12, 22, 8, 15, 3, 1, 15, 14, 0, 4, 23, 13, 12, 12, 5, 23],
"result" : "valid"
},
{
"tcId" : 2546,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "b780b0dda375534b6daf5eb0088e1402f86c4af424409ffaa2609101507a028c",
"tweak" : "5921a49a5ca9233a",
"msg" : [17, 10, 16, 14, 13, 13, 8, 1, 11, 1, 14, 18, 1, 6, 14, 3, 22],
"ct" : [19, 4, 13, 6, 20, 0, 5, 12, 22, 24, 1, 8, 21, 20, 5, 3, 13],
"result" : "valid"
},
{
"tcId" : 2547,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "b780b0dda375534b6daf5eb0088e1402f86c4af424409ffaa2609101507a028c",
"tweak" : "5921a49a5ca9233a",
"msg" : [22, 10, 16, 18, 22, 21, 3, 12, 1, 7, 7, 4, 19, 19, 12, 12, 1],
"ct" : [4, 14, 14, 23, 15, 15, 7, 20, 13, 1, 10, 10, 12, 16, 2, 6, 25],
"result" : "valid"
},
{
"tcId" : 2548,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "b780b0dda375534b6daf5eb0088e1402f86c4af424409ffaa2609101507a028c",
"tweak" : "5921a49a5ca9233a",
"msg" : [10, 5, 20, 20, 22, 22, 4, 20, 2, 0, 2, 16, 6, 21, 12, 6, 10],
"ct" : [22, 23, 8, 7, 10, 22, 21, 15, 21, 14, 6, 0, 3, 5, 24, 17, 2],
"result" : "valid"
},
{
"tcId" : 2549,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "b780b0dda375534b6daf5eb0088e1402f86c4af424409ffaa2609101507a028c",
"tweak" : "5921a49a5ca9233a",
"msg" : [11, 9, 24, 22, 17, 14, 23, 22, 11, 9, 13, 20, 17, 20, 24, 9, 16],
"ct" : [9, 16, 2, 7, 12, 3, 6, 21, 25, 5, 18, 21, 18, 16, 1, 15, 11],
"result" : "valid"
},
{
"tcId" : 2550,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "b780b0dda375534b6daf5eb0088e1402f86c4af424409ffaa2609101507a028c",
"tweak" : "5921a49a5ca9233a",
"msg" : [20, 15, 15, 21, 17, 21, 21, 2, 18, 25, 19, 19, 6, 24, 21, 11, 3],
"ct" : [20, 8, 15, 19, 20, 10, 10, 24, 21, 23, 20, 16, 23, 11, 24, 8, 10],
"result" : "valid"
},
{
"tcId" : 2551,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "b780b0dda375534b6daf5eb0088e1402f86c4af424409ffaa2609101507a028c",
"tweak" : "5921a49a5ca9233a",
"msg" : [20, 12, 21, 0, 11, 12, 17, 18, 8, 3, 14, 4, 21, 16, 18, 11, 20],
"ct" : [25, 10, 5, 6, 8, 24, 15, 1, 18, 22, 1, 15, 14, 19, 19, 22, 0],
"result" : "valid"
},
{
"tcId" : 2552,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "b780b0dda375534b6daf5eb0088e1402f86c4af424409ffaa2609101507a028c",
"tweak" : "5921a49a5ca9233a",
"msg" : [10, 0, 7, 6, 23, 23, 19, 9, 14, 3, 15, 8, 22, 25, 23, 0, 25],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 2553,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "b780b0dda375534b6daf5eb0088e1402f86c4af424409ffaa2609101507a028c",
"tweak" : "5921a49a5ca9233a",
"msg" : [21, 3, 19, 14, 2, 16, 25, 15, 9, 1, 1, 1, 7, 4, 22, 2, 12],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 2554,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "b780b0dda375534b6daf5eb0088e1402f86c4af424409ffaa2609101507a028c",
"tweak" : "5921a49a5ca9233a",
"msg" : [12, 9, 18, 8, 8, 11, 16, 18, 0, 14, 12, 22, 0, 22, 20, 9, 15],
"ct" : [17, 2, 23, 15, 12, 17, 9, 2, 21, 1, 15, 1, 1, 15, 9, 4, 12],
"result" : "valid"
},
{
"tcId" : 2555,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "b780b0dda375534b6daf5eb0088e1402f86c4af424409ffaa2609101507a028c",
"tweak" : "5921a49a5ca9233a",
"msg" : [21, 4, 6, 21, 2, 6, 9, 18, 2, 9, 7, 14, 24, 22, 6, 16, 15],
"ct" : [17, 2, 23, 15, 12, 17, 9, 1, 21, 1, 15, 1, 1, 15, 9, 4, 11],
"result" : "valid"
},
{
"tcId" : 2556,
"comment" : "y = 0 and (y + a) % radix**8 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "9eac581f9cefeaac0a92cb8930c1c0b671cc99c838bd3ac7812d2080de81191a",
"tweak" : "1680092e2973e76cff",
"msg" : [12, 21, 8, 0, 1, 7, 23, 7, 15, 5, 23, 24, 7, 25, 8, 18, 11],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 16, 24, 5, 15, 1, 5, 1, 24, 9],
"result" : "valid"
},
{
"tcId" : 2557,
"comment" : "y = 0 and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "9eac581f9cefeaac0a92cb8930c1c0b671cc99c838bd3ac7812d2080de81191a",
"tweak" : "1680092e2973e76cff",
"msg" : [2, 11, 3, 20, 19, 24, 23, 25, 2, 20, 0, 12, 6, 10, 21, 18, 17],
"ct" : [0, 0, 0, 0, 0, 0, 0, 1, 23, 11, 7, 14, 20, 23, 17, 19, 21],
"result" : "valid"
},
{
"tcId" : 2558,
"comment" : "y = 0 and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "9eac581f9cefeaac0a92cb8930c1c0b671cc99c838bd3ac7812d2080de81191a",
"tweak" : "1680092e2973e76cff",
"msg" : [12, 3, 6, 21, 24, 22, 23, 4, 25, 21, 7, 23, 20, 8, 10, 7, 14],
"ct" : [17, 2, 23, 15, 12, 17, 9, 2, 14, 1, 19, 18, 20, 19, 1, 2, 22],
"result" : "valid"
},
{
"tcId" : 2559,
"comment" : "y = 0 and (y + a) % radix**8 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "9eac581f9cefeaac0a92cb8930c1c0b671cc99c838bd3ac7812d2080de81191a",
"tweak" : "1680092e2973e76cff",
"msg" : [15, 13, 21, 17, 24, 15, 17, 1, 1, 11, 11, 4, 5, 25, 13, 11, 19],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 12, 13, 18, 0, 6, 15, 2, 7, 19],
"result" : "valid"
},
{
"tcId" : 2560,
"comment" : "y = 1 and a = 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "9eac581f9cefeaac0a92cb8930c1c0b671cc99c838bd3ac7812d2080de81191a",
"tweak" : "8982927a0a9edf087c",
"msg" : [11, 19, 8, 21, 16, 11, 25, 6, 23, 24, 14, 3, 15, 8, 10, 24, 21],
"ct" : [0, 23, 14, 15, 15, 23, 23, 23, 16, 16, 10, 2, 7, 9, 18, 5, 2],
"result" : "valid"
},
{
"tcId" : 2561,
"comment" : "y = 1 and a = 1 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "9eac581f9cefeaac0a92cb8930c1c0b671cc99c838bd3ac7812d2080de81191a",
"tweak" : "8982927a0a9edf087c",
"msg" : [16, 5, 4, 2, 23, 20, 19, 19, 17, 3, 20, 10, 19, 15, 0, 1, 2],
"ct" : [23, 10, 19, 15, 13, 13, 10, 4, 21, 5, 19, 2, 10, 22, 6, 7, 12],
"result" : "valid"
},
{
"tcId" : 2562,
"comment" : "y = 1 and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "9eac581f9cefeaac0a92cb8930c1c0b671cc99c838bd3ac7812d2080de81191a",
"tweak" : "8982927a0a9edf087c",
"msg" : [12, 1, 8, 25, 15, 0, 12, 24, 25, 23, 25, 6, 2, 9, 13, 7, 2],
"ct" : [20, 7, 22, 16, 7, 5, 18, 11, 21, 11, 16, 17, 10, 22, 4, 5, 6],
"result" : "valid"
},
{
"tcId" : 2563,
"comment" : "y = 1 and (y + a) % radix**8 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "9eac581f9cefeaac0a92cb8930c1c0b671cc99c838bd3ac7812d2080de81191a",
"tweak" : "8982927a0a9edf087c",
"msg" : [12, 25, 0, 12, 2, 9, 14, 2, 25, 1, 19, 11, 19, 25, 23, 13, 18],
"ct" : [4, 24, 10, 11, 19, 2, 20, 21, 20, 23, 20, 11, 23, 21, 24, 2, 11],
"result" : "valid"
},
{
"tcId" : 2564,
"comment" : "y = 1 and (y + a) % radix**8 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "9eac581f9cefeaac0a92cb8930c1c0b671cc99c838bd3ac7812d2080de81191a",
"tweak" : "8982927a0a9edf087c",
"msg" : [0, 22, 21, 15, 22, 3, 1, 17, 25, 23, 6, 19, 14, 7, 19, 3, 18],
"ct" : [20, 6, 25, 25, 4, 18, 25, 20, 10, 15, 14, 16, 14, 5, 22, 25, 7],
"result" : "valid"
},
{
"tcId" : 2565,
"comment" : "y is maximal after modular reduction and (y + a) % radix**8 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "9eac581f9cefeaac0a92cb8930c1c0b671cc99c838bd3ac7812d2080de81191a",
"tweak" : "109b560015705ed8d6",
"msg" : [2, 6, 2, 6, 6, 10, 17, 9, 10, 15, 11, 10, 10, 6, 8, 9, 11],
"ct" : [4, 3, 0, 12, 17, 22, 9, 11, 3, 4, 5, 17, 8, 11, 3, 20, 18],
"result" : "valid"
},
{
"tcId" : 2566,
"comment" : "y is maximal after modular reduction and (y + a) % radix**8 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "9eac581f9cefeaac0a92cb8930c1c0b671cc99c838bd3ac7812d2080de81191a",
"tweak" : "109b560015705ed8d6",
"msg" : [21, 21, 19, 3, 11, 25, 6, 22, 16, 21, 22, 21, 8, 4, 25, 15, 5],
"ct" : [20, 20, 19, 3, 14, 1, 20, 7, 5, 22, 10, 15, 20, 24, 6, 15, 11],
"result" : "valid"
},
{
"tcId" : 2567,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "9eac581f9cefeaac0a92cb8930c1c0b671cc99c838bd3ac7812d2080de81191a",
"tweak" : "109b560015705ed8d6",
"msg" : [3, 24, 12, 12, 5, 1, 11, 11, 16, 17, 19, 14, 13, 1, 13, 3, 12],
"ct" : [2, 5, 3, 6, 3, 13, 10, 13, 3, 15, 3, 25, 7, 14, 10, 7, 6],
"result" : "valid"
},
{
"tcId" : 2568,
"comment" : "y is maximal after modular reduction and a is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "9eac581f9cefeaac0a92cb8930c1c0b671cc99c838bd3ac7812d2080de81191a",
"tweak" : "109b560015705ed8d6",
"msg" : [1, 13, 20, 11, 9, 3, 1, 7, 0, 24, 8, 20, 10, 11, 12, 20, 3],
"ct" : [1, 21, 20, 17, 1, 3, 18, 5, 9, 21, 5, 4, 23, 7, 1, 0, 25],
"result" : "valid"
},
{
"tcId" : 2569,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "c8a37700cb818fab7444da945dfe131c6156fb9f5a034eb4bc10544399e1cedc",
"tweak" : "6460d80894ab337d",
"msg" : [-1, 5, 4, 20, 11, 2, 9, 6, 3, 20, 7, 1, 14, 21, 13, 16, 14],
"ct" : [20, 8, 15, 24, 16, 17, 4, 3, 11, 24, 19, 11, 24, 4, 8, 11, 2],
"result" : "invalid"
},
{
"tcId" : 2570,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "c8a37700cb818fab7444da945dfe131c6156fb9f5a034eb4bc10544399e1cedc",
"tweak" : "6460d80894ab337d",
"msg" : [13, 5, 4, 20, 11, -1, 9, 6, 3, 20, 7, 1, 14, 21, 13, 16, 14],
"ct" : [20, 9, 1, 16, 23, 18, 3, 11, 6, 4, 9, 23, 25, 1, 23, 0, 14],
"result" : "invalid"
},
{
"tcId" : 2571,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "c8a37700cb818fab7444da945dfe131c6156fb9f5a034eb4bc10544399e1cedc",
"tweak" : "6460d80894ab337d",
"msg" : [13, 5, 4, 20, 11, 2, 9, 6, 3, 20, 7, 1, 14, 21, 13, 16, -1],
"ct" : [21, 10, 8, 23, 14, 19, 5, 0, 22, 9, 9, 8, 23, 8, 25, 11, 2],
"result" : "invalid"
},
{
"tcId" : 2572,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "83cdd1926554da84127004d736249c0f1268173d4b42cc015a70be2fc48a5ffd",
"tweak" : "4c0dbfc6b5f7abc5",
"msg" : [26, 5, 19, 3, 0, 0, 18, 16, 24, 6, 2, 15, 15, 9, 23, 18, 13],
"ct" : [10, 10, 0, 15, 13, 6, 11, 15, 19, 5, 10, 15, 25, 6, 14, 6, 1],
"result" : "invalid"
},
{
"tcId" : 2573,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "83cdd1926554da84127004d736249c0f1268173d4b42cc015a70be2fc48a5ffd",
"tweak" : "4c0dbfc6b5f7abc5",
"msg" : [2, 5, 19, 3, 0, 26, 18, 16, 24, 6, 2, 15, 15, 9, 23, 18, 13],
"ct" : [4, 19, 13, 16, 12, 23, 16, 15, 13, 16, 24, 3, 18, 10, 18, 21, 2],
"result" : "invalid"
},
{
"tcId" : 2574,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "83cdd1926554da84127004d736249c0f1268173d4b42cc015a70be2fc48a5ffd",
"tweak" : "4c0dbfc6b5f7abc5",
"msg" : [2, 5, 19, 3, 0, 0, 18, 16, 24, 6, 2, 15, 15, 9, 23, 18, 26],
"ct" : [18, 17, 2, 23, 8, 8, 10, 7, 16, 22, 16, 7, 24, 5, 24, 8, 1],
"result" : "invalid"
}
]
},
{
"keySize" : 256,
"msgSize" : 18,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 2575,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "be748dab0203d19a98eb126a8ed6fcbd99aeea49f1cff7512529f201bf0eff67",
"tweak" : "4977c3ee944e48cb",
"msg" : [15, 15, 7, 15, 4, 14, 7, 21, 24, 8, 18, 1, 0, 16, 23, 9, 1, 10],
"ct" : [14, 24, 18, 25, 25, 12, 16, 17, 25, 7, 25, 23, 0, 17, 8, 12, 21, 20],
"result" : "valid"
},
{
"tcId" : 2576,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "da3d504e93a044a068732c297c51badbab8e58b79727cc656a115cdf2d9ec1df",
"tweak" : "b2fbca44db9eaec7",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [11, 13, 13, 19, 25, 10, 18, 3, 15, 5, 21, 5, 11, 2, 13, 9, 25, 23],
"result" : "valid"
},
{
"tcId" : 2577,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "da3d504e93a044a068732c297c51badbab8e58b79727cc656a115cdf2d9ec1df",
"tweak" : "b2fbca44db9eaec7",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"ct" : [10, 6, 20, 0, 0, 6, 19, 22, 14, 16, 7, 20, 14, 21, 25, 10, 13, 4],
"result" : "valid"
},
{
"tcId" : 2578,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "da3d504e93a044a068732c297c51badbab8e58b79727cc656a115cdf2d9ec1df",
"tweak" : "b2fbca44db9eaec7",
"msg" : [21, 1, 15, 1, 1, 15, 9, 4, 12, 21, 1, 15, 1, 1, 15, 9, 4, 12],
"ct" : [19, 1, 11, 15, 18, 19, 18, 3, 2, 0, 0, 2, 6, 8, 8, 17, 15, 10],
"result" : "valid"
},
{
"tcId" : 2579,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "da3d504e93a044a068732c297c51badbab8e58b79727cc656a115cdf2d9ec1df",
"tweak" : "b2fbca44db9eaec7",
"msg" : [21, 1, 15, 1, 1, 15, 9, 4, 11, 21, 1, 15, 1, 1, 15, 9, 4, 11],
"ct" : [9, 0, 7, 8, 3, 23, 20, 1, 11, 8, 5, 18, 21, 19, 24, 19, 1, 20],
"result" : "valid"
},
{
"tcId" : 2580,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "da3d504e93a044a068732c297c51badbab8e58b79727cc656a115cdf2d9ec1df",
"tweak" : "b2fbca44db9eaec7",
"msg" : [3, 16, 8, 10, 12, 5, 24, 1, 24, 3, 19, 21, 21, 2, 19, 25, 14, 22],
"ct" : [12, 25, 5, 15, 22, 11, 16, 25, 7, 21, 4, 11, 18, 18, 16, 3, 8, 17],
"result" : "valid"
},
{
"tcId" : 2581,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "da3d504e93a044a068732c297c51badbab8e58b79727cc656a115cdf2d9ec1df",
"tweak" : "b2fbca44db9eaec7",
"msg" : [21, 0, 15, 7, 3, 17, 5, 17, 2, 19, 23, 13, 18, 12, 20, 19, 22, 16],
"ct" : [19, 5, 15, 15, 6, 7, 22, 4, 14, 2, 9, 11, 21, 9, 7, 25, 13, 17],
"result" : "valid"
},
{
"tcId" : 2582,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "da3d504e93a044a068732c297c51badbab8e58b79727cc656a115cdf2d9ec1df",
"tweak" : "b2fbca44db9eaec7",
"msg" : [16, 19, 3, 17, 8, 11, 17, 15, 21, 16, 7, 17, 19, 19, 8, 14, 21, 24],
"ct" : [16, 15, 17, 20, 15, 6, 10, 9, 25, 10, 22, 23, 9, 14, 24, 9, 3, 7],
"result" : "valid"
},
{
"tcId" : 2583,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "da3d504e93a044a068732c297c51badbab8e58b79727cc656a115cdf2d9ec1df",
"tweak" : "b2fbca44db9eaec7",
"msg" : [1, 12, 14, 3, 21, 5, 5, 0, 12, 23, 14, 18, 24, 19, 10, 3, 20, 11],
"ct" : [0, 17, 7, 16, 9, 13, 19, 3, 3, 8, 1, 5, 14, 22, 14, 15, 23, 1],
"result" : "valid"
},
{
"tcId" : 2584,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "da3d504e93a044a068732c297c51badbab8e58b79727cc656a115cdf2d9ec1df",
"tweak" : "b2fbca44db9eaec7",
"msg" : [10, 9, 20, 2, 1, 9, 15, 6, 7, 17, 24, 18, 23, 24, 6, 4, 14, 3],
"ct" : [15, 4, 20, 0, 5, 21, 4, 1, 23, 0, 2, 10, 16, 8, 5, 1, 7, 11],
"result" : "valid"
},
{
"tcId" : 2585,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "da3d504e93a044a068732c297c51badbab8e58b79727cc656a115cdf2d9ec1df",
"tweak" : "b2fbca44db9eaec7",
"msg" : [10, 22, 0, 8, 21, 8, 6, 19, 11, 25, 8, 17, 16, 3, 2, 8, 7, 15],
"ct" : [7, 6, 8, 1, 11, 12, 25, 12, 7, 17, 16, 25, 0, 0, 1, 1, 10, 5],
"result" : "valid"
},
{
"tcId" : 2586,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "da3d504e93a044a068732c297c51badbab8e58b79727cc656a115cdf2d9ec1df",
"tweak" : "b2fbca44db9eaec7",
"msg" : [3, 18, 2, 20, 17, 12, 4, 4, 12, 19, 11, 11, 0, 6, 23, 20, 8, 6],
"ct" : [21, 1, 12, 5, 9, 9, 7, 15, 4, 10, 10, 13, 15, 22, 15, 16, 23, 7],
"result" : "valid"
},
{
"tcId" : 2587,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "da3d504e93a044a068732c297c51badbab8e58b79727cc656a115cdf2d9ec1df",
"tweak" : "b2fbca44db9eaec7",
"msg" : [11, 16, 23, 5, 22, 0, 22, 23, 5, 19, 10, 10, 0, 8, 14, 17, 18, 16],
"ct" : [21, 19, 7, 1, 4, 3, 0, 13, 13, 15, 18, 16, 25, 14, 14, 0, 12, 17],
"result" : "valid"
},
{
"tcId" : 2588,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "da3d504e93a044a068732c297c51badbab8e58b79727cc656a115cdf2d9ec1df",
"tweak" : "b2fbca44db9eaec7",
"msg" : [17, 10, 19, 3, 2, 20, 15, 13, 25, 6, 16, 10, 12, 11, 3, 15, 16, 7],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 2589,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "da3d504e93a044a068732c297c51badbab8e58b79727cc656a115cdf2d9ec1df",
"tweak" : "b2fbca44db9eaec7",
"msg" : [6, 18, 22, 19, 23, 14, 19, 22, 22, 4, 25, 23, 4, 24, 17, 3, 23, 20],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 2590,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "da3d504e93a044a068732c297c51badbab8e58b79727cc656a115cdf2d9ec1df",
"tweak" : "b2fbca44db9eaec7",
"msg" : [12, 16, 12, 25, 20, 21, 7, 22, 1, 4, 25, 20, 9, 25, 19, 2, 2, 25],
"ct" : [21, 1, 15, 1, 1, 15, 9, 4, 12, 21, 1, 15, 1, 1, 15, 9, 4, 12],
"result" : "valid"
},
{
"tcId" : 2591,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "da3d504e93a044a068732c297c51badbab8e58b79727cc656a115cdf2d9ec1df",
"tweak" : "b2fbca44db9eaec7",
"msg" : [3, 7, 20, 19, 9, 2, 6, 13, 22, 16, 19, 15, 25, 15, 20, 10, 16, 11],
"ct" : [21, 1, 15, 1, 1, 15, 9, 4, 11, 21, 1, 15, 1, 1, 15, 9, 4, 11],
"result" : "valid"
},
{
"tcId" : 2592,
"comment" : "y = 0 and (y + a) % radix**9 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "e717e230c81494129fdbebde2ed53769e3b3aa69024750b3b37ef8cb80bcb5f1",
"tweak" : "432de68d7b929fa7fc",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 11, 9, 24, 16, 9, 8, 9, 7],
"ct" : [13, 22, 21, 3, 2, 9, 21, 10, 14, 19, 9, 18, 1, 24, 6, 9, 22, 21],
"result" : "valid"
},
{
"tcId" : 2593,
"comment" : "y = 0 and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "e717e230c81494129fdbebde2ed53769e3b3aa69024750b3b37ef8cb80bcb5f1",
"tweak" : "432de68d7b929fa7fc",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 1, 25, 11, 9, 24, 16, 9, 8, 9, 7],
"ct" : [7, 3, 17, 6, 18, 20, 10, 25, 21, 15, 18, 8, 9, 25, 23, 7, 2, 9],
"result" : "valid"
},
{
"tcId" : 2594,
"comment" : "y = 0 and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "e717e230c81494129fdbebde2ed53769e3b3aa69024750b3b37ef8cb80bcb5f1",
"tweak" : "432de68d7b929fa7fc",
"msg" : [21, 1, 15, 1, 1, 15, 9, 4, 12, 25, 11, 9, 24, 16, 9, 8, 9, 7],
"ct" : [17, 6, 14, 16, 22, 9, 2, 3, 15, 5, 15, 21, 14, 8, 13, 2, 5, 17],
"result" : "valid"
},
{
"tcId" : 2595,
"comment" : "y = 0 and (y + a) % radix**9 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "e717e230c81494129fdbebde2ed53769e3b3aa69024750b3b37ef8cb80bcb5f1",
"tweak" : "432de68d7b929fa7fc",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 11, 9, 24, 16, 9, 8, 9, 7],
"ct" : [13, 12, 22, 24, 0, 6, 12, 10, 15, 3, 22, 25, 10, 1, 17, 13, 11, 14],
"result" : "valid"
},
{
"tcId" : 2596,
"comment" : "y = 1 and a = 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "e717e230c81494129fdbebde2ed53769e3b3aa69024750b3b37ef8cb80bcb5f1",
"tweak" : "67597e9ab5198b9c53",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 16, 1, 25, 15, 1, 3, 22, 17],
"ct" : [8, 3, 4, 9, 25, 19, 7, 11, 23, 12, 3, 23, 11, 23, 23, 13, 17, 11],
"result" : "valid"
},
{
"tcId" : 2597,
"comment" : "y = 1 and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "e717e230c81494129fdbebde2ed53769e3b3aa69024750b3b37ef8cb80bcb5f1",
"tweak" : "67597e9ab5198b9c53",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 1, 18, 16, 1, 25, 15, 1, 3, 22, 17],
"ct" : [16, 1, 10, 22, 11, 22, 22, 9, 12, 24, 14, 23, 18, 17, 14, 17, 10, 3],
"result" : "valid"
},
{
"tcId" : 2598,
"comment" : "y = 1 and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "e717e230c81494129fdbebde2ed53769e3b3aa69024750b3b37ef8cb80bcb5f1",
"tweak" : "67597e9ab5198b9c53",
"msg" : [21, 1, 15, 1, 1, 15, 9, 4, 12, 18, 16, 1, 25, 15, 1, 3, 22, 17],
"ct" : [12, 9, 10, 18, 7, 21, 22, 1, 13, 2, 17, 23, 14, 0, 12, 10, 19, 17],
"result" : "valid"
},
{
"tcId" : 2599,
"comment" : "y = 1 and (y + a) % radix**9 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "e717e230c81494129fdbebde2ed53769e3b3aa69024750b3b37ef8cb80bcb5f1",
"tweak" : "67597e9ab5198b9c53",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 24, 18, 16, 1, 25, 15, 1, 3, 22, 17],
"ct" : [3, 1, 0, 6, 25, 4, 9, 1, 0, 11, 12, 0, 20, 19, 0, 9, 1, 8],
"result" : "valid"
},
{
"tcId" : 2600,
"comment" : "y = 1 and (y + a) % radix**9 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "e717e230c81494129fdbebde2ed53769e3b3aa69024750b3b37ef8cb80bcb5f1",
"tweak" : "67597e9ab5198b9c53",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 18, 16, 1, 25, 15, 1, 3, 22, 17],
"ct" : [16, 11, 6, 24, 13, 14, 12, 6, 20, 18, 3, 13, 25, 24, 16, 19, 19, 12],
"result" : "valid"
},
{
"tcId" : 2601,
"comment" : "y is maximal and a = 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "e717e230c81494129fdbebde2ed53769e3b3aa69024750b3b37ef8cb80bcb5f1",
"tweak" : "4dc929e5c40b78b4c1",
"msg" : [12, 18, 12, 7, 5, 11, 21, 17, 14, 24, 9, 6, 9, 7, 16, 24, 2, 18],
"ct" : [10, 18, 11, 5, 24, 20, 13, 9, 2, 25, 11, 21, 14, 25, 15, 8, 8, 25],
"result" : "valid"
},
{
"tcId" : 2602,
"comment" : "y is maximal and a = 1 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "e717e230c81494129fdbebde2ed53769e3b3aa69024750b3b37ef8cb80bcb5f1",
"tweak" : "4dc929e5c40b78b4c1",
"msg" : [19, 10, 0, 19, 25, 19, 5, 11, 12, 11, 21, 15, 20, 9, 2, 22, 18, 22],
"ct" : [22, 11, 8, 0, 21, 23, 19, 2, 17, 20, 17, 15, 9, 25, 3, 13, 6, 8],
"result" : "valid"
},
{
"tcId" : 2603,
"comment" : "y is maximal and (y + a) % radix**9 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "e717e230c81494129fdbebde2ed53769e3b3aa69024750b3b37ef8cb80bcb5f1",
"tweak" : "4dc929e5c40b78b4c1",
"msg" : [13, 16, 19, 9, 22, 17, 10, 7, 18, 3, 1, 1, 11, 16, 12, 25, 8, 16],
"ct" : [4, 23, 16, 2, 24, 19, 11, 16, 23, 15, 18, 19, 11, 9, 19, 3, 10, 25],
"result" : "valid"
},
{
"tcId" : 2604,
"comment" : "y is maximal and (y + a) % radix**9 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "e717e230c81494129fdbebde2ed53769e3b3aa69024750b3b37ef8cb80bcb5f1",
"tweak" : "4dc929e5c40b78b4c1",
"msg" : [25, 12, 6, 18, 12, 8, 19, 22, 19, 22, 20, 4, 16, 8, 7, 12, 10, 0],
"ct" : [10, 2, 8, 4, 21, 23, 21, 15, 8, 19, 9, 23, 5, 23, 18, 7, 20, 6],
"result" : "valid"
},
{
"tcId" : 2605,
"comment" : "y is maximal and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "e717e230c81494129fdbebde2ed53769e3b3aa69024750b3b37ef8cb80bcb5f1",
"tweak" : "4dc929e5c40b78b4c1",
"msg" : [6, 15, 10, 19, 16, 9, 24, 10, 8, 0, 15, 0, 20, 13, 9, 24, 23, 13],
"ct" : [24, 17, 7, 8, 22, 25, 8, 3, 7, 12, 25, 19, 1, 15, 16, 10, 25, 7],
"result" : "valid"
},
{
"tcId" : 2606,
"comment" : "y is maximal and a is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "e717e230c81494129fdbebde2ed53769e3b3aa69024750b3b37ef8cb80bcb5f1",
"tweak" : "4dc929e5c40b78b4c1",
"msg" : [9, 10, 9, 10, 5, 19, 7, 3, 23, 4, 22, 4, 6, 12, 8, 22, 3, 14],
"ct" : [14, 2, 9, 16, 10, 20, 24, 24, 24, 16, 18, 20, 14, 9, 5, 21, 12, 1],
"result" : "valid"
},
{
"tcId" : 2607,
"comment" : "y is edge case for modular reduction and a = 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "e717e230c81494129fdbebde2ed53769e3b3aa69024750b3b37ef8cb80bcb5f1",
"tweak" : "a20b91aa6c57be97a0",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 1, 14, 4, 7, 21, 16, 6, 17],
"ct" : [0, 16, 20, 12, 8, 0, 18, 0, 1, 15, 20, 9, 15, 6, 5, 18, 19, 8],
"result" : "valid"
},
{
"tcId" : 2608,
"comment" : "y is edge case for modular reduction and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "e717e230c81494129fdbebde2ed53769e3b3aa69024750b3b37ef8cb80bcb5f1",
"tweak" : "a20b91aa6c57be97a0",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 1, 13, 1, 14, 4, 7, 21, 16, 6, 17],
"ct" : [25, 15, 6, 9, 13, 0, 12, 24, 5, 10, 23, 3, 19, 14, 2, 6, 1, 6],
"result" : "valid"
},
{
"tcId" : 2609,
"comment" : "y is edge case for modular reduction and (y + a) % radix**9 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "e717e230c81494129fdbebde2ed53769e3b3aa69024750b3b37ef8cb80bcb5f1",
"tweak" : "a20b91aa6c57be97a0",
"msg" : [17, 23, 19, 7, 7, 25, 21, 20, 25, 13, 1, 14, 4, 7, 21, 16, 6, 17],
"ct" : [3, 5, 5, 13, 16, 20, 17, 24, 8, 14, 15, 4, 9, 10, 6, 18, 7, 21],
"result" : "valid"
},
{
"tcId" : 2610,
"comment" : "y is edge case for modular reduction and (y + a) % radix**9 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "e717e230c81494129fdbebde2ed53769e3b3aa69024750b3b37ef8cb80bcb5f1",
"tweak" : "a20b91aa6c57be97a0",
"msg" : [17, 23, 19, 7, 7, 25, 21, 21, 0, 13, 1, 14, 4, 7, 21, 16, 6, 17],
"ct" : [3, 24, 11, 18, 17, 10, 17, 21, 1, 4, 25, 4, 22, 14, 16, 11, 21, 21],
"result" : "valid"
},
{
"tcId" : 2611,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "e717e230c81494129fdbebde2ed53769e3b3aa69024750b3b37ef8cb80bcb5f1",
"tweak" : "a20b91aa6c57be97a0",
"msg" : [21, 1, 15, 1, 1, 15, 9, 4, 12, 13, 1, 14, 4, 7, 21, 16, 6, 17],
"ct" : [19, 15, 18, 20, 21, 22, 18, 5, 9, 5, 10, 9, 15, 12, 5, 6, 3, 9],
"result" : "valid"
},
{
"tcId" : 2612,
"comment" : "y is edge case for modular reduction and a is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "e717e230c81494129fdbebde2ed53769e3b3aa69024750b3b37ef8cb80bcb5f1",
"tweak" : "a20b91aa6c57be97a0",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 13, 1, 14, 4, 7, 21, 16, 6, 17],
"ct" : [8, 3, 4, 20, 24, 25, 23, 12, 17, 16, 14, 7, 6, 17, 21, 5, 23, 0],
"result" : "valid"
},
{
"tcId" : 2613,
"comment" : "y is maximal after modular reduction and (y + a) % radix**9 is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "e717e230c81494129fdbebde2ed53769e3b3aa69024750b3b37ef8cb80bcb5f1",
"tweak" : "7c1c22fd51cc59f041",
"msg" : [20, 8, 0, 11, 17, 10, 15, 18, 17, 5, 20, 5, 0, 19, 19, 11, 24, 14],
"ct" : [6, 9, 18, 9, 1, 21, 8, 6, 12, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 2614,
"comment" : "y is maximal after modular reduction and (y + a) % radix**9 == 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "e717e230c81494129fdbebde2ed53769e3b3aa69024750b3b37ef8cb80bcb5f1",
"tweak" : "7c1c22fd51cc59f041",
"msg" : [25, 17, 12, 11, 2, 13, 7, 20, 4, 3, 3, 9, 8, 1, 25, 16, 0, 9],
"ct" : [6, 9, 18, 9, 1, 21, 8, 6, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 2615,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "e717e230c81494129fdbebde2ed53769e3b3aa69024750b3b37ef8cb80bcb5f1",
"tweak" : "7c1c22fd51cc59f041",
"msg" : [16, 5, 24, 22, 16, 7, 4, 12, 0, 2, 4, 22, 16, 21, 4, 9, 20, 16],
"ct" : [6, 9, 18, 9, 1, 21, 8, 6, 12, 21, 1, 15, 1, 1, 15, 9, 4, 11],
"result" : "valid"
},
{
"tcId" : 2616,
"comment" : "y is maximal after modular reduction and a is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "e717e230c81494129fdbebde2ed53769e3b3aa69024750b3b37ef8cb80bcb5f1",
"tweak" : "7c1c22fd51cc59f041",
"msg" : [3, 15, 22, 18, 23, 0, 2, 14, 10, 25, 7, 23, 8, 17, 18, 15, 10, 15],
"ct" : [6, 9, 18, 9, 1, 21, 8, 6, 12, 25, 25, 25, 25, 25, 25, 25, 25, 24],
"result" : "valid"
},
{
"tcId" : 2617,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "b530bd2069d1f093344cdc835ec23d306c195165886fd909e48683cf85022db2",
"tweak" : "ff61916e9620be47",
"msg" : [-1, 7, 15, 12, 7, 10, 5, 3, 5, 15, 3, 6, 12, 5, 24, 7, 5, 8],
"ct" : [0, 8, 25, 17, 3, 25, 1, 4, 21, 8, 16, 19, 16, 5, 4, 5, 17, 20],
"result" : "invalid"
},
{
"tcId" : 2618,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "b530bd2069d1f093344cdc835ec23d306c195165886fd909e48683cf85022db2",
"tweak" : "ff61916e9620be47",
"msg" : [22, 7, 15, 12, 7, 10, -1, 3, 5, 15, 3, 6, 12, 5, 24, 7, 5, 8],
"ct" : [19, 25, 11, 12, 9, 24, 7, 20, 8, 9, 1, 19, 7, 20, 18, 5, 2, 7],
"result" : "invalid"
},
{
"tcId" : 2619,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "b530bd2069d1f093344cdc835ec23d306c195165886fd909e48683cf85022db2",
"tweak" : "ff61916e9620be47",
"msg" : [22, 7, 15, 12, 7, 10, 5, 3, 5, 15, 3, 6, 12, 5, 24, 7, 5, -1],
"ct" : [23, 8, 4, 0, 2, 8, 16, 18, 15, 6, 12, 5, 25, 17, 2, 1, 6, 23],
"result" : "invalid"
},
{
"tcId" : 2620,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "dcf52284d0789371344a64709a1be163317c7b94aad52f9199500e7f077438be",
"tweak" : "47e98d633f4f6e24",
"msg" : [26, 2, 18, 7, 1, 20, 0, 20, 5, 21, 15, 20, 9, 0, 5, 12, 18, 17],
"ct" : [20, 6, 13, 1, 2, 4, 14, 1, 20, 6, 9, 21, 22, 22, 7, 8, 19, 18],
"result" : "invalid"
},
{
"tcId" : 2621,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "dcf52284d0789371344a64709a1be163317c7b94aad52f9199500e7f077438be",
"tweak" : "47e98d633f4f6e24",
"msg" : [25, 2, 18, 7, 1, 20, 26, 20, 5, 21, 15, 20, 9, 0, 5, 12, 18, 17],
"ct" : [11, 19, 10, 23, 7, 15, 13, 21, 10, 15, 9, 13, 15, 20, 11, 11, 1, 16],
"result" : "invalid"
},
{
"tcId" : 2622,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "dcf52284d0789371344a64709a1be163317c7b94aad52f9199500e7f077438be",
"tweak" : "47e98d633f4f6e24",
"msg" : [25, 2, 18, 7, 1, 20, 0, 20, 5, 21, 15, 20, 9, 0, 5, 12, 18, 26],
"ct" : [10, 8, 15, 22, 9, 16, 21, 0, 6, 23, 10, 12, 4, 20, 8, 2, 23, 9],
"result" : "invalid"
}
]
},
{
"keySize" : 256,
"msgSize" : 19,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 2623,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "1ba9f170be79c755e07202291871538a2c1b47600b59ec264c04d27f61cd3c28",
"tweak" : "c8655169a0f80a05",
"msg" : [17, 5, 10, 3, 5, 21, 16, 17, 12, 14, 5, 5, 1, 14, 17, 18, 3, 7, 1],
"ct" : [19, 3, 1, 0, 25, 8, 15, 16, 3, 1, 4, 10, 1, 5, 19, 17, 5, 4, 4],
"result" : "valid"
},
{
"tcId" : 2624,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "d687c1f63b1cf0abc4f6d973bdb741a74dc6f859244d24b32ae01fa152312f5d",
"tweak" : "8aba2989a0fe4e14",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [11, 20, 15, 14, 4, 17, 20, 9, 8, 15, 0, 20, 17, 11, 20, 1, 23, 5, 19],
"result" : "valid"
},
{
"tcId" : 2625,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "d687c1f63b1cf0abc4f6d973bdb741a74dc6f859244d24b32ae01fa152312f5d",
"tweak" : "8aba2989a0fe4e14",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"ct" : [11, 10, 4, 22, 12, 8, 24, 4, 20, 3, 0, 19, 15, 7, 17, 12, 4, 21, 14],
"result" : "valid"
},
{
"tcId" : 2626,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "d687c1f63b1cf0abc4f6d973bdb741a74dc6f859244d24b32ae01fa152312f5d",
"tweak" : "8aba2989a0fe4e14",
"msg" : [21, 1, 15, 1, 1, 15, 9, 4, 12, 25, 23, 24, 13, 7, 24, 23, 7, 12, 20],
"ct" : [16, 23, 20, 16, 18, 7, 19, 18, 14, 9, 11, 18, 15, 9, 7, 3, 22, 1, 6],
"result" : "valid"
},
{
"tcId" : 2627,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "d687c1f63b1cf0abc4f6d973bdb741a74dc6f859244d24b32ae01fa152312f5d",
"tweak" : "8aba2989a0fe4e14",
"msg" : [21, 1, 15, 1, 1, 15, 9, 4, 11, 25, 23, 24, 13, 7, 24, 23, 7, 12, 19],
"ct" : [12, 9, 3, 21, 23, 6, 15, 11, 19, 23, 15, 12, 13, 21, 3, 12, 5, 15, 18],
"result" : "valid"
},
{
"tcId" : 2628,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "d687c1f63b1cf0abc4f6d973bdb741a74dc6f859244d24b32ae01fa152312f5d",
"tweak" : "8aba2989a0fe4e14",
"msg" : [25, 3, 4, 20, 19, 20, 12, 4, 18, 7, 24, 9, 5, 6, 1, 25, 8, 19, 21],
"ct" : [0, 14, 4, 8, 10, 14, 10, 6, 5, 7, 19, 8, 3, 7, 15, 19, 10, 2, 8],
"result" : "valid"
},
{
"tcId" : 2629,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "d687c1f63b1cf0abc4f6d973bdb741a74dc6f859244d24b32ae01fa152312f5d",
"tweak" : "8aba2989a0fe4e14",
"msg" : [18, 7, 6, 17, 16, 8, 5, 24, 14, 10, 5, 17, 7, 22, 14, 3, 15, 1, 23],
"ct" : [5, 25, 10, 2, 21, 0, 10, 10, 23, 23, 6, 11, 11, 7, 17, 3, 12, 7, 13],
"result" : "valid"
},
{
"tcId" : 2630,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "d687c1f63b1cf0abc4f6d973bdb741a74dc6f859244d24b32ae01fa152312f5d",
"tweak" : "8aba2989a0fe4e14",
"msg" : [7, 17, 20, 16, 8, 0, 21, 25, 19, 17, 16, 5, 0, 5, 8, 13, 14, 3, 23],
"ct" : [6, 13, 8, 15, 3, 16, 5, 3, 20, 21, 25, 20, 13, 6, 24, 5, 9, 11, 20],
"result" : "valid"
},
{
"tcId" : 2631,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "d687c1f63b1cf0abc4f6d973bdb741a74dc6f859244d24b32ae01fa152312f5d",
"tweak" : "8aba2989a0fe4e14",
"msg" : [18, 24, 4, 19, 11, 1, 12, 9, 5, 13, 21, 6, 1, 17, 11, 14, 16, 21, 9],
"ct" : [22, 3, 1, 8, 24, 16, 3, 19, 6, 1, 24, 19, 14, 3, 5, 2, 9, 0, 12],
"result" : "valid"
},
{
"tcId" : 2632,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "d687c1f63b1cf0abc4f6d973bdb741a74dc6f859244d24b32ae01fa152312f5d",
"tweak" : "8aba2989a0fe4e14",
"msg" : [18, 11, 2, 24, 10, 23, 9, 7, 10, 2, 8, 3, 1, 6, 18, 10, 10, 21, 21],
"ct" : [17, 14, 1, 3, 14, 18, 9, 13, 11, 16, 24, 16, 10, 2, 10, 19, 11, 9, 2],
"result" : "valid"
},
{
"tcId" : 2633,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "d687c1f63b1cf0abc4f6d973bdb741a74dc6f859244d24b32ae01fa152312f5d",
"tweak" : "8aba2989a0fe4e14",
"msg" : [23, 6, 21, 16, 14, 11, 9, 10, 25, 11, 2, 0, 0, 16, 16, 25, 23, 4, 18],
"ct" : [13, 13, 20, 4, 10, 9, 8, 19, 18, 7, 22, 2, 15, 5, 5, 5, 17, 16, 5],
"result" : "valid"
},
{
"tcId" : 2634,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "d687c1f63b1cf0abc4f6d973bdb741a74dc6f859244d24b32ae01fa152312f5d",
"tweak" : "8aba2989a0fe4e14",
"msg" : [12, 15, 14, 14, 2, 1, 16, 18, 10, 0, 8, 0, 2, 20, 1, 17, 9, 16, 20],
"ct" : [24, 13, 9, 14, 15, 7, 19, 19, 13, 12, 25, 15, 2, 23, 13, 22, 0, 3, 18],
"result" : "valid"
},
{
"tcId" : 2635,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "d687c1f63b1cf0abc4f6d973bdb741a74dc6f859244d24b32ae01fa152312f5d",
"tweak" : "8aba2989a0fe4e14",
"msg" : [18, 12, 13, 2, 24, 7, 23, 16, 5, 14, 10, 9, 13, 2, 15, 17, 11, 12, 8],
"ct" : [6, 10, 12, 25, 5, 17, 20, 25, 23, 25, 9, 6, 12, 12, 20, 1, 24, 19, 18],
"result" : "valid"
},
{
"tcId" : 2636,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "d687c1f63b1cf0abc4f6d973bdb741a74dc6f859244d24b32ae01fa152312f5d",
"tweak" : "8aba2989a0fe4e14",
"msg" : [19, 3, 25, 10, 11, 17, 24, 14, 19, 14, 18, 23, 12, 22, 11, 11, 13, 6, 5],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 2637,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "d687c1f63b1cf0abc4f6d973bdb741a74dc6f859244d24b32ae01fa152312f5d",
"tweak" : "8aba2989a0fe4e14",
"msg" : [24, 14, 15, 17, 9, 17, 19, 22, 14, 17, 10, 22, 10, 8, 10, 3, 14, 16, 4],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 2638,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "d687c1f63b1cf0abc4f6d973bdb741a74dc6f859244d24b32ae01fa152312f5d",
"tweak" : "8aba2989a0fe4e14",
"msg" : [20, 20, 8, 5, 2, 25, 15, 10, 13, 0, 24, 16, 6, 19, 16, 13, 20, 2, 24],
"ct" : [21, 1, 15, 1, 1, 15, 9, 4, 12, 25, 23, 24, 13, 7, 24, 23, 7, 12, 20],
"result" : "valid"
},
{
"tcId" : 2639,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "d687c1f63b1cf0abc4f6d973bdb741a74dc6f859244d24b32ae01fa152312f5d",
"tweak" : "8aba2989a0fe4e14",
"msg" : [5, 7, 3, 24, 13, 5, 6, 22, 24, 19, 14, 18, 13, 22, 9, 4, 6, 3, 3],
"ct" : [21, 1, 15, 1, 1, 15, 9, 4, 11, 25, 23, 24, 13, 7, 24, 23, 7, 12, 19],
"result" : "valid"
},
{
"tcId" : 2640,
"comment" : "y = 0 and (y + a) % radix**9 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "167cc199e65e3bad56536bb2e1910e8219311289e2fb3442d6de51ec038f1a67",
"tweak" : "bcbb23919ea2d632e4",
"msg" : [3, 22, 8, 2, 21, 5, 14, 1, 3, 9, 9, 11, 22, 18, 23, 9, 1, 24, 0],
"ct" : [9, 11, 3, 4, 8, 14, 7, 21, 23, 3, 24, 20, 11, 18, 14, 4, 3, 16, 17],
"result" : "valid"
},
{
"tcId" : 2641,
"comment" : "y = 0 and a = 1 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "167cc199e65e3bad56536bb2e1910e8219311289e2fb3442d6de51ec038f1a67",
"tweak" : "bcbb23919ea2d632e4",
"msg" : [7, 22, 19, 9, 0, 3, 13, 22, 20, 4, 13, 19, 16, 16, 7, 15, 13, 16, 0],
"ct" : [15, 4, 10, 0, 20, 9, 10, 9, 22, 11, 17, 3, 14, 5, 10, 8, 18, 24, 2],
"result" : "valid"
},
{
"tcId" : 2642,
"comment" : "y = 0 and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "167cc199e65e3bad56536bb2e1910e8219311289e2fb3442d6de51ec038f1a67",
"tweak" : "bcbb23919ea2d632e4",
"msg" : [13, 16, 2, 15, 20, 2, 17, 3, 0, 11, 2, 24, 16, 14, 0, 14, 11, 16, 17],
"ct" : [17, 19, 4, 25, 7, 3, 4, 5, 24, 9, 15, 4, 20, 5, 6, 7, 4, 16, 20],
"result" : "valid"
},
{
"tcId" : 2643,
"comment" : "y = 0 and (y + a) % radix**9 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "167cc199e65e3bad56536bb2e1910e8219311289e2fb3442d6de51ec038f1a67",
"tweak" : "bcbb23919ea2d632e4",
"msg" : [25, 15, 13, 15, 11, 10, 6, 7, 1, 25, 9, 1, 23, 15, 13, 12, 2, 11, 23],
"ct" : [23, 0, 4, 17, 12, 11, 25, 12, 11, 7, 1, 22, 18, 25, 5, 21, 3, 11, 7],
"result" : "valid"
},
{
"tcId" : 2644,
"comment" : "y = 1 and a = 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "167cc199e65e3bad56536bb2e1910e8219311289e2fb3442d6de51ec038f1a67",
"tweak" : "ee74293d0d8c779d02",
"msg" : [10, 18, 5, 15, 14, 21, 2, 10, 15, 6, 20, 2, 8, 10, 0, 7, 17, 4, 10],
"ct" : [9, 6, 5, 6, 6, 24, 11, 13, 20, 6, 8, 3, 9, 11, 11, 14, 6, 24, 3],
"result" : "valid"
},
{
"tcId" : 2645,
"comment" : "y = 1 and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "167cc199e65e3bad56536bb2e1910e8219311289e2fb3442d6de51ec038f1a67",
"tweak" : "ee74293d0d8c779d02",
"msg" : [25, 0, 7, 25, 14, 17, 2, 9, 5, 13, 4, 8, 11, 23, 4, 16, 10, 17, 1],
"ct" : [20, 13, 19, 19, 7, 12, 25, 14, 0, 22, 11, 15, 15, 25, 4, 4, 17, 16, 11],
"result" : "valid"
},
{
"tcId" : 2646,
"comment" : "y = 1 and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "167cc199e65e3bad56536bb2e1910e8219311289e2fb3442d6de51ec038f1a67",
"tweak" : "ee74293d0d8c779d02",
"msg" : [20, 20, 16, 22, 20, 10, 9, 14, 25, 18, 3, 12, 15, 3, 16, 5, 0, 20, 9],
"ct" : [21, 12, 0, 15, 21, 5, 7, 19, 20, 7, 6, 19, 20, 22, 25, 18, 3, 18, 1],
"result" : "valid"
},
{
"tcId" : 2647,
"comment" : "y = 1 and (y + a) % radix**9 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "167cc199e65e3bad56536bb2e1910e8219311289e2fb3442d6de51ec038f1a67",
"tweak" : "ee74293d0d8c779d02",
"msg" : [20, 16, 21, 2, 4, 25, 17, 12, 18, 20, 10, 11, 1, 9, 17, 22, 22, 19, 19],
"ct" : [3, 25, 9, 11, 23, 23, 13, 1, 8, 24, 23, 14, 7, 0, 9, 7, 12, 20, 0],
"result" : "valid"
},
{
"tcId" : 2648,
"comment" : "y = 1 and (y + a) % radix**9 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "167cc199e65e3bad56536bb2e1910e8219311289e2fb3442d6de51ec038f1a67",
"tweak" : "ee74293d0d8c779d02",
"msg" : [1, 9, 25, 2, 17, 2, 25, 11, 5, 12, 15, 20, 20, 16, 11, 17, 7, 15, 4],
"ct" : [2, 11, 25, 20, 9, 14, 0, 3, 5, 8, 11, 21, 25, 5, 22, 6, 4, 19, 24],
"result" : "valid"
},
{
"tcId" : 2649,
"comment" : "y is maximal and a = 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "167cc199e65e3bad56536bb2e1910e8219311289e2fb3442d6de51ec038f1a67",
"tweak" : "f7b7ebd9253a1162cd",
"msg" : [15, 0, 14, 16, 2, 22, 20, 23, 4, 5, 4, 11, 15, 22, 10, 17, 1, 8, 6],
"ct" : [8, 2, 6, 18, 18, 0, 4, 5, 13, 10, 25, 5, 10, 20, 21, 25, 4, 11, 19],
"result" : "valid"
},
{
"tcId" : 2650,
"comment" : "y is maximal and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "167cc199e65e3bad56536bb2e1910e8219311289e2fb3442d6de51ec038f1a67",
"tweak" : "f7b7ebd9253a1162cd",
"msg" : [6, 15, 13, 11, 5, 21, 8, 3, 16, 10, 23, 23, 19, 16, 13, 0, 11, 0, 10],
"ct" : [8, 2, 6, 18, 18, 0, 4, 5, 14, 11, 0, 18, 24, 18, 23, 11, 10, 9, 0],
"result" : "valid"
},
{
"tcId" : 2651,
"comment" : "y is maximal and (y + a) % radix**9 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "167cc199e65e3bad56536bb2e1910e8219311289e2fb3442d6de51ec038f1a67",
"tweak" : "f7b7ebd9253a1162cd",
"msg" : [6, 6, 24, 24, 3, 25, 12, 9, 2, 22, 8, 15, 18, 20, 12, 7, 12, 15, 24],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 21, 16, 6, 9, 17, 16, 10, 1, 20, 1],
"result" : "valid"
},
{
"tcId" : 2652,
"comment" : "y is maximal and (y + a) % radix**9 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "167cc199e65e3bad56536bb2e1910e8219311289e2fb3442d6de51ec038f1a67",
"tweak" : "f7b7ebd9253a1162cd",
"msg" : [5, 8, 18, 17, 1, 8, 0, 11, 10, 15, 22, 14, 10, 0, 5, 14, 7, 8, 17],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 2, 12, 6, 16, 17, 21, 14, 13, 0],
"result" : "valid"
},
{
"tcId" : 2653,
"comment" : "y is maximal and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "167cc199e65e3bad56536bb2e1910e8219311289e2fb3442d6de51ec038f1a67",
"tweak" : "f7b7ebd9253a1162cd",
"msg" : [16, 13, 12, 6, 7, 5, 24, 24, 21, 13, 10, 7, 7, 18, 11, 3, 17, 11, 18],
"ct" : [3, 3, 21, 19, 19, 15, 13, 9, 25, 19, 4, 18, 14, 14, 9, 18, 22, 12, 2],
"result" : "valid"
},
{
"tcId" : 2654,
"comment" : "y is maximal and a is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "167cc199e65e3bad56536bb2e1910e8219311289e2fb3442d6de51ec038f1a67",
"tweak" : "f7b7ebd9253a1162cd",
"msg" : [22, 7, 18, 19, 21, 10, 8, 17, 17, 5, 15, 14, 15, 17, 22, 24, 7, 23, 5],
"ct" : [8, 2, 6, 18, 18, 0, 4, 5, 12, 3, 11, 1, 23, 6, 5, 13, 6, 25, 2],
"result" : "valid"
},
{
"tcId" : 2655,
"comment" : "y is edge case for modular reduction and a = 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "167cc199e65e3bad56536bb2e1910e8219311289e2fb3442d6de51ec038f1a67",
"tweak" : "279dc3c9f83e184ab1",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 11, 0, 18, 23, 17, 20, 0, 2, 2, 21],
"ct" : [4, 5, 18, 17, 2, 15, 3, 1, 16, 21, 23, 5, 16, 14, 7, 17, 3, 20, 9],
"result" : "valid"
},
{
"tcId" : 2656,
"comment" : "y is edge case for modular reduction and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "167cc199e65e3bad56536bb2e1910e8219311289e2fb3442d6de51ec038f1a67",
"tweak" : "279dc3c9f83e184ab1",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 1, 11, 0, 18, 23, 17, 20, 0, 2, 2, 21],
"ct" : [7, 9, 12, 2, 10, 21, 13, 3, 15, 5, 0, 15, 14, 6, 18, 22, 18, 9, 0],
"result" : "valid"
},
{
"tcId" : 2657,
"comment" : "y is edge case for modular reduction and (y + a) % radix**9 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "167cc199e65e3bad56536bb2e1910e8219311289e2fb3442d6de51ec038f1a67",
"tweak" : "279dc3c9f83e184ab1",
"msg" : [17, 23, 19, 7, 7, 25, 21, 20, 25, 11, 0, 18, 23, 17, 20, 0, 2, 2, 21],
"ct" : [9, 16, 23, 11, 12, 5, 17, 7, 4, 9, 3, 25, 2, 7, 20, 18, 17, 17, 20],
"result" : "valid"
},
{
"tcId" : 2658,
"comment" : "y is edge case for modular reduction and (y + a) % radix**9 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "167cc199e65e3bad56536bb2e1910e8219311289e2fb3442d6de51ec038f1a67",
"tweak" : "279dc3c9f83e184ab1",
"msg" : [17, 23, 19, 7, 7, 25, 21, 21, 0, 11, 0, 18, 23, 17, 20, 0, 2, 2, 21],
"ct" : [17, 0, 2, 0, 15, 1, 8, 19, 7, 9, 16, 12, 6, 13, 22, 0, 21, 6, 8],
"result" : "valid"
},
{
"tcId" : 2659,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "167cc199e65e3bad56536bb2e1910e8219311289e2fb3442d6de51ec038f1a67",
"tweak" : "279dc3c9f83e184ab1",
"msg" : [21, 1, 15, 1, 1, 15, 9, 4, 12, 11, 0, 18, 23, 17, 20, 0, 2, 2, 21],
"ct" : [9, 9, 25, 23, 17, 16, 17, 7, 11, 25, 4, 17, 2, 6, 25, 16, 18, 24, 9],
"result" : "valid"
},
{
"tcId" : 2660,
"comment" : "y is edge case for modular reduction and a is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "167cc199e65e3bad56536bb2e1910e8219311289e2fb3442d6de51ec038f1a67",
"tweak" : "279dc3c9f83e184ab1",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 11, 0, 18, 23, 17, 20, 0, 2, 2, 21],
"ct" : [25, 0, 9, 11, 9, 11, 3, 22, 11, 4, 2, 17, 4, 0, 5, 5, 5, 8, 11],
"result" : "valid"
},
{
"tcId" : 2661,
"comment" : "y is maximal after modular reduction and (y + a) % radix**9 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "167cc199e65e3bad56536bb2e1910e8219311289e2fb3442d6de51ec038f1a67",
"tweak" : "b8e955386e0713fd91",
"msg" : [14, 6, 10, 25, 17, 10, 23, 4, 11, 3, 24, 16, 8, 24, 10, 2, 18, 13, 14],
"ct" : [7, 19, 22, 9, 10, 22, 2, 22, 7, 9, 11, 19, 5, 15, 7, 22, 21, 15, 0],
"result" : "valid"
},
{
"tcId" : 2662,
"comment" : "y is maximal after modular reduction and (y + a) % radix**9 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "167cc199e65e3bad56536bb2e1910e8219311289e2fb3442d6de51ec038f1a67",
"tweak" : "b8e955386e0713fd91",
"msg" : [9, 1, 11, 10, 3, 25, 2, 22, 20, 23, 14, 11, 10, 19, 6, 17, 11, 2, 14],
"ct" : [24, 6, 23, 6, 24, 1, 10, 15, 17, 4, 14, 14, 20, 11, 7, 19, 3, 7, 11],
"result" : "valid"
},
{
"tcId" : 2663,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "167cc199e65e3bad56536bb2e1910e8219311289e2fb3442d6de51ec038f1a67",
"tweak" : "b8e955386e0713fd91",
"msg" : [6, 13, 4, 17, 1, 19, 8, 7, 16, 23, 21, 12, 10, 11, 13, 17, 15, 19, 18],
"ct" : [9, 13, 20, 23, 23, 0, 10, 7, 25, 18, 23, 25, 20, 1, 12, 4, 6, 0, 0],
"result" : "valid"
},
{
"tcId" : 2664,
"comment" : "y is maximal after modular reduction and a is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "167cc199e65e3bad56536bb2e1910e8219311289e2fb3442d6de51ec038f1a67",
"tweak" : "b8e955386e0713fd91",
"msg" : [0, 25, 20, 8, 8, 5, 3, 1, 10, 8, 4, 2, 6, 7, 6, 11, 1, 0, 14],
"ct" : [21, 21, 13, 10, 5, 1, 20, 1, 7, 19, 24, 6, 8, 24, 13, 2, 25, 19, 14],
"result" : "valid"
},
{
"tcId" : 2665,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "90af2fc415b43c929c9caacc73858d45c2abb6643ccc4a2949f97d009b7d81f0",
"tweak" : "9561fc88a8ee3dda",
"msg" : [-1, 20, 3, 6, 9, 18, 0, 4, 19, 4, 6, 25, 24, 5, 19, 19, 17, 3, 22],
"ct" : [14, 14, 20, 5, 19, 2, 12, 11, 25, 20, 7, 23, 23, 1, 7, 8, 15, 1, 5],
"result" : "invalid"
},
{
"tcId" : 2666,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "90af2fc415b43c929c9caacc73858d45c2abb6643ccc4a2949f97d009b7d81f0",
"tweak" : "9561fc88a8ee3dda",
"msg" : [17, 20, 3, 6, 9, 18, -1, 4, 19, 4, 6, 25, 24, 5, 19, 19, 17, 3, 22],
"ct" : [10, 1, 12, 24, 10, 6, 10, 1, 19, 0, 5, 3, 22, 25, 2, 1, 11, 2, 3],
"result" : "invalid"
},
{
"tcId" : 2667,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "90af2fc415b43c929c9caacc73858d45c2abb6643ccc4a2949f97d009b7d81f0",
"tweak" : "9561fc88a8ee3dda",
"msg" : [17, 20, 3, 6, 9, 18, 0, 4, 19, 4, 6, 25, 24, 5, 19, 19, 17, 3, -1],
"ct" : [24, 15, 25, 6, 1, 6, 8, 8, 9, 8, 20, 11, 21, 3, 4, 9, 12, 12, 18],
"result" : "invalid"
},
{
"tcId" : 2668,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "7e39433cc719ffd2f5da82969fb034f01810943b398d00591c2e60a8f71c4068",
"tweak" : "eed9d83e57165836",
"msg" : [26, 22, 24, 5, 17, 18, 19, 20, 4, 13, 2, 2, 11, 1, 3, 1, 13, 2, 24],
"ct" : [18, 22, 16, 23, 4, 12, 7, 12, 9, 2, 23, 24, 13, 11, 14, 0, 15, 5, 9],
"result" : "invalid"
},
{
"tcId" : 2669,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "7e39433cc719ffd2f5da82969fb034f01810943b398d00591c2e60a8f71c4068",
"tweak" : "eed9d83e57165836",
"msg" : [18, 22, 24, 5, 17, 18, 26, 20, 4, 13, 2, 2, 11, 1, 3, 1, 13, 2, 24],
"ct" : [7, 0, 5, 1, 14, 0, 12, 17, 4, 12, 16, 8, 6, 6, 18, 6, 7, 15, 14],
"result" : "invalid"
},
{
"tcId" : 2670,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "7e39433cc719ffd2f5da82969fb034f01810943b398d00591c2e60a8f71c4068",
"tweak" : "eed9d83e57165836",
"msg" : [18, 22, 24, 5, 17, 18, 19, 20, 4, 13, 2, 2, 11, 1, 3, 1, 13, 2, 26],
"ct" : [19, 15, 3, 8, 9, 21, 13, 23, 7, 10, 17, 22, 12, 12, 2, 24, 21, 17, 0],
"result" : "invalid"
}
]
},
{
"keySize" : 256,
"msgSize" : 20,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 2671,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "4c4c444584b22485ca88c6afcdbb7beb70c7271f1dece986e93f8c26dceedde2",
"tweak" : "be2f2b3534bdde03",
"msg" : [11, 9, 14, 2, 8, 0, 20, 23, 1, 9, 15, 21, 8, 11, 21, 23, 3, 20, 1, 5],
"ct" : [5, 19, 2, 24, 1, 22, 13, 24, 16, 15, 7, 10, 20, 6, 21, 20, 3, 14, 7, 9],
"result" : "valid"
},
{
"tcId" : 2672,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "cc62f7a4d5dd603b87bc299370ef1c02a975c118d52edd721b169df998fa8e26",
"tweak" : "14a5f056d3d03443",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [10, 23, 13, 3, 17, 11, 6, 15, 22, 14, 20, 22, 14, 14, 0, 10, 9, 9, 15, 1],
"result" : "valid"
},
{
"tcId" : 2673,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "cc62f7a4d5dd603b87bc299370ef1c02a975c118d52edd721b169df998fa8e26",
"tweak" : "14a5f056d3d03443",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"ct" : [21, 3, 3, 5, 8, 24, 24, 4, 14, 18, 9, 18, 0, 13, 0, 24, 0, 12, 13, 14],
"result" : "valid"
},
{
"tcId" : 2674,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "cc62f7a4d5dd603b87bc299370ef1c02a975c118d52edd721b169df998fa8e26",
"tweak" : "14a5f056d3d03443",
"msg" : [25, 23, 24, 13, 7, 24, 23, 7, 12, 20, 25, 23, 24, 13, 7, 24, 23, 7, 12, 20],
"ct" : [23, 23, 10, 22, 8, 18, 10, 20, 21, 3, 14, 5, 16, 2, 0, 3, 2, 19, 25, 8],
"result" : "valid"
},
{
"tcId" : 2675,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "cc62f7a4d5dd603b87bc299370ef1c02a975c118d52edd721b169df998fa8e26",
"tweak" : "14a5f056d3d03443",
"msg" : [25, 23, 24, 13, 7, 24, 23, 7, 12, 19, 25, 23, 24, 13, 7, 24, 23, 7, 12, 19],
"ct" : [16, 22, 9, 12, 23, 5, 5, 11, 9, 7, 3, 8, 7, 7, 20, 3, 11, 21, 0, 14],
"result" : "valid"
},
{
"tcId" : 2676,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "cc62f7a4d5dd603b87bc299370ef1c02a975c118d52edd721b169df998fa8e26",
"tweak" : "14a5f056d3d03443",
"msg" : [11, 25, 10, 13, 10, 15, 0, 5, 22, 2, 11, 17, 18, 13, 13, 22, 17, 0, 7, 12],
"ct" : [13, 11, 6, 12, 22, 8, 18, 25, 13, 4, 16, 21, 24, 9, 20, 1, 1, 25, 25, 2],
"result" : "valid"
},
{
"tcId" : 2677,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "cc62f7a4d5dd603b87bc299370ef1c02a975c118d52edd721b169df998fa8e26",
"tweak" : "14a5f056d3d03443",
"msg" : [24, 8, 8, 15, 14, 12, 19, 10, 17, 4, 10, 13, 12, 21, 13, 22, 11, 22, 3, 20],
"ct" : [2, 15, 2, 15, 17, 1, 16, 14, 15, 25, 22, 8, 15, 13, 9, 25, 12, 17, 21, 16],
"result" : "valid"
},
{
"tcId" : 2678,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "cc62f7a4d5dd603b87bc299370ef1c02a975c118d52edd721b169df998fa8e26",
"tweak" : "14a5f056d3d03443",
"msg" : [25, 20, 8, 12, 11, 4, 22, 2, 11, 7, 22, 0, 4, 24, 25, 18, 23, 25, 14, 17],
"ct" : [7, 8, 23, 8, 11, 12, 14, 5, 5, 6, 23, 22, 12, 10, 9, 21, 10, 2, 23, 13],
"result" : "valid"
},
{
"tcId" : 2679,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "cc62f7a4d5dd603b87bc299370ef1c02a975c118d52edd721b169df998fa8e26",
"tweak" : "14a5f056d3d03443",
"msg" : [2, 11, 6, 14, 9, 6, 14, 3, 8, 21, 25, 21, 16, 7, 17, 12, 0, 17, 5, 23],
"ct" : [23, 0, 4, 23, 14, 13, 23, 23, 2, 15, 18, 5, 23, 15, 8, 17, 14, 3, 15, 23],
"result" : "valid"
},
{
"tcId" : 2680,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "cc62f7a4d5dd603b87bc299370ef1c02a975c118d52edd721b169df998fa8e26",
"tweak" : "14a5f056d3d03443",
"msg" : [10, 0, 1, 22, 19, 14, 17, 24, 10, 11, 24, 13, 9, 17, 15, 6, 9, 20, 18, 20],
"ct" : [21, 7, 8, 15, 16, 5, 9, 0, 6, 17, 17, 25, 8, 12, 2, 25, 3, 15, 19, 3],
"result" : "valid"
},
{
"tcId" : 2681,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "cc62f7a4d5dd603b87bc299370ef1c02a975c118d52edd721b169df998fa8e26",
"tweak" : "14a5f056d3d03443",
"msg" : [1, 20, 3, 11, 12, 21, 4, 23, 25, 14, 1, 25, 3, 3, 18, 8, 19, 25, 3, 12],
"ct" : [12, 20, 8, 17, 4, 7, 5, 17, 4, 10, 11, 8, 10, 4, 15, 5, 19, 13, 19, 25],
"result" : "valid"
},
{
"tcId" : 2682,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "cc62f7a4d5dd603b87bc299370ef1c02a975c118d52edd721b169df998fa8e26",
"tweak" : "14a5f056d3d03443",
"msg" : [8, 22, 21, 4, 19, 17, 5, 25, 14, 24, 13, 1, 13, 13, 22, 3, 14, 0, 10, 21],
"ct" : [13, 15, 5, 23, 0, 16, 3, 23, 8, 15, 4, 19, 21, 2, 14, 15, 14, 4, 19, 22],
"result" : "valid"
},
{
"tcId" : 2683,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "cc62f7a4d5dd603b87bc299370ef1c02a975c118d52edd721b169df998fa8e26",
"tweak" : "14a5f056d3d03443",
"msg" : [14, 20, 9, 13, 5, 21, 20, 4, 12, 9, 11, 2, 23, 12, 15, 2, 23, 14, 7, 21],
"ct" : [9, 2, 1, 2, 19, 19, 20, 15, 14, 5, 24, 15, 5, 25, 14, 7, 6, 15, 15, 13],
"result" : "valid"
},
{
"tcId" : 2684,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "cc62f7a4d5dd603b87bc299370ef1c02a975c118d52edd721b169df998fa8e26",
"tweak" : "14a5f056d3d03443",
"msg" : [18, 1, 21, 19, 2, 16, 14, 16, 5, 8, 2, 24, 5, 12, 6, 2, 18, 8, 23, 18],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 2685,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "cc62f7a4d5dd603b87bc299370ef1c02a975c118d52edd721b169df998fa8e26",
"tweak" : "14a5f056d3d03443",
"msg" : [12, 25, 4, 4, 23, 3, 11, 5, 2, 18, 19, 13, 17, 18, 21, 4, 3, 14, 0, 25],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 2686,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "cc62f7a4d5dd603b87bc299370ef1c02a975c118d52edd721b169df998fa8e26",
"tweak" : "14a5f056d3d03443",
"msg" : [6, 18, 12, 20, 13, 6, 19, 0, 20, 15, 24, 13, 2, 22, 1, 19, 13, 9, 4, 25],
"ct" : [25, 23, 24, 13, 7, 24, 23, 7, 12, 20, 25, 23, 24, 13, 7, 24, 23, 7, 12, 20],
"result" : "valid"
},
{
"tcId" : 2687,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "cc62f7a4d5dd603b87bc299370ef1c02a975c118d52edd721b169df998fa8e26",
"tweak" : "14a5f056d3d03443",
"msg" : [19, 21, 17, 20, 12, 6, 8, 8, 13, 4, 6, 18, 21, 18, 2, 5, 16, 4, 0, 6],
"ct" : [25, 23, 24, 13, 7, 24, 23, 7, 12, 19, 25, 23, 24, 13, 7, 24, 23, 7, 12, 19],
"result" : "valid"
},
{
"tcId" : 2688,
"comment" : "y = 0 and (y + a) % radix**10 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "10f839fb115e21f8a7b1801099f9f34b49c9f25e460cba5017097b0e7d7de4c5",
"tweak" : "c338f7b422b5c91e27",
"msg" : [5, 14, 3, 22, 17, 19, 12, 4, 1, 12, 3, 0, 21, 24, 12, 5, 25, 1, 15, 7],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23, 9, 17, 0, 13, 19, 23, 7, 18, 3],
"result" : "valid"
},
{
"tcId" : 2689,
"comment" : "y = 0 and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "10f839fb115e21f8a7b1801099f9f34b49c9f25e460cba5017097b0e7d7de4c5",
"tweak" : "c338f7b422b5c91e27",
"msg" : [21, 24, 7, 23, 24, 12, 21, 25, 13, 3, 4, 18, 24, 12, 11, 23, 7, 17, 23, 12],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 25, 23, 8, 9, 21, 1, 22, 22, 23, 4],
"result" : "valid"
},
{
"tcId" : 2690,
"comment" : "y = 0 and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "10f839fb115e21f8a7b1801099f9f34b49c9f25e460cba5017097b0e7d7de4c5",
"tweak" : "c338f7b422b5c91e27",
"msg" : [25, 3, 22, 25, 15, 8, 12, 4, 1, 5, 6, 8, 2, 20, 17, 0, 16, 7, 22, 10],
"ct" : [25, 23, 24, 13, 7, 24, 23, 7, 12, 20, 6, 14, 1, 20, 7, 7, 1, 14, 17, 16],
"result" : "valid"
},
{
"tcId" : 2691,
"comment" : "y = 0 and (y + a) % radix**10 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "10f839fb115e21f8a7b1801099f9f34b49c9f25e460cba5017097b0e7d7de4c5",
"tweak" : "c338f7b422b5c91e27",
"msg" : [4, 18, 20, 25, 2, 21, 12, 15, 18, 24, 10, 21, 19, 12, 17, 14, 5, 23, 1, 4],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 17, 11, 8, 23, 7, 15, 23, 22, 14, 23],
"result" : "valid"
},
{
"tcId" : 2692,
"comment" : "y = 1 and a = 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "10f839fb115e21f8a7b1801099f9f34b49c9f25e460cba5017097b0e7d7de4c5",
"tweak" : "bc539248dafb6c768e",
"msg" : [4, 20, 21, 16, 23, 6, 25, 22, 7, 16, 15, 7, 15, 24, 24, 17, 14, 20, 9, 3],
"ct" : [15, 15, 7, 3, 5, 16, 21, 4, 9, 22, 1, 3, 8, 5, 12, 25, 19, 21, 23, 12],
"result" : "valid"
},
{
"tcId" : 2693,
"comment" : "y = 1 and a = 1 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "10f839fb115e21f8a7b1801099f9f34b49c9f25e460cba5017097b0e7d7de4c5",
"tweak" : "bc539248dafb6c768e",
"msg" : [23, 10, 20, 11, 15, 3, 12, 2, 21, 8, 13, 16, 11, 3, 17, 9, 19, 13, 16, 10],
"ct" : [23, 25, 2, 16, 3, 16, 13, 0, 8, 25, 2, 17, 14, 18, 16, 2, 16, 5, 9, 3],
"result" : "valid"
},
{
"tcId" : 2694,
"comment" : "y = 1 and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "10f839fb115e21f8a7b1801099f9f34b49c9f25e460cba5017097b0e7d7de4c5",
"tweak" : "bc539248dafb6c768e",
"msg" : [12, 0, 8, 11, 0, 25, 10, 6, 14, 4, 24, 9, 17, 25, 22, 3, 7, 1, 3, 6],
"ct" : [17, 19, 1, 23, 12, 10, 11, 7, 19, 3, 15, 16, 23, 9, 25, 24, 1, 13, 11, 6],
"result" : "valid"
},
{
"tcId" : 2695,
"comment" : "y = 1 and (y + a) % radix**10 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "10f839fb115e21f8a7b1801099f9f34b49c9f25e460cba5017097b0e7d7de4c5",
"tweak" : "bc539248dafb6c768e",
"msg" : [10, 0, 2, 6, 1, 21, 2, 25, 1, 9, 2, 8, 9, 11, 1, 8, 17, 2, 4, 19],
"ct" : [8, 13, 3, 14, 0, 19, 2, 19, 22, 0, 24, 21, 25, 14, 3, 12, 21, 5, 18, 9],
"result" : "valid"
},
{
"tcId" : 2696,
"comment" : "y = 1 and (y + a) % radix**10 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "10f839fb115e21f8a7b1801099f9f34b49c9f25e460cba5017097b0e7d7de4c5",
"tweak" : "bc539248dafb6c768e",
"msg" : [24, 19, 23, 0, 13, 12, 8, 12, 23, 23, 1, 20, 6, 0, 2, 3, 4, 25, 11, 14],
"ct" : [0, 0, 13, 8, 3, 20, 7, 16, 0, 11, 8, 18, 13, 0, 19, 23, 23, 10, 23, 17],
"result" : "valid"
},
{
"tcId" : 2697,
"comment" : "y is maximal and a = 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "10f839fb115e21f8a7b1801099f9f34b49c9f25e460cba5017097b0e7d7de4c5",
"tweak" : "df27fa6d5a66531403",
"msg" : [1, 17, 6, 3, 9, 7, 1, 19, 0, 10, 18, 5, 15, 12, 13, 13, 0, 24, 11, 10],
"ct" : [25, 11, 19, 5, 13, 0, 25, 8, 2, 4, 25, 8, 2, 6, 18, 18, 0, 4, 5, 13],
"result" : "valid"
},
{
"tcId" : 2698,
"comment" : "y is maximal and a = 1 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "10f839fb115e21f8a7b1801099f9f34b49c9f25e460cba5017097b0e7d7de4c5",
"tweak" : "df27fa6d5a66531403",
"msg" : [1, 4, 0, 15, 7, 15, 18, 10, 5, 7, 19, 9, 19, 10, 19, 4, 4, 7, 18, 2],
"ct" : [25, 11, 19, 5, 13, 0, 25, 8, 2, 4, 25, 8, 2, 6, 18, 18, 0, 4, 5, 14],
"result" : "valid"
},
{
"tcId" : 2699,
"comment" : "y is maximal and (y + a) % radix**10 is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "10f839fb115e21f8a7b1801099f9f34b49c9f25e460cba5017097b0e7d7de4c5",
"tweak" : "df27fa6d5a66531403",
"msg" : [12, 4, 2, 15, 4, 19, 5, 14, 18, 4, 19, 6, 11, 22, 1, 1, 5, 24, 2, 4],
"ct" : [25, 11, 19, 5, 13, 0, 25, 8, 2, 4, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 2700,
"comment" : "y is maximal and (y + a) % radix**10 == 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "10f839fb115e21f8a7b1801099f9f34b49c9f25e460cba5017097b0e7d7de4c5",
"tweak" : "df27fa6d5a66531403",
"msg" : [1, 0, 18, 23, 9, 13, 21, 8, 8, 16, 10, 17, 19, 24, 11, 4, 25, 0, 11, 12],
"ct" : [25, 11, 19, 5, 13, 0, 25, 8, 2, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 2701,
"comment" : "y is maximal and a has large Hamming weight in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "10f839fb115e21f8a7b1801099f9f34b49c9f25e460cba5017097b0e7d7de4c5",
"tweak" : "df27fa6d5a66531403",
"msg" : [20, 22, 16, 19, 4, 18, 17, 22, 12, 11, 22, 10, 6, 23, 10, 4, 22, 8, 20, 20],
"ct" : [25, 11, 19, 5, 13, 0, 25, 8, 2, 4, 25, 6, 0, 20, 0, 16, 23, 11, 18, 7],
"result" : "valid"
},
{
"tcId" : 2702,
"comment" : "y is maximal and a is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "10f839fb115e21f8a7b1801099f9f34b49c9f25e460cba5017097b0e7d7de4c5",
"tweak" : "df27fa6d5a66531403",
"msg" : [4, 25, 24, 19, 22, 7, 18, 7, 15, 8, 16, 0, 8, 4, 15, 2, 14, 1, 21, 14],
"ct" : [25, 11, 19, 5, 13, 0, 25, 8, 2, 4, 25, 8, 2, 6, 18, 18, 0, 4, 5, 12],
"result" : "valid"
},
{
"tcId" : 2703,
"comment" : "y is edge case for modular reduction and a = 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "10f839fb115e21f8a7b1801099f9f34b49c9f25e460cba5017097b0e7d7de4c5",
"tweak" : "8259914e7bac34ee8d",
"msg" : [19, 4, 0, 3, 6, 8, 0, 22, 9, 22, 20, 7, 18, 24, 10, 23, 15, 7, 16, 17],
"ct" : [1, 18, 4, 19, 21, 23, 3, 1, 13, 24, 2, 21, 17, 8, 17, 4, 18, 19, 11, 17],
"result" : "valid"
},
{
"tcId" : 2704,
"comment" : "y is edge case for modular reduction and a = 1 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "10f839fb115e21f8a7b1801099f9f34b49c9f25e460cba5017097b0e7d7de4c5",
"tweak" : "8259914e7bac34ee8d",
"msg" : [11, 12, 0, 14, 2, 8, 22, 22, 5, 14, 13, 24, 25, 0, 1, 22, 10, 3, 8, 19],
"ct" : [16, 2, 21, 0, 2, 21, 4, 2, 5, 5, 15, 3, 18, 19, 10, 16, 21, 16, 15, 21],
"result" : "valid"
},
{
"tcId" : 2705,
"comment" : "y is edge case for modular reduction and (y + a) % radix**10 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "10f839fb115e21f8a7b1801099f9f34b49c9f25e460cba5017097b0e7d7de4c5",
"tweak" : "8259914e7bac34ee8d",
"msg" : [21, 8, 18, 2, 23, 22, 23, 1, 2, 15, 17, 17, 1, 13, 22, 0, 9, 8, 15, 24],
"ct" : [4, 16, 13, 6, 8, 23, 23, 17, 9, 1, 20, 23, 8, 9, 9, 13, 25, 25, 24, 24],
"result" : "valid"
},
{
"tcId" : 2706,
"comment" : "y is edge case for modular reduction and (y + a) % radix**10 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "10f839fb115e21f8a7b1801099f9f34b49c9f25e460cba5017097b0e7d7de4c5",
"tweak" : "8259914e7bac34ee8d",
"msg" : [21, 9, 9, 3, 5, 25, 2, 21, 22, 7, 1, 0, 10, 10, 25, 17, 2, 3, 8, 1],
"ct" : [0, 14, 5, 13, 7, 8, 11, 4, 16, 8, 6, 19, 0, 9, 14, 0, 25, 8, 17, 17],
"result" : "valid"
},
{
"tcId" : 2707,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "10f839fb115e21f8a7b1801099f9f34b49c9f25e460cba5017097b0e7d7de4c5",
"tweak" : "8259914e7bac34ee8d",
"msg" : [14, 18, 24, 4, 13, 13, 24, 11, 18, 11, 21, 21, 2, 15, 19, 13, 8, 20, 12, 16],
"ct" : [12, 3, 12, 7, 18, 2, 3, 15, 9, 17, 12, 22, 2, 23, 23, 1, 0, 17, 15, 5],
"result" : "valid"
},
{
"tcId" : 2708,
"comment" : "y is edge case for modular reduction and a is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "10f839fb115e21f8a7b1801099f9f34b49c9f25e460cba5017097b0e7d7de4c5",
"tweak" : "8259914e7bac34ee8d",
"msg" : [4, 18, 1, 10, 2, 14, 2, 4, 12, 1, 24, 15, 21, 4, 20, 6, 9, 6, 23, 13],
"ct" : [9, 15, 1, 23, 22, 22, 11, 25, 25, 21, 5, 24, 25, 25, 14, 12, 14, 19, 22, 11],
"result" : "valid"
},
{
"tcId" : 2709,
"comment" : "y is maximal after modular reduction and (y + a) % radix**10 is maximal in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "10f839fb115e21f8a7b1801099f9f34b49c9f25e460cba5017097b0e7d7de4c5",
"tweak" : "2dd0ab0788f488cbc6",
"msg" : [14, 23, 6, 12, 8, 13, 4, 25, 0, 20, 10, 24, 3, 21, 9, 19, 8, 1, 24, 23],
"ct" : [10, 16, 18, 21, 17, 16, 17, 1, 19, 16, 8, 6, 11, 0, 11, 5, 8, 0, 25, 7],
"result" : "valid"
},
{
"tcId" : 2710,
"comment" : "y is maximal after modular reduction and (y + a) % radix**10 == 0 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "10f839fb115e21f8a7b1801099f9f34b49c9f25e460cba5017097b0e7d7de4c5",
"tweak" : "2dd0ab0788f488cbc6",
"msg" : [22, 1, 0, 12, 12, 24, 16, 14, 1, 21, 15, 13, 19, 2, 19, 15, 5, 8, 3, 3],
"ct" : [16, 21, 25, 11, 19, 16, 1, 23, 2, 3, 20, 6, 14, 25, 15, 11, 8, 3, 9, 1],
"result" : "valid"
},
{
"tcId" : 2711,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "10f839fb115e21f8a7b1801099f9f34b49c9f25e460cba5017097b0e7d7de4c5",
"tweak" : "2dd0ab0788f488cbc6",
"msg" : [23, 22, 18, 6, 22, 11, 1, 6, 19, 7, 12, 12, 12, 16, 16, 19, 22, 7, 10, 6],
"ct" : [5, 9, 6, 15, 3, 7, 19, 0, 23, 15, 23, 21, 16, 5, 20, 1, 19, 2, 14, 19],
"result" : "valid"
},
{
"tcId" : 2712,
"comment" : "y is maximal after modular reduction and a is maximal in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "10f839fb115e21f8a7b1801099f9f34b49c9f25e460cba5017097b0e7d7de4c5",
"tweak" : "2dd0ab0788f488cbc6",
"msg" : [10, 0, 10, 4, 10, 2, 3, 10, 19, 3, 20, 19, 6, 17, 18, 8, 21, 20, 18, 18],
"ct" : [5, 24, 5, 3, 3, 14, 1, 13, 9, 13, 12, 15, 14, 24, 10, 10, 6, 13, 20, 7],
"result" : "valid"
},
{
"tcId" : 2713,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "9714c23e367079f041c8995c71c4be459f8f46023e9e166321100a423aca6b28",
"tweak" : "daa46c7bc98cf1f4",
"msg" : [-1, 19, 12, 17, 19, 8, 11, 18, 5, 2, 11, 18, 4, 0, 5, 17, 6, 21, 9, 21],
"ct" : [6, 8, 10, 2, 16, 10, 25, 13, 11, 24, 24, 16, 0, 0, 13, 17, 3, 11, 0, 18],
"result" : "invalid"
},
{
"tcId" : 2714,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "9714c23e367079f041c8995c71c4be459f8f46023e9e166321100a423aca6b28",
"tweak" : "daa46c7bc98cf1f4",
"msg" : [7, 19, 12, 17, 19, 8, -1, 18, 5, 2, 11, 18, 4, 0, 5, 17, 6, 21, 9, 21],
"ct" : [2, 5, 14, 8, 11, 25, 24, 14, 16, 15, 13, 13, 20, 0, 20, 7, 12, 13, 19, 14],
"result" : "invalid"
},
{
"tcId" : 2715,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "9714c23e367079f041c8995c71c4be459f8f46023e9e166321100a423aca6b28",
"tweak" : "daa46c7bc98cf1f4",
"msg" : [7, 19, 12, 17, 19, 8, 11, 18, 5, 2, 11, 18, 4, 0, 5, 17, 6, 21, 9, -1],
"ct" : [2, 23, 22, 10, 22, 19, 18, 24, 19, 5, 6, 0, 13, 18, 20, 13, 7, 25, 5, 16],
"result" : "invalid"
},
{
"tcId" : 2716,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "d57606473250a6e9eb8b4d4b3d1129f151b5a5c6f5ea69aa65c05ebdd694c865",
"tweak" : "2606accf2885028d",
"msg" : [26, 1, 13, 15, 6, 21, 23, 12, 7, 22, 16, 1, 11, 3, 1, 9, 19, 10, 6, 15],
"ct" : [19, 0, 4, 0, 24, 23, 2, 15, 7, 4, 20, 5, 4, 13, 5, 19, 20, 6, 11, 0],
"result" : "invalid"
},
{
"tcId" : 2717,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "d57606473250a6e9eb8b4d4b3d1129f151b5a5c6f5ea69aa65c05ebdd694c865",
"tweak" : "2606accf2885028d",
"msg" : [6, 1, 13, 15, 6, 21, 26, 12, 7, 22, 16, 1, 11, 3, 1, 9, 19, 10, 6, 15],
"ct" : [13, 22, 6, 8, 7, 2, 10, 17, 2, 16, 23, 1, 3, 1, 18, 18, 24, 8, 2, 7],
"result" : "invalid"
},
{
"tcId" : 2718,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "d57606473250a6e9eb8b4d4b3d1129f151b5a5c6f5ea69aa65c05ebdd694c865",
"tweak" : "2606accf2885028d",
"msg" : [6, 1, 13, 15, 6, 21, 23, 12, 7, 22, 16, 1, 11, 3, 1, 9, 19, 10, 6, 26],
"ct" : [2, 0, 3, 11, 1, 23, 11, 2, 19, 13, 3, 5, 1, 5, 9, 6, 21, 3, 22, 17],
"result" : "invalid"
}
]
},
{
"keySize" : 256,
"msgSize" : 21,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 2719,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "dda27ee12a33f1e1d641185aa62d77f8788cb29adf7c1d869e5476e04cf8d6a2",
"tweak" : "a07df02be247e7f9",
"msg" : [0, 19, 14, 25, 24, 13, 2, 3, 24, 1, 16, 20, 19, 18, 13, 15, 16, 21, 8, 16, 16],
"ct" : [13, 25, 21, 14, 4, 6, 21, 12, 5, 6, 16, 17, 5, 3, 7, 8, 17, 15, 23, 21, 20],
"result" : "valid"
},
{
"tcId" : 2720,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "28648ae225b31d1b26051edbaf12560a65fdedd99c2dce41109b6d9e23647c62",
"tweak" : "15ed7a9f2c4ead98",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [1, 18, 10, 6, 15, 24, 14, 19, 9, 20, 18, 9, 16, 20, 2, 23, 24, 8, 20, 21, 19],
"result" : "valid"
},
{
"tcId" : 2721,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "28648ae225b31d1b26051edbaf12560a65fdedd99c2dce41109b6d9e23647c62",
"tweak" : "15ed7a9f2c4ead98",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"ct" : [12, 8, 11, 17, 11, 2, 23, 18, 6, 11, 16, 16, 23, 9, 22, 2, 23, 12, 10, 4, 1],
"result" : "valid"
},
{
"tcId" : 2722,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "28648ae225b31d1b26051edbaf12560a65fdedd99c2dce41109b6d9e23647c62",
"tweak" : "15ed7a9f2c4ead98",
"msg" : [25, 23, 24, 13, 7, 24, 23, 7, 12, 20, 15, 24, 19, 2, 4, 23, 8, 8, 15, 22, 8],
"ct" : [12, 14, 17, 23, 17, 1, 6, 20, 3, 14, 16, 5, 7, 13, 10, 19, 18, 9, 4, 3, 6],
"result" : "valid"
},
{
"tcId" : 2723,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "28648ae225b31d1b26051edbaf12560a65fdedd99c2dce41109b6d9e23647c62",
"tweak" : "15ed7a9f2c4ead98",
"msg" : [25, 23, 24, 13, 7, 24, 23, 7, 12, 19, 15, 24, 19, 2, 4, 23, 8, 8, 15, 22, 7],
"ct" : [23, 19, 0, 5, 3, 10, 6, 6, 11, 15, 17, 2, 16, 8, 15, 0, 25, 2, 19, 25, 4],
"result" : "valid"
},
{
"tcId" : 2724,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "28648ae225b31d1b26051edbaf12560a65fdedd99c2dce41109b6d9e23647c62",
"tweak" : "15ed7a9f2c4ead98",
"msg" : [13, 5, 3, 2, 1, 10, 6, 13, 11, 19, 0, 16, 14, 6, 6, 6, 12, 9, 4, 21, 24],
"ct" : [3, 0, 22, 3, 25, 24, 15, 4, 19, 14, 20, 21, 4, 7, 0, 12, 17, 11, 14, 22, 17],
"result" : "valid"
},
{
"tcId" : 2725,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "28648ae225b31d1b26051edbaf12560a65fdedd99c2dce41109b6d9e23647c62",
"tweak" : "15ed7a9f2c4ead98",
"msg" : [3, 11, 22, 8, 25, 8, 12, 12, 10, 19, 7, 25, 3, 19, 4, 23, 6, 13, 3, 15, 25],
"ct" : [0, 10, 3, 10, 10, 1, 21, 13, 24, 0, 15, 20, 14, 14, 4, 23, 18, 12, 3, 18, 18],
"result" : "valid"
},
{
"tcId" : 2726,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "28648ae225b31d1b26051edbaf12560a65fdedd99c2dce41109b6d9e23647c62",
"tweak" : "15ed7a9f2c4ead98",
"msg" : [5, 2, 10, 25, 25, 21, 11, 23, 9, 11, 15, 4, 16, 10, 21, 18, 24, 6, 10, 4, 24],
"ct" : [22, 12, 8, 0, 16, 19, 1, 7, 21, 20, 10, 6, 25, 10, 21, 5, 21, 5, 15, 1, 25],
"result" : "valid"
},
{
"tcId" : 2727,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "28648ae225b31d1b26051edbaf12560a65fdedd99c2dce41109b6d9e23647c62",
"tweak" : "15ed7a9f2c4ead98",
"msg" : [25, 22, 16, 2, 17, 0, 16, 25, 0, 16, 22, 2, 7, 6, 16, 8, 14, 9, 8, 20, 6],
"ct" : [14, 7, 11, 2, 4, 18, 10, 14, 9, 20, 16, 0, 9, 15, 16, 0, 19, 0, 5, 16, 24],
"result" : "valid"
},
{
"tcId" : 2728,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "28648ae225b31d1b26051edbaf12560a65fdedd99c2dce41109b6d9e23647c62",
"tweak" : "15ed7a9f2c4ead98",
"msg" : [24, 23, 21, 9, 3, 1, 9, 4, 1, 0, 25, 10, 19, 0, 21, 25, 22, 18, 0, 14, 3],
"ct" : [25, 5, 12, 12, 13, 18, 0, 13, 3, 16, 1, 5, 1, 21, 24, 2, 2, 23, 25, 1, 2],
"result" : "valid"
},
{
"tcId" : 2729,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "28648ae225b31d1b26051edbaf12560a65fdedd99c2dce41109b6d9e23647c62",
"tweak" : "15ed7a9f2c4ead98",
"msg" : [0, 2, 0, 8, 1, 7, 16, 14, 21, 25, 15, 8, 13, 7, 13, 21, 20, 10, 19, 15, 24],
"ct" : [23, 12, 0, 13, 16, 24, 25, 5, 13, 3, 14, 4, 16, 6, 19, 23, 15, 19, 21, 3, 1],
"result" : "valid"
},
{
"tcId" : 2730,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "28648ae225b31d1b26051edbaf12560a65fdedd99c2dce41109b6d9e23647c62",
"tweak" : "15ed7a9f2c4ead98",
"msg" : [3, 24, 3, 16, 19, 20, 17, 3, 17, 25, 2, 3, 6, 2, 14, 24, 15, 13, 17, 4, 24],
"ct" : [7, 18, 17, 21, 9, 15, 10, 11, 5, 10, 13, 14, 3, 17, 6, 12, 17, 11, 13, 1, 23],
"result" : "valid"
},
{
"tcId" : 2731,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "28648ae225b31d1b26051edbaf12560a65fdedd99c2dce41109b6d9e23647c62",
"tweak" : "15ed7a9f2c4ead98",
"msg" : [6, 25, 23, 12, 11, 15, 16, 9, 19, 10, 19, 14, 8, 13, 12, 14, 1, 11, 16, 14, 25],
"ct" : [4, 1, 17, 21, 4, 6, 2, 25, 13, 25, 19, 20, 13, 25, 12, 17, 14, 10, 14, 10, 4],
"result" : "valid"
},
{
"tcId" : 2732,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "28648ae225b31d1b26051edbaf12560a65fdedd99c2dce41109b6d9e23647c62",
"tweak" : "15ed7a9f2c4ead98",
"msg" : [15, 0, 15, 11, 1, 24, 9, 13, 18, 15, 4, 22, 14, 14, 5, 15, 8, 19, 18, 4, 10],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 2733,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "28648ae225b31d1b26051edbaf12560a65fdedd99c2dce41109b6d9e23647c62",
"tweak" : "15ed7a9f2c4ead98",
"msg" : [15, 14, 21, 6, 15, 6, 16, 2, 7, 3, 0, 2, 24, 18, 12, 13, 5, 19, 5, 22, 18],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 2734,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "28648ae225b31d1b26051edbaf12560a65fdedd99c2dce41109b6d9e23647c62",
"tweak" : "15ed7a9f2c4ead98",
"msg" : [1, 18, 20, 3, 14, 24, 12, 13, 10, 17, 0, 15, 23, 21, 19, 12, 1, 8, 13, 15, 22],
"ct" : [25, 23, 24, 13, 7, 24, 23, 7, 12, 20, 15, 24, 19, 2, 4, 23, 8, 8, 15, 22, 8],
"result" : "valid"
},
{
"tcId" : 2735,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "28648ae225b31d1b26051edbaf12560a65fdedd99c2dce41109b6d9e23647c62",
"tweak" : "15ed7a9f2c4ead98",
"msg" : [20, 1, 6, 22, 1, 0, 4, 21, 12, 6, 21, 12, 24, 1, 10, 1, 19, 6, 14, 10, 21],
"ct" : [25, 23, 24, 13, 7, 24, 23, 7, 12, 19, 15, 24, 19, 2, 4, 23, 8, 8, 15, 22, 7],
"result" : "valid"
},
{
"tcId" : 2736,
"comment" : "y = 0 and (y + a) % radix**10 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "5f8dfaddff519676a9e8d7fcaeeafd3513b45b84f7047fbc0f71f3b73169ec02",
"tweak" : "b4a5a6d9d3e7d97e",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 10, 15, 18, 7, 13, 18, 20, 13, 22, 18],
"ct" : [16, 1, 16, 7, 15, 3, 5, 14, 24, 8, 22, 8, 14, 25, 7, 10, 15, 18, 21, 5, 22],
"result" : "valid"
},
{
"tcId" : 2737,
"comment" : "y = 0 and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "5f8dfaddff519676a9e8d7fcaeeafd3513b45b84f7047fbc0f71f3b73169ec02",
"tweak" : "b4a5a6d9d3e7d97e",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 14, 10, 15, 18, 7, 13, 18, 20, 13, 22, 18],
"ct" : [5, 3, 22, 20, 25, 20, 12, 4, 8, 16, 13, 5, 22, 18, 11, 3, 1, 21, 25, 13, 9],
"result" : "valid"
},
{
"tcId" : 2738,
"comment" : "y = 0 and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "5f8dfaddff519676a9e8d7fcaeeafd3513b45b84f7047fbc0f71f3b73169ec02",
"tweak" : "b4a5a6d9d3e7d97e",
"msg" : [25, 23, 24, 13, 7, 24, 23, 7, 12, 20, 14, 10, 15, 18, 7, 13, 18, 20, 13, 22, 18],
"ct" : [14, 0, 16, 7, 23, 18, 23, 23, 8, 20, 7, 16, 5, 16, 12, 20, 14, 13, 6, 3, 13],
"result" : "valid"
},
{
"tcId" : 2739,
"comment" : "y = 0 and (y + a) % radix**10 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "5f8dfaddff519676a9e8d7fcaeeafd3513b45b84f7047fbc0f71f3b73169ec02",
"tweak" : "b4a5a6d9d3e7d97e",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 14, 10, 15, 18, 7, 13, 18, 20, 13, 22, 18],
"ct" : [11, 10, 8, 11, 23, 17, 9, 8, 6, 9, 24, 3, 16, 1, 10, 17, 3, 15, 14, 15, 19],
"result" : "valid"
},
{
"tcId" : 2740,
"comment" : "y = 1 and a = 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "5f8dfaddff519676a9e8d7fcaeeafd3513b45b84f7047fbc0f71f3b73169ec02",
"tweak" : "8a42bd7baf618c23",
"msg" : [8, 21, 13, 22, 0, 24, 5, 8, 11, 16, 19, 14, 0, 3, 14, 6, 6, 8, 10, 15, 18],
"ct" : [4, 22, 10, 24, 15, 17, 7, 11, 11, 15, 10, 10, 1, 17, 8, 13, 11, 19, 5, 19, 5],
"result" : "valid"
},
{
"tcId" : 2741,
"comment" : "y = 1 and a = 1 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "5f8dfaddff519676a9e8d7fcaeeafd3513b45b84f7047fbc0f71f3b73169ec02",
"tweak" : "8a42bd7baf618c23",
"msg" : [7, 6, 1, 18, 17, 20, 0, 14, 7, 10, 23, 3, 6, 22, 6, 6, 4, 3, 17, 21, 23],
"ct" : [17, 23, 19, 11, 24, 18, 25, 23, 10, 17, 18, 16, 15, 25, 1, 25, 6, 1, 15, 19, 25],
"result" : "valid"
},
{
"tcId" : 2742,
"comment" : "y = 1 and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "5f8dfaddff519676a9e8d7fcaeeafd3513b45b84f7047fbc0f71f3b73169ec02",
"tweak" : "8a42bd7baf618c23",
"msg" : [18, 25, 5, 22, 11, 25, 16, 22, 6, 2, 0, 3, 20, 4, 1, 5, 4, 9, 7, 25, 20],
"ct" : [1, 4, 14, 13, 12, 16, 25, 8, 5, 13, 17, 1, 25, 6, 21, 8, 18, 2, 4, 6, 25],
"result" : "valid"
},
{
"tcId" : 2743,
"comment" : "y = 1 and (y + a) % radix**10 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "5f8dfaddff519676a9e8d7fcaeeafd3513b45b84f7047fbc0f71f3b73169ec02",
"tweak" : "8a42bd7baf618c23",
"msg" : [14, 19, 24, 16, 19, 25, 14, 8, 21, 11, 25, 25, 21, 25, 0, 8, 21, 9, 10, 9, 2],
"ct" : [21, 8, 3, 22, 19, 3, 13, 22, 8, 14, 1, 11, 7, 21, 7, 1, 9, 5, 24, 22, 13],
"result" : "valid"
},
{
"tcId" : 2744,
"comment" : "y = 1 and (y + a) % radix**10 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "5f8dfaddff519676a9e8d7fcaeeafd3513b45b84f7047fbc0f71f3b73169ec02",
"tweak" : "8a42bd7baf618c23",
"msg" : [22, 7, 23, 4, 24, 0, 20, 23, 6, 5, 6, 13, 9, 20, 0, 15, 22, 0, 24, 9, 12],
"ct" : [1, 3, 1, 24, 6, 21, 7, 19, 0, 13, 13, 14, 1, 15, 8, 3, 17, 17, 13, 12, 20],
"result" : "valid"
},
{
"tcId" : 2745,
"comment" : "y is maximal and a = 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "5f8dfaddff519676a9e8d7fcaeeafd3513b45b84f7047fbc0f71f3b73169ec02",
"tweak" : "3e7eb5bb27ee656c",
"msg" : [2, 11, 12, 19, 15, 8, 1, 21, 14, 24, 2, 16, 20, 21, 15, 5, 22, 4, 20, 15, 11],
"ct" : [20, 7, 18, 22, 23, 5, 15, 4, 17, 4, 5, 20, 21, 16, 11, 10, 12, 2, 7, 8, 13],
"result" : "valid"
},
{
"tcId" : 2746,
"comment" : "y is maximal and a = 1 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "5f8dfaddff519676a9e8d7fcaeeafd3513b45b84f7047fbc0f71f3b73169ec02",
"tweak" : "3e7eb5bb27ee656c",
"msg" : [19, 21, 17, 16, 4, 13, 12, 0, 15, 7, 18, 8, 12, 18, 0, 18, 20, 11, 10, 7, 10],
"ct" : [11, 5, 18, 25, 6, 4, 12, 11, 1, 21, 2, 11, 8, 4, 20, 1, 20, 15, 0, 6, 1],
"result" : "valid"
},
{
"tcId" : 2747,
"comment" : "y is maximal and (y + a) % radix**10 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "5f8dfaddff519676a9e8d7fcaeeafd3513b45b84f7047fbc0f71f3b73169ec02",
"tweak" : "3e7eb5bb27ee656c",
"msg" : [13, 17, 16, 17, 8, 2, 17, 8, 12, 1, 23, 5, 18, 3, 10, 19, 10, 13, 0, 1, 3],
"ct" : [21, 3, 19, 20, 6, 20, 2, 24, 20, 9, 17, 24, 16, 9, 15, 10, 21, 14, 9, 10, 9],
"result" : "valid"
},
{
"tcId" : 2748,
"comment" : "y is maximal and (y + a) % radix**10 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "5f8dfaddff519676a9e8d7fcaeeafd3513b45b84f7047fbc0f71f3b73169ec02",
"tweak" : "3e7eb5bb27ee656c",
"msg" : [6, 18, 14, 2, 15, 17, 3, 4, 11, 1, 8, 13, 11, 3, 24, 23, 11, 16, 20, 16, 7],
"ct" : [7, 17, 23, 1, 24, 24, 9, 22, 20, 21, 15, 6, 6, 11, 6, 4, 0, 17, 4, 20, 8],
"result" : "valid"
},
{
"tcId" : 2749,
"comment" : "y is maximal and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "5f8dfaddff519676a9e8d7fcaeeafd3513b45b84f7047fbc0f71f3b73169ec02",
"tweak" : "3e7eb5bb27ee656c",
"msg" : [16, 19, 0, 24, 9, 22, 21, 24, 24, 1, 1, 6, 23, 3, 6, 0, 9, 24, 20, 1, 20],
"ct" : [2, 11, 0, 20, 25, 21, 12, 0, 5, 15, 17, 24, 5, 10, 1, 8, 3, 1, 6, 11, 8],
"result" : "valid"
},
{
"tcId" : 2750,
"comment" : "y is maximal and a is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "5f8dfaddff519676a9e8d7fcaeeafd3513b45b84f7047fbc0f71f3b73169ec02",
"tweak" : "3e7eb5bb27ee656c",
"msg" : [8, 12, 17, 15, 14, 4, 8, 12, 1, 9, 10, 18, 5, 13, 11, 18, 16, 19, 4, 3, 6],
"ct" : [4, 14, 20, 14, 10, 1, 15, 20, 22, 4, 6, 17, 20, 12, 16, 14, 13, 11, 3, 11, 25],
"result" : "valid"
},
{
"tcId" : 2751,
"comment" : "y is edge case for modular reduction and a = 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "5f8dfaddff519676a9e8d7fcaeeafd3513b45b84f7047fbc0f71f3b73169ec02",
"tweak" : "76ecd34de2a9b6f9",
"msg" : [13, 10, 19, 6, 15, 2, 16, 16, 22, 6, 4, 1, 23, 23, 12, 11, 15, 25, 25, 3, 20],
"ct" : [23, 17, 0, 0, 11, 25, 21, 21, 22, 25, 8, 19, 7, 21, 22, 17, 0, 18, 3, 21, 23],
"result" : "valid"
},
{
"tcId" : 2752,
"comment" : "y is edge case for modular reduction and a = 1 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "5f8dfaddff519676a9e8d7fcaeeafd3513b45b84f7047fbc0f71f3b73169ec02",
"tweak" : "76ecd34de2a9b6f9",
"msg" : [9, 14, 2, 18, 22, 25, 3, 14, 21, 21, 22, 21, 6, 20, 6, 9, 14, 20, 25, 9, 14],
"ct" : [6, 22, 8, 17, 12, 5, 23, 5, 25, 10, 6, 6, 4, 6, 15, 9, 11, 25, 8, 17, 2],
"result" : "valid"
},
{
"tcId" : 2753,
"comment" : "y is edge case for modular reduction and (y + a) % radix**10 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "5f8dfaddff519676a9e8d7fcaeeafd3513b45b84f7047fbc0f71f3b73169ec02",
"tweak" : "76ecd34de2a9b6f9",
"msg" : [24, 10, 3, 22, 17, 14, 21, 8, 18, 20, 14, 11, 19, 4, 11, 5, 9, 19, 8, 11, 8],
"ct" : [7, 11, 21, 1, 4, 20, 10, 24, 13, 13, 8, 8, 21, 25, 9, 2, 4, 22, 11, 25, 11],
"result" : "valid"
},
{
"tcId" : 2754,
"comment" : "y is edge case for modular reduction and (y + a) % radix**10 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "5f8dfaddff519676a9e8d7fcaeeafd3513b45b84f7047fbc0f71f3b73169ec02",
"tweak" : "76ecd34de2a9b6f9",
"msg" : [7, 18, 6, 4, 1, 15, 23, 9, 1, 12, 21, 0, 6, 0, 5, 15, 16, 11, 15, 25, 2],
"ct" : [16, 2, 2, 10, 24, 21, 12, 10, 24, 8, 14, 15, 12, 2, 22, 16, 1, 14, 15, 8, 25],
"result" : "valid"
},
{
"tcId" : 2755,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "5f8dfaddff519676a9e8d7fcaeeafd3513b45b84f7047fbc0f71f3b73169ec02",
"tweak" : "76ecd34de2a9b6f9",
"msg" : [14, 24, 9, 25, 19, 18, 21, 14, 11, 16, 22, 20, 2, 11, 2, 14, 15, 8, 14, 17, 0],
"ct" : [13, 20, 11, 4, 21, 6, 10, 16, 12, 15, 0, 8, 25, 11, 24, 0, 0, 17, 2, 7, 20],
"result" : "valid"
},
{
"tcId" : 2756,
"comment" : "y is edge case for modular reduction and a is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "5f8dfaddff519676a9e8d7fcaeeafd3513b45b84f7047fbc0f71f3b73169ec02",
"tweak" : "76ecd34de2a9b6f9",
"msg" : [3, 21, 22, 20, 21, 17, 9, 21, 14, 17, 23, 9, 18, 2, 22, 25, 7, 13, 16, 22, 20],
"ct" : [21, 20, 6, 21, 18, 8, 11, 19, 24, 22, 10, 19, 13, 9, 16, 20, 19, 6, 10, 0, 22],
"result" : "valid"
},
{
"tcId" : 2757,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "65dbc8d7be3b70b0909f0a93a8b4f007cd51c594b20b8f3f470ca5e86468626d",
"tweak" : "5b8af4b3a1f2cd3c",
"msg" : [-1, 4, 19, 12, 19, 11, 18, 14, 10, 21, 8, 8, 4, 14, 14, 19, 4, 1, 19, 11, 20],
"ct" : [8, 4, 0, 19, 4, 5, 18, 7, 6, 17, 18, 21, 9, 15, 16, 17, 1, 16, 13, 1, 18],
"result" : "invalid"
},
{
"tcId" : 2758,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "65dbc8d7be3b70b0909f0a93a8b4f007cd51c594b20b8f3f470ca5e86468626d",
"tweak" : "5b8af4b3a1f2cd3c",
"msg" : [4, 4, 19, 12, 19, 11, 18, -1, 10, 21, 8, 8, 4, 14, 14, 19, 4, 1, 19, 11, 20],
"ct" : [25, 16, 14, 22, 17, 2, 13, 2, 3, 18, 0, 1, 11, 7, 13, 17, 20, 8, 19, 14, 24],
"result" : "invalid"
},
{
"tcId" : 2759,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "65dbc8d7be3b70b0909f0a93a8b4f007cd51c594b20b8f3f470ca5e86468626d",
"tweak" : "5b8af4b3a1f2cd3c",
"msg" : [4, 4, 19, 12, 19, 11, 18, 14, 10, 21, 8, 8, 4, 14, 14, 19, 4, 1, 19, 11, -1],
"ct" : [7, 23, 8, 15, 6, 22, 14, 3, 16, 21, 17, 14, 8, 6, 25, 12, 3, 14, 9, 8, 3],
"result" : "invalid"
},
{
"tcId" : 2760,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "399db28f338bc5ec3b5fe4350d47e060a9eaee41b43e1ff6f4814c37f079d303",
"tweak" : "60b94300d7e1fb8f",
"msg" : [26, 20, 22, 11, 6, 22, 24, 14, 17, 0, 11, 15, 16, 10, 1, 24, 20, 12, 2, 18, 9],
"ct" : [0, 22, 14, 2, 13, 5, 24, 25, 6, 13, 0, 17, 18, 4, 16, 14, 9, 25, 21, 18, 4],
"result" : "invalid"
},
{
"tcId" : 2761,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "399db28f338bc5ec3b5fe4350d47e060a9eaee41b43e1ff6f4814c37f079d303",
"tweak" : "60b94300d7e1fb8f",
"msg" : [10, 20, 22, 11, 6, 22, 24, 26, 17, 0, 11, 15, 16, 10, 1, 24, 20, 12, 2, 18, 9],
"ct" : [13, 13, 16, 7, 1, 12, 11, 17, 15, 13, 21, 18, 5, 17, 23, 0, 16, 19, 13, 14, 13],
"result" : "invalid"
},
{
"tcId" : 2762,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "399db28f338bc5ec3b5fe4350d47e060a9eaee41b43e1ff6f4814c37f079d303",
"tweak" : "60b94300d7e1fb8f",
"msg" : [10, 20, 22, 11, 6, 22, 24, 14, 17, 0, 11, 15, 16, 10, 1, 24, 20, 12, 2, 18, 26],
"ct" : [4, 14, 2, 23, 6, 19, 15, 4, 8, 25, 3, 24, 3, 7, 4, 16, 11, 14, 4, 3, 10],
"result" : "invalid"
}
]
},
{
"keySize" : 256,
"msgSize" : 22,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 2763,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "e4d7316dc8f207a390bb0975ae78c2a506361b7a3c762dc970dff471d015a634",
"tweak" : "457e89bd400af1ab",
"msg" : [20, 7, 20, 4, 6, 22, 12, 16, 12, 10, 25, 8, 3, 13, 8, 7, 8, 12, 16, 2, 8, 15],
"ct" : [6, 5, 5, 0, 23, 11, 12, 7, 23, 15, 9, 12, 24, 22, 11, 3, 2, 2, 1, 8, 17, 0],
"result" : "valid"
},
{
"tcId" : 2764,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "731e3d4f9a9e528c460a1decba05b67b8d6fc00bff7c8d8c5574f571fb389997",
"tweak" : "69c0fd7f8b3219e9",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [2, 4, 7, 6, 18, 14, 3, 7, 24, 11, 22, 5, 6, 20, 10, 13, 10, 0, 24, 6, 3, 14],
"result" : "valid"
},
{
"tcId" : 2765,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "731e3d4f9a9e528c460a1decba05b67b8d6fc00bff7c8d8c5574f571fb389997",
"tweak" : "69c0fd7f8b3219e9",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"ct" : [7, 19, 14, 15, 21, 9, 25, 18, 12, 19, 22, 23, 19, 25, 9, 17, 4, 11, 7, 9, 24, 0],
"result" : "valid"
},
{
"tcId" : 2766,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "731e3d4f9a9e528c460a1decba05b67b8d6fc00bff7c8d8c5574f571fb389997",
"tweak" : "69c0fd7f8b3219e9",
"msg" : [15, 24, 19, 2, 4, 23, 8, 8, 15, 22, 8, 15, 24, 19, 2, 4, 23, 8, 8, 15, 22, 8],
"ct" : [16, 10, 13, 19, 4, 21, 18, 24, 10, 25, 6, 4, 16, 21, 1, 22, 16, 19, 16, 19, 12, 8],
"result" : "valid"
},
{
"tcId" : 2767,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "731e3d4f9a9e528c460a1decba05b67b8d6fc00bff7c8d8c5574f571fb389997",
"tweak" : "69c0fd7f8b3219e9",
"msg" : [15, 24, 19, 2, 4, 23, 8, 8, 15, 22, 7, 15, 24, 19, 2, 4, 23, 8, 8, 15, 22, 7],
"ct" : [10, 23, 11, 15, 19, 16, 22, 10, 24, 23, 7, 15, 24, 24, 2, 21, 1, 5, 17, 2, 12, 16],
"result" : "valid"
},
{
"tcId" : 2768,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "731e3d4f9a9e528c460a1decba05b67b8d6fc00bff7c8d8c5574f571fb389997",
"tweak" : "69c0fd7f8b3219e9",
"msg" : [21, 19, 7, 13, 24, 16, 9, 1, 23, 7, 12, 23, 23, 6, 8, 13, 18, 11, 15, 10, 14, 24],
"ct" : [7, 1, 8, 11, 21, 13, 8, 24, 7, 21, 1, 4, 18, 0, 24, 4, 18, 11, 15, 2, 1, 5],
"result" : "valid"
},
{
"tcId" : 2769,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "731e3d4f9a9e528c460a1decba05b67b8d6fc00bff7c8d8c5574f571fb389997",
"tweak" : "69c0fd7f8b3219e9",
"msg" : [12, 11, 1, 3, 9, 0, 21, 10, 5, 16, 2, 20, 12, 19, 13, 21, 25, 9, 7, 4, 2, 23],
"ct" : [20, 8, 13, 19, 12, 21, 23, 1, 16, 11, 22, 10, 19, 0, 21, 24, 12, 4, 10, 23, 8, 21],
"result" : "valid"
},
{
"tcId" : 2770,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "731e3d4f9a9e528c460a1decba05b67b8d6fc00bff7c8d8c5574f571fb389997",
"tweak" : "69c0fd7f8b3219e9",
"msg" : [1, 9, 16, 10, 9, 9, 8, 25, 24, 16, 23, 22, 25, 24, 5, 2, 14, 6, 14, 13, 14, 22],
"ct" : [3, 1, 3, 22, 25, 21, 14, 8, 1, 10, 11, 21, 17, 11, 23, 8, 9, 9, 5, 0, 8, 18],
"result" : "valid"
},
{
"tcId" : 2771,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "731e3d4f9a9e528c460a1decba05b67b8d6fc00bff7c8d8c5574f571fb389997",
"tweak" : "69c0fd7f8b3219e9",
"msg" : [0, 5, 15, 20, 4, 23, 1, 23, 15, 1, 9, 2, 23, 22, 10, 4, 7, 24, 4, 20, 5, 17],
"ct" : [25, 16, 0, 0, 22, 12, 10, 16, 17, 17, 19, 13, 22, 10, 0, 6, 10, 19, 21, 11, 9, 15],
"result" : "valid"
},
{
"tcId" : 2772,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "731e3d4f9a9e528c460a1decba05b67b8d6fc00bff7c8d8c5574f571fb389997",
"tweak" : "69c0fd7f8b3219e9",
"msg" : [12, 12, 19, 5, 9, 1, 6, 12, 4, 5, 5, 9, 20, 18, 5, 5, 23, 16, 21, 3, 15, 16],
"ct" : [21, 4, 12, 6, 12, 6, 24, 5, 1, 5, 20, 17, 4, 17, 13, 9, 1, 17, 16, 5, 18, 6],
"result" : "valid"
},
{
"tcId" : 2773,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "731e3d4f9a9e528c460a1decba05b67b8d6fc00bff7c8d8c5574f571fb389997",
"tweak" : "69c0fd7f8b3219e9",
"msg" : [19, 4, 4, 19, 6, 12, 19, 21, 3, 19, 3, 8, 5, 17, 14, 22, 23, 16, 25, 24, 15, 12],
"ct" : [3, 1, 8, 11, 24, 15, 24, 15, 8, 6, 17, 3, 16, 16, 10, 20, 10, 3, 2, 22, 3, 10],
"result" : "valid"
},
{
"tcId" : 2774,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "731e3d4f9a9e528c460a1decba05b67b8d6fc00bff7c8d8c5574f571fb389997",
"tweak" : "69c0fd7f8b3219e9",
"msg" : [16, 7, 10, 20, 2, 14, 7, 16, 11, 5, 22, 7, 14, 9, 13, 1, 5, 18, 7, 14, 11, 4],
"ct" : [16, 9, 21, 17, 9, 21, 10, 19, 17, 25, 22, 24, 4, 24, 20, 14, 12, 21, 5, 15, 10, 20],
"result" : "valid"
},
{
"tcId" : 2775,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "731e3d4f9a9e528c460a1decba05b67b8d6fc00bff7c8d8c5574f571fb389997",
"tweak" : "69c0fd7f8b3219e9",
"msg" : [18, 24, 0, 18, 22, 20, 0, 0, 2, 3, 16, 6, 19, 8, 17, 11, 15, 0, 16, 18, 6, 19],
"ct" : [1, 4, 24, 4, 19, 0, 18, 0, 14, 22, 24, 8, 19, 1, 11, 7, 21, 10, 17, 13, 23, 8],
"result" : "valid"
},
{
"tcId" : 2776,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "731e3d4f9a9e528c460a1decba05b67b8d6fc00bff7c8d8c5574f571fb389997",
"tweak" : "69c0fd7f8b3219e9",
"msg" : [13, 2, 5, 1, 6, 12, 24, 6, 21, 21, 0, 24, 11, 15, 5, 6, 9, 15, 17, 20, 6, 15],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 2777,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "731e3d4f9a9e528c460a1decba05b67b8d6fc00bff7c8d8c5574f571fb389997",
"tweak" : "69c0fd7f8b3219e9",
"msg" : [25, 16, 24, 3, 15, 24, 20, 19, 10, 16, 1, 20, 22, 8, 7, 14, 15, 22, 6, 4, 15, 13],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 2778,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "731e3d4f9a9e528c460a1decba05b67b8d6fc00bff7c8d8c5574f571fb389997",
"tweak" : "69c0fd7f8b3219e9",
"msg" : [12, 24, 25, 6, 19, 3, 8, 20, 18, 2, 21, 25, 19, 9, 1, 14, 8, 9, 11, 8, 25, 14],
"ct" : [15, 24, 19, 2, 4, 23, 8, 8, 15, 22, 8, 15, 24, 19, 2, 4, 23, 8, 8, 15, 22, 8],
"result" : "valid"
},
{
"tcId" : 2779,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "731e3d4f9a9e528c460a1decba05b67b8d6fc00bff7c8d8c5574f571fb389997",
"tweak" : "69c0fd7f8b3219e9",
"msg" : [8, 10, 9, 7, 6, 2, 22, 22, 5, 25, 21, 17, 18, 0, 21, 9, 16, 21, 24, 11, 21, 25],
"ct" : [15, 24, 19, 2, 4, 23, 8, 8, 15, 22, 7, 15, 24, 19, 2, 4, 23, 8, 8, 15, 22, 7],
"result" : "valid"
},
{
"tcId" : 2780,
"comment" : "y = 0 and (y + a) % radix**11 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "feaf25c451fb3dc75862b6f84f2d235727c9544e15573a5063865e698dfaceaa",
"tweak" : "cf53f9dd3aebb793",
"msg" : [1, 23, 25, 10, 2, 22, 7, 4, 3, 10, 4, 2, 13, 6, 7, 25, 20, 8, 9, 15, 25, 5],
"ct" : [12, 22, 7, 15, 9, 24, 3, 0, 7, 8, 0, 20, 6, 2, 11, 22, 18, 10, 20, 4, 23, 9],
"result" : "valid"
},
{
"tcId" : 2781,
"comment" : "y = 0 and a = 1 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "feaf25c451fb3dc75862b6f84f2d235727c9544e15573a5063865e698dfaceaa",
"tweak" : "cf53f9dd3aebb793",
"msg" : [21, 4, 8, 9, 11, 13, 7, 23, 8, 20, 1, 6, 8, 17, 5, 13, 14, 9, 0, 11, 14, 9],
"ct" : [22, 4, 7, 18, 6, 9, 18, 6, 9, 13, 24, 6, 0, 11, 15, 20, 7, 10, 8, 9, 16, 19],
"result" : "valid"
},
{
"tcId" : 2782,
"comment" : "y = 0 and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "feaf25c451fb3dc75862b6f84f2d235727c9544e15573a5063865e698dfaceaa",
"tweak" : "cf53f9dd3aebb793",
"msg" : [8, 20, 14, 23, 3, 20, 25, 19, 5, 16, 4, 14, 3, 13, 16, 22, 18, 13, 10, 20, 3, 8],
"ct" : [6, 1, 15, 11, 2, 16, 18, 21, 12, 20, 7, 23, 3, 2, 14, 13, 13, 13, 10, 14, 20, 8],
"result" : "valid"
},
{
"tcId" : 2783,
"comment" : "y = 0 and (y + a) % radix**11 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "feaf25c451fb3dc75862b6f84f2d235727c9544e15573a5063865e698dfaceaa",
"tweak" : "cf53f9dd3aebb793",
"msg" : [10, 1, 19, 1, 17, 15, 10, 13, 3, 16, 24, 25, 25, 3, 0, 1, 20, 22, 13, 13, 0, 9],
"ct" : [13, 0, 1, 8, 2, 2, 9, 6, 22, 20, 25, 3, 1, 13, 24, 17, 1, 6, 17, 4, 1, 19],
"result" : "valid"
},
{
"tcId" : 2784,
"comment" : "y = 1 and a = 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "feaf25c451fb3dc75862b6f84f2d235727c9544e15573a5063865e698dfaceaa",
"tweak" : "3045f121dc5c9194",
"msg" : [19, 20, 20, 18, 16, 13, 13, 9, 22, 5, 7, 23, 16, 6, 5, 12, 5, 5, 6, 12, 9, 24],
"ct" : [0, 22, 16, 12, 17, 21, 19, 3, 15, 22, 21, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1],
"result" : "valid"
},
{
"tcId" : 2785,
"comment" : "y = 1 and a = 1 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "feaf25c451fb3dc75862b6f84f2d235727c9544e15573a5063865e698dfaceaa",
"tweak" : "3045f121dc5c9194",
"msg" : [16, 8, 18, 14, 8, 15, 19, 9, 8, 14, 3, 16, 3, 9, 25, 1, 10, 18, 20, 0, 2, 9],
"ct" : [0, 22, 16, 12, 17, 21, 19, 3, 15, 22, 21, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2],
"result" : "valid"
},
{
"tcId" : 2786,
"comment" : "y = 1 and a has large Hamming weight in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "feaf25c451fb3dc75862b6f84f2d235727c9544e15573a5063865e698dfaceaa",
"tweak" : "3045f121dc5c9194",
"msg" : [25, 22, 15, 0, 1, 7, 24, 24, 7, 14, 22, 23, 9, 2, 5, 22, 16, 9, 2, 9, 21, 20],
"ct" : [0, 22, 16, 12, 17, 21, 19, 3, 15, 22, 21, 15, 24, 19, 2, 4, 23, 8, 8, 15, 22, 9],
"result" : "valid"
},
{
"tcId" : 2787,
"comment" : "y = 1 and (y + a) % radix**11 is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "feaf25c451fb3dc75862b6f84f2d235727c9544e15573a5063865e698dfaceaa",
"tweak" : "3045f121dc5c9194",
"msg" : [4, 23, 3, 13, 25, 18, 5, 10, 0, 14, 10, 8, 5, 8, 10, 25, 3, 16, 18, 9, 0, 24],
"ct" : [0, 22, 16, 12, 17, 21, 19, 3, 15, 22, 21, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 2788,
"comment" : "y = 1 and (y + a) % radix**11 == 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "feaf25c451fb3dc75862b6f84f2d235727c9544e15573a5063865e698dfaceaa",
"tweak" : "3045f121dc5c9194",
"msg" : [25, 20, 21, 12, 9, 11, 11, 10, 22, 4, 14, 3, 1, 14, 17, 10, 10, 23, 15, 18, 23, 22],
"ct" : [0, 22, 16, 12, 17, 21, 19, 3, 15, 22, 21, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 2789,
"comment" : "y is maximal and a = 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "feaf25c451fb3dc75862b6f84f2d235727c9544e15573a5063865e698dfaceaa",
"tweak" : "fccbf706706ecd46",
"msg" : [15, 20, 13, 19, 4, 18, 13, 7, 22, 18, 2, 22, 8, 2, 0, 25, 20, 6, 22, 0, 3, 17],
"ct" : [25, 18, 9, 10, 12, 8, 5, 23, 23, 11, 10, 20, 6, 5, 12, 5, 18, 7, 22, 20, 9, 13],
"result" : "valid"
},
{
"tcId" : 2790,
"comment" : "y is maximal and a = 1 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "feaf25c451fb3dc75862b6f84f2d235727c9544e15573a5063865e698dfaceaa",
"tweak" : "fccbf706706ecd46",
"msg" : [3, 0, 19, 15, 25, 17, 8, 1, 19, 16, 4, 17, 16, 7, 14, 21, 4, 13, 3, 24, 14, 24],
"ct" : [20, 22, 0, 6, 2, 2, 25, 0, 11, 1, 19, 12, 4, 17, 12, 13, 23, 4, 18, 9, 6, 25],
"result" : "valid"
},
{
"tcId" : 2791,
"comment" : "y is maximal and (y + a) % radix**11 is maximal in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "feaf25c451fb3dc75862b6f84f2d235727c9544e15573a5063865e698dfaceaa",
"tweak" : "fccbf706706ecd46",
"msg" : [10, 8, 1, 18, 23, 5, 18, 12, 6, 19, 14, 0, 15, 10, 5, 5, 22, 4, 23, 5, 3, 8],
"ct" : [9, 12, 6, 24, 3, 2, 19, 25, 14, 8, 10, 24, 7, 15, 21, 23, 8, 5, 15, 13, 8, 3],
"result" : "valid"
},
{
"tcId" : 2792,
"comment" : "y is maximal and (y + a) % radix**11 == 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "feaf25c451fb3dc75862b6f84f2d235727c9544e15573a5063865e698dfaceaa",
"tweak" : "fccbf706706ecd46",
"msg" : [21, 3, 17, 16, 11, 5, 16, 19, 3, 18, 2, 21, 6, 19, 14, 10, 19, 19, 10, 13, 20, 10],
"ct" : [8, 25, 6, 21, 17, 6, 25, 24, 7, 15, 18, 5, 13, 11, 19, 8, 12, 21, 15, 1, 16, 23],
"result" : "valid"
},
{
"tcId" : 2793,
"comment" : "y is maximal and a has large Hamming weight in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "feaf25c451fb3dc75862b6f84f2d235727c9544e15573a5063865e698dfaceaa",
"tweak" : "fccbf706706ecd46",
"msg" : [1, 21, 23, 2, 2, 18, 10, 21, 19, 20, 22, 19, 10, 12, 14, 8, 6, 5, 16, 2, 21, 15],
"ct" : [20, 20, 13, 15, 3, 3, 18, 9, 14, 20, 25, 7, 16, 10, 22, 13, 1, 23, 14, 25, 5, 5],
"result" : "valid"
},
{
"tcId" : 2794,
"comment" : "y is maximal and a is maximal in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "feaf25c451fb3dc75862b6f84f2d235727c9544e15573a5063865e698dfaceaa",
"tweak" : "fccbf706706ecd46",
"msg" : [4, 12, 25, 11, 19, 9, 6, 6, 17, 1, 24, 7, 1, 3, 24, 19, 17, 14, 5, 10, 8, 10],
"ct" : [18, 18, 20, 17, 17, 17, 1, 18, 19, 7, 7, 13, 9, 9, 2, 16, 4, 18, 16, 19, 19, 14],
"result" : "valid"
},
{
"tcId" : 2795,
"comment" : "y is edge case for modular reduction and a = 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "feaf25c451fb3dc75862b6f84f2d235727c9544e15573a5063865e698dfaceaa",
"tweak" : "6d1c344913634192",
"msg" : [20, 5, 10, 23, 19, 3, 15, 18, 1, 1, 1, 19, 24, 8, 8, 18, 8, 12, 14, 20, 17, 24],
"ct" : [5, 19, 0, 19, 16, 23, 20, 20, 23, 9, 1, 0, 20, 7, 1, 15, 17, 4, 22, 22, 24, 12],
"result" : "valid"
},
{
"tcId" : 2796,
"comment" : "y is edge case for modular reduction and a = 1 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "feaf25c451fb3dc75862b6f84f2d235727c9544e15573a5063865e698dfaceaa",
"tweak" : "6d1c344913634192",
"msg" : [9, 22, 4, 20, 21, 8, 7, 2, 9, 20, 2, 20, 4, 4, 12, 17, 11, 19, 25, 13, 12, 20],
"ct" : [12, 18, 0, 17, 20, 15, 22, 21, 25, 13, 18, 21, 16, 19, 4, 8, 11, 0, 15, 8, 1, 23],
"result" : "valid"
},
{
"tcId" : 2797,
"comment" : "y is edge case for modular reduction and (y + a) % radix**11 is maximal in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "feaf25c451fb3dc75862b6f84f2d235727c9544e15573a5063865e698dfaceaa",
"tweak" : "6d1c344913634192",
"msg" : [13, 13, 20, 13, 23, 8, 13, 4, 17, 5, 15, 15, 7, 4, 18, 23, 0, 13, 20, 12, 11, 3],
"ct" : [17, 22, 9, 17, 24, 9, 8, 24, 14, 12, 8, 4, 0, 7, 3, 18, 25, 5, 2, 7, 3, 20],
"result" : "valid"
},
{
"tcId" : 2798,
"comment" : "y is edge case for modular reduction and (y + a) % radix**11 == 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "feaf25c451fb3dc75862b6f84f2d235727c9544e15573a5063865e698dfaceaa",
"tweak" : "6d1c344913634192",
"msg" : [25, 2, 14, 23, 16, 5, 9, 16, 18, 13, 22, 9, 15, 21, 14, 20, 20, 4, 0, 19, 24, 7],
"ct" : [10, 20, 3, 23, 5, 12, 17, 19, 19, 1, 0, 22, 23, 14, 22, 13, 24, 7, 22, 9, 9, 14],
"result" : "valid"
},
{
"tcId" : 2799,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "feaf25c451fb3dc75862b6f84f2d235727c9544e15573a5063865e698dfaceaa",
"tweak" : "6d1c344913634192",
"msg" : [4, 19, 22, 6, 17, 16, 0, 13, 4, 18, 18, 19, 15, 7, 2, 13, 8, 12, 16, 14, 0, 21],
"ct" : [16, 23, 9, 15, 14, 15, 21, 15, 9, 23, 9, 21, 19, 2, 13, 4, 9, 21, 21, 11, 15, 8],
"result" : "valid"
},
{
"tcId" : 2800,
"comment" : "y is edge case for modular reduction and a is maximal in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "feaf25c451fb3dc75862b6f84f2d235727c9544e15573a5063865e698dfaceaa",
"tweak" : "6d1c344913634192",
"msg" : [4, 3, 16, 16, 3, 25, 0, 9, 21, 0, 9, 23, 2, 1, 0, 23, 14, 5, 0, 14, 9, 9],
"ct" : [24, 13, 23, 24, 5, 8, 18, 8, 21, 20, 11, 6, 7, 22, 15, 10, 12, 23, 19, 3, 5, 10],
"result" : "valid"
},
{
"tcId" : 2801,
"comment" : "y is maximal after modular reduction and (y + a) % radix**11 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "feaf25c451fb3dc75862b6f84f2d235727c9544e15573a5063865e698dfaceaa",
"tweak" : "e6c3723711db3469",
"msg" : [20, 1, 7, 11, 4, 13, 9, 22, 19, 19, 2, 18, 21, 8, 4, 15, 22, 13, 22, 16, 2, 8],
"ct" : [10, 19, 11, 22, 16, 9, 4, 1, 19, 18, 13, 5, 24, 20, 17, 7, 14, 4, 17, 3, 0, 18],
"result" : "valid"
},
{
"tcId" : 2802,
"comment" : "y is maximal after modular reduction and (y + a) % radix**11 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "feaf25c451fb3dc75862b6f84f2d235727c9544e15573a5063865e698dfaceaa",
"tweak" : "e6c3723711db3469",
"msg" : [19, 1, 24, 21, 7, 8, 10, 5, 3, 19, 24, 15, 6, 25, 8, 11, 8, 21, 3, 7, 0, 22],
"ct" : [25, 2, 13, 7, 23, 17, 25, 10, 10, 17, 5, 0, 17, 22, 19, 12, 15, 20, 5, 1, 22, 21],
"result" : "valid"
},
{
"tcId" : 2803,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "feaf25c451fb3dc75862b6f84f2d235727c9544e15573a5063865e698dfaceaa",
"tweak" : "e6c3723711db3469",
"msg" : [5, 25, 17, 25, 21, 6, 11, 1, 23, 0, 3, 0, 10, 5, 18, 13, 17, 20, 19, 22, 4, 4],
"ct" : [14, 3, 22, 22, 3, 0, 19, 16, 0, 8, 16, 13, 11, 25, 8, 18, 12, 23, 4, 23, 24, 1],
"result" : "valid"
},
{
"tcId" : 2804,
"comment" : "y is maximal after modular reduction and a is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "feaf25c451fb3dc75862b6f84f2d235727c9544e15573a5063865e698dfaceaa",
"tweak" : "e6c3723711db3469",
"msg" : [21, 17, 17, 4, 16, 17, 22, 14, 18, 9, 9, 5, 12, 1, 5, 16, 12, 22, 22, 18, 16, 24],
"ct" : [3, 19, 8, 6, 1, 18, 25, 12, 11, 21, 6, 10, 16, 2, 5, 25, 2, 17, 19, 4, 10, 1],
"result" : "valid"
},
{
"tcId" : 2805,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "dda15131a435c537838bfa170584af230656e50a6a5ed6cfc1cc16594dbd7c24",
"tweak" : "be1bdc9a75492a3d",
"msg" : [-1, 1, 2, 9, 20, 0, 25, 23, 0, 7, 4, 17, 21, 11, 19, 16, 13, 24, 15, 20, 7, 9],
"ct" : [6, 13, 20, 2, 13, 7, 18, 10, 17, 22, 13, 23, 11, 9, 14, 15, 22, 17, 14, 18, 16, 4],
"result" : "invalid"
},
{
"tcId" : 2806,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "dda15131a435c537838bfa170584af230656e50a6a5ed6cfc1cc16594dbd7c24",
"tweak" : "be1bdc9a75492a3d",
"msg" : [10, 1, 2, 9, 20, 0, 25, -1, 0, 7, 4, 17, 21, 11, 19, 16, 13, 24, 15, 20, 7, 9],
"ct" : [14, 18, 2, 24, 2, 13, 9, 1, 11, 0, 23, 17, 0, 20, 5, 11, 4, 6, 13, 24, 8, 23],
"result" : "invalid"
},
{
"tcId" : 2807,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "dda15131a435c537838bfa170584af230656e50a6a5ed6cfc1cc16594dbd7c24",
"tweak" : "be1bdc9a75492a3d",
"msg" : [10, 1, 2, 9, 20, 0, 25, 23, 0, 7, 4, 17, 21, 11, 19, 16, 13, 24, 15, 20, 7, -1],
"ct" : [13, 9, 25, 2, 11, 5, 25, 5, 10, 12, 0, 4, 22, 3, 11, 9, 23, 6, 12, 14, 10, 0],
"result" : "invalid"
},
{
"tcId" : 2808,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "dc67fed1e54bcf775e5f3502907440ba6c53925957dfeeb85aedb567518d5d40",
"tweak" : "21616b557a98c5a5",
"msg" : [26, 5, 16, 7, 4, 23, 8, 8, 11, 16, 2, 11, 23, 7, 10, 4, 2, 24, 15, 0, 19, 15],
"ct" : [24, 25, 7, 18, 17, 4, 19, 5, 1, 6, 21, 13, 17, 15, 2, 19, 25, 22, 3, 20, 9, 8],
"result" : "invalid"
},
{
"tcId" : 2809,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "dc67fed1e54bcf775e5f3502907440ba6c53925957dfeeb85aedb567518d5d40",
"tweak" : "21616b557a98c5a5",
"msg" : [21, 5, 16, 7, 4, 23, 8, 26, 11, 16, 2, 11, 23, 7, 10, 4, 2, 24, 15, 0, 19, 15],
"ct" : [17, 4, 5, 11, 15, 7, 8, 11, 20, 3, 18, 14, 7, 24, 14, 13, 18, 10, 5, 7, 14, 9],
"result" : "invalid"
},
{
"tcId" : 2810,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "dc67fed1e54bcf775e5f3502907440ba6c53925957dfeeb85aedb567518d5d40",
"tweak" : "21616b557a98c5a5",
"msg" : [21, 5, 16, 7, 4, 23, 8, 8, 11, 16, 2, 11, 23, 7, 10, 4, 2, 24, 15, 0, 19, 26],
"ct" : [14, 3, 12, 8, 16, 2, 5, 13, 0, 3, 19, 14, 12, 9, 8, 12, 3, 13, 0, 17, 19, 15],
"result" : "invalid"
}
]
},
{
"keySize" : 256,
"msgSize" : 23,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 2811,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "0d3ce9853bb4fc12233e5c394be7fa40a52f13ce1a348b3ebf7656fb5dd4357b",
"tweak" : "bf83b0337f56f7bf",
"msg" : [0, 19, 19, 14, 7, 16, 2, 11, 25, 23, 17, 2, 5, 22, 0, 3, 7, 8, 15, 5, 12, 24, 16],
"ct" : [21, 11, 14, 18, 7, 23, 15, 24, 20, 2, 24, 5, 12, 0, 15, 7, 7, 0, 14, 3, 6, 10, 1],
"result" : "valid"
},
{
"tcId" : 2812,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "feb11712808e3633c6687fd99a8f8738baba4ee99b0d2489a308ef5b3bc57217",
"tweak" : "7738e9d9521066bd",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [9, 1, 22, 18, 16, 8, 1, 16, 23, 1, 14, 24, 11, 3, 7, 6, 15, 10, 16, 15, 19, 6, 14],
"result" : "valid"
},
{
"tcId" : 2813,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "feb11712808e3633c6687fd99a8f8738baba4ee99b0d2489a308ef5b3bc57217",
"tweak" : "7738e9d9521066bd",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"ct" : [20, 21, 15, 0, 7, 0, 5, 11, 10, 14, 7, 3, 9, 14, 7, 8, 20, 1, 11, 21, 7, 14, 18],
"result" : "valid"
},
{
"tcId" : 2814,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "feb11712808e3633c6687fd99a8f8738baba4ee99b0d2489a308ef5b3bc57217",
"tweak" : "7738e9d9521066bd",
"msg" : [15, 24, 19, 2, 4, 23, 8, 8, 15, 22, 8, 19, 16, 11, 12, 18, 0, 18, 6, 15, 13, 11, 22],
"ct" : [21, 18, 18, 15, 6, 4, 24, 6, 13, 1, 13, 3, 13, 24, 6, 0, 2, 18, 18, 23, 23, 3, 0],
"result" : "valid"
},
{
"tcId" : 2815,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "feb11712808e3633c6687fd99a8f8738baba4ee99b0d2489a308ef5b3bc57217",
"tweak" : "7738e9d9521066bd",
"msg" : [15, 24, 19, 2, 4, 23, 8, 8, 15, 22, 7, 19, 16, 11, 12, 18, 0, 18, 6, 15, 13, 11, 21],
"ct" : [6, 1, 4, 9, 18, 25, 21, 18, 7, 18, 25, 19, 22, 17, 5, 19, 10, 15, 21, 2, 6, 21, 6],
"result" : "valid"
},
{
"tcId" : 2816,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "feb11712808e3633c6687fd99a8f8738baba4ee99b0d2489a308ef5b3bc57217",
"tweak" : "7738e9d9521066bd",
"msg" : [3, 12, 10, 3, 18, 1, 19, 0, 11, 18, 18, 7, 15, 11, 8, 23, 14, 23, 10, 4, 23, 5, 22],
"ct" : [23, 11, 6, 18, 10, 7, 10, 14, 9, 14, 0, 17, 11, 1, 8, 7, 13, 10, 11, 10, 12, 23, 20],
"result" : "valid"
},
{
"tcId" : 2817,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "feb11712808e3633c6687fd99a8f8738baba4ee99b0d2489a308ef5b3bc57217",
"tweak" : "7738e9d9521066bd",
"msg" : [22, 4, 0, 5, 8, 23, 14, 1, 10, 19, 15, 13, 16, 8, 23, 25, 3, 18, 0, 11, 23, 20, 4],
"ct" : [13, 4, 3, 21, 4, 0, 18, 12, 1, 1, 14, 12, 6, 16, 25, 10, 6, 10, 25, 14, 12, 4, 14],
"result" : "valid"
},
{
"tcId" : 2818,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "feb11712808e3633c6687fd99a8f8738baba4ee99b0d2489a308ef5b3bc57217",
"tweak" : "7738e9d9521066bd",
"msg" : [9, 13, 6, 2, 1, 14, 9, 19, 9, 24, 2, 8, 13, 19, 4, 3, 14, 12, 15, 8, 10, 9, 4],
"ct" : [1, 10, 10, 22, 14, 10, 12, 2, 23, 5, 1, 10, 20, 14, 12, 3, 17, 15, 3, 4, 17, 2, 7],
"result" : "valid"
},
{
"tcId" : 2819,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "feb11712808e3633c6687fd99a8f8738baba4ee99b0d2489a308ef5b3bc57217",
"tweak" : "7738e9d9521066bd",
"msg" : [7, 23, 12, 18, 12, 4, 13, 15, 10, 20, 15, 21, 19, 23, 10, 5, 25, 9, 1, 6, 25, 3, 22],
"ct" : [22, 14, 20, 2, 4, 7, 6, 3, 20, 0, 14, 1, 18, 7, 0, 19, 8, 3, 23, 25, 5, 19, 20],
"result" : "valid"
},
{
"tcId" : 2820,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "feb11712808e3633c6687fd99a8f8738baba4ee99b0d2489a308ef5b3bc57217",
"tweak" : "7738e9d9521066bd",
"msg" : [19, 5, 2, 16, 14, 4, 9, 6, 23, 9, 22, 3, 24, 14, 7, 5, 17, 19, 3, 5, 14, 25, 11],
"ct" : [8, 8, 4, 0, 23, 14, 3, 15, 20, 18, 14, 22, 9, 9, 25, 4, 16, 12, 11, 24, 14, 18, 0],
"result" : "valid"
},
{
"tcId" : 2821,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "feb11712808e3633c6687fd99a8f8738baba4ee99b0d2489a308ef5b3bc57217",
"tweak" : "7738e9d9521066bd",
"msg" : [12, 13, 11, 5, 17, 7, 18, 17, 11, 1, 7, 16, 23, 11, 23, 14, 20, 15, 9, 1, 6, 6, 2],
"ct" : [0, 19, 11, 5, 8, 4, 13, 21, 14, 25, 21, 3, 13, 1, 10, 13, 7, 3, 12, 24, 21, 4, 12],
"result" : "valid"
},
{
"tcId" : 2822,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "feb11712808e3633c6687fd99a8f8738baba4ee99b0d2489a308ef5b3bc57217",
"tweak" : "7738e9d9521066bd",
"msg" : [4, 1, 9, 22, 5, 7, 19, 15, 2, 1, 24, 13, 21, 23, 15, 22, 10, 5, 4, 6, 17, 22, 21],
"ct" : [14, 8, 1, 4, 22, 5, 11, 4, 17, 12, 11, 24, 1, 5, 21, 3, 11, 1, 0, 11, 12, 19, 23],
"result" : "valid"
},
{
"tcId" : 2823,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "feb11712808e3633c6687fd99a8f8738baba4ee99b0d2489a308ef5b3bc57217",
"tweak" : "7738e9d9521066bd",
"msg" : [21, 25, 12, 10, 9, 17, 14, 5, 10, 16, 8, 0, 16, 24, 9, 19, 14, 14, 2, 18, 9, 6, 4],
"ct" : [8, 8, 23, 19, 7, 9, 11, 17, 22, 8, 14, 7, 8, 21, 17, 7, 22, 13, 25, 20, 12, 1, 4],
"result" : "valid"
},
{
"tcId" : 2824,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "feb11712808e3633c6687fd99a8f8738baba4ee99b0d2489a308ef5b3bc57217",
"tweak" : "7738e9d9521066bd",
"msg" : [6, 23, 6, 23, 12, 17, 21, 0, 25, 3, 1, 1, 0, 4, 13, 19, 23, 14, 18, 18, 21, 8, 15],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 2825,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "feb11712808e3633c6687fd99a8f8738baba4ee99b0d2489a308ef5b3bc57217",
"tweak" : "7738e9d9521066bd",
"msg" : [9, 25, 0, 12, 16, 0, 8, 21, 0, 11, 19, 1, 4, 21, 20, 18, 21, 15, 17, 10, 14, 17, 21],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 2826,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "feb11712808e3633c6687fd99a8f8738baba4ee99b0d2489a308ef5b3bc57217",
"tweak" : "7738e9d9521066bd",
"msg" : [16, 15, 11, 6, 17, 7, 4, 20, 25, 5, 5, 14, 1, 3, 9, 16, 6, 23, 6, 0, 4, 20, 1],
"ct" : [15, 24, 19, 2, 4, 23, 8, 8, 15, 22, 8, 19, 16, 11, 12, 18, 0, 18, 6, 15, 13, 11, 22],
"result" : "valid"
},
{
"tcId" : 2827,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "feb11712808e3633c6687fd99a8f8738baba4ee99b0d2489a308ef5b3bc57217",
"tweak" : "7738e9d9521066bd",
"msg" : [12, 9, 16, 4, 8, 17, 18, 19, 13, 24, 23, 9, 2, 22, 19, 4, 25, 14, 15, 5, 16, 20, 8],
"ct" : [15, 24, 19, 2, 4, 23, 8, 8, 15, 22, 7, 19, 16, 11, 12, 18, 0, 18, 6, 15, 13, 11, 21],
"result" : "valid"
},
{
"tcId" : 2828,
"comment" : "y is edge case for modular reduction and a = 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "cd3e0f25e5ef2c31729cedd89aea795d0a08f7b42c0397f4caa27c6806c519a3",
"tweak" : "f35323cf6ba3b6",
"msg" : [12, 22, 17, 1, 2, 5, 10, 13, 6, 22, 6, 24, 25, 25, 22, 21, 12, 25, 16, 2, 21, 25, 8],
"ct" : [13, 25, 8, 2, 6, 18, 18, 0, 4, 5, 0, 1, 22, 5, 11, 16, 9, 24, 5, 25, 17, 7, 2],
"result" : "valid"
},
{
"tcId" : 2829,
"comment" : "y is edge case for modular reduction and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "cd3e0f25e5ef2c31729cedd89aea795d0a08f7b42c0397f4caa27c6806c519a3",
"tweak" : "f35323cf6ba3b6",
"msg" : [3, 22, 8, 24, 2, 6, 1, 0, 22, 23, 16, 12, 14, 21, 22, 17, 13, 15, 14, 15, 13, 0, 22],
"ct" : [13, 25, 8, 2, 6, 18, 18, 0, 4, 5, 1, 8, 23, 18, 22, 24, 5, 19, 15, 23, 22, 6, 9],
"result" : "valid"
},
{
"tcId" : 2830,
"comment" : "y is edge case for modular reduction and (y + a) % radix**11 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "cd3e0f25e5ef2c31729cedd89aea795d0a08f7b42c0397f4caa27c6806c519a3",
"tweak" : "f35323cf6ba3b6",
"msg" : [10, 4, 5, 21, 9, 24, 0, 14, 16, 20, 13, 15, 18, 15, 24, 9, 0, 0, 21, 24, 20, 7, 21],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 12, 23, 19, 4, 21, 4, 20, 8, 17, 1, 2, 5],
"result" : "valid"
},
{
"tcId" : 2831,
"comment" : "y is edge case for modular reduction and (y + a) % radix**11 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "cd3e0f25e5ef2c31729cedd89aea795d0a08f7b42c0397f4caa27c6806c519a3",
"tweak" : "f35323cf6ba3b6",
"msg" : [3, 4, 9, 16, 10, 7, 6, 5, 23, 10, 0, 1, 7, 4, 11, 23, 21, 23, 7, 7, 6, 22, 19],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 9, 13, 19, 21, 6, 14, 18, 12, 8, 20, 22],
"result" : "valid"
},
{
"tcId" : 2832,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "cd3e0f25e5ef2c31729cedd89aea795d0a08f7b42c0397f4caa27c6806c519a3",
"tweak" : "f35323cf6ba3b6",
"msg" : [1, 10, 25, 9, 15, 21, 18, 17, 25, 24, 16, 3, 2, 5, 13, 12, 2, 23, 11, 20, 18, 17, 15],
"ct" : [3, 24, 1, 4, 11, 16, 0, 8, 20, 1, 8, 14, 12, 21, 21, 3, 15, 9, 7, 7, 10, 20, 18],
"result" : "valid"
},
{
"tcId" : 2833,
"comment" : "y is edge case for modular reduction and a is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "cd3e0f25e5ef2c31729cedd89aea795d0a08f7b42c0397f4caa27c6806c519a3",
"tweak" : "f35323cf6ba3b6",
"msg" : [7, 19, 17, 19, 11, 7, 24, 3, 3, 9, 21, 16, 8, 6, 18, 10, 7, 14, 18, 20, 0, 14, 9],
"ct" : [13, 25, 8, 2, 6, 18, 18, 0, 4, 4, 25, 6, 11, 0, 17, 17, 16, 8, 19, 12, 5, 9, 6],
"result" : "valid"
},
{
"tcId" : 2834,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "ad4918b57782cbf6a641d6f9531d57ba353eb7a615eb36b449c0b076fe1693f6",
"tweak" : "247c466d8f9108e2",
"msg" : [-1, 20, 20, 3, 20, 9, 10, 6, 3, 22, 0, 11, 1, 23, 14, 0, 18, 20, 0, 16, 9, 23, 5],
"ct" : [17, 11, 7, 0, 24, 24, 9, 14, 16, 5, 22, 9, 23, 15, 2, 5, 9, 20, 14, 21, 0, 7, 1],
"result" : "invalid"
},
{
"tcId" : 2835,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "ad4918b57782cbf6a641d6f9531d57ba353eb7a615eb36b449c0b076fe1693f6",
"tweak" : "247c466d8f9108e2",
"msg" : [16, 20, 20, 3, 20, 9, 10, -1, 3, 22, 0, 11, 1, 23, 14, 0, 18, 20, 0, 16, 9, 23, 5],
"ct" : [23, 17, 17, 16, 21, 16, 14, 23, 4, 22, 5, 10, 15, 15, 25, 8, 9, 9, 13, 0, 21, 18, 17],
"result" : "invalid"
},
{
"tcId" : 2836,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "ad4918b57782cbf6a641d6f9531d57ba353eb7a615eb36b449c0b076fe1693f6",
"tweak" : "247c466d8f9108e2",
"msg" : [16, 20, 20, 3, 20, 9, 10, 6, 3, 22, 0, 11, 1, 23, 14, 0, 18, 20, 0, 16, 9, 23, -1],
"ct" : [17, 3, 0, 8, 8, 15, 10, 19, 15, 14, 7, 15, 19, 0, 16, 23, 23, 10, 17, 18, 15, 1, 4],
"result" : "invalid"
},
{
"tcId" : 2837,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "5ebdbd127f03d902873826b4e2a53267aa226f992bdfd2f3abe5f699fdeda44e",
"tweak" : "cb57ad5a2f05765c",
"msg" : [26, 2, 1, 5, 4, 15, 21, 12, 13, 14, 20, 19, 6, 6, 3, 0, 3, 11, 12, 20, 19, 1, 2],
"ct" : [9, 9, 23, 23, 0, 10, 3, 16, 5, 8, 0, 15, 23, 7, 10, 25, 2, 5, 6, 9, 12, 12, 19],
"result" : "invalid"
},
{
"tcId" : 2838,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "5ebdbd127f03d902873826b4e2a53267aa226f992bdfd2f3abe5f699fdeda44e",
"tweak" : "cb57ad5a2f05765c",
"msg" : [8, 2, 1, 5, 4, 15, 21, 26, 13, 14, 20, 19, 6, 6, 3, 0, 3, 11, 12, 20, 19, 1, 2],
"ct" : [12, 1, 14, 19, 16, 22, 21, 23, 21, 21, 0, 2, 13, 17, 17, 2, 20, 9, 6, 10, 0, 9, 0],
"result" : "invalid"
},
{
"tcId" : 2839,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "5ebdbd127f03d902873826b4e2a53267aa226f992bdfd2f3abe5f699fdeda44e",
"tweak" : "cb57ad5a2f05765c",
"msg" : [8, 2, 1, 5, 4, 15, 21, 12, 13, 14, 20, 19, 6, 6, 3, 0, 3, 11, 12, 20, 19, 1, 26],
"ct" : [20, 6, 6, 20, 13, 4, 24, 23, 25, 9, 9, 17, 11, 21, 16, 22, 4, 11, 4, 7, 16, 2, 21],
"result" : "invalid"
}
]
},
{
"keySize" : 256,
"msgSize" : 24,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 2840,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "6dd6f146d834e25b75f7cde4071293e1cb4ed6be6f3e93a1338f21699c844fef",
"tweak" : "a043702fce39a1ce",
"msg" : [20, 20, 21, 0, 20, 23, 23, 25, 0, 16, 24, 5, 5, 24, 16, 15, 6, 16, 4, 14, 20, 10, 18, 2],
"ct" : [10, 2, 9, 9, 23, 1, 18, 5, 23, 18, 6, 14, 0, 0, 11, 5, 0, 8, 14, 20, 16, 5, 11, 4],
"result" : "valid"
},
{
"tcId" : 2841,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "11af972b20b14ef4b81a905c3e94fe56acfd46b9e53f3c4310e69a1a0c161a72",
"tweak" : "2e677aed4931f7b2",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [21, 19, 15, 3, 20, 6, 13, 8, 7, 22, 22, 12, 11, 13, 2, 2, 12, 11, 12, 5, 18, 14, 7, 24],
"result" : "valid"
},
{
"tcId" : 2842,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "11af972b20b14ef4b81a905c3e94fe56acfd46b9e53f3c4310e69a1a0c161a72",
"tweak" : "2e677aed4931f7b2",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"ct" : [4, 16, 20, 20, 6, 25, 18, 18, 10, 6, 21, 3, 9, 8, 1, 13, 11, 20, 19, 18, 7, 21, 7, 5],
"result" : "valid"
},
{
"tcId" : 2843,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "11af972b20b14ef4b81a905c3e94fe56acfd46b9e53f3c4310e69a1a0c161a72",
"tweak" : "2e677aed4931f7b2",
"msg" : [19, 16, 11, 12, 18, 0, 18, 6, 15, 13, 11, 22, 19, 16, 11, 12, 18, 0, 18, 6, 15, 13, 11, 22],
"ct" : [21, 0, 17, 12, 8, 12, 13, 13, 15, 5, 8, 12, 6, 22, 13, 10, 1, 9, 9, 18, 17, 0, 20, 11],
"result" : "valid"
},
{
"tcId" : 2844,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "11af972b20b14ef4b81a905c3e94fe56acfd46b9e53f3c4310e69a1a0c161a72",
"tweak" : "2e677aed4931f7b2",
"msg" : [19, 16, 11, 12, 18, 0, 18, 6, 15, 13, 11, 21, 19, 16, 11, 12, 18, 0, 18, 6, 15, 13, 11, 21],
"ct" : [9, 3, 2, 17, 18, 11, 2, 25, 21, 8, 15, 6, 5, 21, 17, 19, 3, 25, 18, 11, 15, 8, 0, 4],
"result" : "valid"
},
{
"tcId" : 2845,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "11af972b20b14ef4b81a905c3e94fe56acfd46b9e53f3c4310e69a1a0c161a72",
"tweak" : "2e677aed4931f7b2",
"msg" : [12, 24, 22, 8, 20, 12, 18, 3, 11, 0, 12, 0, 25, 23, 20, 6, 16, 1, 0, 3, 6, 14, 20, 9],
"ct" : [12, 1, 3, 0, 9, 10, 18, 11, 1, 7, 21, 16, 5, 25, 20, 5, 4, 10, 1, 6, 7, 17, 9, 4],
"result" : "valid"
},
{
"tcId" : 2846,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "11af972b20b14ef4b81a905c3e94fe56acfd46b9e53f3c4310e69a1a0c161a72",
"tweak" : "2e677aed4931f7b2",
"msg" : [10, 23, 18, 15, 3, 13, 6, 6, 12, 8, 10, 3, 8, 15, 17, 19, 11, 22, 13, 21, 21, 0, 25, 11],
"ct" : [12, 23, 19, 12, 23, 12, 16, 22, 0, 21, 6, 0, 23, 2, 25, 7, 8, 21, 0, 5, 21, 20, 7, 22],
"result" : "valid"
},
{
"tcId" : 2847,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "11af972b20b14ef4b81a905c3e94fe56acfd46b9e53f3c4310e69a1a0c161a72",
"tweak" : "2e677aed4931f7b2",
"msg" : [9, 11, 0, 0, 1, 14, 11, 6, 12, 1, 5, 6, 16, 23, 21, 24, 9, 17, 23, 16, 12, 3, 12, 2],
"ct" : [19, 7, 17, 20, 14, 0, 6, 16, 8, 10, 18, 11, 1, 16, 1, 25, 12, 19, 17, 7, 9, 10, 24, 24],
"result" : "valid"
},
{
"tcId" : 2848,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "11af972b20b14ef4b81a905c3e94fe56acfd46b9e53f3c4310e69a1a0c161a72",
"tweak" : "2e677aed4931f7b2",
"msg" : [14, 23, 16, 15, 4, 11, 23, 5, 6, 25, 14, 6, 11, 18, 14, 23, 0, 21, 13, 5, 20, 17, 4, 18],
"ct" : [6, 21, 10, 4, 10, 19, 0, 24, 17, 7, 17, 5, 5, 15, 7, 9, 10, 21, 18, 12, 3, 15, 12, 20],
"result" : "valid"
},
{
"tcId" : 2849,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "11af972b20b14ef4b81a905c3e94fe56acfd46b9e53f3c4310e69a1a0c161a72",
"tweak" : "2e677aed4931f7b2",
"msg" : [2, 4, 6, 10, 3, 25, 15, 23, 3, 21, 4, 23, 23, 6, 14, 5, 25, 17, 10, 7, 6, 25, 22, 4],
"ct" : [15, 18, 24, 23, 23, 21, 6, 6, 25, 20, 7, 20, 21, 22, 9, 22, 16, 16, 12, 0, 21, 14, 15, 17],
"result" : "valid"
},
{
"tcId" : 2850,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "11af972b20b14ef4b81a905c3e94fe56acfd46b9e53f3c4310e69a1a0c161a72",
"tweak" : "2e677aed4931f7b2",
"msg" : [7, 0, 7, 24, 18, 12, 7, 22, 5, 13, 24, 1, 23, 24, 16, 6, 25, 13, 4, 5, 12, 20, 3, 4],
"ct" : [4, 5, 0, 17, 8, 1, 3, 15, 20, 6, 13, 15, 4, 11, 11, 4, 16, 8, 1, 21, 3, 7, 17, 6],
"result" : "valid"
},
{
"tcId" : 2851,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "11af972b20b14ef4b81a905c3e94fe56acfd46b9e53f3c4310e69a1a0c161a72",
"tweak" : "2e677aed4931f7b2",
"msg" : [3, 0, 24, 3, 2, 25, 15, 8, 21, 20, 12, 6, 11, 7, 14, 4, 3, 12, 23, 9, 5, 22, 3, 6],
"ct" : [5, 18, 9, 5, 8, 22, 13, 23, 23, 13, 13, 15, 1, 0, 19, 9, 8, 3, 21, 4, 19, 12, 12, 5],
"result" : "valid"
},
{
"tcId" : 2852,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "11af972b20b14ef4b81a905c3e94fe56acfd46b9e53f3c4310e69a1a0c161a72",
"tweak" : "2e677aed4931f7b2",
"msg" : [13, 13, 6, 20, 16, 6, 11, 3, 0, 18, 0, 20, 11, 11, 11, 12, 14, 12, 8, 9, 3, 19, 18, 25],
"ct" : [5, 20, 5, 8, 3, 10, 12, 9, 1, 9, 14, 24, 19, 3, 16, 22, 0, 12, 22, 24, 17, 6, 24, 18],
"result" : "valid"
},
{
"tcId" : 2853,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "11af972b20b14ef4b81a905c3e94fe56acfd46b9e53f3c4310e69a1a0c161a72",
"tweak" : "2e677aed4931f7b2",
"msg" : [18, 20, 25, 13, 21, 24, 1, 18, 11, 19, 13, 0, 6, 22, 23, 1, 10, 17, 19, 19, 13, 10, 13, 21],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 2854,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "11af972b20b14ef4b81a905c3e94fe56acfd46b9e53f3c4310e69a1a0c161a72",
"tweak" : "2e677aed4931f7b2",
"msg" : [17, 2, 21, 10, 16, 23, 18, 1, 10, 14, 11, 24, 8, 3, 17, 18, 24, 2, 16, 18, 2, 16, 19, 11],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 2855,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "11af972b20b14ef4b81a905c3e94fe56acfd46b9e53f3c4310e69a1a0c161a72",
"tweak" : "2e677aed4931f7b2",
"msg" : [3, 1, 6, 10, 10, 17, 21, 3, 6, 20, 1, 18, 17, 9, 9, 12, 7, 5, 6, 13, 11, 9, 21, 17],
"ct" : [19, 16, 11, 12, 18, 0, 18, 6, 15, 13, 11, 22, 19, 16, 11, 12, 18, 0, 18, 6, 15, 13, 11, 22],
"result" : "valid"
},
{
"tcId" : 2856,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "11af972b20b14ef4b81a905c3e94fe56acfd46b9e53f3c4310e69a1a0c161a72",
"tweak" : "2e677aed4931f7b2",
"msg" : [4, 23, 13, 22, 7, 3, 10, 1, 18, 15, 15, 22, 9, 8, 25, 12, 21, 22, 9, 25, 19, 1, 5, 7],
"ct" : [19, 16, 11, 12, 18, 0, 18, 6, 15, 13, 11, 21, 19, 16, 11, 12, 18, 0, 18, 6, 15, 13, 11, 21],
"result" : "valid"
},
{
"tcId" : 2857,
"comment" : "y = 1 and a = 0 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "0e56f9baa411d7bdd9efcb795a2b336c0ae18b7ba650535caf3bc68dd15f2ada",
"tweak" : "9c9a5a15e682af",
"msg" : [14, 6, 14, 1, 8, 24, 18, 4, 25, 24, 10, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [20, 1, 1, 8, 3, 20, 23, 6, 15, 8, 6, 0, 21, 13, 19, 10, 23, 11, 18, 9, 6, 9, 17, 1],
"result" : "valid"
},
{
"tcId" : 2858,
"comment" : "y = 1 and a = 1 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "0e56f9baa411d7bdd9efcb795a2b336c0ae18b7ba650535caf3bc68dd15f2ada",
"tweak" : "9c9a5a15e682af",
"msg" : [9, 11, 15, 12, 17, 16, 16, 5, 19, 12, 12, 22, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1],
"ct" : [17, 7, 21, 21, 2, 12, 11, 6, 21, 1, 14, 23, 21, 23, 13, 18, 24, 15, 11, 19, 17, 22, 4, 17],
"result" : "valid"
},
{
"tcId" : 2859,
"comment" : "y = 1 and a has large Hamming weight in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "0e56f9baa411d7bdd9efcb795a2b336c0ae18b7ba650535caf3bc68dd15f2ada",
"tweak" : "9c9a5a15e682af",
"msg" : [19, 15, 13, 2, 9, 8, 2, 7, 4, 5, 15, 12, 19, 16, 11, 12, 18, 0, 18, 6, 15, 13, 11, 22],
"ct" : [6, 18, 14, 8, 13, 17, 25, 0, 3, 4, 6, 15, 22, 6, 11, 19, 1, 6, 6, 13, 2, 25, 1, 6],
"result" : "valid"
},
{
"tcId" : 2860,
"comment" : "y = 1 and (y + a) % radix**12 is maximal in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "0e56f9baa411d7bdd9efcb795a2b336c0ae18b7ba650535caf3bc68dd15f2ada",
"tweak" : "9c9a5a15e682af",
"msg" : [22, 20, 20, 8, 17, 25, 24, 11, 0, 2, 10, 2, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 24],
"ct" : [5, 1, 8, 14, 6, 3, 6, 8, 20, 12, 10, 6, 9, 17, 13, 12, 22, 5, 13, 19, 19, 11, 0, 20],
"result" : "valid"
},
{
"tcId" : 2861,
"comment" : "y = 1 and (y + a) % radix**12 == 0 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "0e56f9baa411d7bdd9efcb795a2b336c0ae18b7ba650535caf3bc68dd15f2ada",
"tweak" : "9c9a5a15e682af",
"msg" : [7, 12, 6, 19, 1, 19, 20, 9, 6, 8, 16, 1, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"ct" : [9, 23, 15, 4, 20, 0, 5, 8, 12, 18, 13, 23, 6, 8, 23, 15, 5, 2, 23, 9, 12, 14, 19, 4],
"result" : "valid"
},
{
"tcId" : 2862,
"comment" : "y is edge case for modular reduction and a = 0 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "0e56f9baa411d7bdd9efcb795a2b336c0ae18b7ba650535caf3bc68dd15f2ada",
"tweak" : "557ddb812eefde",
"msg" : [17, 8, 5, 24, 15, 22, 20, 10, 10, 0, 23, 11, 13, 9, 6, 10, 19, 6, 17, 12, 1, 17, 22, 21],
"ct" : [4, 17, 22, 24, 15, 22, 1, 5, 3, 14, 22, 22, 2, 10, 19, 8, 12, 18, 11, 23, 25, 12, 5, 16],
"result" : "valid"
},
{
"tcId" : 2863,
"comment" : "y is edge case for modular reduction and a = 1 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "0e56f9baa411d7bdd9efcb795a2b336c0ae18b7ba650535caf3bc68dd15f2ada",
"tweak" : "557ddb812eefde",
"msg" : [25, 3, 10, 8, 11, 13, 16, 12, 0, 8, 25, 23, 25, 19, 1, 14, 8, 1, 16, 23, 18, 20, 6, 11],
"ct" : [2, 7, 1, 5, 17, 14, 11, 9, 10, 2, 15, 13, 12, 7, 8, 5, 2, 23, 12, 6, 2, 1, 25, 10],
"result" : "valid"
},
{
"tcId" : 2864,
"comment" : "y is edge case for modular reduction and (y + a) % radix**12 is maximal in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "0e56f9baa411d7bdd9efcb795a2b336c0ae18b7ba650535caf3bc68dd15f2ada",
"tweak" : "557ddb812eefde",
"msg" : [0, 6, 12, 23, 8, 1, 16, 25, 12, 10, 20, 0, 5, 24, 2, 14, 22, 5, 17, 11, 2, 23, 11, 25],
"ct" : [20, 25, 5, 25, 9, 17, 12, 3, 7, 6, 8, 18, 11, 13, 9, 5, 24, 6, 5, 21, 7, 2, 21, 3],
"result" : "valid"
},
{
"tcId" : 2865,
"comment" : "y is edge case for modular reduction and (y + a) % radix**12 == 0 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "0e56f9baa411d7bdd9efcb795a2b336c0ae18b7ba650535caf3bc68dd15f2ada",
"tweak" : "557ddb812eefde",
"msg" : [21, 12, 13, 0, 18, 24, 21, 3, 6, 22, 20, 12, 11, 25, 19, 15, 5, 22, 17, 13, 13, 4, 24, 5],
"ct" : [14, 7, 19, 4, 11, 19, 20, 20, 24, 20, 16, 2, 8, 11, 20, 6, 14, 23, 11, 11, 22, 9, 6, 10],
"result" : "valid"
},
{
"tcId" : 2866,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "0e56f9baa411d7bdd9efcb795a2b336c0ae18b7ba650535caf3bc68dd15f2ada",
"tweak" : "557ddb812eefde",
"msg" : [17, 18, 9, 25, 15, 16, 23, 19, 10, 18, 21, 15, 24, 24, 5, 24, 9, 9, 11, 3, 21, 22, 14, 14],
"ct" : [22, 22, 13, 10, 14, 16, 11, 24, 14, 13, 0, 20, 1, 15, 7, 20, 8, 4, 0, 9, 24, 7, 5, 25],
"result" : "valid"
},
{
"tcId" : 2867,
"comment" : "y is edge case for modular reduction and a is maximal in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "0e56f9baa411d7bdd9efcb795a2b336c0ae18b7ba650535caf3bc68dd15f2ada",
"tweak" : "557ddb812eefde",
"msg" : [11, 24, 6, 15, 21, 14, 19, 14, 3, 7, 9, 21, 13, 1, 2, 3, 5, 14, 11, 9, 8, 13, 6, 25],
"ct" : [11, 14, 23, 19, 3, 16, 15, 15, 8, 18, 23, 3, 4, 14, 3, 8, 9, 21, 17, 2, 21, 11, 9, 0],
"result" : "valid"
},
{
"tcId" : 2868,
"comment" : "y is maximal after modular reduction and (y + a) % radix**12 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "0e56f9baa411d7bdd9efcb795a2b336c0ae18b7ba650535caf3bc68dd15f2ada",
"tweak" : "88bb1cf98aa0c6",
"msg" : [18, 1, 11, 23, 17, 22, 3, 19, 9, 6, 22, 12, 9, 21, 4, 5, 6, 3, 19, 7, 5, 11, 11, 12],
"ct" : [15, 2, 8, 7, 7, 8, 21, 4, 21, 11, 16, 11, 16, 4, 22, 12, 9, 7, 0, 3, 23, 23, 19, 16],
"result" : "valid"
},
{
"tcId" : 2869,
"comment" : "y is maximal after modular reduction and (y + a) % radix**12 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "0e56f9baa411d7bdd9efcb795a2b336c0ae18b7ba650535caf3bc68dd15f2ada",
"tweak" : "88bb1cf98aa0c6",
"msg" : [1, 8, 6, 12, 21, 10, 20, 19, 23, 10, 14, 24, 25, 14, 6, 7, 19, 13, 3, 18, 16, 9, 14, 21],
"ct" : [10, 3, 0, 22, 20, 17, 22, 16, 17, 12, 6, 9, 12, 18, 11, 22, 9, 2, 24, 18, 23, 13, 8, 12],
"result" : "valid"
},
{
"tcId" : 2870,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "0e56f9baa411d7bdd9efcb795a2b336c0ae18b7ba650535caf3bc68dd15f2ada",
"tweak" : "88bb1cf98aa0c6",
"msg" : [15, 12, 18, 9, 10, 7, 18, 11, 12, 12, 20, 8, 20, 18, 4, 9, 11, 6, 4, 22, 8, 25, 19, 17],
"ct" : [23, 0, 25, 16, 3, 7, 8, 22, 10, 9, 0, 13, 5, 17, 19, 2, 10, 15, 13, 0, 21, 12, 11, 15],
"result" : "valid"
},
{
"tcId" : 2871,
"comment" : "y is maximal after modular reduction and a is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "0e56f9baa411d7bdd9efcb795a2b336c0ae18b7ba650535caf3bc68dd15f2ada",
"tweak" : "88bb1cf98aa0c6",
"msg" : [6, 18, 1, 21, 2, 13, 6, 18, 2, 7, 19, 12, 8, 19, 3, 14, 23, 1, 3, 17, 14, 24, 23, 22],
"ct" : [16, 19, 8, 3, 13, 14, 1, 25, 21, 19, 5, 8, 24, 16, 13, 25, 7, 16, 1, 6, 14, 14, 20, 20],
"result" : "valid"
},
{
"tcId" : 2872,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "f9c16b469c7b8f158194d619cc5aab9b6cc05020040e50f0e15d20bda3e70b74",
"tweak" : "b1fb20f69cda04bb",
"msg" : [-1, 22, 3, 14, 16, 13, 2, 11, 3, 5, 0, 5, 24, 18, 24, 19, 1, 14, 25, 5, 22, 9, 4, 23],
"ct" : [10, 14, 10, 11, 1, 25, 2, 5, 2, 24, 21, 6, 1, 14, 19, 0, 18, 18, 12, 6, 4, 12, 16, 16],
"result" : "invalid"
},
{
"tcId" : 2873,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "f9c16b469c7b8f158194d619cc5aab9b6cc05020040e50f0e15d20bda3e70b74",
"tweak" : "b1fb20f69cda04bb",
"msg" : [15, 22, 3, 14, 16, 13, 2, 11, -1, 5, 0, 5, 24, 18, 24, 19, 1, 14, 25, 5, 22, 9, 4, 23],
"ct" : [7, 21, 18, 3, 8, 11, 2, 8, 6, 21, 10, 4, 17, 14, 4, 21, 20, 11, 19, 23, 6, 1, 21, 1],
"result" : "invalid"
},
{
"tcId" : 2874,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "f9c16b469c7b8f158194d619cc5aab9b6cc05020040e50f0e15d20bda3e70b74",
"tweak" : "b1fb20f69cda04bb",
"msg" : [15, 22, 3, 14, 16, 13, 2, 11, 3, 5, 0, 5, 24, 18, 24, 19, 1, 14, 25, 5, 22, 9, 4, -1],
"ct" : [13, 10, 3, 4, 2, 5, 10, 1, 11, 21, 23, 15, 7, 19, 23, 2, 4, 7, 23, 3, 10, 5, 8, 23],
"result" : "invalid"
},
{
"tcId" : 2875,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "65a3418c0d87dd845113157b8ed734c3758feed3a2d164b2e3f6e48759a53f50",
"tweak" : "d8f03b64db04b178",
"msg" : [26, 19, 17, 1, 3, 18, 13, 10, 16, 1, 0, 0, 4, 19, 9, 12, 22, 16, 25, 9, 0, 19, 1, 18],
"ct" : [20, 9, 25, 15, 6, 20, 21, 1, 19, 10, 4, 20, 8, 19, 15, 20, 24, 3, 8, 8, 20, 18, 21, 1],
"result" : "invalid"
},
{
"tcId" : 2876,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "65a3418c0d87dd845113157b8ed734c3758feed3a2d164b2e3f6e48759a53f50",
"tweak" : "d8f03b64db04b178",
"msg" : [3, 19, 17, 1, 3, 18, 13, 10, 26, 1, 0, 0, 4, 19, 9, 12, 22, 16, 25, 9, 0, 19, 1, 18],
"ct" : [1, 22, 6, 5, 8, 2, 6, 10, 23, 10, 23, 17, 7, 17, 16, 14, 8, 13, 12, 23, 19, 15, 3, 12],
"result" : "invalid"
},
{
"tcId" : 2877,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "65a3418c0d87dd845113157b8ed734c3758feed3a2d164b2e3f6e48759a53f50",
"tweak" : "d8f03b64db04b178",
"msg" : [3, 19, 17, 1, 3, 18, 13, 10, 16, 1, 0, 0, 4, 19, 9, 12, 22, 16, 25, 9, 0, 19, 1, 26],
"ct" : [21, 21, 25, 19, 21, 6, 4, 18, 25, 15, 17, 5, 15, 24, 19, 4, 12, 15, 4, 23, 20, 25, 6, 3],
"result" : "invalid"
}
]
},
{
"keySize" : 256,
"msgSize" : 25,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 2878,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "e0325d51f62ed182ca91eb839e255cae9917f657cb90ac5c9f891c4ecbfb44ba",
"tweak" : "6a15097e7edd42a0",
"msg" : [9, 19, 24, 20, 20, 12, 21, 12, 10, 1, 4, 0, 17, 4, 0, 10, 7, 21, 7, 0, 3, 11, 3, 14, 16],
"ct" : [12, 9, 20, 0, 4, 18, 0, 17, 13, 12, 14, 13, 23, 22, 8, 4, 16, 17, 8, 12, 24, 20, 22, 9, 25],
"result" : "valid"
},
{
"tcId" : 2879,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "257645b63af0b52ad2f749c60521c97da6b967f809283229721de624570a742b",
"tweak" : "771b26c32d3398f6",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [9, 11, 5, 2, 12, 14, 3, 3, 13, 17, 15, 10, 16, 11, 19, 13, 25, 8, 4, 8, 13, 20, 23, 16, 3],
"result" : "valid"
},
{
"tcId" : 2880,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "257645b63af0b52ad2f749c60521c97da6b967f809283229721de624570a742b",
"tweak" : "771b26c32d3398f6",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"ct" : [23, 25, 9, 17, 8, 9, 16, 12, 3, 22, 1, 12, 16, 20, 20, 9, 16, 20, 10, 15, 3, 9, 20, 21, 8],
"result" : "valid"
},
{
"tcId" : 2881,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "257645b63af0b52ad2f749c60521c97da6b967f809283229721de624570a742b",
"tweak" : "771b26c32d3398f6",
"msg" : [19, 16, 11, 12, 18, 0, 18, 6, 15, 13, 11, 22, 24, 4, 6, 3, 16, 4, 22, 12, 3, 2, 14, 15, 2],
"ct" : [9, 17, 12, 21, 1, 3, 23, 9, 17, 15, 19, 0, 20, 7, 17, 8, 21, 24, 5, 20, 24, 6, 18, 3, 12],
"result" : "valid"
},
{
"tcId" : 2882,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "257645b63af0b52ad2f749c60521c97da6b967f809283229721de624570a742b",
"tweak" : "771b26c32d3398f6",
"msg" : [19, 16, 11, 12, 18, 0, 18, 6, 15, 13, 11, 21, 24, 4, 6, 3, 16, 4, 22, 12, 3, 2, 14, 15, 1],
"ct" : [15, 2, 21, 12, 15, 3, 13, 10, 20, 14, 25, 14, 20, 23, 25, 1, 21, 16, 19, 10, 19, 6, 3, 12, 4],
"result" : "valid"
},
{
"tcId" : 2883,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "257645b63af0b52ad2f749c60521c97da6b967f809283229721de624570a742b",
"tweak" : "771b26c32d3398f6",
"msg" : [23, 2, 19, 3, 10, 8, 3, 17, 23, 6, 20, 12, 25, 24, 23, 6, 15, 24, 8, 11, 2, 6, 4, 24, 3],
"ct" : [15, 0, 19, 20, 18, 24, 23, 1, 4, 16, 14, 3, 25, 2, 25, 23, 23, 9, 17, 15, 11, 11, 25, 7, 18],
"result" : "valid"
},
{
"tcId" : 2884,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "257645b63af0b52ad2f749c60521c97da6b967f809283229721de624570a742b",
"tweak" : "771b26c32d3398f6",
"msg" : [18, 7, 1, 1, 22, 12, 22, 7, 19, 8, 11, 4, 2, 9, 15, 23, 8, 12, 1, 5, 24, 18, 21, 20, 0],
"ct" : [23, 12, 10, 14, 25, 17, 14, 2, 19, 8, 25, 20, 14, 23, 1, 10, 1, 18, 12, 22, 8, 17, 7, 17, 23],
"result" : "valid"
},
{
"tcId" : 2885,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "257645b63af0b52ad2f749c60521c97da6b967f809283229721de624570a742b",
"tweak" : "771b26c32d3398f6",
"msg" : [7, 2, 20, 3, 23, 13, 9, 14, 14, 18, 22, 13, 11, 10, 24, 13, 19, 18, 22, 23, 17, 15, 4, 1, 21],
"ct" : [0, 22, 16, 15, 4, 15, 22, 6, 8, 23, 5, 16, 0, 20, 4, 18, 16, 21, 15, 15, 10, 7, 8, 3, 19],
"result" : "valid"
},
{
"tcId" : 2886,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "257645b63af0b52ad2f749c60521c97da6b967f809283229721de624570a742b",
"tweak" : "771b26c32d3398f6",
"msg" : [17, 14, 7, 21, 16, 10, 2, 11, 9, 10, 25, 9, 6, 11, 10, 11, 7, 19, 20, 23, 11, 25, 13, 8, 13],
"ct" : [0, 15, 2, 6, 15, 14, 12, 6, 22, 9, 18, 24, 15, 21, 8, 5, 2, 11, 2, 21, 17, 24, 14, 15, 19],
"result" : "valid"
},
{
"tcId" : 2887,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "257645b63af0b52ad2f749c60521c97da6b967f809283229721de624570a742b",
"tweak" : "771b26c32d3398f6",
"msg" : [24, 13, 10, 15, 6, 15, 18, 0, 25, 20, 13, 3, 12, 9, 11, 1, 7, 0, 12, 19, 13, 21, 5, 8, 8],
"ct" : [4, 7, 10, 14, 1, 3, 4, 18, 7, 1, 21, 6, 10, 15, 20, 6, 13, 3, 19, 23, 18, 0, 23, 22, 19],
"result" : "valid"
},
{
"tcId" : 2888,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "257645b63af0b52ad2f749c60521c97da6b967f809283229721de624570a742b",
"tweak" : "771b26c32d3398f6",
"msg" : [0, 21, 24, 18, 9, 5, 4, 14, 17, 4, 9, 21, 12, 11, 19, 14, 19, 11, 6, 23, 14, 13, 10, 18, 25],
"ct" : [25, 3, 13, 9, 21, 2, 0, 5, 6, 15, 16, 18, 4, 10, 12, 0, 20, 25, 7, 2, 3, 20, 2, 19, 11],
"result" : "valid"
},
{
"tcId" : 2889,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "257645b63af0b52ad2f749c60521c97da6b967f809283229721de624570a742b",
"tweak" : "771b26c32d3398f6",
"msg" : [25, 13, 9, 3, 18, 9, 5, 5, 9, 3, 13, 0, 8, 24, 18, 23, 16, 8, 10, 22, 21, 5, 22, 4, 23],
"ct" : [21, 18, 16, 5, 5, 6, 3, 4, 0, 24, 0, 14, 13, 22, 23, 1, 9, 17, 22, 10, 12, 5, 6, 21, 3],
"result" : "valid"
},
{
"tcId" : 2890,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "257645b63af0b52ad2f749c60521c97da6b967f809283229721de624570a742b",
"tweak" : "771b26c32d3398f6",
"msg" : [21, 4, 3, 14, 4, 18, 0, 20, 17, 10, 2, 8, 7, 17, 9, 6, 10, 14, 8, 13, 18, 12, 12, 19, 16],
"ct" : [6, 1, 19, 16, 19, 6, 8, 17, 1, 2, 11, 16, 5, 24, 24, 21, 13, 13, 7, 4, 2, 0, 25, 17, 25],
"result" : "valid"
},
{
"tcId" : 2891,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "257645b63af0b52ad2f749c60521c97da6b967f809283229721de624570a742b",
"tweak" : "771b26c32d3398f6",
"msg" : [18, 11, 21, 2, 21, 0, 3, 15, 24, 0, 16, 8, 1, 11, 15, 10, 13, 11, 6, 4, 17, 2, 6, 13, 4],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 2892,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "257645b63af0b52ad2f749c60521c97da6b967f809283229721de624570a742b",
"tweak" : "771b26c32d3398f6",
"msg" : [9, 16, 3, 12, 6, 25, 16, 5, 15, 12, 14, 16, 6, 6, 4, 17, 8, 10, 2, 14, 16, 8, 4, 2, 14],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 2893,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "257645b63af0b52ad2f749c60521c97da6b967f809283229721de624570a742b",
"tweak" : "771b26c32d3398f6",
"msg" : [23, 10, 22, 16, 13, 9, 21, 13, 3, 22, 10, 1, 11, 10, 16, 19, 5, 22, 1, 13, 20, 8, 3, 3, 16],
"ct" : [19, 16, 11, 12, 18, 0, 18, 6, 15, 13, 11, 22, 24, 4, 6, 3, 16, 4, 22, 12, 3, 2, 14, 15, 2],
"result" : "valid"
},
{
"tcId" : 2894,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "257645b63af0b52ad2f749c60521c97da6b967f809283229721de624570a742b",
"tweak" : "771b26c32d3398f6",
"msg" : [2, 1, 7, 15, 7, 0, 17, 20, 15, 20, 15, 15, 1, 17, 24, 18, 6, 21, 22, 7, 6, 10, 14, 22, 5],
"ct" : [19, 16, 11, 12, 18, 0, 18, 6, 15, 13, 11, 21, 24, 4, 6, 3, 16, 4, 22, 12, 3, 2, 14, 15, 1],
"result" : "valid"
},
{
"tcId" : 2895,
"comment" : "y = 0 and (y + a) % radix**12 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "f654ac369a36613c34a7a9f11dd81a1f1d4e4630a976c1edfa4547f564a6bfc0",
"tweak" : "f7629ca3378154",
"msg" : [0, 12, 21, 25, 1, 23, 16, 15, 2, 9, 9, 8, 15, 24, 9, 18, 3, 2, 4, 16, 21, 20, 3, 0, 20],
"ct" : [24, 19, 16, 19, 10, 24, 12, 5, 16, 11, 2, 20, 17, 17, 22, 4, 9, 8, 17, 14, 2, 21, 13, 10, 14],
"result" : "valid"
},
{
"tcId" : 2896,
"comment" : "y = 0 and a = 1 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "f654ac369a36613c34a7a9f11dd81a1f1d4e4630a976c1edfa4547f564a6bfc0",
"tweak" : "f7629ca3378154",
"msg" : [13, 3, 16, 9, 9, 19, 15, 24, 1, 7, 23, 11, 25, 9, 3, 11, 13, 8, 12, 1, 0, 24, 13, 3, 18],
"ct" : [19, 1, 20, 14, 13, 17, 13, 12, 22, 2, 21, 19, 6, 4, 18, 5, 0, 5, 6, 7, 14, 5, 22, 8, 25],
"result" : "valid"
},
{
"tcId" : 2897,
"comment" : "y = 0 and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "f654ac369a36613c34a7a9f11dd81a1f1d4e4630a976c1edfa4547f564a6bfc0",
"tweak" : "f7629ca3378154",
"msg" : [19, 22, 21, 13, 16, 20, 4, 15, 25, 25, 3, 17, 9, 11, 18, 5, 0, 8, 9, 4, 12, 18, 16, 12, 10],
"ct" : [23, 16, 24, 15, 21, 16, 0, 18, 0, 6, 2, 24, 24, 9, 5, 0, 9, 1, 16, 4, 14, 4, 12, 6, 3],
"result" : "valid"
},
{
"tcId" : 2898,
"comment" : "y = 0 and (y + a) % radix**12 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "f654ac369a36613c34a7a9f11dd81a1f1d4e4630a976c1edfa4547f564a6bfc0",
"tweak" : "f7629ca3378154",
"msg" : [8, 2, 14, 5, 5, 24, 24, 21, 9, 9, 0, 13, 23, 18, 11, 2, 24, 20, 19, 23, 1, 1, 5, 1, 17],
"ct" : [4, 21, 10, 18, 4, 12, 5, 1, 7, 25, 14, 24, 12, 7, 6, 13, 1, 14, 18, 23, 17, 18, 11, 21, 24],
"result" : "valid"
},
{
"tcId" : 2899,
"comment" : "y = 1 and a = 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "f654ac369a36613c34a7a9f11dd81a1f1d4e4630a976c1edfa4547f564a6bfc0",
"tweak" : "1f23e20009f2e8",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 13, 6, 22, 22, 23, 4, 2, 20, 4, 22, 3, 0],
"ct" : [21, 4, 25, 3, 1, 5, 14, 20, 5, 8, 13, 24, 19, 15, 7, 10, 5, 14, 4, 13, 14, 7, 13, 9, 3],
"result" : "valid"
},
{
"tcId" : 2900,
"comment" : "y = 1 and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "f654ac369a36613c34a7a9f11dd81a1f1d4e4630a976c1edfa4547f564a6bfc0",
"tweak" : "1f23e20009f2e8",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 9, 13, 6, 22, 22, 23, 4, 2, 20, 4, 22, 3, 0],
"ct" : [5, 24, 8, 17, 23, 11, 12, 23, 25, 17, 7, 10, 20, 11, 10, 2, 23, 20, 13, 4, 10, 5, 22, 2, 3],
"result" : "valid"
},
{
"tcId" : 2901,
"comment" : "y = 1 and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "f654ac369a36613c34a7a9f11dd81a1f1d4e4630a976c1edfa4547f564a6bfc0",
"tweak" : "1f23e20009f2e8",
"msg" : [19, 16, 11, 12, 18, 0, 18, 6, 15, 13, 11, 22, 9, 13, 6, 22, 22, 23, 4, 2, 20, 4, 22, 3, 0],
"ct" : [10, 0, 9, 22, 23, 15, 2, 21, 25, 11, 16, 22, 18, 22, 3, 6, 19, 20, 1, 8, 6, 5, 7, 22, 13],
"result" : "valid"
},
{
"tcId" : 2902,
"comment" : "y = 1 and (y + a) % radix**12 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "f654ac369a36613c34a7a9f11dd81a1f1d4e4630a976c1edfa4547f564a6bfc0",
"tweak" : "1f23e20009f2e8",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 24, 9, 13, 6, 22, 22, 23, 4, 2, 20, 4, 22, 3, 0],
"ct" : [8, 1, 15, 20, 15, 0, 16, 17, 25, 0, 22, 10, 18, 2, 13, 15, 22, 18, 2, 8, 8, 1, 8, 12, 5],
"result" : "valid"
},
{
"tcId" : 2903,
"comment" : "y = 1 and (y + a) % radix**12 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "f654ac369a36613c34a7a9f11dd81a1f1d4e4630a976c1edfa4547f564a6bfc0",
"tweak" : "1f23e20009f2e8",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 9, 13, 6, 22, 22, 23, 4, 2, 20, 4, 22, 3, 0],
"ct" : [18, 9, 11, 23, 4, 21, 8, 19, 2, 1, 5, 25, 5, 7, 22, 21, 22, 4, 13, 17, 13, 23, 15, 16, 15],
"result" : "valid"
},
{
"tcId" : 2904,
"comment" : "y is maximal and a = 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "f654ac369a36613c34a7a9f11dd81a1f1d4e4630a976c1edfa4547f564a6bfc0",
"tweak" : "05074cd02e7dbe",
"msg" : [6, 15, 6, 4, 8, 25, 12, 3, 13, 7, 0, 8, 6, 25, 17, 14, 22, 12, 7, 17, 9, 20, 2, 5, 16],
"ct" : [1, 16, 6, 9, 9, 14, 4, 22, 13, 3, 0, 25, 15, 1, 13, 24, 12, 11, 0, 17, 2, 15, 2, 23, 11],
"result" : "valid"
},
{
"tcId" : 2905,
"comment" : "y is maximal and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "f654ac369a36613c34a7a9f11dd81a1f1d4e4630a976c1edfa4547f564a6bfc0",
"tweak" : "05074cd02e7dbe",
"msg" : [7, 25, 5, 1, 11, 5, 4, 4, 14, 7, 17, 24, 20, 16, 14, 1, 12, 20, 25, 22, 9, 11, 0, 15, 20],
"ct" : [5, 4, 6, 12, 22, 25, 14, 1, 20, 3, 11, 10, 6, 16, 24, 3, 22, 1, 25, 24, 3, 23, 20, 21, 21],
"result" : "valid"
},
{
"tcId" : 2906,
"comment" : "y is maximal and (y + a) % radix**12 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "f654ac369a36613c34a7a9f11dd81a1f1d4e4630a976c1edfa4547f564a6bfc0",
"tweak" : "05074cd02e7dbe",
"msg" : [3, 5, 23, 14, 23, 6, 4, 25, 6, 8, 23, 0, 3, 13, 22, 18, 15, 21, 1, 11, 10, 22, 21, 1, 23],
"ct" : [16, 17, 7, 12, 11, 11, 9, 8, 11, 13, 6, 14, 7, 2, 0, 9, 22, 5, 12, 5, 7, 3, 20, 18, 6],
"result" : "valid"
},
{
"tcId" : 2907,
"comment" : "y is maximal and (y + a) % radix**12 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "f654ac369a36613c34a7a9f11dd81a1f1d4e4630a976c1edfa4547f564a6bfc0",
"tweak" : "05074cd02e7dbe",
"msg" : [18, 13, 17, 15, 19, 12, 20, 0, 0, 21, 10, 19, 8, 20, 16, 24, 9, 15, 9, 6, 8, 2, 15, 15, 13],
"ct" : [20, 6, 7, 10, 21, 13, 11, 6, 14, 2, 15, 10, 0, 20, 13, 22, 0, 24, 10, 0, 10, 4, 8, 12, 6],
"result" : "valid"
},
{
"tcId" : 2908,
"comment" : "y is maximal and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "f654ac369a36613c34a7a9f11dd81a1f1d4e4630a976c1edfa4547f564a6bfc0",
"tweak" : "05074cd02e7dbe",
"msg" : [24, 12, 10, 17, 2, 22, 11, 13, 11, 0, 19, 17, 2, 25, 15, 2, 17, 10, 19, 2, 19, 17, 6, 22, 24],
"ct" : [5, 18, 4, 10, 2, 9, 12, 12, 17, 3, 13, 14, 3, 10, 14, 17, 13, 21, 24, 12, 6, 25, 15, 3, 19],
"result" : "valid"
},
{
"tcId" : 2909,
"comment" : "y is maximal and a is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "f654ac369a36613c34a7a9f11dd81a1f1d4e4630a976c1edfa4547f564a6bfc0",
"tweak" : "05074cd02e7dbe",
"msg" : [24, 2, 7, 10, 5, 5, 22, 19, 22, 2, 2, 13, 7, 4, 16, 9, 14, 20, 1, 21, 16, 3, 9, 24, 10],
"ct" : [20, 16, 12, 11, 0, 1, 14, 7, 9, 6, 15, 3, 7, 4, 9, 21, 14, 12, 25, 4, 12, 20, 23, 9, 15],
"result" : "valid"
},
{
"tcId" : 2910,
"comment" : "y is edge case for modular reduction and a = 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "f654ac369a36613c34a7a9f11dd81a1f1d4e4630a976c1edfa4547f564a6bfc0",
"tweak" : "f4a930b78dde84",
"msg" : [19, 0, 8, 3, 8, 21, 23, 7, 8, 4, 6, 12, 24, 20, 19, 10, 24, 24, 20, 6, 16, 2, 12, 3, 8],
"ct" : [14, 10, 14, 9, 8, 7, 17, 23, 7, 0, 11, 22, 17, 11, 22, 17, 16, 6, 11, 25, 5, 10, 12, 12, 12],
"result" : "valid"
},
{
"tcId" : 2911,
"comment" : "y is edge case for modular reduction and a = 1 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "f654ac369a36613c34a7a9f11dd81a1f1d4e4630a976c1edfa4547f564a6bfc0",
"tweak" : "f4a930b78dde84",
"msg" : [11, 16, 21, 11, 20, 24, 6, 12, 8, 1, 6, 10, 0, 16, 1, 4, 20, 15, 21, 12, 23, 25, 6, 23, 5],
"ct" : [13, 13, 1, 18, 16, 18, 18, 14, 2, 22, 20, 9, 16, 23, 0, 18, 7, 11, 7, 3, 25, 6, 2, 13, 14],
"result" : "valid"
},
{
"tcId" : 2912,
"comment" : "y is edge case for modular reduction and (y + a) % radix**12 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "f654ac369a36613c34a7a9f11dd81a1f1d4e4630a976c1edfa4547f564a6bfc0",
"tweak" : "f4a930b78dde84",
"msg" : [20, 5, 10, 14, 4, 7, 10, 0, 17, 5, 19, 7, 16, 13, 11, 23, 8, 0, 17, 7, 18, 10, 9, 9, 11],
"ct" : [15, 6, 24, 23, 19, 15, 2, 0, 16, 7, 3, 21, 0, 13, 0, 25, 4, 21, 5, 22, 15, 17, 9, 10, 22],
"result" : "valid"
},
{
"tcId" : 2913,
"comment" : "y is edge case for modular reduction and (y + a) % radix**12 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "f654ac369a36613c34a7a9f11dd81a1f1d4e4630a976c1edfa4547f564a6bfc0",
"tweak" : "f4a930b78dde84",
"msg" : [8, 19, 6, 16, 20, 8, 15, 12, 2, 17, 17, 21, 18, 24, 17, 3, 24, 10, 23, 24, 25, 5, 13, 24, 5],
"ct" : [18, 16, 17, 17, 18, 23, 12, 9, 16, 21, 9, 24, 0, 21, 21, 8, 4, 7, 9, 25, 19, 3, 8, 16, 25],
"result" : "valid"
},
{
"tcId" : 2914,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "f654ac369a36613c34a7a9f11dd81a1f1d4e4630a976c1edfa4547f564a6bfc0",
"tweak" : "f4a930b78dde84",
"msg" : [5, 10, 0, 1, 22, 10, 15, 22, 3, 24, 23, 25, 20, 2, 5, 18, 24, 3, 18, 14, 7, 19, 24, 7, 23],
"ct" : [16, 13, 10, 15, 19, 12, 25, 15, 19, 17, 5, 17, 2, 5, 8, 15, 7, 13, 8, 12, 15, 13, 4, 3, 7],
"result" : "valid"
},
{
"tcId" : 2915,
"comment" : "y is edge case for modular reduction and a is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "f654ac369a36613c34a7a9f11dd81a1f1d4e4630a976c1edfa4547f564a6bfc0",
"tweak" : "f4a930b78dde84",
"msg" : [13, 24, 1, 13, 20, 2, 20, 11, 19, 3, 9, 3, 2, 21, 12, 6, 17, 2, 19, 25, 2, 3, 1, 21, 1],
"ct" : [4, 24, 14, 8, 11, 1, 14, 23, 10, 12, 15, 16, 3, 1, 16, 10, 21, 3, 6, 20, 22, 6, 13, 15, 25],
"result" : "valid"
},
{
"tcId" : 2916,
"comment" : "y is maximal after modular reduction and (y + a) % radix**12 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "f654ac369a36613c34a7a9f11dd81a1f1d4e4630a976c1edfa4547f564a6bfc0",
"tweak" : "bf4d48c816b998",
"msg" : [17, 9, 2, 12, 18, 13, 20, 25, 23, 6, 15, 0, 5, 12, 8, 24, 23, 17, 24, 11, 7, 15, 18, 3, 2],
"ct" : [25, 17, 13, 24, 0, 18, 15, 14, 24, 2, 0, 13, 14, 4, 5, 19, 10, 15, 8, 24, 3, 4, 3, 0, 14],
"result" : "valid"
},
{
"tcId" : 2917,
"comment" : "y is maximal after modular reduction and (y + a) % radix**12 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "f654ac369a36613c34a7a9f11dd81a1f1d4e4630a976c1edfa4547f564a6bfc0",
"tweak" : "bf4d48c816b998",
"msg" : [6, 15, 15, 9, 20, 22, 16, 0, 14, 21, 11, 22, 13, 0, 15, 15, 17, 23, 1, 21, 8, 2, 19, 17, 3],
"ct" : [3, 10, 0, 3, 5, 20, 19, 5, 6, 13, 6, 24, 3, 9, 15, 0, 1, 2, 15, 25, 21, 15, 15, 8, 19],
"result" : "valid"
},
{
"tcId" : 2918,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "f654ac369a36613c34a7a9f11dd81a1f1d4e4630a976c1edfa4547f564a6bfc0",
"tweak" : "bf4d48c816b998",
"msg" : [21, 6, 6, 24, 25, 1, 6, 19, 6, 25, 23, 6, 15, 14, 3, 2, 11, 11, 1, 16, 12, 16, 18, 0, 24],
"ct" : [4, 10, 23, 6, 16, 20, 2, 4, 3, 3, 22, 5, 5, 1, 16, 9, 17, 19, 8, 25, 14, 13, 4, 14, 22],
"result" : "valid"
},
{
"tcId" : 2919,
"comment" : "y is maximal after modular reduction and a is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "f654ac369a36613c34a7a9f11dd81a1f1d4e4630a976c1edfa4547f564a6bfc0",
"tweak" : "bf4d48c816b998",
"msg" : [13, 17, 7, 10, 5, 5, 11, 0, 15, 2, 0, 22, 17, 21, 19, 23, 6, 1, 24, 18, 25, 6, 23, 17, 5],
"ct" : [9, 3, 5, 0, 21, 11, 16, 3, 6, 16, 3, 17, 16, 0, 3, 7, 25, 20, 13, 21, 16, 1, 2, 15, 5],
"result" : "valid"
},
{
"tcId" : 2920,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "1ff630b00e63e5aac0dcd64e41af744c7c686b300a98117cc40e432d87de5a76",
"tweak" : "1403a297b3d5581a",
"msg" : [-1, 24, 22, 4, 19, 0, 21, 0, 20, 21, 0, 19, 13, 1, 4, 7, 14, 16, 13, 5, 6, 15, 24, 24, 21],
"ct" : [5, 15, 8, 17, 7, 16, 6, 11, 14, 15, 4, 15, 14, 21, 20, 11, 4, 5, 8, 25, 4, 23, 2, 2, 10],
"result" : "invalid"
},
{
"tcId" : 2921,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "1ff630b00e63e5aac0dcd64e41af744c7c686b300a98117cc40e432d87de5a76",
"tweak" : "1403a297b3d5581a",
"msg" : [22, 24, 22, 4, 19, 0, 21, 0, -1, 21, 0, 19, 13, 1, 4, 7, 14, 16, 13, 5, 6, 15, 24, 24, 21],
"ct" : [24, 17, 13, 3, 25, 3, 12, 7, 4, 22, 12, 2, 15, 22, 7, 10, 10, 25, 13, 19, 9, 9, 6, 4, 21],
"result" : "invalid"
},
{
"tcId" : 2922,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "1ff630b00e63e5aac0dcd64e41af744c7c686b300a98117cc40e432d87de5a76",
"tweak" : "1403a297b3d5581a",
"msg" : [22, 24, 22, 4, 19, 0, 21, 0, 20, 21, 0, 19, 13, 1, 4, 7, 14, 16, 13, 5, 6, 15, 24, 24, -1],
"ct" : [19, 20, 17, 3, 9, 10, 3, 2, 19, 3, 24, 24, 8, 9, 14, 5, 19, 19, 18, 25, 24, 5, 17, 6, 16],
"result" : "invalid"
},
{
"tcId" : 2923,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "174afa34f4b048b5c9a1ca6d69679e023a34517247500217b7c1385c06fb6226",
"tweak" : "b241b4a27e598664",
"msg" : [26, 7, 21, 23, 1, 12, 9, 15, 18, 22, 10, 25, 17, 9, 19, 23, 13, 24, 19, 7, 15, 23, 24, 1, 15],
"ct" : [10, 2, 25, 7, 9, 20, 18, 15, 8, 9, 25, 13, 19, 4, 19, 8, 4, 21, 12, 2, 21, 20, 14, 6, 9],
"result" : "invalid"
},
{
"tcId" : 2924,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "174afa34f4b048b5c9a1ca6d69679e023a34517247500217b7c1385c06fb6226",
"tweak" : "b241b4a27e598664",
"msg" : [21, 7, 21, 23, 1, 12, 9, 15, 26, 22, 10, 25, 17, 9, 19, 23, 13, 24, 19, 7, 15, 23, 24, 1, 15],
"ct" : [6, 0, 7, 6, 9, 14, 2, 18, 9, 18, 9, 24, 13, 16, 11, 18, 22, 11, 4, 1, 13, 17, 11, 0, 25],
"result" : "invalid"
},
{
"tcId" : 2925,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "174afa34f4b048b5c9a1ca6d69679e023a34517247500217b7c1385c06fb6226",
"tweak" : "b241b4a27e598664",
"msg" : [21, 7, 21, 23, 1, 12, 9, 15, 18, 22, 10, 25, 17, 9, 19, 23, 13, 24, 19, 7, 15, 23, 24, 1, 26],
"ct" : [5, 2, 1, 1, 25, 3, 17, 1, 10, 17, 11, 14, 25, 12, 18, 1, 15, 5, 6, 10, 8, 9, 11, 25, 1],
"result" : "invalid"
}
]
},
{
"keySize" : 256,
"msgSize" : 26,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 2926,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "219dd3d491cb992c6c8c4d4292b5ee76784b4b383fc415b654f09d600248858b",
"tweak" : "6434003b257c6b31",
"msg" : [11, 10, 11, 20, 12, 2, 1, 15, 10, 25, 21, 7, 4, 15, 2, 2, 12, 6, 14, 24, 1, 3, 18, 19, 2, 8],
"ct" : [19, 2, 8, 8, 10, 10, 20, 25, 8, 16, 0, 9, 2, 5, 24, 10, 23, 21, 4, 4, 12, 1, 15, 19, 25, 2],
"result" : "valid"
},
{
"tcId" : 2927,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "f9986b574b831572cf10452c5574e3d2a51e16daac404df64e07e3b982b430b3",
"tweak" : "b7c5aa8e8b8b4247",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [24, 19, 12, 5, 5, 24, 22, 25, 12, 8, 12, 6, 2, 24, 15, 11, 1, 16, 10, 22, 11, 14, 3, 3, 4, 19],
"result" : "valid"
},
{
"tcId" : 2928,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "f9986b574b831572cf10452c5574e3d2a51e16daac404df64e07e3b982b430b3",
"tweak" : "b7c5aa8e8b8b4247",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"ct" : [10, 13, 24, 5, 22, 7, 21, 25, 25, 18, 22, 22, 7, 4, 20, 5, 16, 23, 3, 19, 24, 3, 13, 15, 14, 10],
"result" : "valid"
},
{
"tcId" : 2929,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "f9986b574b831572cf10452c5574e3d2a51e16daac404df64e07e3b982b430b3",
"tweak" : "b7c5aa8e8b8b4247",
"msg" : [24, 4, 6, 3, 16, 4, 22, 12, 3, 2, 14, 15, 2, 24, 4, 6, 3, 16, 4, 22, 12, 3, 2, 14, 15, 2],
"ct" : [0, 7, 23, 20, 20, 14, 24, 6, 4, 5, 10, 14, 0, 23, 10, 8, 13, 23, 17, 3, 3, 4, 18, 24, 12, 15],
"result" : "valid"
},
{
"tcId" : 2930,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "f9986b574b831572cf10452c5574e3d2a51e16daac404df64e07e3b982b430b3",
"tweak" : "b7c5aa8e8b8b4247",
"msg" : [24, 4, 6, 3, 16, 4, 22, 12, 3, 2, 14, 15, 1, 24, 4, 6, 3, 16, 4, 22, 12, 3, 2, 14, 15, 1],
"ct" : [1, 2, 1, 2, 10, 23, 19, 2, 18, 10, 18, 25, 8, 6, 15, 3, 18, 11, 13, 15, 10, 12, 4, 11, 21, 6],
"result" : "valid"
},
{
"tcId" : 2931,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "f9986b574b831572cf10452c5574e3d2a51e16daac404df64e07e3b982b430b3",
"tweak" : "b7c5aa8e8b8b4247",
"msg" : [7, 21, 4, 20, 18, 13, 11, 22, 7, 25, 4, 2, 13, 19, 4, 19, 3, 8, 4, 12, 18, 15, 2, 1, 24, 14],
"ct" : [5, 18, 15, 20, 3, 0, 19, 23, 2, 23, 19, 4, 22, 16, 24, 8, 1, 14, 9, 20, 24, 5, 11, 23, 16, 4],
"result" : "valid"
},
{
"tcId" : 2932,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "f9986b574b831572cf10452c5574e3d2a51e16daac404df64e07e3b982b430b3",
"tweak" : "b7c5aa8e8b8b4247",
"msg" : [16, 10, 0, 22, 22, 21, 2, 0, 2, 20, 3, 19, 10, 6, 20, 6, 0, 21, 23, 12, 7, 8, 8, 19, 10, 20],
"ct" : [19, 16, 23, 8, 16, 14, 0, 24, 3, 11, 18, 11, 17, 13, 2, 13, 0, 25, 24, 25, 20, 0, 1, 0, 3, 13],
"result" : "valid"
},
{
"tcId" : 2933,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "f9986b574b831572cf10452c5574e3d2a51e16daac404df64e07e3b982b430b3",
"tweak" : "b7c5aa8e8b8b4247",
"msg" : [6, 25, 13, 13, 3, 21, 8, 23, 13, 5, 21, 24, 8, 22, 14, 1, 7, 3, 1, 15, 3, 9, 25, 1, 1, 15],
"ct" : [13, 15, 12, 22, 11, 4, 4, 10, 17, 16, 8, 19, 18, 2, 24, 14, 8, 14, 10, 5, 11, 6, 20, 22, 2, 11],
"result" : "valid"
},
{
"tcId" : 2934,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "f9986b574b831572cf10452c5574e3d2a51e16daac404df64e07e3b982b430b3",
"tweak" : "b7c5aa8e8b8b4247",
"msg" : [16, 1, 1, 24, 22, 9, 3, 20, 24, 0, 9, 16, 25, 21, 16, 0, 2, 17, 19, 0, 1, 25, 22, 15, 1, 7],
"ct" : [24, 23, 4, 5, 15, 13, 23, 0, 12, 22, 3, 17, 19, 7, 12, 12, 11, 14, 1, 13, 3, 7, 16, 15, 0, 3],
"result" : "valid"
},
{
"tcId" : 2935,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "f9986b574b831572cf10452c5574e3d2a51e16daac404df64e07e3b982b430b3",
"tweak" : "b7c5aa8e8b8b4247",
"msg" : [0, 24, 12, 12, 10, 25, 23, 7, 14, 17, 17, 9, 20, 24, 14, 18, 2, 24, 2, 16, 16, 17, 16, 4, 15, 22],
"ct" : [23, 19, 12, 5, 15, 12, 22, 20, 22, 25, 2, 8, 1, 7, 19, 15, 25, 24, 19, 7, 8, 8, 17, 7, 9, 16],
"result" : "valid"
},
{
"tcId" : 2936,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "f9986b574b831572cf10452c5574e3d2a51e16daac404df64e07e3b982b430b3",
"tweak" : "b7c5aa8e8b8b4247",
"msg" : [8, 17, 16, 11, 2, 22, 3, 22, 21, 5, 19, 11, 23, 8, 6, 19, 19, 4, 8, 8, 15, 17, 16, 19, 9, 6],
"ct" : [19, 14, 12, 24, 11, 20, 11, 4, 14, 22, 16, 16, 14, 25, 5, 24, 24, 1, 9, 16, 11, 24, 2, 9, 0, 23],
"result" : "valid"
},
{
"tcId" : 2937,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "f9986b574b831572cf10452c5574e3d2a51e16daac404df64e07e3b982b430b3",
"tweak" : "b7c5aa8e8b8b4247",
"msg" : [5, 8, 12, 10, 1, 12, 10, 11, 6, 13, 23, 3, 6, 12, 7, 12, 10, 14, 4, 15, 0, 24, 8, 3, 1, 24],
"ct" : [1, 24, 10, 16, 24, 11, 3, 4, 22, 15, 25, 11, 24, 20, 19, 16, 13, 13, 25, 21, 25, 6, 8, 8, 6, 21],
"result" : "valid"
},
{
"tcId" : 2938,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "f9986b574b831572cf10452c5574e3d2a51e16daac404df64e07e3b982b430b3",
"tweak" : "b7c5aa8e8b8b4247",
"msg" : [8, 0, 19, 4, 9, 24, 8, 24, 23, 11, 22, 3, 18, 16, 0, 10, 15, 24, 17, 19, 11, 2, 18, 18, 21, 4],
"ct" : [23, 21, 11, 2, 11, 20, 13, 21, 21, 24, 12, 12, 9, 6, 17, 20, 13, 7, 5, 12, 0, 25, 18, 1, 17, 14],
"result" : "valid"
},
{
"tcId" : 2939,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "f9986b574b831572cf10452c5574e3d2a51e16daac404df64e07e3b982b430b3",
"tweak" : "b7c5aa8e8b8b4247",
"msg" : [14, 22, 25, 2, 20, 13, 8, 4, 17, 1, 2, 14, 1, 21, 5, 24, 19, 24, 15, 13, 6, 24, 4, 23, 1, 9],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 2940,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "f9986b574b831572cf10452c5574e3d2a51e16daac404df64e07e3b982b430b3",
"tweak" : "b7c5aa8e8b8b4247",
"msg" : [15, 3, 24, 11, 19, 21, 11, 1, 8, 3, 10, 8, 13, 16, 9, 11, 21, 22, 5, 11, 24, 24, 14, 5, 13, 21],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 2941,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "f9986b574b831572cf10452c5574e3d2a51e16daac404df64e07e3b982b430b3",
"tweak" : "b7c5aa8e8b8b4247",
"msg" : [21, 15, 8, 22, 4, 2, 2, 15, 15, 7, 9, 16, 6, 14, 9, 14, 4, 1, 16, 11, 5, 3, 2, 17, 24, 13],
"ct" : [24, 4, 6, 3, 16, 4, 22, 12, 3, 2, 14, 15, 2, 24, 4, 6, 3, 16, 4, 22, 12, 3, 2, 14, 15, 2],
"result" : "valid"
},
{
"tcId" : 2942,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "f9986b574b831572cf10452c5574e3d2a51e16daac404df64e07e3b982b430b3",
"tweak" : "b7c5aa8e8b8b4247",
"msg" : [13, 14, 12, 12, 15, 22, 22, 23, 13, 20, 19, 22, 23, 5, 24, 23, 12, 3, 11, 18, 19, 24, 1, 21, 25, 20],
"ct" : [24, 4, 6, 3, 16, 4, 22, 12, 3, 2, 14, 15, 1, 24, 4, 6, 3, 16, 4, 22, 12, 3, 2, 14, 15, 1],
"result" : "valid"
},
{
"tcId" : 2943,
"comment" : "y = 0 and (y + a) % radix**13 == 0 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "9a82c39e0471614ce1aa17645c94fcbfd57f4b1f3667bc97e846d46929ad1ff4",
"tweak" : "5095c82c0bd0ca",
"msg" : [12, 10, 15, 23, 21, 18, 24, 16, 12, 14, 18, 8, 2, 10, 19, 23, 4, 8, 17, 16, 3, 6, 18, 17, 16, 24],
"ct" : [15, 21, 20, 12, 20, 20, 24, 16, 9, 5, 3, 12, 21, 6, 8, 6, 11, 19, 8, 14, 9, 17, 24, 21, 2, 6],
"result" : "valid"
},
{
"tcId" : 2944,
"comment" : "y = 0 and a = 1 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "9a82c39e0471614ce1aa17645c94fcbfd57f4b1f3667bc97e846d46929ad1ff4",
"tweak" : "5095c82c0bd0ca",
"msg" : [13, 23, 17, 1, 22, 0, 16, 16, 6, 17, 2, 0, 1, 8, 15, 6, 23, 5, 11, 3, 7, 19, 19, 18, 4, 25],
"ct" : [0, 22, 10, 14, 0, 7, 15, 9, 16, 8, 9, 12, 8, 18, 9, 1, 5, 20, 23, 6, 9, 6, 12, 22, 20, 5],
"result" : "valid"
},
{
"tcId" : 2945,
"comment" : "y = 0 and a has large Hamming weight in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "9a82c39e0471614ce1aa17645c94fcbfd57f4b1f3667bc97e846d46929ad1ff4",
"tweak" : "5095c82c0bd0ca",
"msg" : [9, 4, 19, 22, 5, 9, 9, 4, 4, 8, 25, 25, 18, 16, 4, 14, 2, 21, 25, 12, 4, 3, 6, 7, 23, 18],
"ct" : [12, 1, 9, 11, 21, 16, 5, 5, 8, 9, 12, 18, 7, 8, 10, 15, 24, 21, 12, 16, 9, 14, 14, 2, 16, 2],
"result" : "valid"
},
{
"tcId" : 2946,
"comment" : "y = 0 and (y + a) % radix**13 is maximal in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "9a82c39e0471614ce1aa17645c94fcbfd57f4b1f3667bc97e846d46929ad1ff4",
"tweak" : "5095c82c0bd0ca",
"msg" : [2, 9, 17, 5, 0, 22, 17, 4, 14, 18, 6, 23, 19, 2, 21, 18, 1, 15, 23, 15, 25, 0, 22, 22, 7, 19],
"ct" : [11, 10, 17, 13, 2, 17, 13, 19, 20, 24, 23, 21, 8, 3, 18, 20, 15, 12, 20, 8, 4, 4, 23, 21, 24, 6],
"result" : "valid"
},
{
"tcId" : 2947,
"comment" : "y = 1 and a = 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "9a82c39e0471614ce1aa17645c94fcbfd57f4b1f3667bc97e846d46929ad1ff4",
"tweak" : "6e6544fcada3b9",
"msg" : [17, 4, 21, 2, 18, 22, 12, 16, 1, 20, 22, 4, 5, 11, 24, 22, 17, 1, 21, 23, 8, 14, 22, 16, 16, 20],
"ct" : [23, 9, 4, 2, 10, 9, 6, 6, 13, 0, 20, 8, 14, 20, 12, 18, 19, 0, 24, 16, 7, 19, 13, 20, 18, 3],
"result" : "valid"
},
{
"tcId" : 2948,
"comment" : "y = 1 and a = 1 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "9a82c39e0471614ce1aa17645c94fcbfd57f4b1f3667bc97e846d46929ad1ff4",
"tweak" : "6e6544fcada3b9",
"msg" : [2, 5, 0, 22, 9, 3, 13, 12, 20, 5, 19, 24, 25, 13, 2, 8, 2, 10, 25, 7, 19, 12, 23, 14, 19, 23],
"ct" : [12, 2, 25, 3, 17, 10, 25, 8, 2, 7, 0, 25, 8, 15, 6, 0, 21, 17, 21, 11, 4, 18, 21, 15, 11, 16],
"result" : "valid"
},
{
"tcId" : 2949,
"comment" : "y = 1 and a has large Hamming weight in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "9a82c39e0471614ce1aa17645c94fcbfd57f4b1f3667bc97e846d46929ad1ff4",
"tweak" : "6e6544fcada3b9",
"msg" : [22, 21, 14, 7, 20, 12, 16, 20, 4, 21, 17, 9, 9, 9, 18, 3, 18, 3, 9, 20, 25, 2, 18, 9, 11, 4],
"ct" : [9, 19, 7, 11, 11, 0, 1, 6, 8, 24, 23, 15, 21, 17, 24, 20, 6, 6, 22, 18, 21, 23, 4, 7, 16, 14],
"result" : "valid"
},
{
"tcId" : 2950,
"comment" : "y = 1 and (y + a) % radix**13 is maximal in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "9a82c39e0471614ce1aa17645c94fcbfd57f4b1f3667bc97e846d46929ad1ff4",
"tweak" : "6e6544fcada3b9",
"msg" : [19, 16, 1, 19, 16, 12, 8, 2, 21, 8, 25, 2, 11, 13, 10, 13, 10, 16, 5, 9, 20, 24, 3, 23, 16, 14],
"ct" : [0, 5, 2, 16, 12, 4, 24, 6, 19, 7, 11, 9, 21, 7, 3, 3, 21, 8, 1, 0, 7, 17, 25, 14, 24, 2],
"result" : "valid"
},
{
"tcId" : 2951,
"comment" : "y = 1 and (y + a) % radix**13 == 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "9a82c39e0471614ce1aa17645c94fcbfd57f4b1f3667bc97e846d46929ad1ff4",
"tweak" : "6e6544fcada3b9",
"msg" : [22, 13, 5, 20, 23, 2, 3, 23, 17, 14, 11, 1, 25, 1, 24, 0, 21, 25, 23, 9, 0, 4, 10, 25, 4, 12],
"ct" : [19, 22, 4, 24, 21, 24, 3, 1, 17, 17, 8, 13, 11, 9, 1, 15, 12, 16, 5, 2, 7, 13, 9, 13, 8, 5],
"result" : "valid"
},
{
"tcId" : 2952,
"comment" : "y is maximal and a = 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "9a82c39e0471614ce1aa17645c94fcbfd57f4b1f3667bc97e846d46929ad1ff4",
"tweak" : "710ad67a6e58b2",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 15, 11, 19, 10, 15, 14, 14, 8, 24, 0, 8, 5],
"ct" : [24, 12, 5, 2, 8, 13, 1, 16, 10, 13, 13, 23, 0, 20, 22, 2, 17, 1, 9, 9, 17, 15, 21, 0, 13, 1],
"result" : "valid"
},
{
"tcId" : 2953,
"comment" : "y is maximal and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "9a82c39e0471614ce1aa17645c94fcbfd57f4b1f3667bc97e846d46929ad1ff4",
"tweak" : "710ad67a6e58b2",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 15, 15, 11, 19, 10, 15, 14, 14, 8, 24, 0, 8, 5],
"ct" : [6, 25, 9, 23, 9, 18, 25, 16, 10, 19, 14, 11, 8, 10, 4, 21, 2, 0, 12, 14, 10, 15, 12, 11, 21, 14],
"result" : "valid"
},
{
"tcId" : 2954,
"comment" : "y is maximal and (y + a) % radix**13 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "9a82c39e0471614ce1aa17645c94fcbfd57f4b1f3667bc97e846d46929ad1ff4",
"tweak" : "710ad67a6e58b2",
"msg" : [17, 13, 12, 0, 17, 23, 19, 7, 7, 25, 21, 20, 12, 15, 15, 11, 19, 10, 15, 14, 14, 8, 24, 0, 8, 5],
"ct" : [20, 2, 6, 9, 23, 20, 16, 23, 18, 20, 14, 3, 17, 21, 8, 2, 10, 21, 6, 4, 15, 20, 15, 5, 3, 9],
"result" : "valid"
},
{
"tcId" : 2955,
"comment" : "y is maximal and (y + a) % radix**13 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "9a82c39e0471614ce1aa17645c94fcbfd57f4b1f3667bc97e846d46929ad1ff4",
"tweak" : "710ad67a6e58b2",
"msg" : [17, 13, 12, 0, 17, 23, 19, 7, 7, 25, 21, 20, 13, 15, 15, 11, 19, 10, 15, 14, 14, 8, 24, 0, 8, 5],
"ct" : [19, 21, 15, 21, 4, 25, 0, 4, 0, 12, 10, 13, 14, 7, 10, 20, 21, 20, 21, 25, 4, 4, 1, 23, 19, 0],
"result" : "valid"
},
{
"tcId" : 2956,
"comment" : "y is maximal and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "9a82c39e0471614ce1aa17645c94fcbfd57f4b1f3667bc97e846d46929ad1ff4",
"tweak" : "710ad67a6e58b2",
"msg" : [24, 4, 6, 3, 16, 4, 22, 12, 3, 2, 14, 15, 2, 15, 15, 11, 19, 10, 15, 14, 14, 8, 24, 0, 8, 5],
"ct" : [23, 21, 14, 20, 24, 18, 14, 23, 16, 13, 7, 8, 20, 15, 2, 5, 25, 21, 12, 19, 19, 2, 8, 7, 21, 13],
"result" : "valid"
},
{
"tcId" : 2957,
"comment" : "y is maximal and a is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "9a82c39e0471614ce1aa17645c94fcbfd57f4b1f3667bc97e846d46929ad1ff4",
"tweak" : "710ad67a6e58b2",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 15, 15, 11, 19, 10, 15, 14, 14, 8, 24, 0, 8, 5],
"ct" : [23, 25, 4, 19, 8, 22, 17, 7, 19, 1, 11, 21, 7, 12, 18, 16, 24, 23, 2, 25, 20, 14, 10, 0, 8, 9],
"result" : "valid"
},
{
"tcId" : 2958,
"comment" : "y is edge case for modular reduction and a = 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "9a82c39e0471614ce1aa17645c94fcbfd57f4b1f3667bc97e846d46929ad1ff4",
"tweak" : "9debd001038aa9",
"msg" : [19, 4, 8, 1, 1, 3, 7, 19, 21, 24, 21, 5, 14, 15, 3, 14, 19, 13, 14, 8, 1, 1, 4, 13, 2, 14],
"ct" : [20, 12, 3, 9, 10, 25, 3, 2, 3, 15, 2, 14, 21, 4, 15, 3, 3, 23, 8, 5, 14, 5, 3, 1, 20, 1],
"result" : "valid"
},
{
"tcId" : 2959,
"comment" : "y is edge case for modular reduction and a = 1 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "9a82c39e0471614ce1aa17645c94fcbfd57f4b1f3667bc97e846d46929ad1ff4",
"tweak" : "9debd001038aa9",
"msg" : [16, 16, 7, 2, 11, 10, 18, 24, 6, 8, 0, 10, 21, 4, 4, 6, 6, 14, 15, 12, 18, 1, 23, 25, 14, 11],
"ct" : [3, 21, 15, 7, 1, 12, 21, 4, 24, 20, 6, 21, 5, 12, 17, 11, 22, 6, 21, 6, 7, 25, 14, 15, 15, 23],
"result" : "valid"
},
{
"tcId" : 2960,
"comment" : "y is edge case for modular reduction and (y + a) % radix**13 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "9a82c39e0471614ce1aa17645c94fcbfd57f4b1f3667bc97e846d46929ad1ff4",
"tweak" : "9debd001038aa9",
"msg" : [18, 12, 4, 15, 8, 6, 25, 7, 16, 14, 23, 22, 16, 1, 13, 4, 4, 5, 7, 16, 15, 23, 24, 3, 11, 2],
"ct" : [3, 25, 5, 23, 14, 24, 3, 20, 17, 24, 0, 18, 5, 11, 14, 13, 13, 17, 6, 3, 10, 5, 1, 22, 13, 16],
"result" : "valid"
},
{
"tcId" : 2961,
"comment" : "y is edge case for modular reduction and (y + a) % radix**13 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "9a82c39e0471614ce1aa17645c94fcbfd57f4b1f3667bc97e846d46929ad1ff4",
"tweak" : "9debd001038aa9",
"msg" : [5, 11, 24, 5, 9, 20, 4, 3, 4, 11, 20, 13, 16, 0, 14, 4, 7, 25, 7, 16, 12, 4, 14, 14, 21, 16],
"ct" : [2, 16, 12, 17, 8, 8, 19, 24, 8, 8, 18, 20, 12, 9, 13, 25, 4, 20, 17, 18, 19, 13, 6, 2, 18, 12],
"result" : "valid"
},
{
"tcId" : 2962,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "9a82c39e0471614ce1aa17645c94fcbfd57f4b1f3667bc97e846d46929ad1ff4",
"tweak" : "9debd001038aa9",
"msg" : [14, 13, 23, 12, 19, 10, 22, 0, 13, 9, 18, 7, 1, 10, 9, 21, 18, 22, 16, 12, 24, 25, 18, 21, 15, 24],
"ct" : [0, 18, 25, 10, 20, 23, 25, 12, 16, 14, 6, 20, 0, 2, 1, 17, 10, 2, 1, 25, 5, 15, 7, 14, 9, 12],
"result" : "valid"
},
{
"tcId" : 2963,
"comment" : "y is edge case for modular reduction and a is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "9a82c39e0471614ce1aa17645c94fcbfd57f4b1f3667bc97e846d46929ad1ff4",
"tweak" : "9debd001038aa9",
"msg" : [14, 5, 20, 19, 20, 12, 20, 7, 9, 9, 20, 7, 5, 8, 13, 14, 22, 21, 17, 6, 4, 7, 5, 20, 18, 14],
"ct" : [14, 18, 12, 8, 21, 22, 21, 1, 13, 7, 23, 8, 16, 13, 23, 7, 8, 19, 4, 21, 22, 9, 20, 12, 24, 17],
"result" : "valid"
},
{
"tcId" : 2964,
"comment" : "y is maximal after modular reduction and (y + a) % radix**13 is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "9a82c39e0471614ce1aa17645c94fcbfd57f4b1f3667bc97e846d46929ad1ff4",
"tweak" : "796518e283c6ef",
"msg" : [14, 22, 0, 15, 12, 13, 23, 10, 6, 12, 18, 10, 14, 11, 4, 3, 22, 4, 2, 22, 1, 1, 7, 13, 24, 2],
"ct" : [21, 10, 13, 15, 7, 10, 24, 15, 15, 9, 20, 10, 16, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 2965,
"comment" : "y is maximal after modular reduction and (y + a) % radix**13 == 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "9a82c39e0471614ce1aa17645c94fcbfd57f4b1f3667bc97e846d46929ad1ff4",
"tweak" : "796518e283c6ef",
"msg" : [3, 18, 16, 19, 5, 25, 4, 20, 10, 7, 23, 9, 4, 25, 12, 7, 4, 0, 19, 15, 10, 10, 21, 11, 5, 13],
"ct" : [21, 10, 13, 15, 7, 10, 24, 15, 15, 9, 20, 10, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 2966,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "9a82c39e0471614ce1aa17645c94fcbfd57f4b1f3667bc97e846d46929ad1ff4",
"tweak" : "796518e283c6ef",
"msg" : [14, 4, 22, 15, 4, 14, 5, 5, 18, 18, 5, 24, 5, 2, 15, 5, 12, 9, 1, 7, 17, 8, 25, 4, 16, 15],
"ct" : [21, 10, 13, 15, 7, 10, 24, 15, 15, 9, 20, 10, 16, 24, 4, 6, 3, 16, 4, 22, 12, 3, 2, 14, 15, 1],
"result" : "valid"
},
{
"tcId" : 2967,
"comment" : "y is maximal after modular reduction and a is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "9a82c39e0471614ce1aa17645c94fcbfd57f4b1f3667bc97e846d46929ad1ff4",
"tweak" : "796518e283c6ef",
"msg" : [9, 4, 7, 0, 16, 11, 24, 6, 25, 20, 0, 23, 10, 21, 10, 2, 17, 2, 9, 7, 6, 8, 4, 23, 11, 6],
"ct" : [21, 10, 13, 15, 7, 10, 24, 15, 15, 9, 20, 10, 16, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 24],
"result" : "valid"
},
{
"tcId" : 2968,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "4e20c7773ccc3092b9dbcefc47028815793d233307d50aed60a94076ad6e4d08",
"tweak" : "3813c38b3aa52d66",
"msg" : [-1, 8, 13, 8, 3, 4, 0, 10, 23, 17, 9, 18, 10, 22, 3, 24, 24, 19, 18, 24, 3, 1, 12, 0, 9, 25],
"ct" : [22, 0, 20, 7, 15, 6, 0, 23, 15, 3, 6, 15, 17, 8, 6, 10, 9, 20, 19, 24, 23, 19, 23, 6, 11, 8],
"result" : "invalid"
},
{
"tcId" : 2969,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "4e20c7773ccc3092b9dbcefc47028815793d233307d50aed60a94076ad6e4d08",
"tweak" : "3813c38b3aa52d66",
"msg" : [12, 8, 13, 8, 3, 4, 0, 10, -1, 17, 9, 18, 10, 22, 3, 24, 24, 19, 18, 24, 3, 1, 12, 0, 9, 25],
"ct" : [13, 17, 24, 24, 20, 24, 0, 19, 9, 13, 19, 17, 13, 3, 4, 19, 23, 12, 11, 10, 23, 15, 24, 0, 8, 22],
"result" : "invalid"
},
{
"tcId" : 2970,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "4e20c7773ccc3092b9dbcefc47028815793d233307d50aed60a94076ad6e4d08",
"tweak" : "3813c38b3aa52d66",
"msg" : [12, 8, 13, 8, 3, 4, 0, 10, 23, 17, 9, 18, 10, 22, 3, 24, 24, 19, 18, 24, 3, 1, 12, 0, 9, -1],
"ct" : [7, 17, 4, 23, 5, 12, 4, 20, 2, 21, 23, 13, 20, 21, 25, 23, 12, 9, 19, 13, 11, 20, 22, 12, 1, 17],
"result" : "invalid"
},
{
"tcId" : 2971,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "4c4e486c791cad02d0107dcdc79ec10d7de363f92628d17b9bed51843d0cbbc0",
"tweak" : "27e35ebf4f639964",
"msg" : [26, 24, 20, 17, 24, 11, 3, 5, 21, 20, 22, 6, 24, 0, 24, 2, 20, 2, 14, 21, 24, 21, 2, 9, 5, 6],
"ct" : [21, 1, 21, 17, 21, 17, 19, 1, 19, 17, 15, 6, 12, 20, 7, 19, 23, 20, 3, 24, 14, 9, 23, 20, 2, 24],
"result" : "invalid"
},
{
"tcId" : 2972,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "4c4e486c791cad02d0107dcdc79ec10d7de363f92628d17b9bed51843d0cbbc0",
"tweak" : "27e35ebf4f639964",
"msg" : [3, 24, 20, 17, 24, 11, 3, 5, 26, 20, 22, 6, 24, 0, 24, 2, 20, 2, 14, 21, 24, 21, 2, 9, 5, 6],
"ct" : [10, 11, 14, 10, 12, 9, 18, 1, 5, 22, 14, 23, 10, 23, 10, 17, 5, 19, 10, 17, 12, 19, 4, 14, 1, 22],
"result" : "invalid"
},
{
"tcId" : 2973,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "4c4e486c791cad02d0107dcdc79ec10d7de363f92628d17b9bed51843d0cbbc0",
"tweak" : "27e35ebf4f639964",
"msg" : [3, 24, 20, 17, 24, 11, 3, 5, 21, 20, 22, 6, 24, 0, 24, 2, 20, 2, 14, 21, 24, 21, 2, 9, 5, 26],
"ct" : [17, 22, 6, 13, 21, 17, 12, 1, 13, 17, 18, 6, 14, 25, 13, 17, 18, 23, 2, 16, 15, 25, 2, 25, 16, 20],
"result" : "invalid"
}
]
},
{
"keySize" : 256,
"msgSize" : 27,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 2974,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "89dcb7b56207898e6bbf9275e00e68d7f08eee8ef17be1a0359b5f15a4c7f476",
"tweak" : "2146a4ee0ca89f28",
"msg" : [14, 19, 9, 22, 0, 18, 13, 2, 6, 12, 23, 16, 3, 7, 12, 25, 13, 13, 6, 3, 3, 1, 17, 3, 23, 6, 5],
"ct" : [20, 20, 19, 20, 22, 7, 13, 12, 10, 19, 7, 15, 17, 22, 8, 10, 12, 2, 8, 9, 6, 11, 4, 15, 9, 10, 23],
"result" : "valid"
},
{
"tcId" : 2975,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "6345ad7939c99871d1e1b4ba7ed3c7aeab181735a41a585871c09158ece13d1f",
"tweak" : "76302e315ce5c23a",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [25, 22, 18, 11, 15, 8, 9, 23, 1, 4, 10, 3, 19, 8, 8, 17, 6, 23, 19, 14, 17, 14, 4, 22, 16, 7, 7],
"result" : "valid"
},
{
"tcId" : 2976,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "6345ad7939c99871d1e1b4ba7ed3c7aeab181735a41a585871c09158ece13d1f",
"tweak" : "76302e315ce5c23a",
"msg" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"ct" : [7, 22, 5, 7, 10, 16, 3, 16, 5, 4, 1, 10, 14, 2, 21, 21, 22, 2, 2, 3, 23, 19, 17, 13, 21, 19, 2],
"result" : "valid"
},
{
"tcId" : 2977,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "6345ad7939c99871d1e1b4ba7ed3c7aeab181735a41a585871c09158ece13d1f",
"tweak" : "76302e315ce5c23a",
"msg" : [24, 4, 6, 3, 16, 4, 22, 12, 3, 2, 14, 15, 2, 14, 22, 15, 20, 5, 24, 25, 21, 11, 23, 14, 25, 7, 6],
"ct" : [8, 20, 10, 4, 23, 9, 24, 2, 4, 21, 21, 23, 8, 20, 5, 5, 6, 15, 0, 25, 13, 6, 13, 0, 19, 6, 6],
"result" : "valid"
},
{
"tcId" : 2978,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "6345ad7939c99871d1e1b4ba7ed3c7aeab181735a41a585871c09158ece13d1f",
"tweak" : "76302e315ce5c23a",
"msg" : [24, 4, 6, 3, 16, 4, 22, 12, 3, 2, 14, 15, 1, 14, 22, 15, 20, 5, 24, 25, 21, 11, 23, 14, 25, 7, 5],
"ct" : [14, 7, 17, 20, 11, 1, 15, 10, 11, 4, 9, 17, 4, 23, 13, 16, 16, 5, 3, 14, 25, 4, 21, 14, 19, 6, 16],
"result" : "valid"
},
{
"tcId" : 2979,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "6345ad7939c99871d1e1b4ba7ed3c7aeab181735a41a585871c09158ece13d1f",
"tweak" : "76302e315ce5c23a",
"msg" : [15, 10, 5, 14, 11, 25, 21, 20, 13, 20, 0, 5, 18, 24, 5, 11, 13, 8, 0, 6, 16, 13, 5, 4, 23, 4, 18],
"ct" : [4, 2, 12, 9, 19, 24, 20, 11, 19, 24, 17, 18, 21, 16, 3, 19, 14, 8, 14, 12, 15, 19, 21, 11, 0, 9, 11],
"result" : "valid"
},
{
"tcId" : 2980,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "6345ad7939c99871d1e1b4ba7ed3c7aeab181735a41a585871c09158ece13d1f",
"tweak" : "76302e315ce5c23a",
"msg" : [15, 1, 14, 0, 3, 12, 23, 17, 3, 1, 11, 16, 9, 11, 25, 20, 17, 3, 4, 3, 25, 8, 3, 18, 2, 11, 17],
"ct" : [0, 3, 15, 8, 10, 8, 9, 21, 3, 20, 14, 12, 12, 14, 7, 7, 11, 24, 5, 10, 12, 3, 8, 11, 17, 25, 17],
"result" : "valid"
},
{
"tcId" : 2981,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "6345ad7939c99871d1e1b4ba7ed3c7aeab181735a41a585871c09158ece13d1f",
"tweak" : "76302e315ce5c23a",
"msg" : [20, 5, 20, 0, 14, 25, 13, 10, 0, 24, 7, 10, 2, 19, 9, 0, 3, 3, 11, 11, 22, 9, 15, 16, 22, 11, 19],
"ct" : [10, 18, 3, 25, 6, 21, 8, 12, 10, 4, 3, 4, 3, 7, 9, 23, 5, 19, 11, 18, 11, 23, 2, 2, 22, 10, 5],
"result" : "valid"
},
{
"tcId" : 2982,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "6345ad7939c99871d1e1b4ba7ed3c7aeab181735a41a585871c09158ece13d1f",
"tweak" : "76302e315ce5c23a",
"msg" : [13, 25, 25, 11, 13, 18, 11, 11, 22, 18, 17, 23, 9, 15, 18, 18, 22, 10, 10, 22, 7, 18, 22, 4, 24, 15, 6],
"ct" : [16, 4, 10, 21, 5, 12, 15, 15, 8, 1, 10, 19, 21, 12, 3, 14, 18, 10, 15, 18, 1, 23, 4, 4, 12, 5, 15],
"result" : "valid"
},
{
"tcId" : 2983,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "6345ad7939c99871d1e1b4ba7ed3c7aeab181735a41a585871c09158ece13d1f",
"tweak" : "76302e315ce5c23a",
"msg" : [8, 4, 14, 6, 18, 15, 12, 16, 22, 14, 20, 6, 18, 23, 5, 18, 12, 2, 4, 7, 5, 13, 8, 10, 10, 19, 22],
"ct" : [21, 16, 0, 9, 2, 10, 9, 24, 19, 8, 8, 11, 19, 4, 12, 15, 11, 5, 3, 9, 10, 9, 5, 16, 20, 2, 17],
"result" : "valid"
},
{
"tcId" : 2984,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "6345ad7939c99871d1e1b4ba7ed3c7aeab181735a41a585871c09158ece13d1f",
"tweak" : "76302e315ce5c23a",
"msg" : [16, 19, 18, 10, 10, 3, 14, 22, 21, 20, 7, 18, 4, 9, 6, 4, 1, 25, 21, 0, 9, 25, 8, 7, 4, 10, 4],
"ct" : [10, 4, 14, 2, 9, 10, 15, 11, 3, 4, 17, 21, 11, 10, 4, 20, 20, 17, 11, 6, 2, 12, 24, 25, 16, 5, 10],
"result" : "valid"
},
{
"tcId" : 2985,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "6345ad7939c99871d1e1b4ba7ed3c7aeab181735a41a585871c09158ece13d1f",
"tweak" : "76302e315ce5c23a",
"msg" : [1, 22, 20, 13, 13, 20, 8, 8, 3, 18, 18, 4, 15, 16, 14, 21, 3, 2, 5, 21, 14, 14, 17, 25, 14, 19, 24],
"ct" : [4, 7, 18, 20, 12, 8, 7, 24, 6, 18, 12, 24, 21, 12, 25, 19, 8, 1, 6, 2, 20, 20, 10, 19, 2, 8, 14],
"result" : "valid"
},
{
"tcId" : 2986,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "6345ad7939c99871d1e1b4ba7ed3c7aeab181735a41a585871c09158ece13d1f",
"tweak" : "76302e315ce5c23a",
"msg" : [7, 18, 0, 20, 21, 5, 21, 0, 13, 23, 9, 9, 3, 17, 11, 6, 24, 20, 22, 8, 1, 13, 12, 24, 3, 9, 5],
"ct" : [2, 5, 24, 16, 6, 20, 2, 14, 10, 2, 1, 11, 25, 17, 14, 20, 1, 19, 15, 8, 16, 7, 3, 12, 11, 12, 25],
"result" : "valid"
},
{
"tcId" : 2987,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "6345ad7939c99871d1e1b4ba7ed3c7aeab181735a41a585871c09158ece13d1f",
"tweak" : "76302e315ce5c23a",
"msg" : [17, 15, 15, 16, 11, 24, 17, 15, 15, 1, 14, 24, 1, 21, 5, 8, 23, 25, 2, 20, 13, 1, 10, 1, 16, 7, 0],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 2988,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "6345ad7939c99871d1e1b4ba7ed3c7aeab181735a41a585871c09158ece13d1f",
"tweak" : "76302e315ce5c23a",
"msg" : [13, 0, 7, 7, 4, 0, 2, 17, 14, 23, 25, 16, 4, 6, 0, 24, 19, 14, 25, 7, 24, 24, 24, 18, 11, 17, 6],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"result" : "valid"
},
{
"tcId" : 2989,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "6345ad7939c99871d1e1b4ba7ed3c7aeab181735a41a585871c09158ece13d1f",
"tweak" : "76302e315ce5c23a",
"msg" : [3, 12, 16, 6, 13, 0, 13, 10, 14, 9, 7, 24, 22, 9, 2, 20, 10, 12, 4, 22, 14, 5, 16, 8, 2, 25, 15],
"ct" : [24, 4, 6, 3, 16, 4, 22, 12, 3, 2, 14, 15, 2, 14, 22, 15, 20, 5, 24, 25, 21, 11, 23, 14, 25, 7, 6],
"result" : "valid"
},
{
"tcId" : 2990,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "6345ad7939c99871d1e1b4ba7ed3c7aeab181735a41a585871c09158ece13d1f",
"tweak" : "76302e315ce5c23a",
"msg" : [19, 10, 20, 2, 14, 25, 14, 19, 19, 11, 15, 7, 19, 14, 17, 9, 7, 1, 15, 24, 25, 18, 0, 20, 12, 12, 0],
"ct" : [24, 4, 6, 3, 16, 4, 22, 12, 3, 2, 14, 15, 1, 14, 22, 15, 20, 5, 24, 25, 21, 11, 23, 14, 25, 7, 5],
"result" : "valid"
},
{
"tcId" : 2991,
"comment" : "y = 1 and a = 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad07ea225eb33a3f94ab73e47aeda9e85718513f8ba5ba70ad02eeb7eceac5ee",
"tweak" : "fb12a33718f841c5d9ce056aa50282d343ccf22470e8",
"msg" : [18, 25, 10, 22, 20, 10, 13, 12, 24, 2, 16, 17, 16, 21, 5, 21, 20, 15, 18, 10, 12, 3, 15, 5, 16, 14, 16],
"ct" : [7, 10, 24, 15, 1, 1, 3, 22, 6, 6, 14, 23, 7, 14, 14, 13, 16, 4, 10, 17, 7, 8, 7, 1, 25, 12, 1],
"result" : "valid"
},
{
"tcId" : 2992,
"comment" : "y = 1 and a = 1 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad07ea225eb33a3f94ab73e47aeda9e85718513f8ba5ba70ad02eeb7eceac5ee",
"tweak" : "fb12a33718f841c5d9ce056aa50282d343ccf22470e8",
"msg" : [7, 5, 14, 23, 8, 23, 4, 3, 23, 13, 23, 6, 15, 23, 11, 8, 25, 16, 22, 22, 12, 2, 9, 11, 20, 17, 9],
"ct" : [16, 25, 25, 17, 15, 15, 19, 0, 22, 2, 20, 4, 17, 11, 8, 1, 11, 15, 19, 13, 22, 3, 21, 20, 0, 8, 11],
"result" : "valid"
},
{
"tcId" : 2993,
"comment" : "y = 1 and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad07ea225eb33a3f94ab73e47aeda9e85718513f8ba5ba70ad02eeb7eceac5ee",
"tweak" : "fb12a33718f841c5d9ce056aa50282d343ccf22470e8",
"msg" : [15, 3, 18, 6, 15, 12, 7, 1, 11, 7, 9, 17, 12, 22, 2, 3, 3, 23, 17, 8, 1, 7, 8, 3, 18, 15, 0],
"ct" : [25, 4, 13, 18, 25, 0, 11, 4, 14, 6, 6, 22, 6, 3, 16, 17, 21, 1, 1, 7, 16, 17, 25, 1, 21, 6, 16],
"result" : "valid"
},
{
"tcId" : 2994,
"comment" : "y = 1 and (y + a) % radix**13 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad07ea225eb33a3f94ab73e47aeda9e85718513f8ba5ba70ad02eeb7eceac5ee",
"tweak" : "fb12a33718f841c5d9ce056aa50282d343ccf22470e8",
"msg" : [18, 10, 3, 2, 15, 9, 6, 10, 10, 23, 21, 15, 7, 1, 1, 0, 7, 2, 9, 23, 0, 14, 15, 20, 10, 14, 4],
"ct" : [18, 16, 17, 13, 11, 16, 8, 4, 18, 15, 10, 23, 3, 8, 6, 19, 11, 13, 18, 0, 2, 5, 23, 21, 1, 24, 7],
"result" : "valid"
},
{
"tcId" : 2995,
"comment" : "y = 1 and (y + a) % radix**13 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad07ea225eb33a3f94ab73e47aeda9e85718513f8ba5ba70ad02eeb7eceac5ee",
"tweak" : "fb12a33718f841c5d9ce056aa50282d343ccf22470e8",
"msg" : [14, 22, 14, 21, 23, 6, 1, 14, 2, 3, 23, 2, 9, 24, 19, 2, 19, 23, 13, 24, 0, 11, 21, 4, 19, 23, 21],
"ct" : [25, 18, 15, 3, 1, 24, 11, 7, 15, 6, 14, 14, 7, 0, 12, 8, 20, 20, 19, 5, 6, 11, 19, 18, 25, 23, 24],
"result" : "valid"
},
{
"tcId" : 2996,
"comment" : "y is edge case for modular reduction and a = 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad07ea225eb33a3f94ab73e47aeda9e85718513f8ba5ba70ad02eeb7eceac5ee",
"tweak" : "5c492a133f7a8113705cc44cdae2d99e4e3f875a5825",
"msg" : [7, 7, 19, 3, 1, 16, 15, 21, 11, 8, 0, 19, 15, 24, 18, 12, 12, 23, 8, 19, 18, 14, 24, 16, 17, 17, 25],
"ct" : [21, 7, 19, 14, 12, 2, 20, 13, 6, 9, 10, 1, 0, 13, 22, 21, 19, 22, 12, 9, 22, 1, 8, 5, 5, 5, 16],
"result" : "valid"
},
{
"tcId" : 2997,
"comment" : "y is edge case for modular reduction and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad07ea225eb33a3f94ab73e47aeda9e85718513f8ba5ba70ad02eeb7eceac5ee",
"tweak" : "5c492a133f7a8113705cc44cdae2d99e4e3f875a5825",
"msg" : [6, 0, 14, 15, 0, 3, 13, 7, 0, 17, 24, 20, 1, 20, 15, 19, 12, 5, 2, 12, 16, 7, 12, 7, 14, 14, 22],
"ct" : [21, 7, 19, 14, 12, 2, 20, 13, 6, 9, 10, 1, 1, 14, 7, 6, 0, 12, 22, 10, 25, 2, 8, 13, 5, 14, 5],
"result" : "valid"
},
{
"tcId" : 2998,
"comment" : "y is edge case for modular reduction and (y + a) % radix**13 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad07ea225eb33a3f94ab73e47aeda9e85718513f8ba5ba70ad02eeb7eceac5ee",
"tweak" : "5c492a133f7a8113705cc44cdae2d99e4e3f875a5825",
"msg" : [25, 20, 15, 1, 13, 15, 18, 23, 6, 4, 10, 15, 0, 14, 16, 6, 0, 5, 7, 18, 16, 1, 7, 16, 0, 9, 17],
"ct" : [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 2, 11, 0, 10, 23, 1, 6, 16, 16, 19, 21, 11, 19, 17],
"result" : "valid"
},
{
"tcId" : 2999,
"comment" : "y is edge case for modular reduction and (y + a) % radix**13 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad07ea225eb33a3f94ab73e47aeda9e85718513f8ba5ba70ad02eeb7eceac5ee",
"tweak" : "5c492a133f7a8113705cc44cdae2d99e4e3f875a5825",
"msg" : [5, 15, 6, 13, 24, 3, 24, 16, 9, 24, 18, 20, 10, 24, 12, 11, 25, 6, 4, 20, 6, 22, 23, 16, 17, 2, 21],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 16, 16, 18, 3, 8, 25, 12, 15, 2, 17, 6, 18, 7],
"result" : "valid"
},
{
"tcId" : 3000,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad07ea225eb33a3f94ab73e47aeda9e85718513f8ba5ba70ad02eeb7eceac5ee",
"tweak" : "5c492a133f7a8113705cc44cdae2d99e4e3f875a5825",
"msg" : [21, 18, 11, 11, 1, 7, 8, 23, 21, 1, 14, 8, 1, 6, 18, 7, 16, 10, 5, 18, 3, 25, 17, 5, 10, 16, 1],
"ct" : [19, 11, 25, 18, 2, 7, 16, 25, 9, 11, 24, 16, 2, 1, 13, 19, 14, 9, 2, 24, 19, 20, 13, 2, 16, 5, 12],
"result" : "valid"
},
{
"tcId" : 3001,
"comment" : "y is edge case for modular reduction and a is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad07ea225eb33a3f94ab73e47aeda9e85718513f8ba5ba70ad02eeb7eceac5ee",
"tweak" : "5c492a133f7a8113705cc44cdae2d99e4e3f875a5825",
"msg" : [22, 2, 0, 1, 24, 5, 11, 13, 10, 25, 9, 17, 14, 4, 6, 16, 6, 22, 17, 6, 24, 19, 2, 21, 1, 10, 2],
"ct" : [21, 7, 19, 14, 12, 2, 20, 13, 6, 9, 10, 0, 25, 9, 11, 5, 11, 19, 4, 16, 17, 1, 3, 16, 17, 14, 22],
"result" : "valid"
},
{
"tcId" : 3002,
"comment" : "y is maximal after modular reduction and (y + a) % radix**13 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad07ea225eb33a3f94ab73e47aeda9e85718513f8ba5ba70ad02eeb7eceac5ee",
"tweak" : "d5136d359781911d4197360cc0f8299cf8e71ce24e90",
"msg" : [0, 0, 13, 2, 2, 11, 16, 24, 21, 5, 4, 4, 21, 3, 15, 6, 22, 8, 4, 22, 14, 5, 6, 23, 6, 21, 24],
"ct" : [4, 14, 11, 14, 16, 14, 2, 19, 7, 2, 6, 12, 9, 15, 8, 24, 10, 25, 22, 22, 22, 17, 8, 15, 15, 6, 3],
"result" : "valid"
},
{
"tcId" : 3003,
"comment" : "y is maximal after modular reduction and (y + a) % radix**13 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad07ea225eb33a3f94ab73e47aeda9e85718513f8ba5ba70ad02eeb7eceac5ee",
"tweak" : "d5136d359781911d4197360cc0f8299cf8e71ce24e90",
"msg" : [3, 25, 10, 2, 22, 23, 16, 16, 4, 15, 1, 0, 24, 7, 4, 18, 14, 19, 3, 18, 7, 24, 10, 1, 11, 24, 23],
"ct" : [24, 2, 10, 19, 12, 6, 15, 14, 23, 12, 9, 24, 3, 21, 11, 3, 10, 11, 3, 19, 1, 6, 18, 3, 3, 6, 5],
"result" : "valid"
},
{
"tcId" : 3004,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad07ea225eb33a3f94ab73e47aeda9e85718513f8ba5ba70ad02eeb7eceac5ee",
"tweak" : "d5136d359781911d4197360cc0f8299cf8e71ce24e90",
"msg" : [4, 25, 16, 8, 6, 13, 19, 8, 5, 8, 25, 14, 1, 3, 23, 25, 24, 20, 3, 2, 2, 4, 25, 13, 2, 0, 23],
"ct" : [15, 21, 4, 23, 10, 20, 7, 6, 3, 8, 14, 0, 20, 2, 24, 14, 9, 24, 17, 23, 20, 11, 6, 12, 14, 15, 4],
"result" : "valid"
},
{
"tcId" : 3005,
"comment" : "y is maximal after modular reduction and a is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad07ea225eb33a3f94ab73e47aeda9e85718513f8ba5ba70ad02eeb7eceac5ee",
"tweak" : "d5136d359781911d4197360cc0f8299cf8e71ce24e90",
"msg" : [22, 18, 14, 10, 23, 13, 9, 0, 5, 15, 8, 8, 5, 15, 20, 1, 8, 6, 19, 7, 1, 7, 1, 18, 10, 7, 12],
"ct" : [10, 14, 12, 24, 9, 23, 17, 16, 7, 12, 14, 3, 15, 15, 20, 24, 19, 13, 1, 1, 25, 2, 22, 17, 16, 24, 21],
"result" : "valid"
},
{
"tcId" : 3006,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "9b946298b977b4050b37673200e2ad402de9e9dba331bf6eae1408dac9c9e7bd",
"tweak" : "dc322e70fc62bb84",
"msg" : [-1, 3, 12, 24, 24, 0, 3, 19, 19, 21, 11, 3, 15, 24, 19, 3, 22, 20, 18, 9, 8, 17, 10, 12, 21, 16, 8],
"ct" : [10, 7, 3, 15, 10, 22, 13, 9, 25, 12, 6, 3, 13, 12, 22, 0, 9, 0, 10, 20, 7, 2, 21, 7, 0, 8, 0],
"result" : "invalid"
},
{
"tcId" : 3007,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "9b946298b977b4050b37673200e2ad402de9e9dba331bf6eae1408dac9c9e7bd",
"tweak" : "dc322e70fc62bb84",
"msg" : [9, 3, 12, 24, 24, 0, 3, 19, 19, -1, 11, 3, 15, 24, 19, 3, 22, 20, 18, 9, 8, 17, 10, 12, 21, 16, 8],
"ct" : [25, 13, 18, 22, 24, 19, 24, 11, 14, 23, 25, 16, 23, 11, 19, 0, 14, 1, 13, 0, 0, 24, 6, 17, 10, 8, 1],
"result" : "invalid"
},
{
"tcId" : 3008,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "9b946298b977b4050b37673200e2ad402de9e9dba331bf6eae1408dac9c9e7bd",
"tweak" : "dc322e70fc62bb84",
"msg" : [9, 3, 12, 24, 24, 0, 3, 19, 19, 21, 11, 3, 15, 24, 19, 3, 22, 20, 18, 9, 8, 17, 10, 12, 21, 16, -1],
"ct" : [19, 23, 19, 9, 1, 24, 10, 0, 1, 17, 1, 21, 3, 0, 9, 11, 4, 4, 12, 0, 14, 15, 14, 5, 8, 10, 8],
"result" : "invalid"
},
{
"tcId" : 3009,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "588ab8747880edab34c44e69d23205296540faab514e900a8f16a79a2e638781",
"tweak" : "211a3f5a6c15124e",
"msg" : [26, 5, 0, 7, 12, 14, 21, 1, 12, 0, 15, 4, 22, 7, 0, 1, 24, 25, 3, 9, 9, 7, 6, 21, 25, 10, 1],
"ct" : [7, 19, 9, 18, 12, 14, 14, 7, 19, 19, 15, 6, 11, 7, 8, 8, 20, 7, 0, 24, 24, 23, 19, 23, 19, 10, 12],
"result" : "invalid"
},
{
"tcId" : 3010,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "588ab8747880edab34c44e69d23205296540faab514e900a8f16a79a2e638781",
"tweak" : "211a3f5a6c15124e",
"msg" : [23, 5, 0, 7, 12, 14, 21, 1, 12, 26, 15, 4, 22, 7, 0, 1, 24, 25, 3, 9, 9, 7, 6, 21, 25, 10, 1],
"ct" : [8, 20, 2, 21, 25, 6, 4, 14, 19, 20, 25, 25, 9, 1, 20, 7, 13, 11, 20, 19, 2, 16, 5, 18, 9, 0, 2],
"result" : "invalid"
},
{
"tcId" : 3011,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "588ab8747880edab34c44e69d23205296540faab514e900a8f16a79a2e638781",
"tweak" : "211a3f5a6c15124e",
"msg" : [23, 5, 0, 7, 12, 14, 21, 1, 12, 0, 15, 4, 22, 7, 0, 1, 24, 25, 3, 9, 9, 7, 6, 21, 25, 10, 26],
"ct" : [17, 11, 0, 20, 2, 15, 5, 11, 15, 11, 2, 21, 16, 22, 0, 14, 22, 9, 10, 3, 3, 21, 24, 15, 1, 15, 20],
"result" : "invalid"
}
]
},
{
"keySize" : 128,
"msgSize" : 28,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3012,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "1480e7206367c3365ec5a9b11f61261e",
"tweak" : "895ad94343672108",
"msg" : [16, 11, 8, 16, 5, 23, 13, 9, 25, 9, 24, 15, 24, 22, 4, 20, 11, 21, 11, 19, 2, 15, 15, 4, 22, 17, 18, 7],
"ct" : [8, 3, 15, 15, 25, 22, 23, 21, 6, 2, 7, 18, 24, 15, 1, 15, 13, 6, 25, 5, 2, 12, 11, 25, 15, 13, 12, 19],
"result" : "valid"
}
]
},
{
"keySize" : 128,
"msgSize" : 29,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3013,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "a8ed8a1627e4ea301c4d007a30a7fd71",
"tweak" : "dbbf38e615dc2fee",
"msg" : [11, 5, 16, 19, 5, 8, 2, 3, 3, 20, 2, 10, 7, 5, 5, 21, 18, 13, 8, 5, 0, 24, 24, 13, 6, 7, 3, 21, 23],
"ct" : [18, 5, 11, 17, 15, 20, 21, 2, 12, 11, 8, 5, 25, 18, 11, 23, 6, 17, 3, 4, 14, 11, 4, 3, 19, 5, 16, 0, 10],
"result" : "valid"
}
]
},
{
"keySize" : 128,
"msgSize" : 30,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3014,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "abbd25e59680efd575c00d24e9fdcad8",
"tweak" : "070cffc4a9b88ee7",
"msg" : [13, 21, 6, 6, 14, 13, 22, 8, 22, 0, 13, 7, 13, 6, 8, 12, 8, 18, 8, 16, 19, 17, 11, 23, 10, 1, 12, 16, 17, 24],
"ct" : [25, 10, 16, 21, 16, 5, 15, 13, 11, 25, 15, 13, 6, 8, 17, 23, 22, 19, 14, 15, 12, 5, 20, 21, 18, 18, 3, 2, 1, 11],
"result" : "valid"
}
]
},
{
"keySize" : 128,
"msgSize" : 31,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3015,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "cb4b74bac0ecce5c21f47f39c22ae70c",
"tweak" : "dd1e66e61ea45250",
"msg" : [9, 17, 12, 24, 20, 6, 4, 20, 22, 18, 9, 9, 6, 7, 19, 14, 16, 0, 13, 9, 3, 9, 3, 10, 11, 20, 2, 0, 1, 6, 6],
"ct" : [21, 10, 22, 25, 3, 9, 17, 12, 19, 8, 23, 9, 6, 24, 23, 1, 4, 5, 21, 25, 14, 5, 22, 16, 9, 13, 25, 25, 20, 24, 25],
"result" : "valid"
}
]
},
{
"keySize" : 128,
"msgSize" : 32,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3016,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "1ee98a204d8de6bc2fb2416fa2efe03f",
"tweak" : "302f76d9825d6eb5",
"msg" : [8, 17, 5, 17, 23, 19, 18, 15, 13, 11, 1, 12, 7, 11, 18, 20, 18, 7, 2, 24, 24, 17, 4, 0, 3, 14, 12, 18, 14, 17, 2, 24],
"ct" : [17, 0, 2, 1, 16, 24, 24, 16, 17, 9, 20, 8, 23, 8, 5, 20, 22, 16, 21, 17, 18, 16, 6, 10, 11, 16, 9, 6, 12, 3, 4, 0],
"result" : "valid"
}
]
},
{
"keySize" : 128,
"msgSize" : 33,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3017,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "df76fc71b7d899068b43f16bc5858dbd",
"tweak" : "8e55911ef156dfe2",
"msg" : [17, 8, 24, 18, 19, 14, 7, 22, 5, 4, 17, 8, 9, 10, 20, 12, 16, 15, 12, 2, 24, 7, 23, 20, 12, 18, 10, 0, 15, 25, 6, 2, 13],
"ct" : [3, 11, 1, 7, 19, 20, 11, 8, 9, 4, 8, 4, 0, 1, 8, 21, 23, 23, 4, 7, 16, 25, 1, 24, 23, 18, 16, 1, 11, 3, 4, 23, 12],
"result" : "valid"
}
]
},
{
"keySize" : 128,
"msgSize" : 40,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3018,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "ebac6d5741e58a3af7fd72a5db46b863",
"tweak" : "fb13dc638ef728e5",
"msg" : [8, 8, 12, 9, 4, 6, 23, 0, 14, 0, 4, 10, 19, 24, 21, 4, 17, 12, 9, 24, 2, 24, 18, 21, 24, 8, 7, 7, 18, 20, 23, 9, 5, 5, 5, 2, 2, 25, 15, 23],
"ct" : [24, 15, 6, 22, 22, 17, 10, 1, 5, 24, 19, 3, 10, 22, 23, 22, 7, 19, 15, 3, 6, 18, 19, 10, 7, 1, 6, 23, 6, 7, 18, 23, 15, 17, 1, 6, 21, 1, 1, 23],
"result" : "valid"
}
]
},
{
"keySize" : 128,
"msgSize" : 41,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3019,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "fc459843466fb21cdfdcfce2ed124cb9",
"tweak" : "9d375ec89c826346",
"msg" : [7, 10, 1, 5, 8, 13, 6, 0, 7, 14, 21, 1, 24, 6, 19, 21, 22, 19, 19, 25, 2, 0, 22, 2, 7, 16, 18, 20, 23, 21, 8, 5, 2, 5, 7, 0, 8, 17, 4, 3, 4],
"ct" : [12, 20, 11, 20, 12, 22, 14, 7, 12, 21, 15, 12, 15, 7, 21, 10, 0, 3, 3, 24, 5, 13, 13, 15, 11, 19, 9, 3, 9, 7, 21, 20, 6, 3, 4, 21, 23, 16, 8, 9, 10],
"result" : "valid"
}
]
},
{
"keySize" : 128,
"msgSize" : 54,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3020,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "8c75563ad86daf8e6dc1a8582277c6cd",
"tweak" : "84ed361188230dfc",
"msg" : [3, 18, 23, 23, 25, 10, 13, 14, 12, 19, 11, 23, 7, 17, 24, 22, 22, 10, 4, 23, 1, 13, 19, 0, 20, 0, 9, 19, 3, 5, 25, 10, 21, 6, 22, 22, 10, 14, 18, 19, 9, 23, 14, 24, 25, 22, 7, 20, 8, 11, 4, 23, 13, 7],
"ct" : [17, 13, 20, 8, 7, 2, 19, 2, 12, 19, 4, 0, 4, 13, 5, 21, 2, 25, 23, 24, 25, 19, 25, 3, 16, 5, 1, 18, 10, 10, 20, 10, 3, 11, 5, 14, 21, 1, 11, 16, 2, 22, 14, 13, 4, 24, 22, 14, 23, 14, 7, 12, 14, 5],
"result" : "valid"
}
]
},
{
"keySize" : 128,
"msgSize" : 55,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3021,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "eca1cd63da70e6ee0b4c94ad419ddcf7",
"tweak" : "20ac9a6cb7de2eef",
"msg" : [21, 0, 24, 4, 25, 20, 13, 17, 25, 17, 16, 24, 21, 8, 1, 8, 18, 12, 8, 13, 12, 24, 23, 10, 17, 12, 0, 8, 13, 5, 0, 7, 21, 22, 8, 11, 22, 6, 3, 17, 17, 18, 12, 5, 0, 23, 4, 3, 24, 4, 6, 0, 22, 8, 21],
"ct" : [2, 17, 14, 17, 22, 14, 17, 25, 18, 21, 21, 7, 14, 3, 3, 11, 13, 19, 12, 13, 20, 23, 16, 19, 4, 23, 8, 12, 6, 24, 23, 1, 15, 12, 10, 12, 4, 22, 17, 25, 18, 25, 23, 9, 16, 15, 19, 0, 23, 4, 25, 3, 10, 0, 22],
"result" : "valid"
}
]
},
{
"keySize" : 128,
"msgSize" : 64,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3022,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "908bc4120a20f0043e43376761b2735e",
"tweak" : "841888c5b9be1c84",
"msg" : [3, 16, 25, 2, 23, 16, 0, 10, 18, 4, 18, 6, 18, 6, 22, 5, 14, 14, 12, 6, 25, 13, 11, 0, 4, 16, 9, 14, 20, 13, 19, 23, 2, 13, 25, 20, 14, 14, 10, 9, 1, 12, 7, 12, 8, 18, 19, 16, 23, 15, 11, 19, 22, 3, 2, 0, 13, 3, 22, 7, 9, 24, 15, 16],
"ct" : [21, 8, 22, 22, 17, 11, 14, 12, 8, 24, 8, 15, 14, 14, 3, 16, 2, 25, 22, 23, 3, 22, 22, 7, 15, 18, 3, 7, 12, 2, 20, 11, 21, 17, 12, 13, 14, 5, 5, 5, 8, 18, 6, 20, 21, 17, 9, 22, 12, 6, 7, 10, 10, 24, 6, 15, 12, 12, 24, 6, 6, 23, 25, 21],
"result" : "valid"
}
]
},
{
"keySize" : 128,
"msgSize" : 68,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3023,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "ca677ccfa3c198e7be51d82298ee78f1",
"tweak" : "a80a4cb0ff29b919",
"msg" : [15, 4, 16, 18, 15, 10, 14, 14, 8, 22, 0, 6, 9, 5, 5, 24, 0, 1, 8, 15, 25, 22, 2, 7, 11, 17, 25, 10, 17, 4, 6, 9, 18, 15, 12, 11, 12, 6, 4, 13, 0, 25, 0, 1, 24, 0, 12, 0, 1, 3, 16, 5, 22, 25, 17, 24, 18, 3, 24, 24, 16, 7, 18, 17, 14, 19, 1, 20],
"ct" : [19, 8, 14, 2, 2, 24, 5, 22, 9, 4, 15, 20, 19, 21, 18, 7, 25, 12, 0, 10, 16, 9, 4, 10, 0, 16, 4, 14, 14, 1, 3, 1, 24, 15, 8, 0, 8, 11, 12, 1, 12, 25, 25, 3, 11, 21, 11, 18, 7, 0, 5, 24, 14, 25, 13, 11, 0, 12, 15, 6, 14, 11, 25, 14, 21, 18, 17, 2],
"result" : "valid"
}
]
},
{
"keySize" : 128,
"msgSize" : 69,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3024,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "099edd6a1055819ad5acf1ceab36a227",
"tweak" : "7c8f9cf12edb4b1a",
"msg" : [5, 25, 10, 11, 5, 25, 21, 21, 24, 1, 17, 6, 1, 21, 4, 16, 17, 4, 17, 7, 10, 15, 5, 21, 24, 18, 0, 5, 19, 5, 4, 24, 25, 19, 18, 25, 10, 1, 7, 23, 1, 24, 0, 1, 11, 24, 12, 11, 6, 9, 0, 3, 25, 4, 22, 2, 21, 20, 22, 15, 13, 12, 15, 25, 14, 9, 10, 25, 9],
"ct" : [6, 16, 18, 23, 6, 11, 10, 22, 16, 4, 22, 11, 5, 13, 14, 2, 7, 2, 14, 10, 3, 21, 6, 12, 22, 1, 10, 0, 7, 19, 18, 4, 0, 21, 20, 3, 25, 16, 20, 19, 8, 8, 18, 17, 13, 24, 11, 14, 3, 6, 15, 23, 23, 15, 11, 25, 2, 4, 22, 6, 3, 7, 18, 9, 4, 2, 8, 8, 6],
"result" : "valid"
}
]
},
{
"keySize" : 128,
"msgSize" : 80,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3025,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "f763833eb5dcad3df492092080b404b6",
"tweak" : "46dc6b38a24f7002",
"msg" : [17, 3, 9, 22, 7, 14, 18, 0, 18, 18, 5, 25, 8, 12, 25, 13, 9, 10, 19, 7, 12, 18, 14, 3, 24, 10, 0, 8, 4, 13, 23, 18, 2, 5, 25, 12, 19, 2, 21, 6, 3, 13, 20, 1, 19, 12, 24, 24, 16, 1, 14, 1, 21, 4, 3, 9, 21, 18, 22, 2, 1, 15, 18, 23, 21, 20, 21, 0, 7, 22, 19, 7, 11, 18, 15, 3, 23, 24, 15, 1],
"ct" : [24, 8, 1, 6, 25, 17, 15, 3, 13, 11, 5, 9, 6, 23, 15, 3, 1, 20, 22, 9, 18, 2, 14, 7, 22, 24, 23, 14, 11, 19, 9, 19, 0, 20, 4, 10, 19, 5, 21, 19, 4, 14, 20, 1, 21, 13, 13, 8, 22, 19, 23, 16, 19, 7, 3, 8, 12, 25, 25, 12, 25, 7, 7, 16, 23, 17, 16, 19, 7, 16, 16, 7, 18, 15, 14, 20, 20, 6, 2, 14],
"result" : "valid"
}
]
},
{
"keySize" : 128,
"msgSize" : 81,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3026,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "dcaf5f2cc45949d99885ba01b3dc8100",
"tweak" : "ff583462277212c3",
"msg" : [18, 15, 19, 23, 1, 7, 21, 3, 16, 5, 25, 9, 7, 2, 20, 16, 23, 0, 20, 6, 16, 18, 21, 19, 15, 9, 15, 12, 6, 20, 13, 19, 25, 12, 25, 7, 8, 14, 21, 2, 11, 23, 23, 3, 24, 13, 12, 23, 20, 10, 7, 8, 22, 17, 11, 4, 22, 10, 16, 18, 12, 20, 8, 22, 6, 5, 18, 23, 22, 20, 14, 12, 7, 20, 16, 15, 2, 17, 8, 7, 24],
"ct" : [21, 9, 3, 14, 18, 19, 4, 19, 25, 16, 13, 20, 14, 11, 20, 19, 11, 9, 23, 21, 6, 1, 25, 25, 25, 9, 18, 6, 19, 13, 17, 9, 15, 2, 16, 9, 9, 16, 2, 1, 6, 25, 15, 7, 5, 12, 11, 17, 16, 13, 16, 2, 6, 18, 8, 24, 7, 20, 12, 8, 9, 3, 5, 0, 17, 18, 24, 11, 7, 2, 21, 7, 1, 18, 13, 6, 14, 5, 24, 11, 25],
"result" : "valid"
}
]
},
{
"keySize" : 128,
"msgSize" : 94,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3027,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "653289d2ffd05f53e91d41489da8e39f",
"tweak" : "6f15b74041c5415b",
"msg" : [13, 9, 11, 16, 0, 19, 17, 6, 0, 5, 24, 5, 20, 12, 13, 2, 3, 24, 15, 16, 15, 24, 25, 20, 18, 9, 20, 22, 11, 6, 4, 16, 19, 18, 17, 16, 11, 15, 8, 21, 25, 16, 8, 10, 4, 23, 4, 7, 6, 24, 9, 25, 17, 9, 3, 6, 10, 16, 17, 0, 21, 13, 6, 24, 15, 17, 3, 21, 16, 3, 17, 17, 2, 23, 18, 10, 9, 21, 7, 0, 0, 22, 7, 4, 17, 24, 10, 0, 1, 18, 21, 5, 17, 17],
"ct" : [1, 7, 2, 4, 9, 7, 1, 23, 0, 23, 23, 21, 13, 17, 6, 12, 4, 22, 23, 7, 18, 15, 21, 22, 10, 13, 11, 13, 4, 3, 0, 20, 8, 0, 1, 13, 18, 18, 0, 19, 1, 20, 4, 3, 2, 4, 5, 1, 3, 17, 15, 16, 18, 12, 25, 12, 20, 13, 4, 9, 11, 20, 8, 7, 13, 8, 7, 19, 2, 25, 17, 2, 10, 19, 1, 23, 1, 21, 10, 5, 13, 16, 20, 7, 16, 2, 10, 15, 4, 8, 20, 15, 11, 9],
"result" : "valid"
}
]
},
{
"keySize" : 128,
"msgSize" : 95,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3028,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "7cf65dad190ff6d126c473aececd1617",
"tweak" : "c6930d21f3dfb6b1",
"msg" : [2, 13, 0, 7, 9, 5, 19, 4, 16, 24, 4, 18, 4, 6, 10, 21, 2, 18, 1, 14, 18, 15, 10, 15, 14, 20, 23, 2, 5, 12, 17, 8, 15, 8, 2, 0, 24, 22, 4, 23, 0, 17, 0, 22, 21, 4, 9, 4, 8, 20, 12, 17, 19, 6, 14, 10, 22, 2, 22, 3, 1, 20, 24, 15, 25, 10, 19, 18, 21, 18, 12, 24, 20, 4, 9, 2, 7, 7, 25, 1, 19, 14, 5, 22, 21, 25, 24, 12, 3, 16, 22, 20, 19, 5, 11],
"ct" : [18, 16, 2, 0, 15, 22, 2, 0, 24, 12, 15, 2, 15, 25, 8, 10, 10, 22, 25, 15, 6, 5, 3, 25, 9, 4, 7, 20, 8, 23, 9, 25, 19, 18, 9, 8, 22, 25, 20, 5, 9, 24, 15, 21, 8, 9, 17, 18, 13, 13, 9, 17, 0, 4, 23, 12, 0, 0, 9, 17, 10, 23, 9, 25, 25, 22, 6, 0, 20, 19, 22, 24, 2, 12, 7, 12, 12, 19, 22, 16, 5, 2, 12, 14, 15, 9, 6, 20, 2, 10, 18, 25, 3, 23, 17],
"result" : "valid"
}
]
},
{
"keySize" : 128,
"msgSize" : 108,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3029,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "f79cad215b54831aee183e1721634dbf",
"tweak" : "e5f7820cbb69b5c4",
"msg" : [14, 15, 17, 0, 6, 22, 14, 22, 20, 16, 12, 14, 10, 3, 7, 18, 24, 23, 4, 18, 10, 9, 25, 22, 13, 9, 24, 0, 15, 4, 25, 10, 17, 16, 18, 2, 21, 16, 4, 6, 24, 21, 0, 6, 23, 25, 24, 13, 13, 21, 9, 12, 13, 12, 4, 10, 23, 3, 0, 10, 9, 19, 18, 4, 17, 8, 8, 7, 21, 19, 6, 25, 8, 2, 13, 13, 3, 16, 25, 22, 7, 20, 11, 14, 1, 12, 13, 10, 16, 6, 6, 4, 5, 22, 19, 23, 21, 19, 9, 21, 23, 6, 14, 21, 20, 15, 25, 12],
"ct" : [9, 23, 25, 14, 3, 19, 14, 0, 22, 19, 3, 11, 22, 6, 5, 22, 13, 22, 18, 6, 13, 20, 9, 14, 14, 23, 13, 6, 0, 12, 12, 20, 25, 10, 19, 19, 17, 18, 17, 9, 13, 19, 18, 3, 23, 20, 13, 2, 5, 4, 20, 25, 19, 17, 9, 20, 0, 20, 18, 14, 7, 5, 17, 15, 23, 14, 23, 0, 16, 3, 17, 6, 6, 9, 16, 22, 21, 19, 17, 17, 0, 13, 8, 22, 4, 20, 13, 11, 0, 9, 1, 23, 9, 10, 14, 1, 8, 7, 6, 5, 10, 22, 11, 7, 6, 23, 13, 6],
"result" : "valid"
}
]
},
{
"keySize" : 128,
"msgSize" : 128,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3030,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "6e2c702c4dd6ac18054df9905a2a6d63",
"tweak" : "245070546cc82a65",
"msg" : [0, 4, 6, 11, 14, 17, 5, 0, 24, 6, 1, 25, 2, 13, 25, 14, 9, 23, 2, 15, 21, 24, 20, 1, 10, 16, 9, 9, 8, 13, 20, 24, 6, 15, 4, 1, 0, 16, 13, 13, 6, 8, 14, 22, 5, 0, 12, 23, 11, 15, 8, 20, 14, 19, 24, 4, 7, 14, 2, 19, 11, 8, 14, 4, 18, 12, 16, 13, 6, 6, 17, 19, 9, 24, 25, 22, 12, 12, 21, 1, 14, 9, 17, 6, 8, 19, 9, 9, 25, 0, 7, 24, 12, 3, 5, 23, 0, 6, 25, 22, 15, 23, 0, 15, 6, 4, 17, 2, 2, 18, 4, 5, 5, 18, 0, 21, 21, 15, 5, 10, 13, 19, 16, 14, 1, 10, 23, 6],
"ct" : [23, 20, 7, 7, 6, 11, 15, 11, 18, 10, 16, 21, 12, 6, 17, 14, 8, 24, 18, 0, 14, 3, 1, 14, 8, 10, 20, 2, 1, 12, 14, 15, 10, 16, 10, 7, 1, 14, 25, 6, 11, 3, 11, 1, 23, 20, 0, 17, 5, 12, 22, 12, 24, 2, 1, 1, 18, 9, 1, 15, 2, 5, 19, 1, 24, 25, 6, 14, 10, 11, 15, 5, 2, 24, 0, 2, 2, 18, 1, 14, 12, 21, 2, 4, 17, 22, 1, 0, 17, 0, 23, 5, 20, 9, 11, 23, 4, 9, 22, 13, 13, 18, 1, 9, 12, 16, 18, 5, 23, 24, 3, 12, 25, 7, 10, 23, 14, 20, 9, 20, 6, 16, 19, 1, 5, 20, 4, 7],
"result" : "valid"
}
]
},
{
"keySize" : 128,
"msgSize" : 260,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3031,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "39fd85d1a418270e382f927fa7d69afe",
"tweak" : "3a0bb251adfea53c",
"msg" : [6, 11, 14, 21, 21, 0, 15, 14, 20, 19, 17, 5, 23, 16, 25, 18, 17, 23, 13, 17, 4, 24, 16, 18, 16, 2, 16, 8, 6, 25, 8, 13, 3, 9, 20, 3, 5, 20, 25, 3, 24, 20, 5, 6, 22, 15, 6, 13, 0, 9, 5, 1, 23, 19, 19, 10, 17, 20, 5, 22, 23, 11, 12, 19, 7, 8, 9, 21, 24, 3, 19, 3, 10, 12, 20, 0, 24, 13, 8, 19, 25, 0, 20, 22, 17, 4, 11, 14, 3, 8, 0, 21, 11, 25, 14, 22, 16, 11, 1, 12, 10, 8, 0, 1, 9, 18, 0, 6, 24, 22, 11, 21, 15, 25, 1, 5, 25, 11, 14, 5, 25, 13, 5, 1, 16, 15, 13, 7, 25, 15, 6, 19, 13, 0, 15, 10, 13, 5, 2, 21, 24, 14, 16, 22, 16, 2, 2, 5, 24, 25, 12, 12, 11, 6, 22, 7, 25, 3, 9, 24, 23, 22, 25, 10, 7, 5, 13, 13, 21, 5, 15, 18, 6, 6, 17, 20, 3, 17, 20, 20, 13, 9, 21, 4, 21, 13, 5, 18, 4, 17, 8, 5, 0, 12, 23, 15, 0, 9, 17, 13, 22, 8, 12, 23, 7, 6, 5, 4, 8, 4, 3, 3, 16, 6, 8, 5, 16, 12, 13, 3, 6, 12, 7, 25, 1, 10, 9, 3, 25, 17, 3, 15, 15, 2, 20, 0, 11, 8, 6, 19, 2, 6, 3, 22, 15, 0, 0, 17, 10, 13, 8, 15, 10, 21, 9, 22, 6, 12, 10, 21],
"ct" : [11, 2, 2, 2, 19, 8, 24, 20, 15, 14, 24, 10, 23, 11, 17, 12, 12, 5, 17, 13, 4, 2, 7, 15, 19, 20, 13, 1, 20, 6, 11, 3, 16, 14, 1, 20, 4, 21, 0, 16, 24, 5, 14, 23, 19, 2, 5, 24, 7, 13, 18, 2, 12, 24, 24, 25, 5, 0, 0, 6, 10, 0, 19, 8, 24, 2, 17, 0, 3, 8, 12, 7, 2, 1, 3, 21, 0, 10, 7, 2, 1, 14, 24, 2, 10, 1, 2, 14, 7, 25, 2, 25, 3, 9, 21, 20, 19, 6, 11, 8, 8, 19, 23, 5, 24, 10, 22, 13, 13, 2, 17, 14, 25, 25, 13, 18, 4, 2, 12, 19, 8, 8, 16, 17, 4, 23, 23, 5, 8, 8, 2, 19, 2, 17, 12, 15, 24, 24, 11, 18, 17, 8, 18, 13, 3, 3, 8, 19, 14, 12, 19, 5, 6, 11, 20, 15, 0, 16, 7, 5, 20, 6, 14, 8, 11, 15, 15, 15, 10, 25, 20, 15, 17, 23, 7, 22, 0, 1, 24, 25, 10, 4, 12, 11, 17, 21, 6, 9, 21, 19, 21, 15, 3, 17, 14, 7, 9, 4, 15, 6, 25, 20, 24, 10, 25, 21, 5, 22, 16, 25, 6, 15, 0, 7, 14, 10, 6, 6, 17, 8, 3, 21, 13, 25, 1, 24, 6, 7, 17, 16, 24, 23, 18, 0, 0, 25, 19, 25, 10, 21, 16, 10, 6, 21, 9, 7, 19, 9, 3, 11, 1, 14, 9, 9, 16, 13, 2, 10, 1, 8],
"result" : "valid"
}
]
},
{
"keySize" : 192,
"msgSize" : 28,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3032,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "0c6561b42c5cde205f8ba1b4fe71ac110ff2807958a069d4",
"tweak" : "1b2ce7022ea31126",
"msg" : [1, 14, 23, 14, 16, 23, 15, 20, 13, 17, 23, 7, 16, 20, 4, 21, 24, 18, 11, 14, 17, 3, 20, 21, 2, 4, 0, 25],
"ct" : [23, 15, 3, 4, 14, 13, 24, 15, 7, 2, 15, 10, 13, 6, 24, 1, 8, 19, 8, 20, 16, 2, 9, 14, 12, 24, 16, 5],
"result" : "valid"
}
]
},
{
"keySize" : 192,
"msgSize" : 29,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3033,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "4e08042735575708e4a9a0df5ae920c4fd181e38e731eb2e",
"tweak" : "36502a1e0aeca248",
"msg" : [9, 23, 13, 4, 16, 6, 10, 12, 13, 3, 25, 8, 21, 11, 10, 17, 10, 21, 17, 23, 22, 10, 19, 25, 1, 20, 24, 1, 0],
"ct" : [21, 9, 13, 24, 17, 13, 11, 7, 18, 2, 13, 9, 15, 5, 8, 18, 11, 5, 25, 1, 21, 21, 4, 15, 25, 3, 8, 16, 24],
"result" : "valid"
}
]
},
{
"keySize" : 192,
"msgSize" : 30,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3034,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "5fd8e11413d7659bc1b0be8e8febf6d6342060aa9a91d63d",
"tweak" : "f249815599506c40",
"msg" : [4, 11, 25, 10, 1, 21, 13, 25, 14, 1, 7, 8, 1, 7, 20, 16, 2, 9, 19, 23, 3, 7, 6, 5, 19, 21, 18, 6, 8, 15],
"ct" : [24, 15, 17, 23, 5, 4, 12, 0, 16, 3, 15, 25, 19, 20, 4, 6, 18, 8, 23, 16, 12, 25, 18, 7, 2, 19, 19, 6, 11, 19],
"result" : "valid"
}
]
},
{
"keySize" : 192,
"msgSize" : 31,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3035,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "77b5e0675cc0ecffd9a187798870ce49ce4a9b6807e14b2b",
"tweak" : "dc5996a3061cff92",
"msg" : [10, 16, 0, 13, 12, 12, 2, 10, 8, 9, 8, 2, 2, 2, 20, 22, 20, 15, 17, 20, 16, 5, 7, 7, 15, 10, 6, 22, 1, 4, 24],
"ct" : [0, 8, 21, 1, 23, 24, 24, 19, 11, 14, 3, 25, 10, 22, 13, 1, 7, 12, 22, 8, 0, 16, 21, 16, 12, 10, 0, 2, 14, 21, 5],
"result" : "valid"
}
]
},
{
"keySize" : 192,
"msgSize" : 32,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3036,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "51bc85303caaaad311ecfdbad7b6d390f51de4de32beeb24",
"tweak" : "5ba80100c8ec15b3",
"msg" : [17, 20, 6, 15, 17, 18, 13, 21, 14, 19, 14, 22, 23, 7, 23, 19, 7, 12, 5, 20, 4, 6, 6, 3, 0, 5, 20, 10, 15, 0, 8, 21],
"ct" : [24, 12, 24, 15, 13, 7, 13, 9, 17, 3, 0, 20, 2, 25, 7, 7, 2, 25, 25, 23, 15, 14, 11, 3, 24, 13, 4, 21, 3, 4, 15, 18],
"result" : "valid"
}
]
},
{
"keySize" : 192,
"msgSize" : 33,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3037,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "c873cf24452bb6d1ac26d53a77387c345eb0d8567f49d5ea",
"tweak" : "b46136fc98b7e9f8",
"msg" : [13, 5, 10, 9, 4, 16, 2, 4, 24, 15, 9, 6, 14, 5, 2, 17, 17, 0, 9, 3, 21, 4, 8, 12, 24, 15, 19, 0, 23, 16, 1, 14, 13],
"ct" : [0, 25, 6, 10, 15, 23, 6, 19, 25, 9, 9, 13, 21, 13, 10, 0, 23, 8, 21, 19, 21, 25, 21, 1, 24, 6, 10, 7, 15, 2, 13, 16, 5],
"result" : "valid"
}
]
},
{
"keySize" : 192,
"msgSize" : 40,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3038,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "874c932451575931e99c482805c40441d978af9c68bd82af",
"tweak" : "f4a660ef48089bb0",
"msg" : [0, 14, 16, 6, 21, 1, 5, 24, 9, 19, 15, 14, 25, 22, 20, 18, 22, 15, 18, 7, 17, 24, 6, 11, 10, 4, 14, 11, 23, 7, 5, 1, 25, 25, 24, 16, 10, 17, 5, 1],
"ct" : [6, 18, 10, 8, 0, 18, 3, 2, 18, 7, 24, 17, 7, 4, 14, 14, 2, 24, 12, 23, 21, 5, 22, 7, 5, 24, 25, 9, 18, 2, 19, 14, 11, 12, 17, 22, 7, 17, 22, 20],
"result" : "valid"
}
]
},
{
"keySize" : 192,
"msgSize" : 41,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3039,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "1e63657ffc8a94030b290b54f605ece0f59fb3cbad154390",
"tweak" : "4af656f897864305",
"msg" : [6, 16, 7, 24, 3, 24, 21, 23, 10, 17, 8, 5, 1, 2, 2, 24, 22, 6, 11, 3, 3, 17, 5, 14, 14, 20, 23, 16, 24, 10, 14, 23, 21, 11, 12, 25, 15, 9, 10, 0, 0],
"ct" : [4, 22, 7, 3, 16, 7, 24, 1, 10, 10, 2, 9, 3, 24, 11, 13, 11, 4, 23, 22, 6, 12, 7, 12, 18, 24, 14, 12, 23, 24, 5, 19, 18, 1, 13, 13, 2, 0, 7, 1, 13],
"result" : "valid"
}
]
},
{
"keySize" : 192,
"msgSize" : 54,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3040,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "7d608bb12fc18676601bfccde1b3fed56038a81651ff3360",
"tweak" : "0ca6a79eae494ce7",
"msg" : [7, 21, 15, 22, 20, 19, 5, 4, 10, 9, 25, 8, 10, 17, 7, 16, 7, 2, 11, 21, 2, 9, 5, 20, 19, 9, 9, 3, 18, 11, 17, 19, 8, 15, 4, 5, 13, 22, 6, 16, 0, 7, 6, 24, 15, 24, 12, 18, 13, 1, 5, 24, 23, 12],
"ct" : [13, 12, 13, 18, 6, 20, 3, 23, 2, 2, 6, 0, 4, 0, 19, 13, 8, 7, 21, 2, 13, 4, 18, 3, 10, 2, 6, 11, 5, 3, 11, 20, 3, 21, 7, 19, 6, 3, 19, 17, 3, 17, 3, 13, 14, 18, 0, 8, 6, 5, 23, 4, 15, 15],
"result" : "valid"
}
]
},
{
"keySize" : 192,
"msgSize" : 55,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3041,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "1c2f8f4bbbef07130f169dadcef2fe18b9c934cbc903d64b",
"tweak" : "69328f09f8c9176a",
"msg" : [22, 17, 10, 5, 0, 3, 7, 1, 20, 11, 6, 7, 10, 20, 4, 11, 1, 0, 10, 19, 5, 1, 1, 12, 10, 6, 9, 1, 15, 24, 5, 10, 22, 23, 13, 11, 3, 21, 10, 1, 16, 3, 25, 1, 25, 22, 12, 19, 4, 20, 22, 11, 20, 21, 20],
"ct" : [14, 22, 11, 19, 6, 5, 9, 13, 16, 21, 25, 21, 9, 22, 10, 3, 2, 24, 17, 7, 1, 9, 16, 25, 19, 23, 0, 19, 2, 14, 10, 22, 15, 0, 1, 22, 10, 16, 23, 11, 18, 10, 24, 13, 15, 2, 2, 19, 15, 10, 0, 7, 11, 11, 3],
"result" : "valid"
}
]
},
{
"keySize" : 192,
"msgSize" : 64,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3042,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "e4c130f163d45035558190d51f439765679a202370a0ce7f",
"tweak" : "d99a093ac4bd3488",
"msg" : [7, 1, 6, 24, 8, 4, 16, 24, 14, 25, 24, 20, 10, 23, 19, 18, 0, 6, 23, 16, 12, 3, 8, 23, 22, 13, 14, 18, 21, 7, 0, 9, 21, 5, 6, 3, 18, 12, 25, 21, 18, 21, 6, 24, 20, 12, 5, 7, 11, 22, 1, 25, 12, 13, 13, 0, 12, 12, 13, 3, 25, 25, 23, 20],
"ct" : [1, 6, 13, 12, 12, 1, 12, 14, 18, 2, 6, 13, 3, 22, 24, 10, 22, 5, 19, 15, 17, 6, 15, 5, 6, 18, 11, 6, 23, 18, 9, 11, 5, 5, 9, 11, 9, 4, 12, 6, 22, 15, 8, 8, 9, 17, 2, 23, 16, 6, 16, 0, 5, 9, 25, 12, 13, 3, 20, 22, 13, 12, 5, 11],
"result" : "valid"
}
]
},
{
"keySize" : 192,
"msgSize" : 68,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3043,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "1b98c79886bbc3110a5c046e7ad344c9ba3099bf14324fb8",
"tweak" : "da83a906c085c408",
"msg" : [4, 10, 12, 3, 23, 11, 4, 7, 23, 24, 1, 20, 1, 9, 11, 8, 1, 21, 18, 1, 17, 20, 13, 21, 19, 15, 4, 5, 7, 18, 25, 15, 24, 14, 16, 4, 14, 11, 8, 15, 6, 10, 13, 16, 2, 18, 16, 16, 13, 13, 12, 5, 8, 8, 10, 3, 21, 2, 12, 16, 18, 15, 17, 0, 8, 25, 17, 18],
"ct" : [0, 8, 2, 0, 23, 17, 25, 3, 24, 6, 15, 19, 22, 19, 18, 7, 25, 1, 25, 15, 15, 15, 1, 10, 19, 2, 19, 17, 16, 17, 11, 16, 7, 18, 20, 22, 9, 23, 2, 17, 1, 8, 8, 7, 25, 5, 4, 25, 18, 17, 23, 19, 24, 3, 3, 2, 14, 25, 15, 14, 16, 3, 3, 5, 10, 9, 24, 2],
"result" : "valid"
}
]
},
{
"keySize" : 192,
"msgSize" : 69,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3044,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "ae9ef2d2c4423f0d94e1177ad6a87b631895261a331c7a3b",
"tweak" : "84cdd7f9d16186e4",
"msg" : [13, 14, 6, 17, 18, 3, 18, 4, 25, 7, 25, 25, 22, 22, 0, 9, 12, 22, 23, 12, 0, 21, 18, 6, 9, 20, 4, 1, 19, 12, 1, 11, 19, 9, 2, 18, 2, 3, 19, 21, 5, 0, 6, 17, 25, 1, 9, 11, 20, 15, 16, 12, 15, 12, 0, 4, 11, 13, 1, 22, 15, 11, 19, 18, 15, 5, 3, 3, 14],
"ct" : [7, 20, 6, 3, 2, 17, 8, 23, 20, 24, 16, 6, 22, 6, 3, 10, 9, 24, 9, 16, 10, 17, 22, 0, 3, 14, 22, 12, 2, 17, 24, 14, 5, 23, 15, 20, 25, 12, 12, 22, 23, 12, 20, 4, 15, 16, 16, 15, 1, 16, 11, 16, 19, 5, 12, 10, 21, 12, 14, 22, 10, 16, 3, 1, 24, 19, 3, 2, 17],
"result" : "valid"
}
]
},
{
"keySize" : 192,
"msgSize" : 80,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3045,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "c3290a053478ca018533e702e2d0bf805933488260457c79",
"tweak" : "c814a8fb2641f8ef",
"msg" : [16, 13, 5, 13, 14, 11, 6, 5, 13, 14, 19, 5, 11, 17, 7, 23, 4, 24, 9, 0, 5, 14, 18, 1, 18, 4, 8, 14, 23, 16, 5, 0, 19, 11, 18, 21, 16, 9, 18, 5, 10, 17, 3, 1, 5, 1, 24, 21, 6, 24, 9, 23, 0, 16, 23, 9, 12, 9, 13, 18, 24, 0, 14, 16, 23, 18, 23, 8, 19, 24, 6, 13, 11, 11, 24, 8, 11, 20, 4, 8],
"ct" : [15, 3, 8, 21, 12, 20, 20, 20, 21, 2, 12, 11, 2, 24, 10, 10, 19, 7, 22, 15, 13, 25, 6, 22, 13, 14, 2, 7, 7, 4, 2, 23, 16, 9, 10, 5, 14, 16, 13, 4, 0, 2, 8, 8, 20, 18, 0, 13, 7, 5, 23, 23, 0, 20, 7, 6, 21, 19, 22, 14, 24, 17, 22, 24, 11, 8, 24, 15, 16, 20, 13, 19, 25, 25, 3, 0, 21, 10, 10, 10],
"result" : "valid"
}
]
},
{
"keySize" : 192,
"msgSize" : 81,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3046,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "54e76107f9a1dfdc177496350f0ad46c0ab229e1e504157c",
"tweak" : "17de988e050a41d1",
"msg" : [25, 4, 1, 23, 7, 20, 23, 22, 18, 0, 13, 17, 3, 10, 16, 2, 8, 19, 21, 18, 15, 12, 21, 16, 22, 3, 25, 18, 11, 11, 13, 0, 0, 1, 11, 11, 12, 12, 6, 2, 9, 11, 10, 9, 10, 16, 4, 9, 15, 18, 7, 25, 20, 6, 18, 7, 1, 21, 4, 20, 13, 16, 25, 15, 22, 20, 1, 21, 21, 2, 18, 11, 24, 20, 11, 16, 4, 24, 21, 9, 10],
"ct" : [21, 3, 21, 3, 10, 14, 15, 7, 18, 18, 20, 0, 5, 2, 19, 15, 17, 16, 16, 5, 14, 24, 20, 12, 1, 8, 6, 8, 21, 16, 4, 13, 23, 8, 18, 25, 10, 13, 3, 5, 6, 2, 7, 13, 22, 9, 3, 11, 21, 2, 5, 10, 19, 2, 4, 12, 0, 2, 10, 15, 14, 13, 12, 12, 16, 2, 0, 14, 14, 13, 18, 25, 3, 6, 19, 11, 13, 7, 12, 4, 8],
"result" : "valid"
}
]
},
{
"keySize" : 192,
"msgSize" : 94,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3047,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "d157eb2a788ee07bcfbf0a07628e91b16e89250e65766d89",
"tweak" : "d92c14fa1a283f89",
"msg" : [22, 1, 11, 8, 4, 24, 18, 16, 18, 15, 21, 23, 17, 3, 17, 24, 1, 15, 15, 24, 7, 14, 3, 11, 21, 13, 1, 20, 16, 14, 6, 17, 24, 20, 3, 9, 7, 8, 9, 6, 22, 24, 6, 5, 7, 4, 20, 0, 1, 4, 11, 18, 6, 4, 4, 4, 5, 12, 10, 9, 12, 22, 1, 25, 5, 19, 23, 12, 9, 6, 20, 7, 3, 12, 18, 16, 15, 16, 12, 17, 3, 2, 4, 24, 2, 11, 22, 16, 12, 10, 22, 0, 8, 0],
"ct" : [6, 6, 1, 10, 4, 4, 11, 14, 24, 15, 25, 12, 22, 3, 1, 8, 13, 8, 21, 4, 11, 21, 24, 20, 22, 0, 11, 6, 21, 11, 17, 2, 24, 2, 20, 7, 0, 16, 16, 9, 3, 7, 16, 19, 8, 11, 1, 19, 12, 20, 20, 20, 1, 1, 15, 7, 16, 18, 14, 6, 25, 11, 8, 10, 22, 6, 0, 10, 5, 4, 18, 9, 0, 21, 20, 25, 6, 0, 17, 12, 17, 1, 5, 25, 14, 14, 1, 1, 14, 20, 7, 23, 15, 17],
"result" : "valid"
}
]
},
{
"keySize" : 192,
"msgSize" : 95,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3048,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "7e511790751a8f0041dc2d43f5fc0164b69a6151d4827c1e",
"tweak" : "3308d58783b28a14",
"msg" : [4, 24, 10, 16, 5, 14, 22, 7, 15, 22, 16, 15, 11, 11, 13, 8, 17, 6, 9, 4, 22, 7, 17, 13, 4, 7, 22, 19, 18, 0, 8, 5, 16, 13, 24, 21, 23, 17, 15, 25, 8, 25, 24, 25, 3, 24, 7, 17, 18, 22, 23, 19, 17, 23, 12, 20, 13, 13, 21, 12, 7, 18, 18, 7, 6, 7, 10, 6, 11, 12, 25, 0, 19, 3, 25, 1, 18, 4, 21, 22, 20, 25, 24, 22, 21, 0, 10, 9, 18, 23, 7, 3, 10, 2, 19],
"ct" : [0, 22, 23, 7, 8, 1, 4, 18, 0, 1, 1, 17, 9, 21, 9, 24, 24, 0, 1, 20, 10, 0, 1, 25, 12, 11, 25, 22, 14, 4, 22, 3, 6, 5, 8, 9, 18, 24, 18, 9, 19, 13, 18, 24, 13, 2, 15, 19, 0, 24, 4, 4, 14, 4, 19, 5, 8, 8, 16, 10, 22, 7, 9, 1, 15, 20, 4, 18, 10, 19, 5, 21, 9, 24, 11, 7, 20, 13, 14, 8, 24, 10, 14, 17, 3, 19, 25, 11, 17, 8, 4, 8, 0, 7, 21],
"result" : "valid"
}
]
},
{
"keySize" : 192,
"msgSize" : 108,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3049,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "8d81eb022401ea9cf80e9c85b6fb85cad532f32e924d805f",
"tweak" : "5fcd26ef06020482",
"msg" : [8, 14, 11, 14, 16, 6, 18, 13, 14, 13, 10, 20, 18, 21, 20, 25, 16, 15, 7, 18, 4, 13, 11, 18, 20, 12, 23, 23, 2, 11, 9, 17, 20, 15, 12, 18, 24, 17, 5, 3, 3, 11, 1, 2, 0, 21, 9, 10, 2, 21, 2, 20, 21, 21, 2, 19, 5, 13, 22, 16, 8, 7, 14, 5, 1, 25, 23, 3, 8, 5, 20, 3, 14, 22, 14, 7, 1, 20, 25, 10, 10, 14, 6, 16, 6, 24, 11, 17, 5, 14, 10, 6, 13, 4, 11, 13, 2, 7, 3, 12, 22, 0, 10, 12, 17, 16, 15, 19],
"ct" : [4, 22, 10, 20, 22, 15, 4, 12, 7, 4, 0, 18, 2, 18, 22, 13, 4, 14, 23, 1, 5, 25, 10, 6, 1, 2, 15, 3, 16, 2, 15, 7, 6, 20, 6, 0, 9, 14, 8, 15, 22, 11, 22, 25, 12, 14, 16, 20, 22, 13, 23, 18, 4, 22, 1, 10, 2, 0, 23, 25, 13, 24, 8, 21, 17, 22, 14, 12, 19, 7, 9, 4, 10, 10, 12, 15, 3, 17, 6, 12, 20, 7, 2, 11, 22, 4, 2, 15, 20, 16, 9, 0, 13, 20, 10, 7, 7, 23, 8, 16, 14, 10, 25, 9, 16, 25, 2, 7],
"result" : "valid"
}
]
},
{
"keySize" : 192,
"msgSize" : 128,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3050,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "f38798eb8567d4a7f70c50782361b5a6261d07e43c8b54ca",
"tweak" : "36c24b7c62ee3538",
"msg" : [8, 9, 22, 25, 3, 4, 3, 16, 11, 3, 24, 16, 24, 6, 18, 21, 19, 6, 3, 24, 9, 15, 18, 7, 10, 2, 13, 22, 16, 16, 1, 12, 7, 3, 9, 22, 14, 9, 4, 15, 4, 12, 2, 5, 0, 9, 15, 8, 6, 7, 11, 16, 24, 18, 2, 20, 24, 15, 13, 12, 3, 20, 6, 15, 8, 22, 10, 15, 13, 17, 22, 22, 24, 17, 14, 25, 8, 1, 12, 7, 10, 4, 19, 3, 6, 14, 13, 1, 14, 4, 2, 5, 22, 6, 20, 19, 14, 8, 12, 10, 3, 20, 15, 25, 2, 5, 8, 10, 13, 10, 16, 3, 25, 11, 1, 11, 12, 4, 19, 3, 17, 5, 21, 20, 17, 13, 5, 12],
"ct" : [14, 1, 19, 17, 0, 24, 2, 23, 16, 22, 16, 18, 3, 11, 13, 9, 20, 21, 5, 12, 8, 21, 21, 9, 21, 23, 2, 18, 6, 15, 24, 2, 15, 18, 23, 17, 5, 3, 0, 2, 13, 3, 23, 17, 6, 24, 10, 16, 12, 2, 1, 4, 20, 7, 19, 20, 22, 8, 16, 24, 7, 16, 3, 13, 18, 13, 20, 21, 11, 20, 18, 21, 16, 23, 3, 4, 15, 6, 25, 11, 6, 12, 21, 1, 15, 4, 10, 0, 21, 0, 16, 0, 23, 8, 3, 17, 24, 24, 12, 22, 16, 7, 16, 1, 11, 1, 20, 11, 9, 8, 0, 11, 9, 23, 0, 9, 6, 19, 24, 25, 20, 25, 10, 7, 14, 16, 22, 8],
"result" : "valid"
}
]
},
{
"keySize" : 192,
"msgSize" : 260,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3051,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "ddf845415ef282ad312951d506329229d34582b869cec20f",
"tweak" : "fa3a2a07855bde0b",
"msg" : [10, 20, 10, 3, 18, 7, 13, 2, 11, 17, 1, 17, 15, 1, 4, 16, 11, 6, 4, 7, 15, 10, 20, 0, 1, 21, 11, 1, 8, 14, 4, 5, 22, 18, 12, 21, 15, 15, 25, 19, 17, 17, 18, 3, 10, 3, 18, 8, 22, 6, 8, 6, 6, 21, 25, 9, 15, 3, 1, 23, 21, 20, 0, 23, 8, 1, 25, 17, 13, 6, 2, 17, 14, 16, 14, 23, 7, 1, 19, 14, 5, 22, 2, 7, 13, 6, 17, 14, 6, 15, 19, 5, 3, 0, 5, 3, 11, 5, 7, 3, 23, 10, 0, 8, 5, 17, 9, 13, 9, 25, 19, 19, 0, 24, 23, 10, 7, 9, 10, 9, 5, 20, 8, 22, 16, 17, 12, 4, 23, 10, 0, 22, 25, 11, 1, 15, 24, 25, 21, 23, 12, 18, 12, 11, 22, 25, 16, 0, 9, 21, 4, 19, 4, 23, 14, 18, 21, 2, 0, 9, 5, 14, 19, 19, 23, 13, 8, 23, 0, 14, 3, 16, 0, 13, 22, 19, 1, 5, 3, 7, 7, 8, 0, 17, 3, 13, 9, 15, 5, 17, 16, 16, 6, 1, 18, 24, 13, 17, 0, 20, 4, 2, 8, 4, 17, 20, 25, 13, 10, 25, 9, 13, 11, 10, 16, 3, 9, 10, 20, 13, 4, 13, 3, 18, 14, 12, 9, 2, 22, 8, 13, 21, 20, 21, 21, 6, 14, 2, 22, 10, 2, 4, 0, 21, 14, 21, 15, 12, 1, 13, 14, 21, 1, 6, 23, 5, 1, 11, 23, 9],
"ct" : [6, 15, 22, 12, 9, 18, 0, 6, 14, 5, 14, 2, 9, 1, 4, 22, 6, 19, 6, 1, 6, 5, 20, 7, 2, 8, 12, 9, 18, 4, 2, 1, 9, 2, 4, 16, 0, 7, 13, 10, 3, 17, 4, 8, 24, 9, 12, 11, 9, 5, 11, 5, 13, 9, 11, 17, 16, 7, 22, 11, 24, 1, 20, 11, 7, 8, 21, 5, 9, 12, 10, 15, 10, 7, 17, 3, 1, 21, 8, 15, 8, 21, 7, 2, 0, 20, 20, 13, 8, 10, 2, 16, 11, 10, 18, 8, 0, 9, 2, 19, 13, 24, 5, 2, 0, 4, 21, 24, 21, 8, 12, 9, 3, 25, 13, 10, 23, 25, 17, 23, 21, 4, 19, 20, 25, 18, 24, 7, 11, 5, 8, 16, 15, 25, 16, 11, 10, 17, 25, 4, 14, 5, 24, 20, 6, 22, 12, 18, 3, 22, 24, 9, 6, 20, 3, 15, 15, 19, 22, 17, 12, 18, 19, 1, 22, 7, 24, 8, 8, 8, 21, 13, 5, 25, 16, 9, 13, 24, 16, 12, 23, 18, 12, 1, 8, 22, 4, 2, 5, 3, 6, 4, 2, 2, 8, 18, 5, 22, 6, 21, 22, 15, 2, 18, 17, 17, 25, 17, 0, 23, 19, 1, 16, 21, 12, 13, 10, 25, 0, 6, 6, 16, 11, 0, 10, 0, 3, 2, 10, 24, 10, 2, 5, 16, 22, 10, 16, 8, 23, 15, 13, 22, 25, 11, 20, 11, 8, 21, 14, 14, 22, 13, 8, 5, 25, 24, 19, 22, 7, 15],
"result" : "valid"
}
]
},
{
"keySize" : 256,
"msgSize" : 28,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3052,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "56b5a4449c4eab69ba4deb8094c02b97de3992b606485185334642bf8626dcee",
"tweak" : "46ab2623206bced3",
"msg" : [14, 6, 4, 2, 1, 22, 16, 4, 25, 10, 7, 9, 18, 2, 5, 13, 23, 14, 0, 12, 13, 13, 20, 4, 8, 17, 8, 10],
"ct" : [25, 2, 21, 12, 1, 1, 12, 12, 0, 19, 7, 2, 9, 20, 8, 6, 10, 3, 25, 24, 15, 22, 9, 0, 15, 17, 22, 17],
"result" : "valid"
}
]
},
{
"keySize" : 256,
"msgSize" : 29,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3053,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "289b50c9fef3028eebb6d8121536042e818bcf1ce7829d123daf3704c95a803d",
"tweak" : "6fc54bb5ade03038",
"msg" : [6, 6, 9, 4, 24, 3, 22, 17, 13, 10, 8, 5, 8, 25, 6, 2, 14, 22, 3, 1, 23, 15, 22, 22, 21, 23, 16, 11, 3],
"ct" : [11, 4, 13, 15, 18, 20, 17, 4, 23, 10, 0, 24, 13, 2, 8, 9, 1, 1, 17, 19, 21, 24, 12, 20, 21, 19, 1, 11, 9],
"result" : "valid"
}
]
},
{
"keySize" : 256,
"msgSize" : 30,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3054,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "73fb9509d5105cc23dc27665da2603ae368bb7472ee6faba1f50369cd283944e",
"tweak" : "5cbf2c8926102868",
"msg" : [21, 6, 16, 21, 22, 15, 8, 16, 6, 14, 7, 14, 4, 11, 18, 24, 6, 4, 17, 11, 13, 1, 11, 16, 20, 18, 8, 14, 25, 10],
"ct" : [20, 4, 13, 3, 23, 17, 3, 20, 24, 1, 23, 1, 1, 16, 17, 4, 8, 15, 6, 5, 24, 15, 6, 5, 10, 14, 11, 16, 20, 2],
"result" : "valid"
}
]
},
{
"keySize" : 256,
"msgSize" : 31,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3055,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "c469e6908749a713e6ef407c557cea98515c3e931222e22d13b85ea1f6071231",
"tweak" : "47b8d0890cbc7d4d",
"msg" : [17, 7, 14, 8, 14, 1, 4, 21, 25, 6, 15, 19, 24, 0, 19, 0, 5, 9, 18, 22, 13, 13, 20, 20, 0, 24, 19, 14, 10, 5, 15],
"ct" : [18, 21, 25, 21, 6, 25, 10, 5, 12, 8, 2, 23, 15, 6, 4, 12, 18, 17, 21, 15, 17, 15, 18, 22, 20, 11, 4, 17, 23, 16, 17],
"result" : "valid"
}
]
},
{
"keySize" : 256,
"msgSize" : 32,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3056,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "233e4fdee70bcc20235b6977ddfc05b0df66f5635d827c66e5a63cdb16a24938",
"tweak" : "1b6819798da15c7a",
"msg" : [11, 2, 20, 4, 19, 11, 9, 0, 24, 7, 20, 10, 21, 7, 11, 7, 22, 17, 16, 23, 15, 20, 0, 18, 19, 18, 17, 12, 19, 0, 17, 3],
"ct" : [6, 1, 21, 11, 1, 24, 7, 22, 11, 13, 13, 6, 25, 18, 17, 13, 21, 8, 15, 10, 4, 14, 6, 1, 21, 13, 17, 14, 10, 20, 17, 18],
"result" : "valid"
}
]
},
{
"keySize" : 256,
"msgSize" : 33,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3057,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "ff5595a976430f9c424459d7206cfa55562f5f2328f12e31232499fb1e7c49b4",
"tweak" : "2d1ad468fddd0754",
"msg" : [15, 24, 8, 12, 21, 17, 8, 1, 24, 16, 7, 13, 9, 1, 18, 14, 13, 10, 11, 1, 12, 3, 19, 17, 24, 13, 20, 22, 25, 12, 12, 25, 24],
"ct" : [24, 22, 22, 3, 17, 15, 18, 10, 6, 12, 3, 21, 18, 7, 14, 14, 5, 2, 12, 19, 3, 9, 7, 8, 25, 15, 8, 18, 13, 25, 4, 9, 22],
"result" : "valid"
}
]
},
{
"keySize" : 256,
"msgSize" : 40,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3058,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "44d6353fd4623666bb7617a2235ebe645e1685dc11e084d7408c75042d94c06c",
"tweak" : "e0b69ccb91ebb7a3",
"msg" : [11, 1, 8, 23, 10, 16, 0, 22, 15, 7, 1, 4, 16, 2, 0, 5, 15, 0, 3, 17, 16, 17, 2, 10, 18, 24, 3, 20, 15, 14, 23, 13, 9, 6, 7, 22, 23, 22, 21, 12],
"ct" : [25, 6, 7, 4, 8, 9, 9, 6, 11, 9, 3, 11, 11, 22, 25, 23, 24, 3, 17, 14, 10, 19, 15, 4, 15, 8, 2, 8, 23, 22, 11, 5, 21, 7, 3, 6, 7, 3, 12, 13],
"result" : "valid"
}
]
},
{
"keySize" : 256,
"msgSize" : 41,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3059,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "f0c69b4dc676de07fee3b85abc0698b7c68f5c3c6db66c901c261b43678a71db",
"tweak" : "e5631e6b894e273f",
"msg" : [20, 6, 21, 7, 9, 21, 5, 21, 7, 1, 3, 25, 23, 15, 7, 4, 0, 21, 17, 24, 18, 4, 4, 15, 3, 21, 22, 2, 21, 1, 5, 9, 16, 1, 11, 17, 10, 1, 1, 18, 21],
"ct" : [16, 16, 10, 10, 14, 21, 1, 17, 18, 11, 11, 10, 1, 1, 7, 7, 25, 17, 3, 17, 4, 17, 12, 22, 17, 2, 1, 0, 4, 18, 0, 22, 7, 5, 12, 25, 7, 20, 10, 8, 17],
"result" : "valid"
}
]
},
{
"keySize" : 256,
"msgSize" : 54,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3060,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "1313c5ded53f6c81af3487c2668333f8b6d1398ffbf800f4a47379bdb9042d5e",
"tweak" : "24cbca1dc542ba97",
"msg" : [11, 20, 18, 9, 14, 20, 17, 16, 12, 23, 14, 14, 13, 6, 13, 6, 13, 20, 0, 20, 4, 20, 9, 3, 1, 10, 13, 9, 7, 18, 25, 6, 15, 24, 3, 9, 15, 8, 2, 3, 21, 8, 25, 24, 4, 16, 21, 13, 16, 23, 22, 23, 9, 1],
"ct" : [7, 6, 16, 23, 21, 13, 12, 13, 11, 21, 24, 17, 16, 12, 6, 8, 9, 17, 19, 20, 17, 1, 11, 5, 1, 25, 15, 11, 14, 9, 5, 24, 17, 23, 8, 25, 9, 4, 6, 11, 9, 8, 9, 17, 4, 8, 10, 24, 14, 24, 12, 7, 6, 17],
"result" : "valid"
}
]
},
{
"keySize" : 256,
"msgSize" : 55,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3061,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "cf1775a552a161e017964b4d80412228f27ff1c4ee573656524d9564da8f29b4",
"tweak" : "5f3575391722873c",
"msg" : [2, 15, 23, 0, 6, 8, 14, 14, 24, 5, 21, 25, 20, 10, 1, 11, 25, 8, 7, 19, 8, 11, 25, 23, 8, 24, 12, 7, 16, 23, 15, 18, 22, 22, 13, 5, 8, 0, 14, 2, 8, 17, 2, 16, 21, 21, 22, 15, 17, 0, 11, 5, 11, 6, 3],
"ct" : [1, 14, 10, 22, 5, 17, 10, 19, 21, 10, 7, 8, 14, 3, 1, 11, 1, 16, 2, 18, 14, 3, 3, 23, 4, 3, 1, 6, 2, 21, 19, 7, 10, 21, 25, 13, 13, 16, 10, 12, 14, 10, 9, 22, 7, 9, 8, 17, 3, 6, 20, 22, 1, 1, 18],
"result" : "valid"
}
]
},
{
"keySize" : 256,
"msgSize" : 64,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3062,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "2f18635c07eefa940f9f24050f44a9ef0a635c87a70897eaceeeeef15fefe1f8",
"tweak" : "4ccb9dd3441d2cfb",
"msg" : [13, 21, 4, 13, 9, 25, 17, 8, 8, 20, 9, 14, 17, 11, 9, 9, 24, 14, 21, 0, 16, 24, 11, 9, 24, 4, 7, 8, 13, 16, 3, 4, 3, 2, 13, 8, 21, 3, 6, 21, 21, 22, 2, 23, 9, 2, 8, 19, 23, 5, 1, 9, 6, 8, 9, 2, 3, 0, 5, 17, 4, 1, 7, 24],
"ct" : [21, 3, 11, 22, 12, 18, 21, 21, 15, 14, 19, 13, 15, 15, 18, 14, 17, 15, 9, 21, 14, 0, 2, 16, 17, 12, 7, 0, 20, 13, 24, 25, 0, 9, 6, 22, 21, 8, 3, 20, 20, 25, 4, 7, 2, 21, 17, 16, 5, 13, 2, 19, 15, 8, 17, 0, 9, 6, 16, 18, 4, 12, 2, 17],
"result" : "valid"
}
]
},
{
"keySize" : 256,
"msgSize" : 68,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3063,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "696beed5ea99032382d21ed1585d2022eb191f5f7bcb970fe9c8775a8360a4e5",
"tweak" : "66e49596e549e1e2",
"msg" : [1, 23, 23, 25, 6, 11, 17, 10, 18, 0, 4, 22, 10, 9, 23, 17, 4, 11, 14, 9, 24, 0, 13, 14, 7, 25, 1, 16, 6, 1, 14, 15, 15, 9, 9, 9, 19, 20, 7, 18, 17, 15, 6, 8, 25, 13, 21, 16, 9, 2, 10, 9, 15, 18, 5, 19, 10, 15, 15, 2, 3, 21, 7, 1, 24, 24, 10, 18],
"ct" : [6, 21, 4, 24, 12, 5, 20, 17, 6, 10, 2, 4, 6, 9, 9, 11, 22, 5, 4, 23, 13, 14, 21, 17, 8, 23, 9, 12, 0, 2, 19, 2, 7, 0, 6, 11, 10, 21, 5, 1, 23, 20, 18, 17, 5, 24, 19, 0, 11, 3, 1, 23, 14, 11, 25, 10, 22, 23, 12, 2, 3, 0, 21, 14, 11, 3, 23, 9],
"result" : "valid"
}
]
},
{
"keySize" : 256,
"msgSize" : 69,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3064,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "95c633bee16462726a6856e32fe75cb59d0a3571ca21cbb3038055c7348c8e91",
"tweak" : "e55ce677906b2726",
"msg" : [6, 14, 13, 19, 20, 12, 1, 19, 7, 8, 4, 23, 23, 7, 22, 3, 18, 13, 6, 2, 0, 8, 15, 7, 23, 6, 22, 16, 25, 2, 7, 24, 10, 11, 24, 16, 5, 3, 24, 9, 18, 7, 8, 5, 8, 6, 14, 6, 19, 3, 24, 13, 7, 9, 15, 20, 3, 11, 15, 5, 6, 19, 2, 13, 20, 11, 23, 9, 2],
"ct" : [3, 24, 18, 6, 13, 6, 10, 24, 17, 0, 24, 20, 1, 7, 21, 5, 11, 18, 2, 9, 22, 1, 25, 10, 19, 17, 12, 15, 10, 17, 14, 4, 4, 8, 3, 9, 25, 24, 17, 3, 1, 1, 13, 23, 1, 23, 2, 10, 1, 3, 22, 18, 25, 20, 19, 7, 4, 6, 21, 4, 24, 22, 17, 20, 14, 22, 25, 11, 1],
"result" : "valid"
}
]
},
{
"keySize" : 256,
"msgSize" : 80,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3065,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "4c21f21cf45f61eea701cdae4a3e06a74cd18fd63eec698b49b3a21f4e1c3bf9",
"tweak" : "0ec0a2520507286d",
"msg" : [2, 22, 20, 16, 0, 16, 1, 21, 3, 5, 21, 6, 3, 18, 15, 17, 22, 2, 0, 9, 3, 18, 23, 24, 7, 18, 2, 7, 21, 6, 0, 15, 0, 3, 23, 3, 24, 17, 12, 14, 0, 4, 11, 19, 23, 3, 11, 24, 4, 13, 4, 24, 0, 25, 1, 23, 7, 1, 7, 18, 17, 3, 9, 17, 0, 5, 20, 5, 21, 23, 16, 24, 8, 10, 2, 16, 25, 17, 12, 10],
"ct" : [22, 8, 18, 7, 7, 5, 14, 5, 3, 20, 11, 1, 10, 21, 5, 7, 15, 10, 11, 13, 21, 25, 11, 23, 16, 3, 22, 24, 20, 8, 14, 19, 0, 18, 21, 10, 22, 3, 21, 6, 3, 17, 21, 8, 2, 15, 16, 14, 14, 1, 9, 11, 2, 12, 11, 22, 18, 7, 8, 3, 18, 4, 11, 14, 0, 3, 5, 13, 12, 8, 12, 2, 3, 25, 4, 10, 1, 21, 25, 5],
"result" : "valid"
}
]
},
{
"keySize" : 256,
"msgSize" : 81,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3066,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "34e2f9c6b7e915db5c91185a72816618f6ab09ea827f0f825976403f9a3c7c88",
"tweak" : "23446a292f21b6ad",
"msg" : [16, 18, 2, 0, 17, 10, 10, 10, 15, 11, 22, 9, 6, 10, 15, 22, 17, 3, 5, 0, 7, 8, 24, 21, 12, 9, 4, 5, 0, 0, 8, 24, 10, 20, 8, 1, 24, 23, 18, 3, 23, 17, 7, 16, 0, 10, 6, 20, 18, 11, 15, 23, 9, 5, 11, 4, 16, 10, 20, 22, 0, 10, 13, 24, 7, 10, 25, 25, 0, 21, 2, 10, 11, 19, 15, 6, 2, 16, 14, 8, 0],
"ct" : [17, 12, 0, 7, 17, 18, 11, 5, 9, 19, 23, 8, 13, 0, 13, 7, 20, 15, 0, 17, 14, 3, 14, 9, 18, 6, 22, 6, 1, 14, 9, 14, 1, 16, 13, 12, 23, 13, 21, 12, 12, 4, 3, 15, 14, 13, 18, 5, 24, 24, 23, 23, 19, 10, 16, 9, 6, 21, 20, 9, 9, 22, 22, 7, 24, 15, 24, 10, 18, 16, 0, 7, 21, 4, 1, 1, 16, 21, 25, 24, 25],
"result" : "valid"
}
]
},
{
"keySize" : 256,
"msgSize" : 94,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3067,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "1cc1a3fadad2dd789b54e5cf65c58afba5bcacdfa79fb93151b63984168f0fbe",
"tweak" : "87863d2168449a6d",
"msg" : [12, 22, 24, 9, 5, 4, 23, 6, 19, 9, 16, 15, 6, 14, 25, 25, 18, 21, 3, 10, 0, 18, 25, 14, 14, 7, 18, 13, 9, 1, 2, 17, 9, 11, 19, 20, 6, 18, 21, 0, 8, 14, 13, 6, 14, 13, 25, 8, 15, 8, 2, 3, 8, 21, 2, 21, 1, 8, 9, 2, 16, 3, 21, 5, 19, 17, 21, 16, 25, 16, 8, 19, 1, 11, 1, 5, 7, 10, 11, 23, 3, 24, 21, 3, 25, 14, 21, 17, 12, 17, 24, 16, 9, 13],
"ct" : [0, 2, 22, 11, 10, 18, 24, 1, 8, 0, 9, 20, 25, 8, 2, 0, 11, 1, 10, 8, 17, 10, 15, 25, 19, 14, 8, 1, 21, 13, 14, 20, 15, 20, 11, 20, 0, 11, 19, 24, 17, 22, 12, 18, 16, 7, 5, 12, 12, 23, 8, 18, 3, 18, 22, 10, 23, 15, 14, 6, 6, 3, 13, 8, 2, 5, 24, 13, 13, 20, 15, 23, 9, 25, 21, 19, 16, 2, 13, 13, 19, 14, 8, 4, 13, 9, 20, 9, 22, 2, 25, 25, 23, 18],
"result" : "valid"
}
]
},
{
"keySize" : 256,
"msgSize" : 95,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3068,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "8d1b0d03f3b8561e410b77f4310cd033947c2a85da5582d98ab07041970872d9",
"tweak" : "e3d6715c22746c1d",
"msg" : [22, 12, 15, 7, 5, 1, 7, 11, 21, 22, 2, 8, 13, 20, 14, 17, 22, 18, 23, 18, 12, 10, 17, 17, 3, 13, 17, 22, 4, 24, 9, 23, 16, 24, 25, 13, 20, 8, 13, 0, 3, 9, 6, 20, 14, 9, 1, 24, 10, 15, 24, 21, 3, 6, 11, 7, 24, 4, 14, 6, 24, 17, 3, 6, 9, 12, 8, 19, 21, 7, 17, 6, 23, 1, 22, 21, 18, 18, 12, 12, 12, 19, 17, 0, 23, 19, 25, 25, 5, 13, 5, 19, 0, 2, 18],
"ct" : [12, 9, 13, 25, 16, 2, 7, 7, 7, 14, 21, 7, 25, 6, 22, 10, 15, 23, 19, 0, 16, 9, 17, 12, 13, 0, 11, 23, 11, 14, 14, 19, 1, 1, 0, 1, 4, 11, 22, 24, 0, 24, 13, 16, 13, 1, 19, 0, 15, 17, 12, 18, 4, 12, 4, 12, 13, 1, 15, 10, 13, 21, 2, 17, 13, 24, 7, 10, 20, 4, 3, 13, 7, 10, 25, 16, 2, 3, 13, 10, 5, 16, 3, 21, 1, 24, 13, 5, 2, 15, 6, 6, 12, 2, 24],
"result" : "valid"
}
]
},
{
"keySize" : 256,
"msgSize" : 108,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3069,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "66ee395a8a91c8e81380c2c892aeb5bd97b6bfe2718943d6d32133b3fb0d88bc",
"tweak" : "5da853d69836c76c",
"msg" : [10, 12, 3, 22, 2, 0, 0, 13, 5, 7, 20, 2, 4, 15, 19, 25, 5, 25, 22, 4, 1, 11, 2, 2, 16, 23, 25, 6, 6, 1, 17, 7, 13, 16, 4, 1, 13, 8, 1, 2, 7, 0, 10, 1, 3, 14, 16, 10, 9, 23, 17, 12, 11, 22, 17, 21, 21, 0, 4, 12, 24, 15, 18, 7, 4, 18, 13, 2, 19, 18, 17, 11, 4, 4, 4, 13, 23, 21, 0, 5, 17, 18, 4, 8, 22, 6, 17, 7, 17, 18, 24, 25, 2, 0, 23, 10, 24, 1, 2, 17, 7, 11, 16, 21, 2, 21, 11, 12],
"ct" : [7, 8, 9, 6, 18, 21, 1, 11, 21, 14, 24, 3, 1, 15, 11, 10, 11, 5, 9, 0, 23, 15, 4, 0, 14, 25, 4, 15, 24, 17, 2, 18, 21, 17, 24, 3, 24, 21, 0, 11, 12, 13, 4, 17, 9, 15, 3, 5, 5, 24, 8, 2, 24, 21, 23, 13, 6, 11, 14, 4, 2, 19, 22, 5, 11, 15, 25, 5, 22, 10, 10, 4, 16, 14, 22, 2, 8, 17, 3, 23, 23, 5, 21, 11, 13, 4, 20, 14, 21, 14, 7, 24, 7, 14, 7, 2, 20, 6, 1, 20, 8, 23, 4, 19, 9, 6, 15, 11],
"result" : "valid"
}
]
},
{
"keySize" : 256,
"msgSize" : 128,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3070,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "0a04c284ea0028d71c986b4e547c0e03cc8969ac81ec89dacf67df23bf72d461",
"tweak" : "fdb7b6eda7cdb93c",
"msg" : [20, 17, 16, 16, 0, 4, 17, 3, 13, 0, 7, 1, 0, 23, 16, 23, 14, 1, 23, 0, 20, 23, 5, 25, 9, 5, 0, 17, 0, 12, 1, 23, 20, 23, 22, 20, 24, 15, 17, 13, 6, 13, 19, 7, 3, 23, 16, 6, 4, 23, 16, 0, 19, 13, 15, 23, 25, 9, 5, 18, 4, 18, 24, 23, 12, 13, 17, 5, 16, 10, 20, 2, 10, 22, 11, 22, 18, 1, 21, 9, 17, 16, 14, 9, 12, 25, 2, 0, 8, 2, 19, 16, 23, 15, 4, 17, 13, 24, 16, 16, 18, 0, 25, 19, 20, 23, 5, 16, 3, 12, 25, 2, 20, 7, 4, 5, 20, 2, 21, 13, 15, 8, 10, 3, 2, 20, 4, 6],
"ct" : [4, 19, 19, 15, 22, 3, 21, 12, 0, 6, 15, 5, 10, 24, 21, 12, 16, 16, 7, 5, 3, 3, 9, 12, 24, 12, 23, 5, 10, 3, 16, 4, 16, 2, 25, 1, 14, 2, 16, 21, 10, 10, 9, 3, 16, 4, 24, 4, 16, 24, 5, 21, 16, 10, 15, 0, 18, 12, 16, 22, 22, 25, 3, 14, 18, 11, 24, 11, 13, 9, 11, 16, 15, 24, 6, 4, 20, 20, 10, 13, 17, 4, 18, 13, 24, 3, 1, 5, 9, 12, 10, 11, 13, 2, 25, 3, 4, 18, 9, 16, 17, 14, 3, 17, 3, 12, 25, 14, 3, 14, 4, 0, 21, 21, 8, 23, 2, 16, 5, 23, 2, 17, 0, 19, 7, 12, 24, 0],
"result" : "valid"
}
]
},
{
"keySize" : 256,
"msgSize" : 260,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3071,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "e3009a081a300a5d2c99b076d69e8479ab2e040342b7558d4fb8c6cf978e809f",
"tweak" : "ae2aa7fbd0c4542d",
"msg" : [24, 22, 24, 12, 24, 19, 18, 3, 19, 1, 17, 5, 15, 8, 2, 4, 4, 18, 10, 9, 18, 5, 2, 23, 5, 10, 20, 0, 17, 25, 17, 25, 17, 3, 19, 18, 14, 20, 25, 22, 20, 1, 14, 9, 4, 1, 25, 23, 21, 3, 24, 22, 3, 0, 18, 23, 8, 12, 7, 14, 10, 15, 9, 0, 23, 15, 21, 22, 25, 11, 5, 15, 5, 24, 7, 8, 11, 17, 16, 15, 25, 11, 13, 2, 4, 10, 2, 4, 20, 14, 15, 19, 20, 8, 25, 5, 3, 10, 23, 17, 6, 16, 6, 10, 6, 25, 10, 8, 12, 8, 13, 0, 21, 8, 11, 8, 10, 0, 7, 7, 7, 4, 1, 1, 2, 6, 25, 19, 3, 18, 15, 9, 21, 16, 9, 18, 20, 14, 5, 11, 7, 10, 13, 7, 4, 7, 25, 1, 11, 5, 23, 15, 3, 17, 0, 3, 4, 11, 16, 8, 11, 1, 2, 10, 21, 11, 24, 20, 15, 22, 8, 8, 12, 13, 9, 8, 16, 13, 1, 6, 4, 23, 14, 16, 4, 25, 19, 13, 13, 14, 16, 4, 22, 12, 22, 8, 14, 16, 5, 16, 13, 16, 16, 3, 0, 1, 18, 20, 20, 16, 16, 5, 23, 8, 10, 2, 6, 4, 19, 20, 24, 10, 5, 12, 5, 10, 4, 9, 0, 21, 20, 15, 5, 10, 11, 25, 2, 2, 9, 5, 22, 7, 3, 24, 1, 19, 5, 19, 14, 14, 9, 22, 14, 25, 24, 16, 12, 8, 21, 4],
"ct" : [14, 16, 14, 24, 7, 12, 25, 1, 0, 18, 2, 22, 22, 23, 18, 1, 4, 5, 23, 6, 17, 18, 13, 4, 17, 3, 11, 6, 16, 8, 15, 2, 5, 22, 7, 11, 14, 10, 11, 14, 23, 17, 6, 15, 22, 24, 1, 22, 9, 0, 7, 14, 25, 10, 4, 14, 0, 12, 0, 3, 22, 20, 1, 1, 20, 8, 4, 23, 8, 22, 14, 17, 24, 17, 21, 7, 12, 22, 22, 12, 4, 5, 6, 24, 20, 6, 2, 5, 7, 22, 4, 23, 11, 7, 9, 9, 16, 14, 19, 4, 0, 6, 3, 16, 22, 24, 16, 21, 19, 22, 21, 18, 4, 13, 9, 1, 8, 22, 5, 8, 2, 4, 11, 7, 10, 4, 20, 13, 9, 16, 5, 23, 1, 11, 15, 23, 11, 13, 2, 5, 14, 18, 4, 2, 11, 22, 11, 3, 20, 12, 22, 4, 23, 22, 9, 8, 14, 17, 4, 9, 13, 20, 23, 11, 18, 11, 10, 15, 8, 12, 14, 24, 20, 20, 1, 18, 24, 15, 21, 6, 21, 6, 17, 3, 7, 2, 17, 5, 5, 19, 4, 19, 2, 12, 25, 22, 5, 13, 5, 22, 17, 10, 22, 20, 8, 25, 5, 24, 20, 22, 25, 12, 13, 12, 14, 12, 14, 1, 17, 7, 4, 19, 14, 1, 11, 5, 19, 0, 21, 22, 1, 19, 20, 23, 14, 1, 16, 8, 14, 0, 11, 3, 15, 14, 21, 6, 19, 25, 21, 0, 19, 18, 21, 18, 23, 1, 0, 5, 21, 20],
"result" : "valid"
}
]
},
{
"keySize" : 0,
"msgSize" : 5,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3072,
"comment" : "invalid key size",
"flags" : [
"InvalidKeySize"
],
"key" : "",
"tweak" : "6faef86e0a8d7b1d",
"msg" : [9, 9, 16, 12, 7],
"ct" : [],
"result" : "invalid"
}
]
},
{
"keySize" : 8,
"msgSize" : 5,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3073,
"comment" : "invalid key size",
"flags" : [
"InvalidKeySize"
],
"key" : "76",
"tweak" : "8f3ba4d492a6c9b5",
"msg" : [22, 11, 16, 13, 22],
"ct" : [],
"result" : "invalid"
}
]
},
{
"keySize" : 64,
"msgSize" : 5,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3074,
"comment" : "invalid key size",
"flags" : [
"InvalidKeySize"
],
"key" : "7b4c96937f30a593",
"tweak" : "89b79a7c84b98460",
"msg" : [12, 15, 0, 4, 22],
"ct" : [],
"result" : "invalid"
}
]
},
{
"keySize" : 160,
"msgSize" : 5,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3075,
"comment" : "invalid key size",
"flags" : [
"InvalidKeySize"
],
"key" : "d14fcacaee5aba68832d355df9d209ff21dd152d",
"tweak" : "11eb243635a3959d",
"msg" : [3, 17, 3, 7, 5],
"ct" : [],
"result" : "invalid"
}
]
},
{
"keySize" : 320,
"msgSize" : 5,
"radix" : 26,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3076,
"comment" : "invalid key size",
"flags" : [
"InvalidKeySize"
],
"key" : "dbc4dd565bb39916ab02419bb2932656fde3512d9cff43f52960751aeb1f64b4211fe2507cb0c0a2",
"tweak" : "91d2f3855092bdb0",
"msg" : [0, 18, 17, 8, 8],
"ct" : [],
"result" : "invalid"
}
]
}
]
}