{
"algorithm" : "AES-FF1",
"generatorVersion" : "0.9rc5",
"numberOfTests" : 3845,
"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" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 1,
"comment" : "Invalid message size",
"flags" : [
"InvalidMessageSize"
],
"key" : "fb9fc869af3e4828da6efa18b5fa71a0",
"tweak" : "379f81cab6ed2517",
"msg" : [],
"ct" : [],
"result" : "invalid"
}
]
},
{
"keySize" : 128,
"msgSize" : 1,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 2,
"comment" : "Invalid message size",
"flags" : [
"InvalidMessageSize"
],
"key" : "7325733095d90aff456a1e00fa977365",
"tweak" : "a5f8950069a56f6c",
"msg" : [6],
"ct" : [],
"result" : "invalid"
}
]
},
{
"keySize" : 192,
"msgSize" : 0,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3,
"comment" : "Invalid message size",
"flags" : [
"InvalidMessageSize"
],
"key" : "af2463f51df63a015178e30edcf25dacbeb2abbc5144d0a6",
"tweak" : "5d9c3dfb797c952a",
"msg" : [],
"ct" : [],
"result" : "invalid"
}
]
},
{
"keySize" : 192,
"msgSize" : 1,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 4,
"comment" : "Invalid message size",
"flags" : [
"InvalidMessageSize"
],
"key" : "e9e279f5fad3e7fd7922e838cf07da528ddcc5387f6145bf",
"tweak" : "a25989a2e4360bae",
"msg" : [9],
"ct" : [],
"result" : "invalid"
}
]
},
{
"keySize" : 256,
"msgSize" : 0,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 5,
"comment" : "Invalid message size",
"flags" : [
"InvalidMessageSize"
],
"key" : "f25e816c4d42629a428e48f2d48a31f79d6b1e8ef47e5ed3e7e5bbdf37f1806d",
"tweak" : "42dbc8913a275520",
"msg" : [],
"ct" : [],
"result" : "invalid"
}
]
},
{
"keySize" : 256,
"msgSize" : 1,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 6,
"comment" : "Invalid message size",
"flags" : [
"InvalidMessageSize"
],
"key" : "b8c800bed3286920bd1d9ad89a78808e9f815ec638663a725f256cc7078fdaf0",
"tweak" : "90120912eba3c19c",
"msg" : [3],
"ct" : [],
"result" : "invalid"
}
]
},
{
"keySize" : 128,
"msgSize" : 2,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 7,
"comment" : "small message size",
"flags" : [
"SmallMessageSize"
],
"key" : "ad65778960d778c614e2673dee073acb",
"tweak" : "4505f45a8fa30b90",
"msg" : [9, 1],
"ct" : [1, 9],
"result" : "valid"
}
]
},
{
"keySize" : 128,
"msgSize" : 3,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 8,
"comment" : "small message size",
"flags" : [
"SmallMessageSize"
],
"key" : "aa6f23f573da39b110f4e155c418ba1f",
"tweak" : "8402018f66fd2cb9",
"msg" : [2, 6, 1],
"ct" : [2, 1, 7],
"result" : "valid"
}
]
},
{
"keySize" : 128,
"msgSize" : 4,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 9,
"comment" : "small message size",
"flags" : [
"SmallMessageSize"
],
"key" : "5dd5899794ff9b5007b4481aaa97f882",
"tweak" : "742f7f8b2ab0dc48",
"msg" : [1, 7, 6, 8],
"ct" : [4, 6, 7, 5],
"result" : "valid"
}
]
},
{
"keySize" : 128,
"msgSize" : 5,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 10,
"comment" : "small message size",
"flags" : [
"SmallMessageSize"
],
"key" : "0319599d6c7ca301230ec2b06c681097",
"tweak" : "125fd8f86c787e2d",
"msg" : [6, 3, 7, 3, 8],
"ct" : [4, 2, 8, 1, 9],
"result" : "valid"
}
]
},
{
"keySize" : 192,
"msgSize" : 2,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 11,
"comment" : "small message size",
"flags" : [
"SmallMessageSize"
],
"key" : "911c9e0a87977587050ebb48f4f9e199fde8472781ecaf7a",
"tweak" : "cf98ea96ef005bc6",
"msg" : [3, 4],
"ct" : [8, 5],
"result" : "valid"
}
]
},
{
"keySize" : 192,
"msgSize" : 3,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 12,
"comment" : "small message size",
"flags" : [
"SmallMessageSize"
],
"key" : "3c453964f4e42587db3a6de5de00673ede7e17672a4deb84",
"tweak" : "fe6290783f11946c",
"msg" : [1, 8, 1],
"ct" : [9, 5, 2],
"result" : "valid"
}
]
},
{
"keySize" : 192,
"msgSize" : 4,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 13,
"comment" : "small message size",
"flags" : [
"SmallMessageSize"
],
"key" : "f9626066827656fe088a7bf737c1cc1a3a3adc7015ffee7f",
"tweak" : "bc6d9ff72c250366",
"msg" : [4, 5, 0, 8],
"ct" : [6, 6, 4, 7],
"result" : "valid"
}
]
},
{
"keySize" : 192,
"msgSize" : 5,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 14,
"comment" : "small message size",
"flags" : [
"SmallMessageSize"
],
"key" : "a6c055a8cba4718f411d1a3d9c9e2051261ce3e369b2fa13",
"tweak" : "c5d9512a52de22b7",
"msg" : [1, 8, 0, 1, 8],
"ct" : [8, 0, 4, 8, 3],
"result" : "valid"
}
]
},
{
"keySize" : 256,
"msgSize" : 2,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 15,
"comment" : "small message size",
"flags" : [
"SmallMessageSize"
],
"key" : "d05ae6e3819e2dcdd218be7c62465e8f1474f1fec8e79a1a3f7b88040d0f4160",
"tweak" : "823988f1ffb8ce23",
"msg" : [9, 3],
"ct" : [2, 4],
"result" : "valid"
}
]
},
{
"keySize" : 256,
"msgSize" : 3,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 16,
"comment" : "small message size",
"flags" : [
"SmallMessageSize"
],
"key" : "1399758fa1ebf7cfda5f601c643443adaea4f4f8c19fc8772c5d5e3cc0cc6955",
"tweak" : "8c5a263a91b7cb4f",
"msg" : [3, 3, 4],
"ct" : [7, 2, 4],
"result" : "valid"
}
]
},
{
"keySize" : 256,
"msgSize" : 4,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 17,
"comment" : "small message size",
"flags" : [
"SmallMessageSize"
],
"key" : "c4acbec2544b6a08d8b24841fc55fccf7450bfd64169fa7dbea965ccae52ac13",
"tweak" : "427713fa26fac273",
"msg" : [6, 6, 9, 8],
"ct" : [6, 6, 4, 5],
"result" : "valid"
}
]
},
{
"keySize" : 256,
"msgSize" : 5,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 18,
"comment" : "small message size",
"flags" : [
"SmallMessageSize"
],
"key" : "7b533301e6a7ac808d56cba45eb385cafec081eac871832d6936e40dfdac432e",
"tweak" : "3a8c315a81fe2e71",
"msg" : [9, 2, 5, 3, 1],
"ct" : [3, 2, 7, 7, 0],
"result" : "valid"
}
]
},
{
"keySize" : 128,
"msgSize" : 6,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 19,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "474bbf2aff5c252419c49a07d50e2bdf",
"tweak" : "d64296c362368a3d",
"msg" : [3, 0, 2, 1, 4, 1],
"ct" : [1, 6, 6, 0, 8, 8],
"result" : "valid"
},
{
"tcId" : 20,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "26dbd1998c3a046ac3ff11937079c034",
"tweak" : "5e551c3daad7e5fa",
"msg" : [0, 0, 0, 0, 0, 0],
"ct" : [8, 9, 4, 8, 1, 3],
"result" : "valid"
},
{
"tcId" : 21,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "26dbd1998c3a046ac3ff11937079c034",
"tweak" : "5e551c3daad7e5fa",
"msg" : [9, 9, 9, 9, 9, 9],
"ct" : [8, 5, 1, 0, 0, 2],
"result" : "valid"
},
{
"tcId" : 22,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "26dbd1998c3a046ac3ff11937079c034",
"tweak" : "5e551c3daad7e5fa",
"msg" : [5, 1, 2, 5, 1, 2],
"ct" : [5, 4, 3, 3, 3, 5],
"result" : "valid"
},
{
"tcId" : 23,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "26dbd1998c3a046ac3ff11937079c034",
"tweak" : "5e551c3daad7e5fa",
"msg" : [5, 1, 1, 5, 1, 1],
"ct" : [6, 7, 1, 8, 1, 1],
"result" : "valid"
},
{
"tcId" : 24,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "26dbd1998c3a046ac3ff11937079c034",
"tweak" : "5e551c3daad7e5fa",
"msg" : [4, 8, 1, 0, 0, 1],
"ct" : [8, 3, 3, 4, 1, 2],
"result" : "valid"
},
{
"tcId" : 25,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "26dbd1998c3a046ac3ff11937079c034",
"tweak" : "5e551c3daad7e5fa",
"msg" : [2, 1, 8, 8, 0, 7],
"ct" : [4, 0, 4, 9, 1, 7],
"result" : "valid"
},
{
"tcId" : 26,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "26dbd1998c3a046ac3ff11937079c034",
"tweak" : "5e551c3daad7e5fa",
"msg" : [7, 3, 8, 1, 8, 7],
"ct" : [8, 4, 3, 9, 1, 6],
"result" : "valid"
},
{
"tcId" : 27,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "26dbd1998c3a046ac3ff11937079c034",
"tweak" : "5e551c3daad7e5fa",
"msg" : [2, 7, 5, 8, 7, 6],
"ct" : [4, 3, 7, 8, 0, 9],
"result" : "valid"
},
{
"tcId" : 28,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "26dbd1998c3a046ac3ff11937079c034",
"tweak" : "5e551c3daad7e5fa",
"msg" : [1, 7, 9, 9, 8, 9],
"ct" : [1, 9, 9, 9, 5, 2],
"result" : "valid"
},
{
"tcId" : 29,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "26dbd1998c3a046ac3ff11937079c034",
"tweak" : "5e551c3daad7e5fa",
"msg" : [0, 7, 2, 3, 6, 8],
"ct" : [2, 5, 2, 2, 5, 3],
"result" : "valid"
},
{
"tcId" : 30,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "26dbd1998c3a046ac3ff11937079c034",
"tweak" : "5e551c3daad7e5fa",
"msg" : [3, 1, 5, 2, 9, 1],
"ct" : [6, 8, 9, 1, 8, 5],
"result" : "valid"
},
{
"tcId" : 31,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "26dbd1998c3a046ac3ff11937079c034",
"tweak" : "5e551c3daad7e5fa",
"msg" : [7, 4, 4, 6, 5, 4],
"ct" : [3, 2, 8, 7, 4, 6],
"result" : "valid"
},
{
"tcId" : 32,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "26dbd1998c3a046ac3ff11937079c034",
"tweak" : "5e551c3daad7e5fa",
"msg" : [1, 3, 3, 7, 6, 8],
"ct" : [0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 33,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "26dbd1998c3a046ac3ff11937079c034",
"tweak" : "5e551c3daad7e5fa",
"msg" : [6, 8, 8, 6, 9, 7],
"ct" : [9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 34,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "26dbd1998c3a046ac3ff11937079c034",
"tweak" : "5e551c3daad7e5fa",
"msg" : [0, 4, 3, 5, 6, 4],
"ct" : [5, 1, 2, 5, 1, 2],
"result" : "valid"
},
{
"tcId" : 35,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "26dbd1998c3a046ac3ff11937079c034",
"tweak" : "5e551c3daad7e5fa",
"msg" : [2, 0, 8, 5, 8, 3],
"ct" : [5, 1, 1, 5, 1, 1],
"result" : "valid"
},
{
"tcId" : 36,
"comment" : "y = 0 and (y + a) % radix**3 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "6a24278db37f29768c4263256ffbd956",
"tweak" : "f1b16e197bfc4cb00d20eddf77",
"msg" : [5, 5, 4, 0, 6, 0],
"ct" : [9, 6, 0, 8, 6, 2],
"result" : "valid"
},
{
"tcId" : 37,
"comment" : "y = 0 and a = 1 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "6a24278db37f29768c4263256ffbd956",
"tweak" : "f1b16e197bfc4cb00d20eddf77",
"msg" : [5, 9, 6, 8, 5, 9],
"ct" : [7, 2, 0, 6, 4, 2],
"result" : "valid"
},
{
"tcId" : 38,
"comment" : "y = 0 and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "6a24278db37f29768c4263256ffbd956",
"tweak" : "f1b16e197bfc4cb00d20eddf77",
"msg" : [8, 5, 2, 0, 3, 0],
"ct" : [5, 2, 5, 4, 5, 7],
"result" : "valid"
},
{
"tcId" : 39,
"comment" : "y = 0 and (y + a) % radix**3 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "6a24278db37f29768c4263256ffbd956",
"tweak" : "f1b16e197bfc4cb00d20eddf77",
"msg" : [4, 7, 3, 5, 7, 0],
"ct" : [0, 2, 5, 5, 6, 4],
"result" : "valid"
},
{
"tcId" : 40,
"comment" : "y = 1 and a = 0 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "6a24278db37f29768c4263256ffbd956",
"tweak" : "de9acccaff7df6d42e97af60df",
"msg" : [3, 2, 7, 0, 0, 0],
"ct" : [7, 8, 1, 0, 7, 0],
"result" : "valid"
},
{
"tcId" : 41,
"comment" : "y = 1 and a = 1 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "6a24278db37f29768c4263256ffbd956",
"tweak" : "de9acccaff7df6d42e97af60df",
"msg" : [2, 7, 6, 0, 0, 1],
"ct" : [1, 8, 6, 4, 1, 7],
"result" : "valid"
},
{
"tcId" : 42,
"comment" : "y = 1 and a has large Hamming weight in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "6a24278db37f29768c4263256ffbd956",
"tweak" : "de9acccaff7df6d42e97af60df",
"msg" : [4, 4, 3, 5, 1, 2],
"ct" : [9, 0, 5, 3, 1, 0],
"result" : "valid"
},
{
"tcId" : 43,
"comment" : "y = 1 and (y + a) % radix**3 is maximal in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "6a24278db37f29768c4263256ffbd956",
"tweak" : "de9acccaff7df6d42e97af60df",
"msg" : [8, 6, 9, 9, 9, 8],
"ct" : [1, 5, 5, 1, 5, 5],
"result" : "valid"
},
{
"tcId" : 44,
"comment" : "y = 1 and (y + a) % radix**3 == 0 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "6a24278db37f29768c4263256ffbd956",
"tweak" : "de9acccaff7df6d42e97af60df",
"msg" : [8, 6, 0, 9, 9, 9],
"ct" : [2, 3, 6, 6, 3, 1],
"result" : "valid"
},
{
"tcId" : 45,
"comment" : "y is maximal and a = 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "6a24278db37f29768c4263256ffbd956",
"tweak" : "6405712c28922813b63f6c1a54",
"msg" : [5, 8, 3, 3, 3, 8],
"ct" : [0, 7, 8, 2, 1, 6],
"result" : "valid"
},
{
"tcId" : 46,
"comment" : "y is maximal and a = 1 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "6a24278db37f29768c4263256ffbd956",
"tweak" : "6405712c28922813b63f6c1a54",
"msg" : [2, 0, 3, 8, 1, 7],
"ct" : [4, 0, 1, 0, 5, 3],
"result" : "valid"
},
{
"tcId" : 47,
"comment" : "y is maximal and (y + a) % radix**3 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "6a24278db37f29768c4263256ffbd956",
"tweak" : "6405712c28922813b63f6c1a54",
"msg" : [5, 8, 6, 8, 1, 7],
"ct" : [8, 8, 3, 6, 2, 6],
"result" : "valid"
},
{
"tcId" : 48,
"comment" : "y is maximal and (y + a) % radix**3 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "6a24278db37f29768c4263256ffbd956",
"tweak" : "6405712c28922813b63f6c1a54",
"msg" : [5, 4, 7, 4, 9, 4],
"ct" : [9, 2, 4, 9, 5, 5],
"result" : "valid"
},
{
"tcId" : 49,
"comment" : "y is maximal and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "6a24278db37f29768c4263256ffbd956",
"tweak" : "6405712c28922813b63f6c1a54",
"msg" : [5, 2, 5, 9, 8, 9],
"ct" : [1, 4, 7, 4, 9, 7],
"result" : "valid"
},
{
"tcId" : 50,
"comment" : "y is maximal and a is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "6a24278db37f29768c4263256ffbd956",
"tweak" : "6405712c28922813b63f6c1a54",
"msg" : [4, 3, 5, 3, 4, 4],
"ct" : [8, 9, 4, 1, 8, 5],
"result" : "valid"
},
{
"tcId" : 51,
"comment" : "y is maximal after modular reduction and (y + a) % radix**3 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "6a24278db37f29768c4263256ffbd956",
"tweak" : "9483782945553da6585f1a0ef4",
"msg" : [8, 2, 4, 2, 9, 6],
"ct" : [8, 6, 6, 2, 7, 8],
"result" : "valid"
},
{
"tcId" : 52,
"comment" : "y is maximal after modular reduction and (y + a) % radix**3 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "6a24278db37f29768c4263256ffbd956",
"tweak" : "9483782945553da6585f1a0ef4",
"msg" : [3, 4, 7, 7, 8, 0],
"ct" : [9, 1, 2, 4, 1, 5],
"result" : "valid"
},
{
"tcId" : 53,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "6a24278db37f29768c4263256ffbd956",
"tweak" : "9483782945553da6585f1a0ef4",
"msg" : [8, 8, 6, 7, 9, 6],
"ct" : [4, 0, 1, 9, 8, 4],
"result" : "valid"
},
{
"tcId" : 54,
"comment" : "y is maximal after modular reduction and a is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "6a24278db37f29768c4263256ffbd956",
"tweak" : "9483782945553da6585f1a0ef4",
"msg" : [5, 9, 4, 0, 1, 7],
"ct" : [7, 5, 3, 1, 2, 9],
"result" : "valid"
},
{
"tcId" : 55,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "ed4561abc903a9e722ddb8aa94cc662d",
"tweak" : "975f6d7701e004f7",
"msg" : [-1, 8, 4, 2, 3, 7],
"ct" : [3, 2, 9, 7, 7, 0],
"result" : "invalid"
},
{
"tcId" : 56,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "ed4561abc903a9e722ddb8aa94cc662d",
"tweak" : "975f6d7701e004f7",
"msg" : [8, 8, -1, 2, 3, 7],
"ct" : [6, 7, 1, 4, 9, 1],
"result" : "invalid"
},
{
"tcId" : 57,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "ed4561abc903a9e722ddb8aa94cc662d",
"tweak" : "975f6d7701e004f7",
"msg" : [8, 8, 4, 2, 3, -1],
"ct" : [9, 0, 3, 6, 3, 4],
"result" : "invalid"
},
{
"tcId" : 58,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "8508e1466120dc26244bd837242f1a06",
"tweak" : "44b0efa05cff805e",
"msg" : [10, 2, 7, 6, 6, 6],
"ct" : [6, 4, 0, 9, 3, 7],
"result" : "invalid"
},
{
"tcId" : 59,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "8508e1466120dc26244bd837242f1a06",
"tweak" : "44b0efa05cff805e",
"msg" : [0, 2, 10, 6, 6, 6],
"ct" : [6, 4, 8, 6, 1, 6],
"result" : "invalid"
},
{
"tcId" : 60,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "8508e1466120dc26244bd837242f1a06",
"tweak" : "44b0efa05cff805e",
"msg" : [0, 2, 7, 6, 6, 10],
"ct" : [5, 7, 5, 6, 2, 2],
"result" : "invalid"
}
]
},
{
"keySize" : 128,
"msgSize" : 7,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 61,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "20b2c30d44c72c32a4564541332f45c3",
"tweak" : "3de9de4b8736f463",
"msg" : [3, 7, 6, 0, 9, 8, 0],
"ct" : [3, 9, 4, 9, 7, 6, 5],
"result" : "valid"
},
{
"tcId" : 62,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "53b43d40c44c62982d5123e5716d25db",
"tweak" : "c34af5583d26dacc",
"msg" : [0, 0, 0, 0, 0, 0, 0],
"ct" : [0, 9, 3, 7, 6, 3, 7],
"result" : "valid"
},
{
"tcId" : 63,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "53b43d40c44c62982d5123e5716d25db",
"tweak" : "c34af5583d26dacc",
"msg" : [9, 9, 9, 9, 9, 9, 9],
"ct" : [9, 9, 5, 6, 1, 6, 0],
"result" : "valid"
},
{
"tcId" : 64,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "53b43d40c44c62982d5123e5716d25db",
"tweak" : "c34af5583d26dacc",
"msg" : [5, 1, 2, 8, 1, 9, 2],
"ct" : [4, 7, 4, 9, 7, 4, 4],
"result" : "valid"
},
{
"tcId" : 65,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "53b43d40c44c62982d5123e5716d25db",
"tweak" : "c34af5583d26dacc",
"msg" : [5, 1, 1, 8, 1, 9, 1],
"ct" : [7, 0, 9, 5, 9, 7, 8],
"result" : "valid"
},
{
"tcId" : 66,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "53b43d40c44c62982d5123e5716d25db",
"tweak" : "c34af5583d26dacc",
"msg" : [0, 1, 6, 2, 4, 3, 6],
"ct" : [2, 5, 3, 1, 8, 1, 5],
"result" : "valid"
},
{
"tcId" : 67,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "53b43d40c44c62982d5123e5716d25db",
"tweak" : "c34af5583d26dacc",
"msg" : [5, 7, 7, 4, 4, 6, 1],
"ct" : [3, 4, 9, 8, 8, 0, 5],
"result" : "valid"
},
{
"tcId" : 68,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "53b43d40c44c62982d5123e5716d25db",
"tweak" : "c34af5583d26dacc",
"msg" : [1, 7, 9, 9, 8, 1, 0],
"ct" : [3, 6, 8, 1, 0, 1, 6],
"result" : "valid"
},
{
"tcId" : 69,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "53b43d40c44c62982d5123e5716d25db",
"tweak" : "c34af5583d26dacc",
"msg" : [5, 6, 4, 1, 5, 6, 3],
"ct" : [1, 2, 6, 0, 4, 2, 1],
"result" : "valid"
},
{
"tcId" : 70,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "53b43d40c44c62982d5123e5716d25db",
"tweak" : "c34af5583d26dacc",
"msg" : [2, 3, 8, 6, 3, 6, 6],
"ct" : [3, 5, 5, 8, 9, 0, 2],
"result" : "valid"
},
{
"tcId" : 71,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "53b43d40c44c62982d5123e5716d25db",
"tweak" : "c34af5583d26dacc",
"msg" : [9, 8, 2, 6, 4, 0, 0],
"ct" : [2, 5, 3, 4, 8, 5, 6],
"result" : "valid"
},
{
"tcId" : 72,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "53b43d40c44c62982d5123e5716d25db",
"tweak" : "c34af5583d26dacc",
"msg" : [2, 7, 1, 1, 4, 3, 1],
"ct" : [6, 1, 4, 5, 8, 1, 4],
"result" : "valid"
},
{
"tcId" : 73,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "53b43d40c44c62982d5123e5716d25db",
"tweak" : "c34af5583d26dacc",
"msg" : [9, 2, 0, 2, 7, 1, 8],
"ct" : [7, 5, 5, 8, 0, 3, 3],
"result" : "valid"
},
{
"tcId" : 74,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "53b43d40c44c62982d5123e5716d25db",
"tweak" : "c34af5583d26dacc",
"msg" : [5, 4, 1, 5, 3, 4, 1],
"ct" : [0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 75,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "53b43d40c44c62982d5123e5716d25db",
"tweak" : "c34af5583d26dacc",
"msg" : [7, 3, 5, 2, 1, 2, 3],
"ct" : [9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 76,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "53b43d40c44c62982d5123e5716d25db",
"tweak" : "c34af5583d26dacc",
"msg" : [8, 7, 1, 7, 5, 6, 2],
"ct" : [5, 1, 2, 8, 1, 9, 2],
"result" : "valid"
},
{
"tcId" : 77,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "53b43d40c44c62982d5123e5716d25db",
"tweak" : "c34af5583d26dacc",
"msg" : [9, 3, 3, 7, 5, 3, 3],
"ct" : [5, 1, 1, 8, 1, 9, 1],
"result" : "valid"
},
{
"tcId" : 78,
"comment" : "y = 0 and (y + a) % radix**3 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad837c09903b33e60eecfa1d04308e32",
"tweak" : "b610620bb92f76cf9513d71295",
"msg" : [8, 7, 7, 8, 4, 3, 8],
"ct" : [6, 8, 4, 1, 8, 1, 8],
"result" : "valid"
},
{
"tcId" : 79,
"comment" : "y = 0 and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad837c09903b33e60eecfa1d04308e32",
"tweak" : "b610620bb92f76cf9513d71295",
"msg" : [9, 1, 2, 3, 5, 1, 3],
"ct" : [5, 2, 4, 9, 6, 0, 5],
"result" : "valid"
},
{
"tcId" : 80,
"comment" : "y = 0 and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad837c09903b33e60eecfa1d04308e32",
"tweak" : "b610620bb92f76cf9513d71295",
"msg" : [9, 7, 8, 1, 4, 6, 6],
"ct" : [8, 0, 5, 0, 9, 6, 1],
"result" : "valid"
},
{
"tcId" : 81,
"comment" : "y = 0 and (y + a) % radix**3 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad837c09903b33e60eecfa1d04308e32",
"tweak" : "b610620bb92f76cf9513d71295",
"msg" : [9, 4, 5, 3, 4, 6, 3],
"ct" : [9, 5, 3, 7, 8, 1, 6],
"result" : "valid"
},
{
"tcId" : 82,
"comment" : "y = 1 and a = 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad837c09903b33e60eecfa1d04308e32",
"tweak" : "6afd94875ef13fb77107d55a12",
"msg" : [7, 0, 8, 0, 0, 7, 8],
"ct" : [7, 5, 4, 8, 6, 0, 4],
"result" : "valid"
},
{
"tcId" : 83,
"comment" : "y = 1 and a = 1 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad837c09903b33e60eecfa1d04308e32",
"tweak" : "6afd94875ef13fb77107d55a12",
"msg" : [2, 8, 9, 5, 6, 8, 5],
"ct" : [7, 1, 7, 5, 3, 1, 6],
"result" : "valid"
},
{
"tcId" : 84,
"comment" : "y = 1 and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad837c09903b33e60eecfa1d04308e32",
"tweak" : "6afd94875ef13fb77107d55a12",
"msg" : [3, 1, 7, 0, 1, 8, 7],
"ct" : [4, 1, 8, 3, 2, 2, 6],
"result" : "valid"
},
{
"tcId" : 85,
"comment" : "y = 1 and (y + a) % radix**3 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad837c09903b33e60eecfa1d04308e32",
"tweak" : "6afd94875ef13fb77107d55a12",
"msg" : [2, 2, 8, 9, 4, 1, 3],
"ct" : [0, 9, 1, 4, 1, 1, 2],
"result" : "valid"
},
{
"tcId" : 86,
"comment" : "y = 1 and (y + a) % radix**3 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad837c09903b33e60eecfa1d04308e32",
"tweak" : "6afd94875ef13fb77107d55a12",
"msg" : [0, 8, 5, 1, 2, 4, 1],
"ct" : [2, 9, 4, 3, 9, 8, 9],
"result" : "valid"
},
{
"tcId" : 87,
"comment" : "y is maximal and a = 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad837c09903b33e60eecfa1d04308e32",
"tweak" : "598a0f65b83e315b435b2c154e",
"msg" : [6, 6, 0, 9, 7, 7, 0],
"ct" : [6, 1, 5, 3, 5, 2, 5],
"result" : "valid"
},
{
"tcId" : 88,
"comment" : "y is maximal and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad837c09903b33e60eecfa1d04308e32",
"tweak" : "598a0f65b83e315b435b2c154e",
"msg" : [1, 5, 7, 3, 3, 3, 6],
"ct" : [6, 1, 6, 6, 1, 0, 9],
"result" : "valid"
},
{
"tcId" : 89,
"comment" : "y is maximal and (y + a) % radix**3 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad837c09903b33e60eecfa1d04308e32",
"tweak" : "598a0f65b83e315b435b2c154e",
"msg" : [3, 4, 8, 1, 5, 2, 5],
"ct" : [9, 9, 9, 6, 2, 9, 0],
"result" : "valid"
},
{
"tcId" : 90,
"comment" : "y is maximal and (y + a) % radix**3 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad837c09903b33e60eecfa1d04308e32",
"tweak" : "598a0f65b83e315b435b2c154e",
"msg" : [6, 9, 5, 3, 4, 9, 9],
"ct" : [0, 0, 0, 6, 3, 9, 5],
"result" : "valid"
},
{
"tcId" : 91,
"comment" : "y is maximal and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad837c09903b33e60eecfa1d04308e32",
"tweak" : "598a0f65b83e315b435b2c154e",
"msg" : [6, 6, 7, 5, 1, 4, 1],
"ct" : [1, 2, 7, 0, 7, 6, 3],
"result" : "valid"
},
{
"tcId" : 92,
"comment" : "y is maximal and a is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad837c09903b33e60eecfa1d04308e32",
"tweak" : "598a0f65b83e315b435b2c154e",
"msg" : [3, 9, 9, 7, 1, 2, 6],
"ct" : [6, 1, 4, 6, 8, 8, 4],
"result" : "valid"
},
{
"tcId" : 93,
"comment" : "y is edge case for modular reduction and a = 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad837c09903b33e60eecfa1d04308e32",
"tweak" : "ac0a2c85d2f9ac8b5f6452c32f",
"msg" : [5, 0, 2, 3, 7, 9, 0],
"ct" : [3, 3, 1, 3, 2, 0, 8],
"result" : "valid"
},
{
"tcId" : 94,
"comment" : "y is edge case for modular reduction and a = 1 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad837c09903b33e60eecfa1d04308e32",
"tweak" : "ac0a2c85d2f9ac8b5f6452c32f",
"msg" : [9, 8, 4, 1, 7, 3, 0],
"ct" : [9, 9, 9, 5, 7, 7, 6],
"result" : "valid"
},
{
"tcId" : 95,
"comment" : "y is edge case for modular reduction and (y + a) % radix**3 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad837c09903b33e60eecfa1d04308e32",
"tweak" : "ac0a2c85d2f9ac8b5f6452c32f",
"msg" : [7, 6, 4, 3, 5, 1, 1],
"ct" : [9, 9, 6, 6, 4, 9, 8],
"result" : "valid"
},
{
"tcId" : 96,
"comment" : "y is edge case for modular reduction and (y + a) % radix**3 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad837c09903b33e60eecfa1d04308e32",
"tweak" : "ac0a2c85d2f9ac8b5f6452c32f",
"msg" : [8, 1, 5, 8, 7, 5, 1],
"ct" : [9, 7, 3, 6, 7, 1, 5],
"result" : "valid"
},
{
"tcId" : 97,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad837c09903b33e60eecfa1d04308e32",
"tweak" : "ac0a2c85d2f9ac8b5f6452c32f",
"msg" : [4, 7, 7, 5, 4, 8, 6],
"ct" : [0, 6, 7, 3, 9, 6, 7],
"result" : "valid"
},
{
"tcId" : 98,
"comment" : "y is edge case for modular reduction and a is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad837c09903b33e60eecfa1d04308e32",
"tweak" : "ac0a2c85d2f9ac8b5f6452c32f",
"msg" : [0, 8, 1, 1, 3, 7, 8],
"ct" : [5, 4, 1, 1, 6, 7, 9],
"result" : "valid"
},
{
"tcId" : 99,
"comment" : "y is maximal after modular reduction and (y + a) % radix**3 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad837c09903b33e60eecfa1d04308e32",
"tweak" : "7b7c8b15f8be673e391757bf1e",
"msg" : [5, 4, 9, 0, 7, 7, 9],
"ct" : [3, 6, 9, 9, 1, 1, 5],
"result" : "valid"
},
{
"tcId" : 100,
"comment" : "y is maximal after modular reduction and (y + a) % radix**3 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad837c09903b33e60eecfa1d04308e32",
"tweak" : "7b7c8b15f8be673e391757bf1e",
"msg" : [7, 0, 3, 9, 0, 4, 5],
"ct" : [4, 4, 1, 9, 4, 9, 9],
"result" : "valid"
},
{
"tcId" : 101,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad837c09903b33e60eecfa1d04308e32",
"tweak" : "7b7c8b15f8be673e391757bf1e",
"msg" : [3, 8, 8, 0, 8, 7, 6],
"ct" : [4, 8, 5, 8, 3, 6, 6],
"result" : "valid"
},
{
"tcId" : 102,
"comment" : "y is maximal after modular reduction and a is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad837c09903b33e60eecfa1d04308e32",
"tweak" : "7b7c8b15f8be673e391757bf1e",
"msg" : [6, 1, 2, 5, 2, 7, 4],
"ct" : [1, 1, 0, 3, 8, 6, 7],
"result" : "valid"
},
{
"tcId" : 103,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "ea35a8f24783be82abd93cc74e4944cb",
"tweak" : "a704f808982bb10f",
"msg" : [-1, 4, 3, 3, 9, 4, 2],
"ct" : [1, 9, 5, 0, 3, 8, 7],
"result" : "invalid"
},
{
"tcId" : 104,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "ea35a8f24783be82abd93cc74e4944cb",
"tweak" : "a704f808982bb10f",
"msg" : [2, 4, -1, 3, 9, 4, 2],
"ct" : [0, 9, 3, 3, 1, 8, 6],
"result" : "invalid"
},
{
"tcId" : 105,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "ea35a8f24783be82abd93cc74e4944cb",
"tweak" : "a704f808982bb10f",
"msg" : [2, 4, 3, 3, 9, 4, -1],
"ct" : [5, 5, 9, 3, 3, 5, 0],
"result" : "invalid"
},
{
"tcId" : 106,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "15193223b84a2701b6cd545ef9326c5f",
"tweak" : "228c040918161aa4",
"msg" : [10, 5, 3, 0, 9, 2, 4],
"ct" : [4, 2, 1, 3, 1, 6, 2],
"result" : "invalid"
},
{
"tcId" : 107,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "15193223b84a2701b6cd545ef9326c5f",
"tweak" : "228c040918161aa4",
"msg" : [8, 5, 10, 0, 9, 2, 4],
"ct" : [0, 9, 7, 6, 3, 2, 7],
"result" : "invalid"
},
{
"tcId" : 108,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "15193223b84a2701b6cd545ef9326c5f",
"tweak" : "228c040918161aa4",
"msg" : [8, 5, 3, 0, 9, 2, 10],
"ct" : [3, 1, 8, 5, 6, 0, 4],
"result" : "invalid"
}
]
},
{
"keySize" : 128,
"msgSize" : 8,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 109,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "60d83b209822c0d9b7033dca86444fa1",
"tweak" : "23ef05b155a108c4",
"msg" : [3, 0, 1, 5, 4, 4, 4, 5],
"ct" : [8, 4, 1, 9, 8, 8, 3, 5],
"result" : "valid"
},
{
"tcId" : 110,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "3bfee9ab1eadaa8cff5b05281fcb0140",
"tweak" : "2024d5e34b3ba6a0",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [4, 9, 8, 2, 0, 0, 8, 3],
"result" : "valid"
},
{
"tcId" : 111,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "3bfee9ab1eadaa8cff5b05281fcb0140",
"tweak" : "2024d5e34b3ba6a0",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [1, 8, 0, 9, 0, 5, 7, 8],
"result" : "valid"
},
{
"tcId" : 112,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "3bfee9ab1eadaa8cff5b05281fcb0140",
"tweak" : "2024d5e34b3ba6a0",
"msg" : [8, 1, 9, 2, 8, 1, 9, 2],
"ct" : [3, 5, 0, 0, 5, 9, 4, 0],
"result" : "valid"
},
{
"tcId" : 113,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "3bfee9ab1eadaa8cff5b05281fcb0140",
"tweak" : "2024d5e34b3ba6a0",
"msg" : [8, 1, 9, 1, 8, 1, 9, 1],
"ct" : [0, 4, 6, 0, 5, 6, 0, 3],
"result" : "valid"
},
{
"tcId" : 114,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "3bfee9ab1eadaa8cff5b05281fcb0140",
"tweak" : "2024d5e34b3ba6a0",
"msg" : [3, 8, 7, 1, 5, 4, 4, 2],
"ct" : [0, 0, 7, 8, 6, 4, 5, 5],
"result" : "valid"
},
{
"tcId" : 115,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "3bfee9ab1eadaa8cff5b05281fcb0140",
"tweak" : "2024d5e34b3ba6a0",
"msg" : [7, 2, 5, 8, 7, 7, 4, 4],
"ct" : [9, 0, 2, 7, 5, 3, 4, 3],
"result" : "valid"
},
{
"tcId" : 116,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "3bfee9ab1eadaa8cff5b05281fcb0140",
"tweak" : "2024d5e34b3ba6a0",
"msg" : [2, 9, 4, 0, 2, 9, 8, 7],
"ct" : [9, 7, 2, 9, 6, 1, 9, 4],
"result" : "valid"
},
{
"tcId" : 117,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "3bfee9ab1eadaa8cff5b05281fcb0140",
"tweak" : "2024d5e34b3ba6a0",
"msg" : [6, 9, 8, 6, 0, 3, 7, 5],
"ct" : [4, 4, 9, 0, 4, 9, 9, 4],
"result" : "valid"
},
{
"tcId" : 118,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "3bfee9ab1eadaa8cff5b05281fcb0140",
"tweak" : "2024d5e34b3ba6a0",
"msg" : [9, 5, 6, 2, 5, 7, 1, 0],
"ct" : [5, 2, 9, 1, 8, 3, 2, 6],
"result" : "valid"
},
{
"tcId" : 119,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "3bfee9ab1eadaa8cff5b05281fcb0140",
"tweak" : "2024d5e34b3ba6a0",
"msg" : [1, 5, 0, 2, 9, 1, 0, 4],
"ct" : [7, 5, 6, 5, 4, 5, 2, 3],
"result" : "valid"
},
{
"tcId" : 120,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "3bfee9ab1eadaa8cff5b05281fcb0140",
"tweak" : "2024d5e34b3ba6a0",
"msg" : [9, 2, 9, 3, 8, 2, 1, 2],
"ct" : [3, 9, 4, 3, 5, 5, 6, 9],
"result" : "valid"
},
{
"tcId" : 121,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "3bfee9ab1eadaa8cff5b05281fcb0140",
"tweak" : "2024d5e34b3ba6a0",
"msg" : [6, 9, 0, 1, 4, 9, 2, 5],
"ct" : [3, 8, 7, 3, 9, 8, 5, 3],
"result" : "valid"
},
{
"tcId" : 122,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "3bfee9ab1eadaa8cff5b05281fcb0140",
"tweak" : "2024d5e34b3ba6a0",
"msg" : [8, 6, 4, 6, 5, 9, 3, 0],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 123,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "3bfee9ab1eadaa8cff5b05281fcb0140",
"tweak" : "2024d5e34b3ba6a0",
"msg" : [6, 0, 8, 0, 9, 7, 2, 8],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 124,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "3bfee9ab1eadaa8cff5b05281fcb0140",
"tweak" : "2024d5e34b3ba6a0",
"msg" : [5, 7, 0, 0, 5, 5, 5, 9],
"ct" : [8, 1, 9, 2, 8, 1, 9, 2],
"result" : "valid"
},
{
"tcId" : 125,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "3bfee9ab1eadaa8cff5b05281fcb0140",
"tweak" : "2024d5e34b3ba6a0",
"msg" : [4, 3, 8, 2, 1, 8, 5, 0],
"ct" : [8, 1, 9, 1, 8, 1, 9, 1],
"result" : "valid"
},
{
"tcId" : 126,
"comment" : "y = 0 and (y + a) % radix**4 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "475b7573760904fa57ad2cb88ea52f32",
"tweak" : "948769fd57118ed7026cf9bb89",
"msg" : [5, 2, 5, 7, 3, 9, 7, 8],
"ct" : [7, 7, 3, 5, 8, 6, 2, 8],
"result" : "valid"
},
{
"tcId" : 127,
"comment" : "y = 0 and a = 1 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "475b7573760904fa57ad2cb88ea52f32",
"tweak" : "948769fd57118ed7026cf9bb89",
"msg" : [9, 0, 7, 8, 9, 0, 9, 0],
"ct" : [9, 8, 4, 7, 2, 3, 5, 1],
"result" : "valid"
},
{
"tcId" : 128,
"comment" : "y = 0 and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "475b7573760904fa57ad2cb88ea52f32",
"tweak" : "948769fd57118ed7026cf9bb89",
"msg" : [3, 3, 4, 2, 1, 0, 8, 4],
"ct" : [9, 3, 9, 7, 4, 0, 6, 9],
"result" : "valid"
},
{
"tcId" : 129,
"comment" : "y = 0 and (y + a) % radix**4 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "475b7573760904fa57ad2cb88ea52f32",
"tweak" : "948769fd57118ed7026cf9bb89",
"msg" : [1, 1, 1, 3, 8, 2, 9, 5],
"ct" : [8, 6, 6, 4, 5, 7, 5, 9],
"result" : "valid"
},
{
"tcId" : 130,
"comment" : "y = 1 and a = 0 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "475b7573760904fa57ad2cb88ea52f32",
"tweak" : "680768ea23812265e2cd177394",
"msg" : [9, 1, 8, 8, 5, 2, 9, 0],
"ct" : [4, 7, 3, 0, 9, 0, 7, 3],
"result" : "valid"
},
{
"tcId" : 131,
"comment" : "y = 1 and a = 1 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "475b7573760904fa57ad2cb88ea52f32",
"tweak" : "680768ea23812265e2cd177394",
"msg" : [7, 5, 1, 1, 6, 2, 3, 0],
"ct" : [7, 9, 1, 3, 2, 6, 3, 8],
"result" : "valid"
},
{
"tcId" : 132,
"comment" : "y = 1 and a has large Hamming weight in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "475b7573760904fa57ad2cb88ea52f32",
"tweak" : "680768ea23812265e2cd177394",
"msg" : [5, 4, 9, 8, 3, 5, 5, 4],
"ct" : [5, 5, 4, 7, 3, 5, 3, 8],
"result" : "valid"
},
{
"tcId" : 133,
"comment" : "y = 1 and (y + a) % radix**4 is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "475b7573760904fa57ad2cb88ea52f32",
"tweak" : "680768ea23812265e2cd177394",
"msg" : [0, 3, 1, 6, 2, 6, 3, 8],
"ct" : [6, 0, 6, 3, 3, 5, 3, 4],
"result" : "valid"
},
{
"tcId" : 134,
"comment" : "y = 1 and (y + a) % radix**4 == 0 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "475b7573760904fa57ad2cb88ea52f32",
"tweak" : "680768ea23812265e2cd177394",
"msg" : [1, 5, 7, 5, 0, 6, 2, 8],
"ct" : [4, 4, 1, 0, 7, 0, 6, 3],
"result" : "valid"
},
{
"tcId" : 135,
"comment" : "y is maximal and a = 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "475b7573760904fa57ad2cb88ea52f32",
"tweak" : "18c521ac825ce84e805b05a7a2",
"msg" : [7, 8, 7, 0, 3, 3, 5, 9],
"ct" : [4, 0, 4, 1, 5, 4, 3, 2],
"result" : "valid"
},
{
"tcId" : 136,
"comment" : "y is maximal and a = 1 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "475b7573760904fa57ad2cb88ea52f32",
"tweak" : "18c521ac825ce84e805b05a7a2",
"msg" : [1, 2, 8, 4, 7, 3, 1, 5],
"ct" : [7, 7, 4, 5, 6, 8, 4, 4],
"result" : "valid"
},
{
"tcId" : 137,
"comment" : "y is maximal and a has large Hamming weight in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "475b7573760904fa57ad2cb88ea52f32",
"tweak" : "18c521ac825ce84e805b05a7a2",
"msg" : [8, 1, 6, 7, 3, 7, 5, 6],
"ct" : [1, 5, 3, 0, 0, 1, 7, 9],
"result" : "valid"
},
{
"tcId" : 138,
"comment" : "y is maximal and (y + a) % radix**4 is maximal in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "475b7573760904fa57ad2cb88ea52f32",
"tweak" : "18c521ac825ce84e805b05a7a2",
"msg" : [1, 3, 0, 0, 8, 2, 8, 6],
"ct" : [5, 1, 3, 0, 5, 5, 1, 6],
"result" : "valid"
},
{
"tcId" : 139,
"comment" : "y is maximal and (y + a) % radix**4 == 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "475b7573760904fa57ad2cb88ea52f32",
"tweak" : "18c521ac825ce84e805b05a7a2",
"msg" : [3, 1, 1, 7, 1, 5, 0, 3],
"ct" : [6, 1, 1, 8, 0, 6, 3, 1],
"result" : "valid"
},
{
"tcId" : 140,
"comment" : "y is maximal and a is maximal in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "475b7573760904fa57ad2cb88ea52f32",
"tweak" : "18c521ac825ce84e805b05a7a2",
"msg" : [9, 5, 0, 1, 1, 5, 2, 1],
"ct" : [4, 8, 0, 8, 2, 9, 5, 9],
"result" : "valid"
},
{
"tcId" : 141,
"comment" : "y is edge case for modular reduction and a = 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "475b7573760904fa57ad2cb88ea52f32",
"tweak" : "747e41601c7cecfd49e56e991d",
"msg" : [0, 0, 0, 0, 6, 6, 6, 3],
"ct" : [8, 6, 1, 6, 9, 5, 0, 6],
"result" : "valid"
},
{
"tcId" : 142,
"comment" : "y is edge case for modular reduction and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "475b7573760904fa57ad2cb88ea52f32",
"tweak" : "747e41601c7cecfd49e56e991d",
"msg" : [0, 0, 0, 1, 6, 6, 6, 3],
"ct" : [3, 4, 3, 0, 4, 7, 8, 7],
"result" : "valid"
},
{
"tcId" : 143,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "475b7573760904fa57ad2cb88ea52f32",
"tweak" : "747e41601c7cecfd49e56e991d",
"msg" : [8, 1, 9, 2, 6, 6, 6, 3],
"ct" : [4, 9, 4, 0, 9, 0, 1, 8],
"result" : "valid"
},
{
"tcId" : 144,
"comment" : "y is edge case for modular reduction and (y + a) % radix**4 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "475b7573760904fa57ad2cb88ea52f32",
"tweak" : "747e41601c7cecfd49e56e991d",
"msg" : [8, 3, 8, 9, 6, 6, 6, 3],
"ct" : [3, 2, 2, 3, 1, 4, 3, 1],
"result" : "valid"
},
{
"tcId" : 145,
"comment" : "y is edge case for modular reduction and (y + a) % radix**4 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "475b7573760904fa57ad2cb88ea52f32",
"tweak" : "747e41601c7cecfd49e56e991d",
"msg" : [8, 3, 9, 0, 6, 6, 6, 3],
"ct" : [2, 3, 3, 9, 0, 9, 4, 4],
"result" : "valid"
},
{
"tcId" : 146,
"comment" : "y is edge case for modular reduction and a is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "475b7573760904fa57ad2cb88ea52f32",
"tweak" : "747e41601c7cecfd49e56e991d",
"msg" : [9, 9, 9, 9, 6, 6, 6, 3],
"ct" : [3, 5, 5, 3, 0, 6, 7, 2],
"result" : "valid"
},
{
"tcId" : 147,
"comment" : "y is maximal after modular reduction and (y + a) % radix**4 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "475b7573760904fa57ad2cb88ea52f32",
"tweak" : "8778e31da2c09349654cc259f7",
"msg" : [0, 0, 0, 0, 6, 5, 6, 4],
"ct" : [7, 2, 8, 0, 6, 3, 4, 0],
"result" : "valid"
},
{
"tcId" : 148,
"comment" : "y is maximal after modular reduction and (y + a) % radix**4 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "475b7573760904fa57ad2cb88ea52f32",
"tweak" : "8778e31da2c09349654cc259f7",
"msg" : [0, 0, 0, 1, 6, 5, 6, 4],
"ct" : [7, 2, 9, 6, 3, 7, 8, 9],
"result" : "valid"
},
{
"tcId" : 149,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "475b7573760904fa57ad2cb88ea52f32",
"tweak" : "8778e31da2c09349654cc259f7",
"msg" : [8, 1, 9, 2, 6, 5, 6, 4],
"ct" : [4, 7, 1, 5, 2, 6, 8, 1],
"result" : "valid"
},
{
"tcId" : 150,
"comment" : "y is maximal after modular reduction and a is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "475b7573760904fa57ad2cb88ea52f32",
"tweak" : "8778e31da2c09349654cc259f7",
"msg" : [9, 9, 9, 9, 6, 5, 6, 4],
"ct" : [1, 9, 3, 8, 8, 8, 1, 5],
"result" : "valid"
},
{
"tcId" : 151,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "ebc261665fab01ae2bfe156e54de3006",
"tweak" : "5080dd547abdeddd",
"msg" : [-1, 1, 5, 8, 1, 3, 0, 1],
"ct" : [2, 3, 8, 9, 4, 7, 7, 3],
"result" : "invalid"
},
{
"tcId" : 152,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "ebc261665fab01ae2bfe156e54de3006",
"tweak" : "5080dd547abdeddd",
"msg" : [8, 1, -1, 8, 1, 3, 0, 1],
"ct" : [2, 6, 4, 9, 9, 9, 7, 4],
"result" : "invalid"
},
{
"tcId" : 153,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "ebc261665fab01ae2bfe156e54de3006",
"tweak" : "5080dd547abdeddd",
"msg" : [8, 1, 5, 8, 1, 3, 0, -1],
"ct" : [8, 8, 0, 1, 9, 2, 3, 4],
"result" : "invalid"
},
{
"tcId" : 154,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "46d822a781f095d809dde7326d9e8fa4",
"tweak" : "fe99b9d9ffc85852",
"msg" : [10, 3, 9, 4, 0, 8, 6, 5],
"ct" : [1, 9, 8, 6, 3, 9, 4, 6],
"result" : "invalid"
},
{
"tcId" : 155,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "46d822a781f095d809dde7326d9e8fa4",
"tweak" : "fe99b9d9ffc85852",
"msg" : [3, 3, 10, 4, 0, 8, 6, 5],
"ct" : [6, 9, 4, 0, 0, 7, 4, 4],
"result" : "invalid"
},
{
"tcId" : 156,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "46d822a781f095d809dde7326d9e8fa4",
"tweak" : "fe99b9d9ffc85852",
"msg" : [3, 3, 9, 4, 0, 8, 6, 10],
"ct" : [4, 8, 3, 1, 8, 2, 1, 3],
"result" : "invalid"
}
]
},
{
"keySize" : 128,
"msgSize" : 9,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 157,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "2215b9528000f5f306fcdfe2969c6785",
"tweak" : "0539d85c7b076285",
"msg" : [1, 9, 4, 4, 2, 0, 7, 3, 0],
"ct" : [0, 3, 5, 2, 4, 3, 0, 0, 8],
"result" : "valid"
},
{
"tcId" : 158,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "4c00ade3e32b12866bb56e736e18eaf4",
"tweak" : "3f0bf1e88240178e",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [6, 6, 4, 6, 2, 5, 9, 9, 8],
"result" : "valid"
},
{
"tcId" : 159,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "4c00ade3e32b12866bb56e736e18eaf4",
"tweak" : "3f0bf1e88240178e",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [9, 2, 2, 8, 3, 0, 7, 8, 6],
"result" : "valid"
},
{
"tcId" : 160,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "4c00ade3e32b12866bb56e736e18eaf4",
"tweak" : "3f0bf1e88240178e",
"msg" : [8, 1, 9, 2, 6, 5, 5, 3, 6],
"ct" : [6, 5, 1, 8, 9, 8, 5, 9, 8],
"result" : "valid"
},
{
"tcId" : 161,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "4c00ade3e32b12866bb56e736e18eaf4",
"tweak" : "3f0bf1e88240178e",
"msg" : [8, 1, 9, 1, 6, 5, 5, 3, 5],
"ct" : [4, 3, 4, 0, 2, 6, 9, 3, 9],
"result" : "valid"
},
{
"tcId" : 162,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "4c00ade3e32b12866bb56e736e18eaf4",
"tweak" : "3f0bf1e88240178e",
"msg" : [6, 9, 0, 0, 6, 0, 6, 9, 0],
"ct" : [5, 2, 6, 2, 9, 1, 5, 5, 9],
"result" : "valid"
},
{
"tcId" : 163,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "4c00ade3e32b12866bb56e736e18eaf4",
"tweak" : "3f0bf1e88240178e",
"msg" : [2, 9, 5, 5, 2, 0, 7, 0, 5],
"ct" : [0, 4, 6, 2, 7, 4, 8, 8, 5],
"result" : "valid"
},
{
"tcId" : 164,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "4c00ade3e32b12866bb56e736e18eaf4",
"tweak" : "3f0bf1e88240178e",
"msg" : [4, 3, 1, 2, 5, 9, 8, 7, 5],
"ct" : [1, 2, 6, 4, 2, 1, 2, 0, 3],
"result" : "valid"
},
{
"tcId" : 165,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "4c00ade3e32b12866bb56e736e18eaf4",
"tweak" : "3f0bf1e88240178e",
"msg" : [0, 6, 3, 1, 3, 8, 8, 7, 5],
"ct" : [2, 0, 7, 3, 9, 8, 1, 6, 8],
"result" : "valid"
},
{
"tcId" : 166,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "4c00ade3e32b12866bb56e736e18eaf4",
"tweak" : "3f0bf1e88240178e",
"msg" : [7, 7, 7, 3, 9, 4, 4, 1, 4],
"ct" : [2, 1, 5, 2, 6, 5, 2, 0, 8],
"result" : "valid"
},
{
"tcId" : 167,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "4c00ade3e32b12866bb56e736e18eaf4",
"tweak" : "3f0bf1e88240178e",
"msg" : [4, 5, 5, 3, 6, 0, 9, 0, 8],
"ct" : [9, 5, 6, 7, 9, 3, 3, 0, 1],
"result" : "valid"
},
{
"tcId" : 168,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "4c00ade3e32b12866bb56e736e18eaf4",
"tweak" : "3f0bf1e88240178e",
"msg" : [9, 1, 8, 1, 1, 8, 7, 9, 0],
"ct" : [0, 1, 2, 2, 6, 4, 0, 8, 6],
"result" : "valid"
},
{
"tcId" : 169,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "4c00ade3e32b12866bb56e736e18eaf4",
"tweak" : "3f0bf1e88240178e",
"msg" : [4, 8, 4, 3, 8, 5, 4, 2, 4],
"ct" : [5, 2, 0, 4, 1, 2, 8, 0, 2],
"result" : "valid"
},
{
"tcId" : 170,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "4c00ade3e32b12866bb56e736e18eaf4",
"tweak" : "3f0bf1e88240178e",
"msg" : [8, 3, 3, 8, 4, 2, 6, 6, 4],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 171,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "4c00ade3e32b12866bb56e736e18eaf4",
"tweak" : "3f0bf1e88240178e",
"msg" : [1, 3, 1, 3, 8, 3, 5, 9, 4],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 172,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "4c00ade3e32b12866bb56e736e18eaf4",
"tweak" : "3f0bf1e88240178e",
"msg" : [3, 8, 2, 3, 5, 4, 5, 1, 1],
"ct" : [8, 1, 9, 2, 6, 5, 5, 3, 6],
"result" : "valid"
},
{
"tcId" : 173,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "4c00ade3e32b12866bb56e736e18eaf4",
"tweak" : "3f0bf1e88240178e",
"msg" : [8, 3, 1, 1, 1, 9, 5, 3, 7],
"ct" : [8, 1, 9, 1, 6, 5, 5, 3, 5],
"result" : "valid"
},
{
"tcId" : 174,
"comment" : "y = 0 and (y + a) % radix**4 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "36e6ec14d7abaf2fa03904af42244b5f",
"tweak" : "cd66f4441820c024bad7e3c0",
"msg" : [1, 0, 1, 6, 4, 1, 0, 6, 0],
"ct" : [0, 0, 0, 0, 6, 6, 2, 9, 8],
"result" : "valid"
},
{
"tcId" : 175,
"comment" : "y = 0 and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "36e6ec14d7abaf2fa03904af42244b5f",
"tweak" : "cd66f4441820c024bad7e3c0",
"msg" : [1, 9, 6, 5, 0, 0, 8, 8, 1],
"ct" : [0, 0, 0, 1, 0, 9, 4, 0, 4],
"result" : "valid"
},
{
"tcId" : 176,
"comment" : "y = 0 and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "36e6ec14d7abaf2fa03904af42244b5f",
"tweak" : "cd66f4441820c024bad7e3c0",
"msg" : [1, 1, 7, 8, 1, 2, 6, 0, 6],
"ct" : [8, 1, 9, 2, 4, 5, 0, 7, 4],
"result" : "valid"
},
{
"tcId" : 177,
"comment" : "y = 0 and (y + a) % radix**4 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "36e6ec14d7abaf2fa03904af42244b5f",
"tweak" : "cd66f4441820c024bad7e3c0",
"msg" : [2, 3, 4, 1, 1, 6, 6, 1, 9],
"ct" : [9, 9, 9, 9, 3, 1, 3, 9, 7],
"result" : "valid"
},
{
"tcId" : 178,
"comment" : "y = 1 and a = 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "36e6ec14d7abaf2fa03904af42244b5f",
"tweak" : "e45a8b58a2dc6f47304823d0",
"msg" : [4, 9, 0, 1, 9, 2, 5, 4, 7],
"ct" : [3, 3, 1, 4, 7, 9, 0, 6, 6],
"result" : "valid"
},
{
"tcId" : 179,
"comment" : "y = 1 and a = 1 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "36e6ec14d7abaf2fa03904af42244b5f",
"tweak" : "e45a8b58a2dc6f47304823d0",
"msg" : [0, 5, 7, 5, 1, 2, 3, 2, 2],
"ct" : [5, 9, 1, 5, 8, 9, 9, 5, 7],
"result" : "valid"
},
{
"tcId" : 180,
"comment" : "y = 1 and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "36e6ec14d7abaf2fa03904af42244b5f",
"tweak" : "e45a8b58a2dc6f47304823d0",
"msg" : [1, 3, 3, 3, 4, 8, 1, 0, 1],
"ct" : [0, 7, 6, 1, 3, 3, 8, 4, 1],
"result" : "valid"
},
{
"tcId" : 181,
"comment" : "y = 1 and (y + a) % radix**4 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "36e6ec14d7abaf2fa03904af42244b5f",
"tweak" : "e45a8b58a2dc6f47304823d0",
"msg" : [9, 2, 3, 6, 8, 0, 0, 7, 2],
"ct" : [2, 4, 5, 6, 3, 0, 8, 7, 1],
"result" : "valid"
},
{
"tcId" : 182,
"comment" : "y = 1 and (y + a) % radix**4 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "36e6ec14d7abaf2fa03904af42244b5f",
"tweak" : "e45a8b58a2dc6f47304823d0",
"msg" : [8, 6, 4, 6, 3, 8, 5, 4, 6],
"ct" : [3, 2, 6, 1, 8, 7, 6, 4, 4],
"result" : "valid"
},
{
"tcId" : 183,
"comment" : "y is edge case for modular reduction and a = 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "36e6ec14d7abaf2fa03904af42244b5f",
"tweak" : "a47f8f6506c48bb33832c45d",
"msg" : [8, 5, 0, 8, 4, 5, 2, 6, 5],
"ct" : [7, 3, 0, 1, 5, 1, 6, 7, 9],
"result" : "valid"
},
{
"tcId" : 184,
"comment" : "y is edge case for modular reduction and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "36e6ec14d7abaf2fa03904af42244b5f",
"tweak" : "a47f8f6506c48bb33832c45d",
"msg" : [0, 4, 0, 7, 6, 0, 9, 9, 3],
"ct" : [0, 3, 7, 2, 1, 5, 6, 3, 1],
"result" : "valid"
},
{
"tcId" : 185,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "36e6ec14d7abaf2fa03904af42244b5f",
"tweak" : "a47f8f6506c48bb33832c45d",
"msg" : [6, 0, 5, 0, 3, 0, 4, 1, 5],
"ct" : [1, 8, 4, 3, 4, 3, 3, 6, 8],
"result" : "valid"
},
{
"tcId" : 186,
"comment" : "y is edge case for modular reduction and (y + a) % radix**4 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "36e6ec14d7abaf2fa03904af42244b5f",
"tweak" : "a47f8f6506c48bb33832c45d",
"msg" : [7, 4, 4, 9, 9, 8, 5, 1, 1],
"ct" : [2, 2, 9, 6, 4, 8, 5, 3, 8],
"result" : "valid"
},
{
"tcId" : 187,
"comment" : "y is edge case for modular reduction and (y + a) % radix**4 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "36e6ec14d7abaf2fa03904af42244b5f",
"tweak" : "a47f8f6506c48bb33832c45d",
"msg" : [3, 6, 2, 4, 6, 5, 4, 3, 1],
"ct" : [9, 3, 8, 7, 1, 7, 2, 9, 1],
"result" : "valid"
},
{
"tcId" : 188,
"comment" : "y is edge case for modular reduction and a is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "36e6ec14d7abaf2fa03904af42244b5f",
"tweak" : "a47f8f6506c48bb33832c45d",
"msg" : [6, 6, 5, 7, 5, 5, 1, 6, 5],
"ct" : [8, 1, 3, 0, 8, 0, 6, 1, 5],
"result" : "valid"
},
{
"tcId" : 189,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "7fd4e71784e95a3dd0b41315a67131d2",
"tweak" : "47d48ea4716ab8df",
"msg" : [-1, 7, 3, 8, 3, 1, 7, 9, 1],
"ct" : [0, 5, 3, 9, 6, 0, 6, 0, 5],
"result" : "invalid"
},
{
"tcId" : 190,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "7fd4e71784e95a3dd0b41315a67131d2",
"tweak" : "47d48ea4716ab8df",
"msg" : [8, 7, 3, -1, 3, 1, 7, 9, 1],
"ct" : [2, 2, 1, 6, 9, 8, 3, 2, 2],
"result" : "invalid"
},
{
"tcId" : 191,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "7fd4e71784e95a3dd0b41315a67131d2",
"tweak" : "47d48ea4716ab8df",
"msg" : [8, 7, 3, 8, 3, 1, 7, 9, -1],
"ct" : [7, 2, 9, 2, 0, 1, 3, 6, 7],
"result" : "invalid"
},
{
"tcId" : 192,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "a09da428875a478da7f28b008b7d544f",
"tweak" : "f50dfcad32f0cfde",
"msg" : [10, 3, 9, 5, 5, 4, 6, 7, 3],
"ct" : [8, 9, 3, 0, 8, 1, 8, 1, 8],
"result" : "invalid"
},
{
"tcId" : 193,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "a09da428875a478da7f28b008b7d544f",
"tweak" : "f50dfcad32f0cfde",
"msg" : [1, 3, 9, 10, 5, 4, 6, 7, 3],
"ct" : [3, 0, 9, 6, 3, 4, 0, 3, 6],
"result" : "invalid"
},
{
"tcId" : 194,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "a09da428875a478da7f28b008b7d544f",
"tweak" : "f50dfcad32f0cfde",
"msg" : [1, 3, 9, 5, 5, 4, 6, 7, 10],
"ct" : [2, 0, 1, 6, 7, 5, 4, 6, 5],
"result" : "invalid"
}
]
},
{
"keySize" : 128,
"msgSize" : 10,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 195,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "5474525ca99fb5da2babdbd45c727d16",
"tweak" : "f2cb4d9ba04b81f8",
"msg" : [5, 4, 8, 2, 4, 1, 2, 6, 6, 0],
"ct" : [6, 5, 4, 0, 4, 0, 2, 3, 2, 1],
"result" : "valid"
},
{
"tcId" : 196,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "3e7ffa3f410e329464ad1d205799b3d5",
"tweak" : "0d5a58b58855ef5a",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [9, 2, 0, 3, 2, 1, 7, 4, 0, 4],
"result" : "valid"
},
{
"tcId" : 197,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "3e7ffa3f410e329464ad1d205799b3d5",
"tweak" : "0d5a58b58855ef5a",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [4, 8, 5, 5, 4, 7, 4, 1, 0, 0],
"result" : "valid"
},
{
"tcId" : 198,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "3e7ffa3f410e329464ad1d205799b3d5",
"tweak" : "0d5a58b58855ef5a",
"msg" : [6, 5, 5, 3, 6, 6, 5, 5, 3, 6],
"ct" : [8, 8, 7, 1, 9, 3, 3, 9, 6, 3],
"result" : "valid"
},
{
"tcId" : 199,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "3e7ffa3f410e329464ad1d205799b3d5",
"tweak" : "0d5a58b58855ef5a",
"msg" : [6, 5, 5, 3, 5, 6, 5, 5, 3, 5],
"ct" : [8, 0, 5, 5, 6, 4, 8, 3, 3, 0],
"result" : "valid"
},
{
"tcId" : 200,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "3e7ffa3f410e329464ad1d205799b3d5",
"tweak" : "0d5a58b58855ef5a",
"msg" : [1, 7, 2, 5, 8, 9, 6, 6, 9, 9],
"ct" : [6, 6, 4, 9, 4, 6, 1, 5, 5, 3],
"result" : "valid"
},
{
"tcId" : 201,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "3e7ffa3f410e329464ad1d205799b3d5",
"tweak" : "0d5a58b58855ef5a",
"msg" : [8, 3, 0, 9, 2, 9, 0, 7, 8, 2],
"ct" : [4, 3, 6, 3, 0, 4, 6, 4, 8, 8],
"result" : "valid"
},
{
"tcId" : 202,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "3e7ffa3f410e329464ad1d205799b3d5",
"tweak" : "0d5a58b58855ef5a",
"msg" : [4, 0, 7, 4, 3, 2, 7, 1, 9, 0],
"ct" : [0, 8, 0, 1, 1, 4, 7, 1, 1, 5],
"result" : "valid"
},
{
"tcId" : 203,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "3e7ffa3f410e329464ad1d205799b3d5",
"tweak" : "0d5a58b58855ef5a",
"msg" : [7, 0, 7, 9, 0, 1, 0, 7, 3, 8],
"ct" : [5, 5, 5, 0, 2, 9, 0, 3, 2, 3],
"result" : "valid"
},
{
"tcId" : 204,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "3e7ffa3f410e329464ad1d205799b3d5",
"tweak" : "0d5a58b58855ef5a",
"msg" : [8, 6, 4, 4, 9, 7, 4, 0, 7, 5],
"ct" : [3, 0, 0, 3, 3, 3, 6, 8, 0, 2],
"result" : "valid"
},
{
"tcId" : 205,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "3e7ffa3f410e329464ad1d205799b3d5",
"tweak" : "0d5a58b58855ef5a",
"msg" : [3, 0, 5, 7, 7, 3, 9, 4, 1, 6],
"ct" : [5, 7, 2, 5, 3, 4, 6, 9, 3, 2],
"result" : "valid"
},
{
"tcId" : 206,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "3e7ffa3f410e329464ad1d205799b3d5",
"tweak" : "0d5a58b58855ef5a",
"msg" : [7, 0, 9, 7, 9, 5, 9, 5, 7, 0],
"ct" : [7, 1, 2, 6, 8, 0, 1, 7, 4, 8],
"result" : "valid"
},
{
"tcId" : 207,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "3e7ffa3f410e329464ad1d205799b3d5",
"tweak" : "0d5a58b58855ef5a",
"msg" : [0, 2, 3, 9, 1, 2, 8, 7, 1, 7],
"ct" : [4, 8, 7, 2, 0, 1, 4, 1, 4, 5],
"result" : "valid"
},
{
"tcId" : 208,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "3e7ffa3f410e329464ad1d205799b3d5",
"tweak" : "0d5a58b58855ef5a",
"msg" : [4, 8, 9, 4, 7, 5, 2, 1, 4, 3],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 209,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "3e7ffa3f410e329464ad1d205799b3d5",
"tweak" : "0d5a58b58855ef5a",
"msg" : [6, 0, 1, 9, 6, 0, 1, 1, 3, 2],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 210,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "3e7ffa3f410e329464ad1d205799b3d5",
"tweak" : "0d5a58b58855ef5a",
"msg" : [4, 1, 0, 5, 9, 1, 9, 1, 9, 6],
"ct" : [6, 5, 5, 3, 6, 6, 5, 5, 3, 6],
"result" : "valid"
},
{
"tcId" : 211,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "3e7ffa3f410e329464ad1d205799b3d5",
"tweak" : "0d5a58b58855ef5a",
"msg" : [7, 1, 5, 4, 5, 6, 5, 3, 5, 8],
"ct" : [6, 5, 5, 3, 5, 6, 5, 5, 3, 5],
"result" : "valid"
},
{
"tcId" : 212,
"comment" : "y = 0 and (y + a) % radix**5 == 0 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b64450714b0a262376044de6e260f0a",
"tweak" : "0e3bc2eebdc8392ce00ec9d3",
"msg" : [2, 4, 3, 1, 7, 0, 0, 0, 0, 0],
"ct" : [0, 6, 6, 2, 7, 6, 6, 4, 5, 4],
"result" : "valid"
},
{
"tcId" : 213,
"comment" : "y = 0 and a = 1 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b64450714b0a262376044de6e260f0a",
"tweak" : "0e3bc2eebdc8392ce00ec9d3",
"msg" : [3, 3, 8, 3, 4, 0, 0, 0, 0, 1],
"ct" : [3, 9, 1, 3, 4, 0, 6, 2, 9, 4],
"result" : "valid"
},
{
"tcId" : 214,
"comment" : "y = 0 and a has large Hamming weight in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b64450714b0a262376044de6e260f0a",
"tweak" : "0e3bc2eebdc8392ce00ec9d3",
"msg" : [4, 6, 3, 8, 0, 6, 5, 5, 3, 6],
"ct" : [7, 3, 3, 7, 3, 5, 8, 9, 4, 8],
"result" : "valid"
},
{
"tcId" : 215,
"comment" : "y = 0 and (y + a) % radix**5 is maximal in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b64450714b0a262376044de6e260f0a",
"tweak" : "0e3bc2eebdc8392ce00ec9d3",
"msg" : [1, 1, 9, 9, 5, 9, 9, 9, 9, 9],
"ct" : [3, 6, 9, 8, 8, 1, 1, 9, 0, 9],
"result" : "valid"
},
{
"tcId" : 216,
"comment" : "y is maximal and a = 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b64450714b0a262376044de6e260f0a",
"tweak" : "a4481b043bb7ddf8d2a26b33",
"msg" : [3, 7, 8, 6, 5, 8, 7, 9, 9, 6],
"ct" : [6, 0, 2, 0, 1, 6, 4, 3, 5, 7],
"result" : "valid"
},
{
"tcId" : 217,
"comment" : "y is maximal and a = 1 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b64450714b0a262376044de6e260f0a",
"tweak" : "a4481b043bb7ddf8d2a26b33",
"msg" : [1, 1, 4, 2, 2, 5, 6, 1, 7, 3],
"ct" : [6, 3, 3, 1, 3, 2, 9, 9, 9, 6],
"result" : "valid"
},
{
"tcId" : 218,
"comment" : "y is maximal and (y + a) % radix**5 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b64450714b0a262376044de6e260f0a",
"tweak" : "a4481b043bb7ddf8d2a26b33",
"msg" : [9, 1, 2, 2, 0, 1, 2, 4, 6, 7],
"ct" : [9, 5, 8, 9, 8, 9, 3, 8, 9, 3],
"result" : "valid"
},
{
"tcId" : 219,
"comment" : "y is maximal and (y + a) % radix**5 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b64450714b0a262376044de6e260f0a",
"tweak" : "a4481b043bb7ddf8d2a26b33",
"msg" : [1, 8, 0, 7, 2, 2, 2, 5, 0, 6],
"ct" : [4, 7, 2, 5, 9, 8, 7, 5, 9, 6],
"result" : "valid"
},
{
"tcId" : 220,
"comment" : "y is maximal and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b64450714b0a262376044de6e260f0a",
"tweak" : "a4481b043bb7ddf8d2a26b33",
"msg" : [0, 1, 3, 2, 4, 6, 6, 7, 1, 1],
"ct" : [0, 7, 5, 7, 3, 1, 6, 0, 0, 9],
"result" : "valid"
},
{
"tcId" : 221,
"comment" : "y is maximal and a is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b64450714b0a262376044de6e260f0a",
"tweak" : "a4481b043bb7ddf8d2a26b33",
"msg" : [6, 0, 2, 5, 9, 7, 3, 1, 7, 8],
"ct" : [6, 3, 7, 2, 8, 5, 6, 5, 1, 1],
"result" : "valid"
},
{
"tcId" : 222,
"comment" : "y is maximal after modular reduction and (y + a) % radix**5 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b64450714b0a262376044de6e260f0a",
"tweak" : "de08361f797a77a9fd1223d3",
"msg" : [1, 2, 5, 6, 3, 5, 8, 1, 7, 5],
"ct" : [4, 0, 9, 9, 7, 1, 1, 9, 5, 0],
"result" : "valid"
},
{
"tcId" : 223,
"comment" : "y is maximal after modular reduction and (y + a) % radix**5 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b64450714b0a262376044de6e260f0a",
"tweak" : "de08361f797a77a9fd1223d3",
"msg" : [2, 1, 8, 6, 7, 5, 8, 5, 9, 4],
"ct" : [9, 4, 6, 8, 0, 2, 3, 1, 8, 3],
"result" : "valid"
},
{
"tcId" : 224,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b64450714b0a262376044de6e260f0a",
"tweak" : "de08361f797a77a9fd1223d3",
"msg" : [8, 4, 9, 3, 5, 8, 4, 1, 1, 5],
"ct" : [2, 4, 6, 0, 7, 8, 2, 9, 6, 5],
"result" : "valid"
},
{
"tcId" : 225,
"comment" : "y is maximal after modular reduction and a is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b64450714b0a262376044de6e260f0a",
"tweak" : "de08361f797a77a9fd1223d3",
"msg" : [0, 9, 0, 8, 0, 0, 7, 8, 3, 4],
"ct" : [1, 8, 7, 1, 2, 3, 6, 3, 7, 4],
"result" : "valid"
},
{
"tcId" : 226,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "c2153daac19904cf16ea81dbc73a58dc",
"tweak" : "38b7196a238d3892",
"msg" : [-1, 2, 3, 5, 7, 9, 9, 1, 5, 0],
"ct" : [9, 7, 3, 2, 7, 0, 0, 2, 8, 7],
"result" : "invalid"
},
{
"tcId" : 227,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "c2153daac19904cf16ea81dbc73a58dc",
"tweak" : "38b7196a238d3892",
"msg" : [5, 2, 3, -1, 7, 9, 9, 1, 5, 0],
"ct" : [1, 4, 6, 3, 5, 8, 7, 6, 5, 2],
"result" : "invalid"
},
{
"tcId" : 228,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "c2153daac19904cf16ea81dbc73a58dc",
"tweak" : "38b7196a238d3892",
"msg" : [5, 2, 3, 5, 7, 9, 9, 1, 5, -1],
"ct" : [0, 3, 3, 6, 3, 5, 9, 8, 7, 8],
"result" : "invalid"
},
{
"tcId" : 229,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "4ec7b96887b36a6655ab356229bd4674",
"tweak" : "74be6093b48cbbba",
"msg" : [10, 5, 3, 3, 8, 3, 9, 3, 2, 6],
"ct" : [1, 2, 9, 8, 4, 4, 5, 1, 3, 1],
"result" : "invalid"
},
{
"tcId" : 230,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "4ec7b96887b36a6655ab356229bd4674",
"tweak" : "74be6093b48cbbba",
"msg" : [3, 5, 3, 10, 8, 3, 9, 3, 2, 6],
"ct" : [9, 1, 2, 3, 4, 3, 9, 9, 4, 5],
"result" : "invalid"
},
{
"tcId" : 231,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "4ec7b96887b36a6655ab356229bd4674",
"tweak" : "74be6093b48cbbba",
"msg" : [3, 5, 3, 3, 8, 3, 9, 3, 2, 10],
"ct" : [6, 5, 5, 3, 8, 5, 4, 9, 2, 0],
"result" : "invalid"
}
]
},
{
"keySize" : 128,
"msgSize" : 11,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 232,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "63396f38c44f0c2d97468c4804b5d022",
"tweak" : "73068af95fd924fc",
"msg" : [8, 3, 4, 1, 1, 5, 4, 0, 0, 3, 6],
"ct" : [9, 4, 4, 8, 6, 3, 4, 5, 7, 1, 4],
"result" : "valid"
},
{
"tcId" : 233,
"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" : [4, 2, 7, 7, 2, 0, 9, 0, 4, 9, 6],
"result" : "valid"
},
{
"tcId" : 234,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "cd69e5d5444781e0645ba24b2a32dee8",
"tweak" : "e1310d099e8e72c6",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [8, 9, 9, 9, 9, 3, 5, 9, 2, 5, 2],
"result" : "valid"
},
{
"tcId" : 235,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "cd69e5d5444781e0645ba24b2a32dee8",
"tweak" : "e1310d099e8e72c6",
"msg" : [6, 5, 5, 3, 6, 5, 2, 4, 2, 8, 8],
"ct" : [0, 7, 1, 7, 5, 9, 9, 3, 9, 6, 0],
"result" : "valid"
},
{
"tcId" : 236,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "cd69e5d5444781e0645ba24b2a32dee8",
"tweak" : "e1310d099e8e72c6",
"msg" : [6, 5, 5, 3, 5, 5, 2, 4, 2, 8, 7],
"ct" : [5, 8, 5, 0, 4, 3, 8, 4, 7, 3, 8],
"result" : "valid"
},
{
"tcId" : 237,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "cd69e5d5444781e0645ba24b2a32dee8",
"tweak" : "e1310d099e8e72c6",
"msg" : [3, 1, 7, 1, 3, 6, 9, 8, 3, 4, 9],
"ct" : [4, 7, 1, 0, 5, 1, 8, 7, 0, 6, 3],
"result" : "valid"
},
{
"tcId" : 238,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "cd69e5d5444781e0645ba24b2a32dee8",
"tweak" : "e1310d099e8e72c6",
"msg" : [3, 0, 9, 1, 7, 1, 9, 2, 5, 7, 7],
"ct" : [6, 3, 2, 3, 1, 1, 7, 2, 7, 4, 7],
"result" : "valid"
},
{
"tcId" : 239,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "cd69e5d5444781e0645ba24b2a32dee8",
"tweak" : "e1310d099e8e72c6",
"msg" : [5, 4, 4, 4, 2, 1, 2, 9, 4, 9, 9],
"ct" : [6, 9, 9, 2, 3, 9, 7, 9, 9, 4, 9],
"result" : "valid"
},
{
"tcId" : 240,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "cd69e5d5444781e0645ba24b2a32dee8",
"tweak" : "e1310d099e8e72c6",
"msg" : [6, 7, 9, 0, 5, 8, 3, 2, 0, 9, 8],
"ct" : [2, 2, 5, 4, 0, 0, 2, 4, 6, 5, 3],
"result" : "valid"
},
{
"tcId" : 241,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "cd69e5d5444781e0645ba24b2a32dee8",
"tweak" : "e1310d099e8e72c6",
"msg" : [7, 5, 8, 8, 4, 1, 6, 8, 4, 9, 6],
"ct" : [7, 6, 7, 9, 5, 3, 1, 1, 7, 0, 3],
"result" : "valid"
},
{
"tcId" : 242,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "cd69e5d5444781e0645ba24b2a32dee8",
"tweak" : "e1310d099e8e72c6",
"msg" : [5, 7, 3, 2, 5, 0, 8, 3, 4, 8, 4],
"ct" : [7, 9, 2, 1, 2, 7, 7, 9, 1, 5, 0],
"result" : "valid"
},
{
"tcId" : 243,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "cd69e5d5444781e0645ba24b2a32dee8",
"tweak" : "e1310d099e8e72c6",
"msg" : [0, 8, 4, 7, 8, 8, 2, 0, 6, 0, 3],
"ct" : [5, 4, 0, 9, 9, 8, 7, 6, 2, 5, 7],
"result" : "valid"
},
{
"tcId" : 244,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "cd69e5d5444781e0645ba24b2a32dee8",
"tweak" : "e1310d099e8e72c6",
"msg" : [2, 6, 0, 5, 3, 7, 5, 7, 4, 7, 3],
"ct" : [0, 5, 3, 2, 0, 9, 3, 1, 3, 4, 5],
"result" : "valid"
},
{
"tcId" : 245,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "cd69e5d5444781e0645ba24b2a32dee8",
"tweak" : "e1310d099e8e72c6",
"msg" : [9, 6, 7, 7, 0, 9, 4, 8, 0, 5, 7],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 246,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "cd69e5d5444781e0645ba24b2a32dee8",
"tweak" : "e1310d099e8e72c6",
"msg" : [8, 0, 8, 0, 7, 5, 2, 3, 9, 7, 6],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 247,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "cd69e5d5444781e0645ba24b2a32dee8",
"tweak" : "e1310d099e8e72c6",
"msg" : [5, 8, 4, 6, 4, 4, 1, 3, 5, 3, 2],
"ct" : [6, 5, 5, 3, 6, 5, 2, 4, 2, 8, 8],
"result" : "valid"
},
{
"tcId" : 248,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "cd69e5d5444781e0645ba24b2a32dee8",
"tweak" : "e1310d099e8e72c6",
"msg" : [7, 1, 7, 0, 6, 6, 0, 0, 9, 0, 1],
"ct" : [6, 5, 5, 3, 5, 5, 2, 4, 2, 8, 7],
"result" : "valid"
},
{
"tcId" : 249,
"comment" : "y = 0 and (y + a) % radix**5 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "6c6ec910e1fcdff2f0df935de10d0560",
"tweak" : "6a35fc64d6af3e3da85db819",
"msg" : [1, 2, 9, 0, 5, 7, 3, 0, 6, 8, 8],
"ct" : [5, 2, 7, 7, 0, 6, 7, 0, 7, 2, 9],
"result" : "valid"
},
{
"tcId" : 250,
"comment" : "y = 0 and a = 1 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "6c6ec910e1fcdff2f0df935de10d0560",
"tweak" : "6a35fc64d6af3e3da85db819",
"msg" : [9, 8, 6, 4, 6, 6, 0, 4, 3, 5, 7],
"ct" : [6, 9, 8, 2, 8, 8, 5, 1, 5, 2, 0],
"result" : "valid"
},
{
"tcId" : 251,
"comment" : "y = 0 and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "6c6ec910e1fcdff2f0df935de10d0560",
"tweak" : "6a35fc64d6af3e3da85db819",
"msg" : [9, 8, 3, 7, 8, 0, 6, 3, 8, 3, 7],
"ct" : [3, 9, 0, 1, 5, 3, 6, 5, 3, 9, 7],
"result" : "valid"
},
{
"tcId" : 252,
"comment" : "y = 0 and (y + a) % radix**5 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "6c6ec910e1fcdff2f0df935de10d0560",
"tweak" : "6a35fc64d6af3e3da85db819",
"msg" : [8, 9, 0, 0, 0, 5, 9, 8, 2, 6, 2],
"ct" : [8, 1, 4, 7, 4, 7, 1, 1, 9, 8, 4],
"result" : "valid"
},
{
"tcId" : 253,
"comment" : "y = 1 and a = 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "6c6ec910e1fcdff2f0df935de10d0560",
"tweak" : "8c604a0bc01d9b588f2d75c2",
"msg" : [1, 6, 5, 2, 6, 0, 5, 2, 0, 1, 1],
"ct" : [8, 6, 4, 4, 1, 9, 9, 9, 7, 7, 1],
"result" : "valid"
},
{
"tcId" : 254,
"comment" : "y = 1 and a = 1 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "6c6ec910e1fcdff2f0df935de10d0560",
"tweak" : "8c604a0bc01d9b588f2d75c2",
"msg" : [0, 2, 1, 3, 9, 6, 2, 0, 2, 1, 6],
"ct" : [0, 5, 9, 5, 2, 1, 2, 3, 8, 9, 9],
"result" : "valid"
},
{
"tcId" : 255,
"comment" : "y = 1 and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "6c6ec910e1fcdff2f0df935de10d0560",
"tweak" : "8c604a0bc01d9b588f2d75c2",
"msg" : [5, 9, 6, 4, 8, 4, 1, 1, 1, 4, 9],
"ct" : [1, 2, 5, 1, 6, 6, 2, 2, 9, 3, 2],
"result" : "valid"
},
{
"tcId" : 256,
"comment" : "y = 1 and (y + a) % radix**5 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "6c6ec910e1fcdff2f0df935de10d0560",
"tweak" : "8c604a0bc01d9b588f2d75c2",
"msg" : [1, 6, 0, 8, 0, 4, 2, 2, 9, 5, 0],
"ct" : [5, 0, 3, 7, 3, 3, 5, 8, 0, 5, 3],
"result" : "valid"
},
{
"tcId" : 257,
"comment" : "y = 1 and (y + a) % radix**5 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "6c6ec910e1fcdff2f0df935de10d0560",
"tweak" : "8c604a0bc01d9b588f2d75c2",
"msg" : [6, 2, 1, 7, 2, 6, 0, 3, 6, 5, 5],
"ct" : [7, 5, 2, 7, 9, 6, 6, 9, 5, 7, 4],
"result" : "valid"
},
{
"tcId" : 258,
"comment" : "y is maximal and a = 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "6c6ec910e1fcdff2f0df935de10d0560",
"tweak" : "c3445acf67be8117bb70faae",
"msg" : [1, 4, 5, 9, 0, 2, 2, 1, 9, 1, 7],
"ct" : [3, 8, 9, 4, 5, 9, 9, 3, 6, 2, 2],
"result" : "valid"
},
{
"tcId" : 259,
"comment" : "y is maximal and a = 1 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "6c6ec910e1fcdff2f0df935de10d0560",
"tweak" : "c3445acf67be8117bb70faae",
"msg" : [3, 6, 3, 3, 1, 5, 2, 1, 6, 4, 8],
"ct" : [3, 7, 7, 5, 9, 4, 5, 4, 4, 7, 7],
"result" : "valid"
},
{
"tcId" : 260,
"comment" : "y is maximal and (y + a) % radix**5 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "6c6ec910e1fcdff2f0df935de10d0560",
"tweak" : "c3445acf67be8117bb70faae",
"msg" : [1, 4, 1, 6, 3, 8, 8, 6, 6, 1, 6],
"ct" : [6, 7, 6, 6, 0, 8, 2, 0, 8, 1, 3],
"result" : "valid"
},
{
"tcId" : 261,
"comment" : "y is maximal and (y + a) % radix**5 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "6c6ec910e1fcdff2f0df935de10d0560",
"tweak" : "c3445acf67be8117bb70faae",
"msg" : [0, 4, 5, 8, 2, 9, 2, 3, 5, 8, 9],
"ct" : [8, 0, 3, 0, 6, 9, 4, 1, 8, 8, 1],
"result" : "valid"
},
{
"tcId" : 262,
"comment" : "y is maximal and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "6c6ec910e1fcdff2f0df935de10d0560",
"tweak" : "c3445acf67be8117bb70faae",
"msg" : [9, 1, 7, 7, 2, 2, 1, 3, 1, 3, 8],
"ct" : [7, 9, 5, 4, 5, 5, 6, 1, 4, 2, 8],
"result" : "valid"
},
{
"tcId" : 263,
"comment" : "y is maximal and a is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "6c6ec910e1fcdff2f0df935de10d0560",
"tweak" : "c3445acf67be8117bb70faae",
"msg" : [6, 4, 8, 1, 5, 6, 3, 8, 7, 3, 2],
"ct" : [4, 5, 0, 7, 5, 2, 6, 0, 6, 2, 5],
"result" : "valid"
},
{
"tcId" : 264,
"comment" : "y is maximal after modular reduction and (y + a) % radix**5 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "6c6ec910e1fcdff2f0df935de10d0560",
"tweak" : "98ac19ba9d30d4b8fef659da",
"msg" : [5, 2, 7, 8, 3, 5, 3, 1, 4, 3, 3],
"ct" : [6, 2, 9, 5, 6, 6, 9, 9, 4, 7, 7],
"result" : "valid"
},
{
"tcId" : 265,
"comment" : "y is maximal after modular reduction and (y + a) % radix**5 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "6c6ec910e1fcdff2f0df935de10d0560",
"tweak" : "98ac19ba9d30d4b8fef659da",
"msg" : [4, 5, 2, 3, 9, 0, 6, 9, 9, 2, 5],
"ct" : [6, 1, 5, 0, 3, 0, 2, 5, 5, 7, 0],
"result" : "valid"
},
{
"tcId" : 266,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "6c6ec910e1fcdff2f0df935de10d0560",
"tweak" : "98ac19ba9d30d4b8fef659da",
"msg" : [5, 9, 6, 0, 7, 4, 4, 2, 9, 5, 8],
"ct" : [4, 4, 4, 1, 6, 3, 6, 5, 0, 2, 4],
"result" : "valid"
},
{
"tcId" : 267,
"comment" : "y is maximal after modular reduction and a is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "6c6ec910e1fcdff2f0df935de10d0560",
"tweak" : "98ac19ba9d30d4b8fef659da",
"msg" : [1, 6, 6, 7, 1, 8, 0, 4, 4, 3, 3],
"ct" : [8, 3, 2, 4, 5, 4, 3, 1, 7, 1, 3],
"result" : "valid"
},
{
"tcId" : 268,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "0b55b77a1d06778b795b541037eabb26",
"tweak" : "3e26f18ba99add01",
"msg" : [-1, 0, 4, 9, 6, 4, 3, 6, 7, 0, 9],
"ct" : [4, 4, 2, 9, 0, 1, 2, 2, 5, 8, 7],
"result" : "invalid"
},
{
"tcId" : 269,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "0b55b77a1d06778b795b541037eabb26",
"tweak" : "3e26f18ba99add01",
"msg" : [2, 0, 4, -1, 6, 4, 3, 6, 7, 0, 9],
"ct" : [1, 9, 5, 3, 5, 2, 4, 5, 9, 0, 6],
"result" : "invalid"
},
{
"tcId" : 270,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "0b55b77a1d06778b795b541037eabb26",
"tweak" : "3e26f18ba99add01",
"msg" : [2, 0, 4, 9, 6, 4, 3, 6, 7, 0, -1],
"ct" : [2, 3, 8, 1, 0, 8, 3, 7, 8, 9, 5],
"result" : "invalid"
},
{
"tcId" : 271,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "b541e9d867d43d48ff0bee27ea5b3c4d",
"tweak" : "08b433c2c2a87bae",
"msg" : [10, 8, 0, 4, 9, 2, 4, 8, 5, 0, 9],
"ct" : [5, 1, 7, 4, 2, 4, 6, 8, 0, 5, 7],
"result" : "invalid"
},
{
"tcId" : 272,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "b541e9d867d43d48ff0bee27ea5b3c4d",
"tweak" : "08b433c2c2a87bae",
"msg" : [6, 8, 0, 10, 9, 2, 4, 8, 5, 0, 9],
"ct" : [3, 9, 5, 1, 8, 9, 8, 1, 5, 3, 4],
"result" : "invalid"
},
{
"tcId" : 273,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "b541e9d867d43d48ff0bee27ea5b3c4d",
"tweak" : "08b433c2c2a87bae",
"msg" : [6, 8, 0, 4, 9, 2, 4, 8, 5, 0, 10],
"ct" : [4, 6, 0, 0, 7, 2, 9, 5, 7, 7, 7],
"result" : "invalid"
}
]
},
{
"keySize" : 128,
"msgSize" : 12,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 274,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "ddc31fc7751a2bf5c8d2d815035622e8",
"tweak" : "0e10628c19795c4e",
"msg" : [3, 3, 1, 1, 7, 3, 6, 8, 7, 3, 4, 5],
"ct" : [8, 4, 0, 5, 9, 6, 3, 3, 3, 8, 7, 6],
"result" : "valid"
},
{
"tcId" : 275,
"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" : [4, 0, 1, 0, 4, 9, 7, 4, 5, 8, 3, 5],
"result" : "valid"
},
{
"tcId" : 276,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "d954ee3f3fabdcd92a2ad30b675ef74d",
"tweak" : "bb3a5b86df3e19bc",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [6, 6, 6, 9, 5, 5, 1, 2, 2, 2, 0, 1],
"result" : "valid"
},
{
"tcId" : 277,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "d954ee3f3fabdcd92a2ad30b675ef74d",
"tweak" : "bb3a5b86df3e19bc",
"msg" : [5, 2, 4, 2, 8, 8, 5, 2, 4, 2, 8, 8],
"ct" : [7, 9, 5, 0, 7, 8, 3, 9, 3, 7, 5, 8],
"result" : "valid"
},
{
"tcId" : 278,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "d954ee3f3fabdcd92a2ad30b675ef74d",
"tweak" : "bb3a5b86df3e19bc",
"msg" : [5, 2, 4, 2, 8, 7, 5, 2, 4, 2, 8, 7],
"ct" : [7, 4, 3, 4, 5, 3, 6, 2, 2, 1, 7, 3],
"result" : "valid"
},
{
"tcId" : 279,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "d954ee3f3fabdcd92a2ad30b675ef74d",
"tweak" : "bb3a5b86df3e19bc",
"msg" : [1, 7, 9, 9, 4, 6, 3, 7, 7, 2, 3, 5],
"ct" : [6, 2, 7, 0, 8, 1, 9, 6, 4, 3, 8, 6],
"result" : "valid"
},
{
"tcId" : 280,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "d954ee3f3fabdcd92a2ad30b675ef74d",
"tweak" : "bb3a5b86df3e19bc",
"msg" : [0, 5, 5, 0, 6, 0, 7, 9, 6, 4, 9, 0],
"ct" : [5, 8, 5, 8, 4, 7, 4, 8, 5, 4, 6, 4],
"result" : "valid"
},
{
"tcId" : 281,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "d954ee3f3fabdcd92a2ad30b675ef74d",
"tweak" : "bb3a5b86df3e19bc",
"msg" : [7, 9, 2, 3, 6, 8, 1, 8, 2, 6, 8, 3],
"ct" : [9, 0, 9, 8, 6, 3, 2, 0, 4, 1, 7, 0],
"result" : "valid"
},
{
"tcId" : 282,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "d954ee3f3fabdcd92a2ad30b675ef74d",
"tweak" : "bb3a5b86df3e19bc",
"msg" : [1, 4, 7, 1, 8, 2, 5, 6, 4, 0, 0, 0],
"ct" : [2, 2, 0, 9, 2, 1, 3, 1, 1, 0, 4, 2],
"result" : "valid"
},
{
"tcId" : 283,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "d954ee3f3fabdcd92a2ad30b675ef74d",
"tweak" : "bb3a5b86df3e19bc",
"msg" : [6, 1, 9, 4, 6, 7, 3, 9, 0, 3, 2, 7],
"ct" : [6, 7, 4, 3, 5, 2, 2, 6, 6, 7, 2, 9],
"result" : "valid"
},
{
"tcId" : 284,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "d954ee3f3fabdcd92a2ad30b675ef74d",
"tweak" : "bb3a5b86df3e19bc",
"msg" : [4, 1, 4, 7, 3, 3, 4, 1, 2, 7, 3, 6],
"ct" : [8, 3, 6, 4, 7, 4, 0, 5, 6, 4, 6, 5],
"result" : "valid"
},
{
"tcId" : 285,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "d954ee3f3fabdcd92a2ad30b675ef74d",
"tweak" : "bb3a5b86df3e19bc",
"msg" : [9, 2, 0, 6, 6, 1, 5, 7, 5, 8, 6, 4],
"ct" : [9, 9, 3, 6, 4, 9, 7, 9, 4, 2, 8, 7],
"result" : "valid"
},
{
"tcId" : 286,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "d954ee3f3fabdcd92a2ad30b675ef74d",
"tweak" : "bb3a5b86df3e19bc",
"msg" : [5, 1, 9, 1, 2, 6, 7, 0, 8, 0, 4, 5],
"ct" : [1, 2, 6, 8, 8, 6, 3, 2, 6, 6, 7, 9],
"result" : "valid"
},
{
"tcId" : 287,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "d954ee3f3fabdcd92a2ad30b675ef74d",
"tweak" : "bb3a5b86df3e19bc",
"msg" : [9, 0, 1, 3, 2, 1, 2, 2, 3, 9, 7, 2],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 288,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "d954ee3f3fabdcd92a2ad30b675ef74d",
"tweak" : "bb3a5b86df3e19bc",
"msg" : [5, 7, 6, 8, 1, 8, 0, 8, 0, 2, 7, 2],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 289,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "d954ee3f3fabdcd92a2ad30b675ef74d",
"tweak" : "bb3a5b86df3e19bc",
"msg" : [0, 8, 4, 3, 8, 8, 3, 4, 5, 7, 5, 7],
"ct" : [5, 2, 4, 2, 8, 8, 5, 2, 4, 2, 8, 8],
"result" : "valid"
},
{
"tcId" : 290,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "d954ee3f3fabdcd92a2ad30b675ef74d",
"tweak" : "bb3a5b86df3e19bc",
"msg" : [6, 6, 1, 7, 9, 6, 3, 9, 3, 8, 1, 1],
"ct" : [5, 2, 4, 2, 8, 7, 5, 2, 4, 2, 8, 7],
"result" : "valid"
},
{
"tcId" : 291,
"comment" : "y = 0 and (y + a) % radix**6 == 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "a3e590e923e5c47a216ec271e9da8180",
"tweak" : "ca9d5938774acc9f65f11f20",
"msg" : [3, 2, 0, 5, 2, 2, 4, 3, 8, 3, 7, 9],
"ct" : [4, 2, 5, 0, 6, 1, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 292,
"comment" : "y = 0 and a = 1 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "a3e590e923e5c47a216ec271e9da8180",
"tweak" : "ca9d5938774acc9f65f11f20",
"msg" : [3, 9, 3, 6, 5, 0, 2, 0, 4, 7, 0, 6],
"ct" : [4, 2, 5, 0, 6, 1, 0, 0, 0, 0, 0, 1],
"result" : "valid"
},
{
"tcId" : 293,
"comment" : "y = 0 and a has large Hamming weight in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "a3e590e923e5c47a216ec271e9da8180",
"tweak" : "ca9d5938774acc9f65f11f20",
"msg" : [7, 4, 0, 0, 5, 4, 8, 9, 6, 0, 1, 1],
"ct" : [4, 2, 5, 0, 6, 1, 5, 2, 4, 2, 8, 8],
"result" : "valid"
},
{
"tcId" : 294,
"comment" : "y = 0 and (y + a) % radix**6 is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "a3e590e923e5c47a216ec271e9da8180",
"tweak" : "ca9d5938774acc9f65f11f20",
"msg" : [6, 1, 8, 0, 9, 8, 4, 6, 9, 6, 5, 5],
"ct" : [4, 2, 5, 0, 6, 1, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 295,
"comment" : "y = 1 and a = 0 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "a3e590e923e5c47a216ec271e9da8180",
"tweak" : "011a495b89d6987b2c95d336",
"msg" : [2, 5, 8, 6, 3, 4, 4, 7, 7, 2, 6, 9],
"ct" : [6, 2, 8, 3, 0, 2, 6, 3, 2, 9, 5, 5],
"result" : "valid"
},
{
"tcId" : 296,
"comment" : "y = 1 and a = 1 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "a3e590e923e5c47a216ec271e9da8180",
"tweak" : "011a495b89d6987b2c95d336",
"msg" : [4, 0, 4, 1, 2, 5, 5, 8, 0, 1, 3, 7],
"ct" : [6, 4, 5, 2, 2, 3, 6, 6, 2, 1, 0, 4],
"result" : "valid"
},
{
"tcId" : 297,
"comment" : "y = 1 and a has large Hamming weight in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "a3e590e923e5c47a216ec271e9da8180",
"tweak" : "011a495b89d6987b2c95d336",
"msg" : [3, 6, 7, 7, 4, 7, 9, 8, 9, 5, 2, 7],
"ct" : [3, 8, 0, 4, 3, 3, 4, 6, 2, 0, 0, 1],
"result" : "valid"
},
{
"tcId" : 298,
"comment" : "y = 1 and (y + a) % radix**6 is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "a3e590e923e5c47a216ec271e9da8180",
"tweak" : "011a495b89d6987b2c95d336",
"msg" : [8, 1, 4, 1, 4, 8, 8, 8, 4, 9, 7, 3],
"ct" : [9, 7, 1, 2, 0, 0, 6, 0, 5, 3, 4, 6],
"result" : "valid"
},
{
"tcId" : 299,
"comment" : "y = 1 and (y + a) % radix**6 == 0 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "a3e590e923e5c47a216ec271e9da8180",
"tweak" : "011a495b89d6987b2c95d336",
"msg" : [8, 2, 7, 8, 3, 6, 4, 6, 1, 2, 4, 8],
"ct" : [6, 4, 6, 8, 9, 1, 3, 4, 0, 8, 1, 3],
"result" : "valid"
},
{
"tcId" : 300,
"comment" : "y is maximal and a = 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "a3e590e923e5c47a216ec271e9da8180",
"tweak" : "5c3dce5bb0d6d9102421c569",
"msg" : [0, 0, 0, 0, 0, 0, 8, 5, 9, 8, 4, 8],
"ct" : [0, 1, 3, 5, 7, 4, 9, 6, 7, 2, 4, 4],
"result" : "valid"
},
{
"tcId" : 301,
"comment" : "y is maximal and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "a3e590e923e5c47a216ec271e9da8180",
"tweak" : "5c3dce5bb0d6d9102421c569",
"msg" : [0, 0, 0, 0, 0, 1, 8, 5, 9, 8, 4, 8],
"ct" : [5, 0, 1, 3, 2, 3, 8, 7, 3, 7, 8, 8],
"result" : "valid"
},
{
"tcId" : 302,
"comment" : "y is maximal and (y + a) % radix**6 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "a3e590e923e5c47a216ec271e9da8180",
"tweak" : "5c3dce5bb0d6d9102421c569",
"msg" : [4, 4, 8, 3, 8, 4, 8, 5, 9, 8, 4, 8],
"ct" : [9, 1, 4, 6, 0, 1, 5, 3, 0, 8, 7, 6],
"result" : "valid"
},
{
"tcId" : 303,
"comment" : "y is maximal and (y + a) % radix**6 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "a3e590e923e5c47a216ec271e9da8180",
"tweak" : "5c3dce5bb0d6d9102421c569",
"msg" : [4, 4, 8, 3, 8, 5, 8, 5, 9, 8, 4, 8],
"ct" : [1, 5, 3, 4, 0, 0, 3, 7, 0, 6, 8, 4],
"result" : "valid"
},
{
"tcId" : 304,
"comment" : "y is maximal and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "a3e590e923e5c47a216ec271e9da8180",
"tweak" : "5c3dce5bb0d6d9102421c569",
"msg" : [5, 2, 4, 2, 8, 8, 8, 5, 9, 8, 4, 8],
"ct" : [7, 3, 6, 2, 7, 3, 2, 8, 1, 8, 5, 8],
"result" : "valid"
},
{
"tcId" : 305,
"comment" : "y is maximal and a is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "a3e590e923e5c47a216ec271e9da8180",
"tweak" : "5c3dce5bb0d6d9102421c569",
"msg" : [9, 9, 9, 9, 9, 9, 8, 5, 9, 8, 4, 8],
"ct" : [9, 5, 8, 2, 9, 7, 6, 5, 9, 2, 7, 0],
"result" : "valid"
},
{
"tcId" : 306,
"comment" : "y is edge case for modular reduction and a = 0 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "a3e590e923e5c47a216ec271e9da8180",
"tweak" : "cb3907881d3cbafed89f1bb3",
"msg" : [6, 9, 4, 8, 1, 7, 5, 5, 2, 0, 7, 9],
"ct" : [6, 2, 4, 1, 9, 4, 0, 0, 9, 6, 2, 3],
"result" : "valid"
},
{
"tcId" : 307,
"comment" : "y is edge case for modular reduction and a = 1 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "a3e590e923e5c47a216ec271e9da8180",
"tweak" : "cb3907881d3cbafed89f1bb3",
"msg" : [2, 9, 5, 4, 4, 9, 4, 4, 9, 1, 6, 5],
"ct" : [4, 1, 3, 2, 4, 8, 6, 0, 5, 9, 1, 2],
"result" : "valid"
},
{
"tcId" : 308,
"comment" : "y is edge case for modular reduction and (y + a) % radix**6 is maximal in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "a3e590e923e5c47a216ec271e9da8180",
"tweak" : "cb3907881d3cbafed89f1bb3",
"msg" : [7, 4, 8, 4, 4, 1, 3, 1, 0, 1, 7, 1],
"ct" : [3, 3, 2, 3, 1, 3, 1, 1, 9, 8, 2, 9],
"result" : "valid"
},
{
"tcId" : 309,
"comment" : "y is edge case for modular reduction and (y + a) % radix**6 == 0 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "a3e590e923e5c47a216ec271e9da8180",
"tweak" : "cb3907881d3cbafed89f1bb3",
"msg" : [6, 2, 0, 0, 7, 4, 1, 2, 1, 5, 4, 3],
"ct" : [8, 1, 8, 9, 6, 7, 3, 6, 1, 7, 9, 8],
"result" : "valid"
},
{
"tcId" : 310,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "a3e590e923e5c47a216ec271e9da8180",
"tweak" : "cb3907881d3cbafed89f1bb3",
"msg" : [4, 6, 2, 2, 7, 5, 3, 4, 9, 5, 5, 7],
"ct" : [7, 5, 2, 1, 3, 9, 1, 7, 1, 6, 0, 3],
"result" : "valid"
},
{
"tcId" : 311,
"comment" : "y is edge case for modular reduction and a is maximal in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "a3e590e923e5c47a216ec271e9da8180",
"tweak" : "cb3907881d3cbafed89f1bb3",
"msg" : [5, 3, 1, 8, 1, 0, 8, 6, 8, 2, 2, 1],
"ct" : [2, 4, 9, 2, 1, 5, 8, 7, 4, 4, 1, 0],
"result" : "valid"
},
{
"tcId" : 312,
"comment" : "y is maximal after modular reduction and (y + a) % radix**6 is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "a3e590e923e5c47a216ec271e9da8180",
"tweak" : "f19ab0b56e6780ee243f4359",
"msg" : [9, 6, 5, 0, 7, 5, 2, 4, 4, 0, 7, 5],
"ct" : [0, 4, 3, 9, 7, 1, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 313,
"comment" : "y is maximal after modular reduction and (y + a) % radix**6 == 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "a3e590e923e5c47a216ec271e9da8180",
"tweak" : "f19ab0b56e6780ee243f4359",
"msg" : [9, 0, 8, 7, 7, 1, 4, 5, 0, 3, 3, 9],
"ct" : [0, 4, 3, 9, 7, 1, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 314,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "a3e590e923e5c47a216ec271e9da8180",
"tweak" : "f19ab0b56e6780ee243f4359",
"msg" : [6, 3, 5, 6, 7, 3, 9, 2, 1, 8, 8, 0],
"ct" : [0, 4, 3, 9, 7, 1, 5, 2, 4, 2, 8, 7],
"result" : "valid"
},
{
"tcId" : 315,
"comment" : "y is maximal after modular reduction and a is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "a3e590e923e5c47a216ec271e9da8180",
"tweak" : "f19ab0b56e6780ee243f4359",
"msg" : [2, 2, 8, 3, 6, 8, 1, 0, 1, 7, 7, 1],
"ct" : [0, 4, 3, 9, 7, 1, 9, 9, 9, 9, 9, 8],
"result" : "valid"
},
{
"tcId" : 316,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "dbac185fba36fe7028184de1a577dbaa",
"tweak" : "6ba28735b4acc0ff",
"msg" : [-1, 4, 7, 8, 7, 5, 8, 7, 2, 1, 3, 1],
"ct" : [8, 1, 5, 1, 7, 7, 6, 8, 1, 2, 7, 0],
"result" : "invalid"
},
{
"tcId" : 317,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "dbac185fba36fe7028184de1a577dbaa",
"tweak" : "6ba28735b4acc0ff",
"msg" : [6, 4, 7, 8, -1, 5, 8, 7, 2, 1, 3, 1],
"ct" : [8, 5, 9, 6, 6, 4, 9, 9, 6, 5, 4, 7],
"result" : "invalid"
},
{
"tcId" : 318,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "dbac185fba36fe7028184de1a577dbaa",
"tweak" : "6ba28735b4acc0ff",
"msg" : [6, 4, 7, 8, 7, 5, 8, 7, 2, 1, 3, -1],
"ct" : [5, 3, 0, 2, 3, 6, 3, 7, 2, 1, 3, 7],
"result" : "invalid"
},
{
"tcId" : 319,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "40e9d7951e50c1c202201a8c97ec3338",
"tweak" : "655059b7b7612c1a",
"msg" : [10, 4, 3, 9, 9, 7, 3, 0, 2, 9, 5, 8],
"ct" : [2, 4, 5, 1, 4, 7, 8, 4, 9, 4, 9, 7],
"result" : "invalid"
},
{
"tcId" : 320,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "40e9d7951e50c1c202201a8c97ec3338",
"tweak" : "655059b7b7612c1a",
"msg" : [0, 4, 3, 9, 10, 7, 3, 0, 2, 9, 5, 8],
"ct" : [2, 9, 7, 1, 8, 8, 1, 3, 2, 0, 8, 8],
"result" : "invalid"
},
{
"tcId" : 321,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "40e9d7951e50c1c202201a8c97ec3338",
"tweak" : "655059b7b7612c1a",
"msg" : [0, 4, 3, 9, 9, 7, 3, 0, 2, 9, 5, 10],
"ct" : [9, 4, 5, 2, 8, 0, 3, 9, 7, 0, 1, 1],
"result" : "invalid"
}
]
},
{
"keySize" : 128,
"msgSize" : 13,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 322,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "d5e6c882f005525ce577f704ef6b525d",
"tweak" : "7ce1a7a4e6508c83",
"msg" : [3, 4, 3, 3, 3, 2, 9, 8, 4, 4, 3, 2, 3],
"ct" : [9, 8, 3, 7, 4, 2, 8, 0, 0, 1, 8, 0, 8],
"result" : "valid"
},
{
"tcId" : 323,
"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" : [8, 6, 4, 5, 1, 6, 0, 2, 9, 8, 3, 7, 2],
"result" : "valid"
},
{
"tcId" : 324,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "bb7ca258d353deb4a4f52b08290ab6a1",
"tweak" : "a211ccbb8d59238e",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [6, 1, 9, 6, 4, 8, 3, 5, 5, 4, 7, 4, 6],
"result" : "valid"
},
{
"tcId" : 325,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "bb7ca258d353deb4a4f52b08290ab6a1",
"tweak" : "a211ccbb8d59238e",
"msg" : [5, 2, 4, 2, 8, 8, 8, 3, 8, 8, 6, 0, 8],
"ct" : [5, 8, 0, 3, 2, 5, 6, 3, 0, 9, 8, 5, 4],
"result" : "valid"
},
{
"tcId" : 326,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "bb7ca258d353deb4a4f52b08290ab6a1",
"tweak" : "a211ccbb8d59238e",
"msg" : [5, 2, 4, 2, 8, 7, 8, 3, 8, 8, 6, 0, 7],
"ct" : [3, 6, 2, 5, 9, 3, 2, 5, 7, 6, 9, 7, 9],
"result" : "valid"
},
{
"tcId" : 327,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "bb7ca258d353deb4a4f52b08290ab6a1",
"tweak" : "a211ccbb8d59238e",
"msg" : [1, 1, 9, 1, 7, 6, 3, 0, 1, 1, 7, 7, 2],
"ct" : [9, 5, 8, 0, 5, 4, 6, 6, 8, 9, 6, 8, 6],
"result" : "valid"
},
{
"tcId" : 328,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "bb7ca258d353deb4a4f52b08290ab6a1",
"tweak" : "a211ccbb8d59238e",
"msg" : [9, 3, 0, 5, 5, 3, 1, 5, 3, 7, 9, 4, 1],
"ct" : [7, 5, 3, 8, 8, 9, 8, 7, 1, 3, 0, 8, 1],
"result" : "valid"
},
{
"tcId" : 329,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "bb7ca258d353deb4a4f52b08290ab6a1",
"tweak" : "a211ccbb8d59238e",
"msg" : [2, 1, 6, 2, 1, 9, 9, 7, 9, 3, 3, 6, 4],
"ct" : [8, 7, 5, 7, 9, 3, 8, 7, 8, 8, 4, 8, 5],
"result" : "valid"
},
{
"tcId" : 330,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "bb7ca258d353deb4a4f52b08290ab6a1",
"tweak" : "a211ccbb8d59238e",
"msg" : [2, 5, 2, 4, 2, 7, 4, 6, 8, 9, 4, 7, 0],
"ct" : [2, 7, 2, 6, 3, 6, 5, 8, 5, 6, 9, 0, 7],
"result" : "valid"
},
{
"tcId" : 331,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "bb7ca258d353deb4a4f52b08290ab6a1",
"tweak" : "a211ccbb8d59238e",
"msg" : [8, 1, 3, 9, 3, 7, 9, 2, 5, 2, 6, 4, 8],
"ct" : [8, 1, 2, 7, 9, 1, 0, 1, 9, 1, 7, 9, 1],
"result" : "valid"
},
{
"tcId" : 332,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "bb7ca258d353deb4a4f52b08290ab6a1",
"tweak" : "a211ccbb8d59238e",
"msg" : [7, 6, 1, 3, 9, 3, 6, 9, 5, 8, 9, 7, 7],
"ct" : [3, 8, 5, 3, 7, 4, 0, 4, 0, 0, 1, 6, 2],
"result" : "valid"
},
{
"tcId" : 333,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "bb7ca258d353deb4a4f52b08290ab6a1",
"tweak" : "a211ccbb8d59238e",
"msg" : [3, 2, 9, 7, 5, 7, 5, 7, 5, 9, 0, 5, 5],
"ct" : [2, 6, 1, 7, 4, 6, 0, 3, 8, 8, 9, 8, 4],
"result" : "valid"
},
{
"tcId" : 334,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "bb7ca258d353deb4a4f52b08290ab6a1",
"tweak" : "a211ccbb8d59238e",
"msg" : [4, 7, 5, 9, 7, 6, 5, 3, 3, 5, 7, 3, 3],
"ct" : [2, 5, 3, 8, 8, 6, 8, 7, 4, 1, 3, 5, 8],
"result" : "valid"
},
{
"tcId" : 335,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "bb7ca258d353deb4a4f52b08290ab6a1",
"tweak" : "a211ccbb8d59238e",
"msg" : [1, 2, 3, 7, 2, 0, 7, 7, 2, 6, 5, 5, 2],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 336,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "bb7ca258d353deb4a4f52b08290ab6a1",
"tweak" : "a211ccbb8d59238e",
"msg" : [9, 9, 6, 1, 8, 3, 5, 1, 6, 1, 4, 0, 5],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 337,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "bb7ca258d353deb4a4f52b08290ab6a1",
"tweak" : "a211ccbb8d59238e",
"msg" : [9, 2, 6, 0, 0, 5, 9, 4, 6, 5, 4, 0, 6],
"ct" : [5, 2, 4, 2, 8, 8, 8, 3, 8, 8, 6, 0, 8],
"result" : "valid"
},
{
"tcId" : 338,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "bb7ca258d353deb4a4f52b08290ab6a1",
"tweak" : "a211ccbb8d59238e",
"msg" : [2, 9, 4, 2, 0, 1, 9, 6, 3, 4, 5, 8, 6],
"ct" : [5, 2, 4, 2, 8, 7, 8, 3, 8, 8, 6, 0, 7],
"result" : "valid"
},
{
"tcId" : 339,
"comment" : "y = 0 and (y + a) % radix**6 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "002d4f865568a9c32a7edeb2b39d73d7",
"tweak" : "9f4fd73ab98e58643220e50f",
"msg" : [8, 7, 4, 8, 5, 3, 9, 0, 5, 0, 0, 0, 1],
"ct" : [5, 4, 4, 4, 4, 7, 0, 4, 8, 1, 3, 2, 2],
"result" : "valid"
},
{
"tcId" : 340,
"comment" : "y = 0 and a = 1 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "002d4f865568a9c32a7edeb2b39d73d7",
"tweak" : "9f4fd73ab98e58643220e50f",
"msg" : [8, 6, 6, 5, 5, 5, 1, 3, 7, 1, 7, 4, 7],
"ct" : [6, 8, 3, 6, 2, 7, 7, 0, 0, 6, 5, 1, 6],
"result" : "valid"
},
{
"tcId" : 341,
"comment" : "y = 0 and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "002d4f865568a9c32a7edeb2b39d73d7",
"tweak" : "9f4fd73ab98e58643220e50f",
"msg" : [5, 7, 3, 9, 7, 0, 9, 1, 7, 6, 4, 6, 1],
"ct" : [3, 3, 5, 9, 3, 6, 8, 8, 6, 1, 3, 5, 3],
"result" : "valid"
},
{
"tcId" : 342,
"comment" : "y = 0 and (y + a) % radix**6 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "002d4f865568a9c32a7edeb2b39d73d7",
"tweak" : "9f4fd73ab98e58643220e50f",
"msg" : [2, 6, 3, 3, 4, 1, 2, 2, 4, 3, 1, 2, 2],
"ct" : [3, 7, 3, 1, 6, 1, 0, 9, 6, 9, 2, 9, 0],
"result" : "valid"
},
{
"tcId" : 343,
"comment" : "y = 1 and a = 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "002d4f865568a9c32a7edeb2b39d73d7",
"tweak" : "5eb7666e1c142a022889a2f7",
"msg" : [0, 0, 0, 0, 0, 0, 4, 6, 6, 6, 5, 8, 0],
"ct" : [4, 5, 1, 9, 5, 4, 9, 1, 9, 0, 2, 1, 8],
"result" : "valid"
},
{
"tcId" : 344,
"comment" : "y = 1 and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "002d4f865568a9c32a7edeb2b39d73d7",
"tweak" : "5eb7666e1c142a022889a2f7",
"msg" : [0, 0, 0, 0, 0, 1, 4, 6, 6, 6, 5, 8, 0],
"ct" : [4, 2, 2, 4, 4, 2, 3, 1, 8, 9, 8, 7, 4],
"result" : "valid"
},
{
"tcId" : 345,
"comment" : "y = 1 and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "002d4f865568a9c32a7edeb2b39d73d7",
"tweak" : "5eb7666e1c142a022889a2f7",
"msg" : [5, 2, 4, 2, 8, 8, 4, 6, 6, 6, 5, 8, 0],
"ct" : [7, 3, 6, 5, 8, 7, 1, 4, 0, 9, 7, 8, 5],
"result" : "valid"
},
{
"tcId" : 346,
"comment" : "y = 1 and (y + a) % radix**6 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "002d4f865568a9c32a7edeb2b39d73d7",
"tweak" : "5eb7666e1c142a022889a2f7",
"msg" : [9, 9, 9, 9, 9, 8, 4, 6, 6, 6, 5, 8, 0],
"ct" : [7, 6, 2, 1, 9, 1, 9, 5, 9, 3, 1, 8, 9],
"result" : "valid"
},
{
"tcId" : 347,
"comment" : "y = 1 and (y + a) % radix**6 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "002d4f865568a9c32a7edeb2b39d73d7",
"tweak" : "5eb7666e1c142a022889a2f7",
"msg" : [9, 9, 9, 9, 9, 9, 4, 6, 6, 6, 5, 8, 0],
"ct" : [2, 9, 3, 6, 0, 4, 0, 3, 3, 1, 8, 5, 1],
"result" : "valid"
},
{
"tcId" : 348,
"comment" : "y is maximal and a = 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "002d4f865568a9c32a7edeb2b39d73d7",
"tweak" : "40af2109496a9ea9603212b7",
"msg" : [2, 0, 0, 9, 1, 9, 9, 7, 9, 0, 4, 8, 3],
"ct" : [2, 7, 5, 3, 6, 9, 6, 9, 4, 0, 8, 8, 4],
"result" : "valid"
},
{
"tcId" : 349,
"comment" : "y is maximal and a = 1 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "002d4f865568a9c32a7edeb2b39d73d7",
"tweak" : "40af2109496a9ea9603212b7",
"msg" : [5, 7, 9, 6, 1, 7, 9, 8, 6, 1, 3, 3, 8],
"ct" : [0, 8, 1, 5, 3, 3, 8, 2, 4, 9, 3, 4, 6],
"result" : "valid"
},
{
"tcId" : 350,
"comment" : "y is maximal and (y + a) % radix**6 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "002d4f865568a9c32a7edeb2b39d73d7",
"tweak" : "40af2109496a9ea9603212b7",
"msg" : [2, 6, 3, 7, 8, 9, 3, 1, 2, 0, 1, 1, 8],
"ct" : [5, 3, 0, 9, 1, 1, 4, 4, 2, 1, 0, 3, 6],
"result" : "valid"
},
{
"tcId" : 351,
"comment" : "y is maximal and (y + a) % radix**6 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "002d4f865568a9c32a7edeb2b39d73d7",
"tweak" : "40af2109496a9ea9603212b7",
"msg" : [0, 5, 1, 1, 2, 7, 7, 6, 0, 4, 8, 1, 9],
"ct" : [9, 6, 3, 5, 9, 8, 7, 2, 3, 8, 6, 9, 4],
"result" : "valid"
},
{
"tcId" : 352,
"comment" : "y is maximal and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "002d4f865568a9c32a7edeb2b39d73d7",
"tweak" : "40af2109496a9ea9603212b7",
"msg" : [6, 8, 2, 1, 8, 6, 8, 7, 6, 0, 7, 1, 6],
"ct" : [8, 3, 0, 9, 5, 7, 6, 1, 6, 6, 0, 4, 8],
"result" : "valid"
},
{
"tcId" : 353,
"comment" : "y is maximal and a is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "002d4f865568a9c32a7edeb2b39d73d7",
"tweak" : "40af2109496a9ea9603212b7",
"msg" : [5, 5, 0, 7, 9, 1, 8, 0, 7, 0, 8, 4, 3],
"ct" : [9, 8, 5, 4, 4, 0, 0, 4, 7, 0, 4, 1, 2],
"result" : "valid"
},
{
"tcId" : 354,
"comment" : "y is edge case for modular reduction and a = 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "002d4f865568a9c32a7edeb2b39d73d7",
"tweak" : "493e7076dcf987d7931af530",
"msg" : [0, 1, 8, 2, 5, 9, 2, 2, 0, 9, 9, 8, 3],
"ct" : [5, 5, 1, 6, 1, 0, 2, 2, 5, 3, 1, 5, 3],
"result" : "valid"
},
{
"tcId" : 355,
"comment" : "y is edge case for modular reduction and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "002d4f865568a9c32a7edeb2b39d73d7",
"tweak" : "493e7076dcf987d7931af530",
"msg" : [4, 5, 3, 4, 7, 6, 6, 6, 7, 7, 0, 1, 5],
"ct" : [5, 5, 1, 6, 1, 1, 9, 9, 7, 5, 2, 1, 8],
"result" : "valid"
},
{
"tcId" : 356,
"comment" : "y is edge case for modular reduction and (y + a) % radix**6 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "002d4f865568a9c32a7edeb2b39d73d7",
"tweak" : "493e7076dcf987d7931af530",
"msg" : [6, 7, 0, 1, 2, 9, 4, 4, 1, 5, 3, 6, 1],
"ct" : [9, 9, 9, 9, 9, 9, 7, 4, 4, 7, 7, 3, 9],
"result" : "valid"
},
{
"tcId" : 357,
"comment" : "y is edge case for modular reduction and (y + a) % radix**6 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "002d4f865568a9c32a7edeb2b39d73d7",
"tweak" : "493e7076dcf987d7931af530",
"msg" : [2, 3, 8, 1, 8, 8, 9, 4, 2, 7, 0, 4, 6],
"ct" : [0, 0, 0, 0, 0, 0, 1, 4, 3, 2, 4, 2, 3],
"result" : "valid"
},
{
"tcId" : 358,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "002d4f865568a9c32a7edeb2b39d73d7",
"tweak" : "493e7076dcf987d7931af530",
"msg" : [8, 6, 8, 8, 7, 4, 7, 7, 8, 1, 9, 5, 8],
"ct" : [0, 7, 5, 8, 9, 8, 6, 2, 8, 5, 9, 4, 5],
"result" : "valid"
},
{
"tcId" : 359,
"comment" : "y is edge case for modular reduction and a is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "002d4f865568a9c32a7edeb2b39d73d7",
"tweak" : "493e7076dcf987d7931af530",
"msg" : [2, 8, 9, 3, 9, 1, 4, 4, 8, 6, 8, 1, 0],
"ct" : [5, 5, 1, 6, 0, 9, 8, 0, 9, 0, 1, 9, 9],
"result" : "valid"
},
{
"tcId" : 360,
"comment" : "y is maximal after modular reduction and (y + a) % radix**7 is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "002d4f865568a9c32a7edeb2b39d73d7",
"tweak" : "92b6bbde7b66faec721cd37d",
"msg" : [9, 8, 0, 8, 9, 8, 8, 2, 5, 9, 5, 6, 7],
"ct" : [7, 3, 1, 8, 2, 3, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 361,
"comment" : "y is maximal after modular reduction and (y + a) % radix**7 == 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "002d4f865568a9c32a7edeb2b39d73d7",
"tweak" : "92b6bbde7b66faec721cd37d",
"msg" : [2, 9, 6, 6, 1, 4, 1, 6, 7, 3, 6, 7, 3],
"ct" : [7, 3, 1, 8, 2, 3, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 362,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "002d4f865568a9c32a7edeb2b39d73d7",
"tweak" : "92b6bbde7b66faec721cd37d",
"msg" : [6, 5, 7, 4, 9, 0, 7, 7, 3, 2, 3, 0, 6],
"ct" : [7, 3, 1, 8, 2, 3, 8, 3, 8, 8, 6, 0, 7],
"result" : "valid"
},
{
"tcId" : 363,
"comment" : "y is maximal after modular reduction and a is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "002d4f865568a9c32a7edeb2b39d73d7",
"tweak" : "92b6bbde7b66faec721cd37d",
"msg" : [3, 8, 1, 3, 8, 6, 4, 4, 1, 9, 2, 5, 7],
"ct" : [7, 3, 1, 8, 2, 3, 9, 9, 9, 9, 9, 9, 8],
"result" : "valid"
},
{
"tcId" : 364,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "b8d9b3c80209587bbe3c0f7125eed049",
"tweak" : "522499e28e9e7712",
"msg" : [-1, 0, 3, 0, 3, 2, 3, 9, 8, 6, 6, 5, 1],
"ct" : [4, 5, 9, 1, 0, 1, 4, 5, 8, 6, 9, 5, 2],
"result" : "invalid"
},
{
"tcId" : 365,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "b8d9b3c80209587bbe3c0f7125eed049",
"tweak" : "522499e28e9e7712",
"msg" : [5, 0, 3, 0, -1, 2, 3, 9, 8, 6, 6, 5, 1],
"ct" : [4, 4, 3, 6, 0, 1, 5, 8, 5, 3, 4, 8, 2],
"result" : "invalid"
},
{
"tcId" : 366,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "b8d9b3c80209587bbe3c0f7125eed049",
"tweak" : "522499e28e9e7712",
"msg" : [5, 0, 3, 0, 3, 2, 3, 9, 8, 6, 6, 5, -1],
"ct" : [4, 1, 6, 5, 5, 7, 2, 5, 3, 2, 9, 7, 8],
"result" : "invalid"
},
{
"tcId" : 367,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "50028a1a7504375a8658f68e228498cd",
"tweak" : "d70b5ed8568c2990",
"msg" : [10, 5, 0, 4, 0, 7, 0, 1, 5, 5, 9, 3, 1],
"ct" : [8, 8, 0, 3, 6, 5, 1, 5, 3, 2, 6, 7, 1],
"result" : "invalid"
},
{
"tcId" : 368,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "50028a1a7504375a8658f68e228498cd",
"tweak" : "d70b5ed8568c2990",
"msg" : [0, 5, 0, 4, 10, 7, 0, 1, 5, 5, 9, 3, 1],
"ct" : [4, 4, 3, 6, 6, 4, 9, 1, 7, 3, 9, 2, 6],
"result" : "invalid"
},
{
"tcId" : 369,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "50028a1a7504375a8658f68e228498cd",
"tweak" : "d70b5ed8568c2990",
"msg" : [0, 5, 0, 4, 0, 7, 0, 1, 5, 5, 9, 3, 10],
"ct" : [3, 9, 0, 4, 9, 4, 7, 6, 8, 7, 1, 7, 9],
"result" : "invalid"
}
]
},
{
"keySize" : 128,
"msgSize" : 14,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 370,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "7a1122636a4417351c97156308d4f6aa",
"tweak" : "a9508e64d1ab8e34",
"msg" : [4, 0, 9, 1, 7, 6, 6, 4, 4, 5, 9, 4, 0, 4],
"ct" : [1, 3, 1, 4, 9, 0, 7, 9, 8, 1, 6, 3, 4, 5],
"result" : "valid"
},
{
"tcId" : 371,
"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" : [9, 1, 2, 8, 1, 7, 3, 6, 9, 6, 9, 8, 6, 1],
"result" : "valid"
},
{
"tcId" : 372,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "8a9c22148e4fed1fc918f33eba1f06cc",
"tweak" : "c37a26d7ade80ea1",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [0, 0, 4, 9, 6, 6, 7, 1, 3, 4, 5, 4, 8, 5],
"result" : "valid"
},
{
"tcId" : 373,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "8a9c22148e4fed1fc918f33eba1f06cc",
"tweak" : "c37a26d7ade80ea1",
"msg" : [8, 3, 8, 8, 6, 0, 8, 8, 3, 8, 8, 6, 0, 8],
"ct" : [3, 3, 9, 6, 5, 5, 1, 6, 9, 6, 3, 7, 6, 2],
"result" : "valid"
},
{
"tcId" : 374,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "8a9c22148e4fed1fc918f33eba1f06cc",
"tweak" : "c37a26d7ade80ea1",
"msg" : [8, 3, 8, 8, 6, 0, 7, 8, 3, 8, 8, 6, 0, 7],
"ct" : [8, 2, 2, 0, 9, 7, 9, 0, 0, 7, 8, 8, 2, 4],
"result" : "valid"
},
{
"tcId" : 375,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "8a9c22148e4fed1fc918f33eba1f06cc",
"tweak" : "c37a26d7ade80ea1",
"msg" : [9, 7, 5, 9, 7, 3, 9, 7, 3, 8, 9, 9, 2, 3],
"ct" : [7, 9, 4, 5, 1, 2, 6, 7, 3, 2, 6, 0, 1, 9],
"result" : "valid"
},
{
"tcId" : 376,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "8a9c22148e4fed1fc918f33eba1f06cc",
"tweak" : "c37a26d7ade80ea1",
"msg" : [7, 2, 8, 8, 5, 9, 2, 8, 9, 2, 8, 7, 5, 6],
"ct" : [9, 6, 5, 6, 9, 3, 1, 8, 7, 6, 3, 6, 1, 5],
"result" : "valid"
},
{
"tcId" : 377,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "8a9c22148e4fed1fc918f33eba1f06cc",
"tweak" : "c37a26d7ade80ea1",
"msg" : [5, 1, 2, 6, 6, 0, 4, 6, 8, 6, 7, 3, 9, 2],
"ct" : [7, 2, 5, 8, 9, 7, 5, 3, 0, 4, 3, 1, 5, 3],
"result" : "valid"
},
{
"tcId" : 378,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "8a9c22148e4fed1fc918f33eba1f06cc",
"tweak" : "c37a26d7ade80ea1",
"msg" : [5, 0, 2, 7, 8, 4, 9, 0, 3, 5, 4, 1, 5, 5],
"ct" : [8, 6, 9, 5, 6, 6, 7, 9, 2, 4, 4, 9, 3, 1],
"result" : "valid"
},
{
"tcId" : 379,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "8a9c22148e4fed1fc918f33eba1f06cc",
"tweak" : "c37a26d7ade80ea1",
"msg" : [5, 4, 8, 9, 7, 7, 6, 1, 1, 7, 4, 8, 1, 4],
"ct" : [1, 4, 4, 9, 0, 3, 6, 2, 6, 7, 1, 1, 7, 0],
"result" : "valid"
},
{
"tcId" : 380,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "8a9c22148e4fed1fc918f33eba1f06cc",
"tweak" : "c37a26d7ade80ea1",
"msg" : [4, 9, 1, 5, 2, 1, 6, 8, 8, 6, 6, 5, 3, 4],
"ct" : [4, 0, 8, 4, 7, 0, 1, 0, 2, 4, 0, 7, 0, 6],
"result" : "valid"
},
{
"tcId" : 381,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "8a9c22148e4fed1fc918f33eba1f06cc",
"tweak" : "c37a26d7ade80ea1",
"msg" : [0, 6, 8, 0, 0, 7, 1, 6, 9, 9, 6, 0, 3, 0],
"ct" : [1, 5, 7, 1, 1, 7, 5, 5, 9, 6, 0, 4, 4, 3],
"result" : "valid"
},
{
"tcId" : 382,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "8a9c22148e4fed1fc918f33eba1f06cc",
"tweak" : "c37a26d7ade80ea1",
"msg" : [3, 5, 5, 6, 5, 5, 5, 6, 6, 8, 7, 3, 2, 1],
"ct" : [9, 9, 9, 2, 9, 8, 7, 0, 3, 2, 6, 9, 7, 7],
"result" : "valid"
},
{
"tcId" : 383,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "8a9c22148e4fed1fc918f33eba1f06cc",
"tweak" : "c37a26d7ade80ea1",
"msg" : [1, 5, 0, 6, 5, 6, 0, 7, 8, 7, 8, 0, 0, 4],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 384,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "8a9c22148e4fed1fc918f33eba1f06cc",
"tweak" : "c37a26d7ade80ea1",
"msg" : [5, 4, 7, 1, 6, 8, 7, 1, 5, 1, 7, 7, 6, 0],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 385,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "8a9c22148e4fed1fc918f33eba1f06cc",
"tweak" : "c37a26d7ade80ea1",
"msg" : [7, 9, 4, 9, 3, 7, 9, 8, 1, 5, 3, 8, 8, 4],
"ct" : [8, 3, 8, 8, 6, 0, 8, 8, 3, 8, 8, 6, 0, 8],
"result" : "valid"
},
{
"tcId" : 386,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "8a9c22148e4fed1fc918f33eba1f06cc",
"tweak" : "c37a26d7ade80ea1",
"msg" : [8, 2, 0, 3, 8, 9, 1, 5, 3, 9, 7, 4, 7, 4],
"ct" : [8, 3, 8, 8, 6, 0, 7, 8, 3, 8, 8, 6, 0, 7],
"result" : "valid"
},
{
"tcId" : 387,
"comment" : "y = 0 and (y + a) % radix**7 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "4dfedd6f97765da94b445cc712ea4e7f",
"tweak" : "e63c4aef4149e55c3ea172c0",
"msg" : [3, 5, 7, 2, 6, 9, 5, 6, 1, 7, 4, 0, 2, 0],
"ct" : [0, 0, 0, 0, 0, 0, 0, 1, 3, 9, 5, 4, 5, 7],
"result" : "valid"
},
{
"tcId" : 388,
"comment" : "y = 0 and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "4dfedd6f97765da94b445cc712ea4e7f",
"tweak" : "e63c4aef4149e55c3ea172c0",
"msg" : [9, 3, 2, 4, 6, 9, 8, 4, 6, 6, 4, 5, 8, 8],
"ct" : [0, 0, 0, 0, 0, 0, 1, 4, 0, 4, 0, 4, 8, 8],
"result" : "valid"
},
{
"tcId" : 389,
"comment" : "y = 0 and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "4dfedd6f97765da94b445cc712ea4e7f",
"tweak" : "e63c4aef4149e55c3ea172c0",
"msg" : [2, 9, 2, 8, 9, 8, 5, 8, 8, 7, 4, 0, 2, 7],
"ct" : [8, 3, 8, 8, 6, 0, 8, 4, 0, 7, 6, 2, 3, 8],
"result" : "valid"
},
{
"tcId" : 390,
"comment" : "y = 0 and (y + a) % radix**7 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "4dfedd6f97765da94b445cc712ea4e7f",
"tweak" : "e63c4aef4149e55c3ea172c0",
"msg" : [5, 4, 4, 9, 4, 9, 7, 2, 4, 8, 5, 7, 7, 5],
"ct" : [9, 9, 9, 9, 9, 9, 9, 4, 9, 3, 1, 3, 2, 4],
"result" : "valid"
},
{
"tcId" : 391,
"comment" : "y = 1 and a = 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "4dfedd6f97765da94b445cc712ea4e7f",
"tweak" : "954e431b674fff4a5acbc53e",
"msg" : [3, 1, 6, 7, 6, 4, 7, 3, 5, 0, 7, 0, 3, 1],
"ct" : [3, 2, 9, 4, 3, 0, 7, 2, 2, 8, 8, 5, 9, 3],
"result" : "valid"
},
{
"tcId" : 392,
"comment" : "y = 1 and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "4dfedd6f97765da94b445cc712ea4e7f",
"tweak" : "954e431b674fff4a5acbc53e",
"msg" : [1, 7, 2, 9, 7, 1, 2, 6, 7, 7, 3, 3, 0, 5],
"ct" : [2, 8, 9, 2, 3, 5, 8, 4, 5, 2, 4, 8, 4, 8],
"result" : "valid"
},
{
"tcId" : 393,
"comment" : "y = 1 and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "4dfedd6f97765da94b445cc712ea4e7f",
"tweak" : "954e431b674fff4a5acbc53e",
"msg" : [0, 9, 3, 1, 0, 8, 2, 6, 1, 6, 9, 0, 9, 2],
"ct" : [6, 0, 9, 3, 7, 2, 3, 5, 8, 8, 1, 6, 3, 2],
"result" : "valid"
},
{
"tcId" : 394,
"comment" : "y = 1 and (y + a) % radix**7 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "4dfedd6f97765da94b445cc712ea4e7f",
"tweak" : "954e431b674fff4a5acbc53e",
"msg" : [3, 6, 5, 3, 1, 7, 4, 1, 9, 1, 3, 0, 3, 0],
"ct" : [9, 9, 6, 0, 0, 8, 7, 0, 4, 6, 6, 3, 5, 9],
"result" : "valid"
},
{
"tcId" : 395,
"comment" : "y = 1 and (y + a) % radix**7 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "4dfedd6f97765da94b445cc712ea4e7f",
"tweak" : "954e431b674fff4a5acbc53e",
"msg" : [0, 0, 3, 8, 7, 5, 7, 7, 3, 2, 2, 2, 9, 5],
"ct" : [7, 4, 8, 6, 4, 1, 4, 8, 0, 0, 6, 3, 4, 3],
"result" : "valid"
},
{
"tcId" : 396,
"comment" : "y is maximal and a = 0 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "4dfedd6f97765da94b445cc712ea4e7f",
"tweak" : "2c6268f57340379f9f95a00d",
"msg" : [9, 3, 6, 8, 5, 2, 7, 0, 0, 0, 0, 0, 0, 0],
"ct" : [5, 7, 3, 9, 5, 1, 0, 0, 7, 3, 0, 9, 7, 8],
"result" : "valid"
},
{
"tcId" : 397,
"comment" : "y is maximal and a = 1 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "4dfedd6f97765da94b445cc712ea4e7f",
"tweak" : "2c6268f57340379f9f95a00d",
"msg" : [0, 4, 5, 3, 9, 6, 0, 0, 0, 0, 0, 0, 0, 1],
"ct" : [1, 1, 2, 8, 5, 4, 1, 1, 1, 1, 4, 3, 9, 1],
"result" : "valid"
},
{
"tcId" : 398,
"comment" : "y is maximal and (y + a) % radix**7 is maximal in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "4dfedd6f97765da94b445cc712ea4e7f",
"tweak" : "2c6268f57340379f9f95a00d",
"msg" : [7, 7, 7, 0, 5, 8, 9, 0, 4, 4, 8, 3, 8, 4],
"ct" : [8, 7, 2, 0, 2, 4, 3, 5, 4, 7, 0, 3, 3, 5],
"result" : "valid"
},
{
"tcId" : 399,
"comment" : "y is maximal and (y + a) % radix**7 == 0 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "4dfedd6f97765da94b445cc712ea4e7f",
"tweak" : "2c6268f57340379f9f95a00d",
"msg" : [0, 3, 8, 7, 2, 6, 3, 0, 4, 4, 8, 3, 8, 5],
"ct" : [6, 0, 4, 6, 6, 9, 2, 4, 6, 6, 3, 5, 2, 6],
"result" : "valid"
},
{
"tcId" : 400,
"comment" : "y is maximal and a has large Hamming weight in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "4dfedd6f97765da94b445cc712ea4e7f",
"tweak" : "2c6268f57340379f9f95a00d",
"msg" : [3, 5, 2, 3, 8, 6, 5, 8, 3, 8, 8, 6, 0, 8],
"ct" : [9, 3, 2, 1, 1, 4, 7, 3, 4, 9, 8, 2, 3, 0],
"result" : "valid"
},
{
"tcId" : 401,
"comment" : "y is maximal and a is maximal in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "4dfedd6f97765da94b445cc712ea4e7f",
"tweak" : "2c6268f57340379f9f95a00d",
"msg" : [9, 3, 7, 4, 4, 6, 2, 9, 9, 9, 9, 9, 9, 9],
"ct" : [2, 2, 0, 9, 0, 5, 8, 2, 5, 0, 7, 7, 8, 4],
"result" : "valid"
},
{
"tcId" : 402,
"comment" : "y is edge case for modular reduction and a = 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "4dfedd6f97765da94b445cc712ea4e7f",
"tweak" : "a8f63f14f467ea7bc197a18d",
"msg" : [5, 4, 1, 9, 8, 7, 9, 4, 8, 1, 9, 2, 6, 8],
"ct" : [9, 5, 5, 1, 6, 1, 0, 9, 7, 8, 6, 4, 9, 7],
"result" : "valid"
},
{
"tcId" : 403,
"comment" : "y is edge case for modular reduction and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "4dfedd6f97765da94b445cc712ea4e7f",
"tweak" : "a8f63f14f467ea7bc197a18d",
"msg" : [9, 4, 5, 7, 2, 7, 9, 7, 8, 8, 0, 4, 7, 8],
"ct" : [9, 5, 5, 1, 6, 1, 1, 8, 3, 0, 5, 7, 4, 8],
"result" : "valid"
},
{
"tcId" : 404,
"comment" : "y is edge case for modular reduction and (y + a) % radix**7 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "4dfedd6f97765da94b445cc712ea4e7f",
"tweak" : "a8f63f14f467ea7bc197a18d",
"msg" : [0, 3, 7, 9, 4, 6, 2, 3, 8, 3, 1, 6, 5, 0],
"ct" : [9, 9, 9, 9, 9, 9, 9, 1, 9, 6, 5, 7, 4, 7],
"result" : "valid"
},
{
"tcId" : 405,
"comment" : "y is edge case for modular reduction and (y + a) % radix**7 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "4dfedd6f97765da94b445cc712ea4e7f",
"tweak" : "a8f63f14f467ea7bc197a18d",
"msg" : [8, 8, 3, 6, 0, 3, 7, 6, 5, 0, 1, 9, 7, 6],
"ct" : [0, 0, 0, 0, 0, 0, 0, 6, 8, 6, 7, 0, 9, 4],
"result" : "valid"
},
{
"tcId" : 406,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "4dfedd6f97765da94b445cc712ea4e7f",
"tweak" : "a8f63f14f467ea7bc197a18d",
"msg" : [0, 2, 8, 0, 9, 3, 4, 2, 7, 5, 6, 9, 9, 5],
"ct" : [7, 9, 4, 0, 2, 1, 8, 2, 0, 6, 3, 9, 0, 8],
"result" : "valid"
},
{
"tcId" : 407,
"comment" : "y is edge case for modular reduction and a is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "4dfedd6f97765da94b445cc712ea4e7f",
"tweak" : "a8f63f14f467ea7bc197a18d",
"msg" : [7, 7, 3, 3, 3, 2, 5, 4, 3, 0, 2, 0, 4, 7],
"ct" : [9, 5, 5, 1, 6, 0, 9, 2, 6, 1, 4, 2, 7, 9],
"result" : "valid"
},
{
"tcId" : 408,
"comment" : "y is maximal after modular reduction and (y + a) % radix**7 is maximal in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "4dfedd6f97765da94b445cc712ea4e7f",
"tweak" : "22b0540509e4f3defe58ce69",
"msg" : [9, 8, 3, 2, 3, 3, 1, 9, 9, 0, 6, 1, 3, 1],
"ct" : [7, 4, 3, 1, 5, 9, 3, 8, 7, 1, 4, 3, 1, 5],
"result" : "valid"
},
{
"tcId" : 409,
"comment" : "y is maximal after modular reduction and (y + a) % radix**7 == 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "4dfedd6f97765da94b445cc712ea4e7f",
"tweak" : "22b0540509e4f3defe58ce69",
"msg" : [4, 3, 4, 8, 5, 0, 9, 1, 2, 3, 7, 7, 5, 9],
"ct" : [3, 1, 6, 2, 5, 4, 9, 4, 6, 6, 6, 9, 0, 8],
"result" : "valid"
},
{
"tcId" : 410,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "4dfedd6f97765da94b445cc712ea4e7f",
"tweak" : "22b0540509e4f3defe58ce69",
"msg" : [5, 4, 3, 4, 5, 5, 9, 6, 7, 2, 5, 5, 4, 3],
"ct" : [3, 5, 0, 5, 9, 3, 3, 3, 4, 3, 9, 5, 7, 9],
"result" : "valid"
},
{
"tcId" : 411,
"comment" : "y is maximal after modular reduction and a is maximal in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "4dfedd6f97765da94b445cc712ea4e7f",
"tweak" : "22b0540509e4f3defe58ce69",
"msg" : [9, 4, 0, 6, 5, 9, 9, 8, 5, 7, 1, 4, 7, 3],
"ct" : [8, 6, 6, 6, 6, 3, 7, 7, 2, 5, 7, 0, 6, 3],
"result" : "valid"
},
{
"tcId" : 412,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "3a6e047dffbfcdaf0ee7e0c93fc4c0e0",
"tweak" : "0e5628b6bce472c6",
"msg" : [-1, 6, 9, 0, 4, 5, 0, 1, 6, 5, 9, 4, 4, 9],
"ct" : [8, 9, 1, 0, 3, 2, 2, 1, 9, 8, 9, 0, 5, 5],
"result" : "invalid"
},
{
"tcId" : 413,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "3a6e047dffbfcdaf0ee7e0c93fc4c0e0",
"tweak" : "0e5628b6bce472c6",
"msg" : [6, 6, 9, 0, -1, 5, 0, 1, 6, 5, 9, 4, 4, 9],
"ct" : [2, 5, 7, 5, 4, 4, 3, 5, 9, 9, 5, 9, 9, 8],
"result" : "invalid"
},
{
"tcId" : 414,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "3a6e047dffbfcdaf0ee7e0c93fc4c0e0",
"tweak" : "0e5628b6bce472c6",
"msg" : [6, 6, 9, 0, 4, 5, 0, 1, 6, 5, 9, 4, 4, -1],
"ct" : [1, 3, 2, 2, 0, 0, 5, 1, 2, 1, 7, 0, 4, 4],
"result" : "invalid"
},
{
"tcId" : 415,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "255280588297f6165b1cdee11cd889c0",
"tweak" : "4b5f7aafefa149be",
"msg" : [10, 2, 4, 4, 1, 2, 3, 6, 1, 0, 6, 7, 4, 3],
"ct" : [1, 6, 2, 7, 1, 7, 9, 8, 8, 0, 1, 4, 5, 9],
"result" : "invalid"
},
{
"tcId" : 416,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "255280588297f6165b1cdee11cd889c0",
"tweak" : "4b5f7aafefa149be",
"msg" : [0, 2, 4, 4, 10, 2, 3, 6, 1, 0, 6, 7, 4, 3],
"ct" : [6, 3, 8, 9, 0, 4, 6, 3, 3, 2, 1, 6, 6, 4],
"result" : "invalid"
},
{
"tcId" : 417,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "255280588297f6165b1cdee11cd889c0",
"tweak" : "4b5f7aafefa149be",
"msg" : [0, 2, 4, 4, 1, 2, 3, 6, 1, 0, 6, 7, 4, 10],
"ct" : [3, 3, 2, 2, 7, 0, 0, 8, 9, 9, 8, 7, 7, 7],
"result" : "invalid"
}
]
},
{
"keySize" : 128,
"msgSize" : 15,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 418,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "7b0c5d430ef9383b04b2691ce3402a9a",
"tweak" : "ec71532112064259",
"msg" : [8, 7, 4, 2, 8, 6, 7, 4, 9, 2, 1, 7, 4, 6, 2],
"ct" : [6, 1, 1, 6, 1, 0, 0, 7, 7, 0, 4, 4, 9, 2, 1],
"result" : "valid"
},
{
"tcId" : 419,
"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" : [3, 8, 3, 6, 6, 9, 8, 5, 7, 3, 2, 0, 0, 0, 2],
"result" : "valid"
},
{
"tcId" : 420,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "bd2dc7f87af6e676fa6bf4e92c43f183",
"tweak" : "71e1ede1a7e70a42",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [4, 3, 4, 5, 9, 6, 7, 1, 5, 7, 0, 2, 9, 1, 5],
"result" : "valid"
},
{
"tcId" : 421,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "bd2dc7f87af6e676fa6bf4e92c43f183",
"tweak" : "71e1ede1a7e70a42",
"msg" : [8, 3, 8, 8, 6, 0, 8, 6, 7, 1, 0, 8, 8, 6, 4],
"ct" : [7, 9, 9, 6, 9, 7, 7, 9, 6, 8, 1, 0, 4, 8, 8],
"result" : "valid"
},
{
"tcId" : 422,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "bd2dc7f87af6e676fa6bf4e92c43f183",
"tweak" : "71e1ede1a7e70a42",
"msg" : [8, 3, 8, 8, 6, 0, 7, 6, 7, 1, 0, 8, 8, 6, 3],
"ct" : [6, 0, 1, 5, 0, 2, 3, 0, 8, 2, 4, 7, 0, 8, 9],
"result" : "valid"
},
{
"tcId" : 423,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "bd2dc7f87af6e676fa6bf4e92c43f183",
"tweak" : "71e1ede1a7e70a42",
"msg" : [0, 8, 6, 9, 4, 4, 4, 2, 4, 9, 9, 3, 1, 6, 0],
"ct" : [6, 7, 9, 0, 9, 1, 5, 1, 5, 6, 8, 8, 2, 6, 7],
"result" : "valid"
},
{
"tcId" : 424,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "bd2dc7f87af6e676fa6bf4e92c43f183",
"tweak" : "71e1ede1a7e70a42",
"msg" : [8, 3, 8, 4, 2, 8, 3, 1, 4, 3, 1, 6, 9, 9, 1],
"ct" : [2, 6, 1, 6, 6, 2, 0, 4, 2, 4, 7, 6, 9, 0, 6],
"result" : "valid"
},
{
"tcId" : 425,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "bd2dc7f87af6e676fa6bf4e92c43f183",
"tweak" : "71e1ede1a7e70a42",
"msg" : [3, 4, 2, 8, 8, 2, 4, 2, 7, 0, 2, 9, 3, 8, 1],
"ct" : [1, 7, 5, 6, 7, 4, 0, 2, 1, 6, 4, 6, 1, 4, 6],
"result" : "valid"
},
{
"tcId" : 426,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "bd2dc7f87af6e676fa6bf4e92c43f183",
"tweak" : "71e1ede1a7e70a42",
"msg" : [9, 5, 0, 2, 8, 8, 8, 1, 1, 0, 6, 4, 2, 9, 8],
"ct" : [0, 2, 4, 6, 7, 7, 4, 7, 8, 7, 2, 1, 5, 6, 2],
"result" : "valid"
},
{
"tcId" : 427,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "bd2dc7f87af6e676fa6bf4e92c43f183",
"tweak" : "71e1ede1a7e70a42",
"msg" : [3, 4, 2, 4, 6, 1, 7, 2, 9, 6, 2, 8, 0, 9, 3],
"ct" : [4, 3, 6, 7, 5, 6, 6, 9, 0, 2, 8, 2, 2, 5, 4],
"result" : "valid"
},
{
"tcId" : 428,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "bd2dc7f87af6e676fa6bf4e92c43f183",
"tweak" : "71e1ede1a7e70a42",
"msg" : [6, 6, 3, 7, 3, 6, 0, 7, 0, 6, 4, 5, 2, 4, 9],
"ct" : [0, 1, 4, 3, 8, 6, 0, 3, 1, 9, 4, 1, 0, 8, 1],
"result" : "valid"
},
{
"tcId" : 429,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "bd2dc7f87af6e676fa6bf4e92c43f183",
"tweak" : "71e1ede1a7e70a42",
"msg" : [0, 6, 5, 9, 6, 0, 6, 8, 1, 6, 6, 6, 6, 2, 6],
"ct" : [3, 6, 5, 0, 7, 0, 8, 0, 0, 4, 4, 4, 5, 1, 5],
"result" : "valid"
},
{
"tcId" : 430,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "bd2dc7f87af6e676fa6bf4e92c43f183",
"tweak" : "71e1ede1a7e70a42",
"msg" : [8, 9, 3, 4, 0, 7, 9, 9, 2, 6, 9, 4, 0, 5, 3],
"ct" : [6, 5, 6, 8, 0, 0, 5, 7, 7, 9, 6, 7, 0, 2, 7],
"result" : "valid"
},
{
"tcId" : 431,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "bd2dc7f87af6e676fa6bf4e92c43f183",
"tweak" : "71e1ede1a7e70a42",
"msg" : [3, 0, 1, 8, 3, 3, 0, 9, 7, 3, 2, 0, 7, 3, 2],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 432,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "bd2dc7f87af6e676fa6bf4e92c43f183",
"tweak" : "71e1ede1a7e70a42",
"msg" : [4, 0, 0, 6, 8, 7, 4, 6, 7, 9, 4, 2, 8, 3, 1],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 433,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "bd2dc7f87af6e676fa6bf4e92c43f183",
"tweak" : "71e1ede1a7e70a42",
"msg" : [2, 7, 7, 0, 2, 3, 1, 5, 4, 5, 9, 8, 7, 0, 8],
"ct" : [8, 3, 8, 8, 6, 0, 8, 6, 7, 1, 0, 8, 8, 6, 4],
"result" : "valid"
},
{
"tcId" : 434,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "bd2dc7f87af6e676fa6bf4e92c43f183",
"tweak" : "71e1ede1a7e70a42",
"msg" : [7, 3, 2, 2, 8, 6, 4, 6, 1, 3, 1, 9, 4, 5, 7],
"ct" : [8, 3, 8, 8, 6, 0, 7, 6, 7, 1, 0, 8, 8, 6, 3],
"result" : "valid"
},
{
"tcId" : 435,
"comment" : "y = 1 and a = 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b4aac83ef6dc59fd0ab9a7692e6ef3c4",
"tweak" : "c98beacdd39138a6af9bdd",
"msg" : [5, 7, 3, 8, 8, 7, 2, 3, 9, 0, 9, 2, 5, 2, 5],
"ct" : [2, 9, 5, 1, 7, 4, 7, 3, 4, 6, 6, 6, 7, 4, 3],
"result" : "valid"
},
{
"tcId" : 436,
"comment" : "y = 1 and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b4aac83ef6dc59fd0ab9a7692e6ef3c4",
"tweak" : "c98beacdd39138a6af9bdd",
"msg" : [6, 9, 1, 8, 2, 9, 9, 6, 7, 1, 0, 8, 5, 5, 8],
"ct" : [4, 8, 3, 5, 9, 6, 1, 4, 4, 5, 1, 4, 9, 4, 6],
"result" : "valid"
},
{
"tcId" : 437,
"comment" : "y = 1 and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b4aac83ef6dc59fd0ab9a7692e6ef3c4",
"tweak" : "c98beacdd39138a6af9bdd",
"msg" : [9, 6, 9, 4, 4, 8, 6, 9, 5, 5, 0, 3, 3, 8, 3],
"ct" : [3, 5, 4, 1, 5, 3, 1, 7, 0, 1, 7, 5, 1, 3, 2],
"result" : "valid"
},
{
"tcId" : 438,
"comment" : "y = 1 and (y + a) % radix**7 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b4aac83ef6dc59fd0ab9a7692e6ef3c4",
"tweak" : "c98beacdd39138a6af9bdd",
"msg" : [9, 7, 5, 7, 3, 6, 1, 9, 6, 3, 9, 7, 4, 1, 0],
"ct" : [7, 1, 8, 9, 0, 0, 3, 9, 9, 7, 7, 0, 7, 1, 2],
"result" : "valid"
},
{
"tcId" : 439,
"comment" : "y = 1 and (y + a) % radix**7 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b4aac83ef6dc59fd0ab9a7692e6ef3c4",
"tweak" : "c98beacdd39138a6af9bdd",
"msg" : [5, 1, 3, 2, 0, 7, 1, 1, 9, 9, 7, 4, 3, 7, 8],
"ct" : [3, 1, 8, 1, 7, 7, 5, 6, 2, 3, 3, 9, 8, 3, 4],
"result" : "valid"
},
{
"tcId" : 440,
"comment" : "y is maximal and a = 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "b4aac83ef6dc59fd0ab9a7692e6ef3c4",
"tweak" : "957a315269bf1e6026b0e1",
"msg" : [2, 9, 9, 0, 5, 4, 3, 4, 0, 5, 9, 0, 9, 9, 8],
"ct" : [7, 1, 0, 6, 7, 4, 4, 2, 1, 3, 7, 7, 9, 8, 2],
"result" : "valid"
},
{
"tcId" : 441,
"comment" : "y is maximal and a = 1 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "b4aac83ef6dc59fd0ab9a7692e6ef3c4",
"tweak" : "957a315269bf1e6026b0e1",
"msg" : [5, 8, 6, 1, 1, 2, 5, 2, 1, 0, 7, 9, 4, 6, 6],
"ct" : [2, 4, 3, 3, 6, 5, 8, 5, 2, 2, 0, 3, 3, 3, 8],
"result" : "valid"
},
{
"tcId" : 442,
"comment" : "y is maximal and (y + a) % radix**7 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "b4aac83ef6dc59fd0ab9a7692e6ef3c4",
"tweak" : "957a315269bf1e6026b0e1",
"msg" : [8, 0, 6, 4, 3, 1, 4, 7, 3, 5, 1, 6, 5, 0, 4],
"ct" : [4, 0, 0, 0, 3, 6, 7, 3, 7, 0, 5, 2, 4, 7, 1],
"result" : "valid"
},
{
"tcId" : 443,
"comment" : "y is maximal and (y + a) % radix**7 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "b4aac83ef6dc59fd0ab9a7692e6ef3c4",
"tweak" : "957a315269bf1e6026b0e1",
"msg" : [6, 2, 8, 9, 5, 2, 4, 7, 1, 8, 5, 8, 8, 7, 9],
"ct" : [9, 9, 5, 4, 7, 0, 6, 6, 2, 4, 2, 5, 1, 5, 4],
"result" : "valid"
},
{
"tcId" : 444,
"comment" : "y is maximal and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "b4aac83ef6dc59fd0ab9a7692e6ef3c4",
"tweak" : "957a315269bf1e6026b0e1",
"msg" : [8, 0, 4, 2, 2, 4, 9, 1, 6, 5, 1, 7, 6, 9, 4],
"ct" : [3, 8, 6, 5, 7, 3, 2, 8, 6, 1, 6, 7, 1, 2, 5],
"result" : "valid"
},
{
"tcId" : 445,
"comment" : "y is maximal and a is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "b4aac83ef6dc59fd0ab9a7692e6ef3c4",
"tweak" : "957a315269bf1e6026b0e1",
"msg" : [8, 1, 4, 9, 9, 3, 0, 4, 1, 2, 1, 0, 8, 7, 9],
"ct" : [8, 5, 6, 3, 3, 2, 5, 5, 8, 2, 4, 0, 4, 7, 2],
"result" : "valid"
},
{
"tcId" : 446,
"comment" : "y is edge case for modular reduction and a = 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b4aac83ef6dc59fd0ab9a7692e6ef3c4",
"tweak" : "2fbdee789ede04397ab62c",
"msg" : [3, 2, 5, 6, 7, 0, 8, 0, 0, 4, 9, 8, 1, 0, 0],
"ct" : [8, 4, 5, 8, 0, 4, 2, 8, 1, 7, 1, 0, 9, 6, 8],
"result" : "valid"
},
{
"tcId" : 447,
"comment" : "y is edge case for modular reduction and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b4aac83ef6dc59fd0ab9a7692e6ef3c4",
"tweak" : "2fbdee789ede04397ab62c",
"msg" : [6, 7, 8, 4, 4, 8, 9, 7, 8, 2, 0, 6, 3, 1, 5],
"ct" : [7, 4, 0, 8, 2, 0, 1, 2, 5, 5, 3, 5, 6, 9, 9],
"result" : "valid"
},
{
"tcId" : 448,
"comment" : "y is edge case for modular reduction and (y + a) % radix**7 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b4aac83ef6dc59fd0ab9a7692e6ef3c4",
"tweak" : "2fbdee789ede04397ab62c",
"msg" : [4, 3, 6, 1, 9, 2, 4, 4, 6, 8, 3, 8, 0, 7, 5],
"ct" : [5, 4, 0, 8, 7, 9, 5, 7, 5, 4, 9, 1, 3, 4, 2],
"result" : "valid"
},
{
"tcId" : 449,
"comment" : "y is edge case for modular reduction and (y + a) % radix**7 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b4aac83ef6dc59fd0ab9a7692e6ef3c4",
"tweak" : "2fbdee789ede04397ab62c",
"msg" : [5, 9, 6, 7, 6, 7, 8, 4, 3, 0, 1, 8, 3, 4, 7],
"ct" : [2, 6, 5, 5, 8, 9, 0, 1, 9, 5, 7, 1, 9, 6, 2],
"result" : "valid"
},
{
"tcId" : 450,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b4aac83ef6dc59fd0ab9a7692e6ef3c4",
"tweak" : "2fbdee789ede04397ab62c",
"msg" : [8, 7, 6, 7, 1, 4, 1, 1, 8, 3, 1, 6, 4, 6, 5],
"ct" : [8, 6, 2, 4, 0, 8, 3, 3, 5, 0, 5, 9, 7, 0, 6],
"result" : "valid"
},
{
"tcId" : 451,
"comment" : "y is edge case for modular reduction and a is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b4aac83ef6dc59fd0ab9a7692e6ef3c4",
"tweak" : "2fbdee789ede04397ab62c",
"msg" : [1, 7, 3, 1, 6, 2, 0, 4, 8, 8, 4, 6, 1, 1, 9],
"ct" : [1, 7, 7, 3, 4, 9, 0, 5, 3, 8, 7, 8, 2, 0, 8],
"result" : "valid"
},
{
"tcId" : 452,
"comment" : "y is maximal after modular reduction and (y + a) % radix**7 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "b4aac83ef6dc59fd0ab9a7692e6ef3c4",
"tweak" : "b660ea9b46b4d03e99d46a",
"msg" : [8, 2, 5, 2, 1, 3, 2, 7, 2, 2, 3, 5, 6, 2, 0],
"ct" : [1, 1, 7, 0, 9, 3, 7, 1, 2, 7, 1, 8, 6, 8, 7],
"result" : "valid"
},
{
"tcId" : 453,
"comment" : "y is maximal after modular reduction and (y + a) % radix**7 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "b4aac83ef6dc59fd0ab9a7692e6ef3c4",
"tweak" : "b660ea9b46b4d03e99d46a",
"msg" : [8, 7, 7, 8, 5, 6, 4, 2, 9, 8, 2, 9, 2, 8, 0],
"ct" : [5, 8, 0, 4, 5, 4, 7, 8, 0, 5, 0, 0, 3, 1, 4],
"result" : "valid"
},
{
"tcId" : 454,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "b4aac83ef6dc59fd0ab9a7692e6ef3c4",
"tweak" : "b660ea9b46b4d03e99d46a",
"msg" : [6, 0, 3, 2, 7, 0, 6, 8, 2, 6, 7, 5, 2, 1, 0],
"ct" : [5, 3, 1, 4, 6, 2, 4, 7, 2, 9, 3, 0, 2, 8, 3],
"result" : "valid"
},
{
"tcId" : 455,
"comment" : "y is maximal after modular reduction and a is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "b4aac83ef6dc59fd0ab9a7692e6ef3c4",
"tweak" : "b660ea9b46b4d03e99d46a",
"msg" : [8, 0, 1, 4, 0, 9, 5, 4, 5, 7, 4, 9, 3, 0, 3],
"ct" : [9, 1, 6, 2, 0, 5, 9, 5, 8, 7, 1, 6, 3, 4, 8],
"result" : "valid"
},
{
"tcId" : 456,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "18f316e92e027b0d4d068bb94f8dd864",
"tweak" : "17d37026864474b3",
"msg" : [-1, 1, 5, 4, 2, 8, 7, 0, 7, 0, 5, 2, 3, 7, 7],
"ct" : [8, 7, 8, 3, 6, 4, 8, 6, 7, 2, 0, 0, 3, 9, 7],
"result" : "invalid"
},
{
"tcId" : 457,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "18f316e92e027b0d4d068bb94f8dd864",
"tweak" : "17d37026864474b3",
"msg" : [5, 1, 5, 4, 2, -1, 7, 0, 7, 0, 5, 2, 3, 7, 7],
"ct" : [1, 0, 4, 6, 0, 9, 8, 4, 6, 2, 4, 8, 3, 2, 1],
"result" : "invalid"
},
{
"tcId" : 458,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "18f316e92e027b0d4d068bb94f8dd864",
"tweak" : "17d37026864474b3",
"msg" : [5, 1, 5, 4, 2, 8, 7, 0, 7, 0, 5, 2, 3, 7, -1],
"ct" : [7, 1, 7, 3, 1, 2, 9, 9, 7, 2, 4, 3, 2, 6, 2],
"result" : "invalid"
},
{
"tcId" : 459,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "e9f88c9a94f0ce8055acaba7bf69316a",
"tweak" : "fc986c06cfa4b878",
"msg" : [10, 9, 0, 2, 5, 2, 8, 4, 1, 7, 4, 5, 6, 7, 7],
"ct" : [6, 1, 7, 7, 9, 6, 6, 5, 4, 9, 1, 7, 5, 3, 8],
"result" : "invalid"
},
{
"tcId" : 460,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "e9f88c9a94f0ce8055acaba7bf69316a",
"tweak" : "fc986c06cfa4b878",
"msg" : [3, 9, 0, 2, 5, 10, 8, 4, 1, 7, 4, 5, 6, 7, 7],
"ct" : [9, 3, 9, 6, 7, 5, 3, 5, 5, 1, 2, 8, 3, 0, 7],
"result" : "invalid"
},
{
"tcId" : 461,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "e9f88c9a94f0ce8055acaba7bf69316a",
"tweak" : "fc986c06cfa4b878",
"msg" : [3, 9, 0, 2, 5, 2, 8, 4, 1, 7, 4, 5, 6, 7, 10],
"ct" : [1, 3, 7, 8, 4, 7, 0, 2, 6, 3, 4, 9, 9, 7, 2],
"result" : "invalid"
}
]
},
{
"keySize" : 128,
"msgSize" : 16,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 462,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "48f0d03e41cc55c4b58f737b5acdea32",
"tweak" : "30944debca89ca90",
"msg" : [8, 0, 3, 4, 5, 9, 8, 5, 7, 6, 0, 7, 5, 9, 9, 4],
"ct" : [8, 7, 9, 4, 3, 8, 3, 0, 8, 8, 1, 3, 4, 0, 8, 4],
"result" : "valid"
},
{
"tcId" : 463,
"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" : [6, 5, 5, 5, 1, 4, 7, 1, 9, 0, 9, 5, 2, 6, 6, 4],
"result" : "valid"
},
{
"tcId" : 464,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "58a68a9bf81642540bcff165563af592",
"tweak" : "a4a9513e222fab29",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [1, 0, 7, 7, 6, 0, 5, 5, 1, 2, 7, 9, 2, 4, 8, 2],
"result" : "valid"
},
{
"tcId" : 465,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "58a68a9bf81642540bcff165563af592",
"tweak" : "a4a9513e222fab29",
"msg" : [6, 7, 1, 0, 8, 8, 6, 4, 6, 7, 1, 0, 8, 8, 6, 4],
"ct" : [6, 1, 0, 3, 7, 3, 8, 8, 8, 3, 4, 3, 2, 1, 1, 7],
"result" : "valid"
},
{
"tcId" : 466,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "58a68a9bf81642540bcff165563af592",
"tweak" : "a4a9513e222fab29",
"msg" : [6, 7, 1, 0, 8, 8, 6, 3, 6, 7, 1, 0, 8, 8, 6, 3],
"ct" : [1, 5, 7, 2, 1, 6, 4, 0, 7, 8, 4, 4, 2, 2, 3, 0],
"result" : "valid"
},
{
"tcId" : 467,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "58a68a9bf81642540bcff165563af592",
"tweak" : "a4a9513e222fab29",
"msg" : [8, 2, 8, 8, 4, 0, 1, 1, 2, 0, 8, 2, 1, 4, 3, 5],
"ct" : [2, 7, 8, 1, 1, 0, 1, 4, 8, 4, 4, 5, 5, 8, 2, 2],
"result" : "valid"
},
{
"tcId" : 468,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "58a68a9bf81642540bcff165563af592",
"tweak" : "a4a9513e222fab29",
"msg" : [0, 0, 0, 7, 3, 6, 6, 1, 1, 3, 6, 1, 5, 2, 1, 2],
"ct" : [2, 6, 0, 7, 7, 1, 4, 9, 1, 9, 1, 9, 0, 7, 2, 5],
"result" : "valid"
},
{
"tcId" : 469,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "58a68a9bf81642540bcff165563af592",
"tweak" : "a4a9513e222fab29",
"msg" : [0, 2, 7, 3, 2, 3, 4, 0, 9, 9, 3, 3, 3, 2, 4, 9],
"ct" : [0, 1, 7, 5, 8, 1, 4, 9, 4, 6, 1, 2, 2, 2, 1, 9],
"result" : "valid"
},
{
"tcId" : 470,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "58a68a9bf81642540bcff165563af592",
"tweak" : "a4a9513e222fab29",
"msg" : [8, 4, 7, 0, 3, 1, 7, 9, 7, 7, 7, 3, 9, 3, 5, 4],
"ct" : [7, 6, 8, 4, 6, 0, 0, 8, 6, 1, 1, 9, 5, 1, 3, 7],
"result" : "valid"
},
{
"tcId" : 471,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "58a68a9bf81642540bcff165563af592",
"tweak" : "a4a9513e222fab29",
"msg" : [2, 0, 0, 6, 0, 9, 5, 2, 2, 5, 6, 3, 5, 3, 8, 0],
"ct" : [3, 3, 9, 3, 3, 4, 6, 6, 8, 4, 0, 8, 2, 5, 2, 0],
"result" : "valid"
},
{
"tcId" : 472,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "58a68a9bf81642540bcff165563af592",
"tweak" : "a4a9513e222fab29",
"msg" : [3, 2, 0, 1, 6, 7, 0, 4, 0, 7, 9, 9, 1, 1, 8, 1],
"ct" : [7, 4, 6, 6, 0, 6, 2, 3, 4, 4, 5, 7, 9, 4, 8, 0],
"result" : "valid"
},
{
"tcId" : 473,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "58a68a9bf81642540bcff165563af592",
"tweak" : "a4a9513e222fab29",
"msg" : [4, 9, 5, 8, 8, 6, 9, 9, 5, 4, 7, 6, 5, 4, 2, 1],
"ct" : [8, 6, 9, 8, 1, 5, 5, 6, 9, 1, 8, 3, 7, 4, 3, 8],
"result" : "valid"
},
{
"tcId" : 474,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "58a68a9bf81642540bcff165563af592",
"tweak" : "a4a9513e222fab29",
"msg" : [0, 7, 7, 2, 2, 7, 1, 7, 1, 7, 1, 4, 7, 6, 0, 8],
"ct" : [5, 5, 0, 4, 4, 6, 4, 4, 4, 0, 8, 0, 4, 4, 7, 1],
"result" : "valid"
},
{
"tcId" : 475,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "58a68a9bf81642540bcff165563af592",
"tweak" : "a4a9513e222fab29",
"msg" : [9, 3, 9, 1, 9, 8, 5, 5, 1, 8, 9, 9, 2, 8, 6, 4],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 476,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "58a68a9bf81642540bcff165563af592",
"tweak" : "a4a9513e222fab29",
"msg" : [2, 3, 3, 3, 3, 8, 0, 1, 7, 0, 3, 2, 2, 0, 3, 1],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 477,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "58a68a9bf81642540bcff165563af592",
"tweak" : "a4a9513e222fab29",
"msg" : [7, 0, 2, 0, 6, 3, 5, 2, 6, 4, 8, 3, 0, 5, 6, 7],
"ct" : [6, 7, 1, 0, 8, 8, 6, 4, 6, 7, 1, 0, 8, 8, 6, 4],
"result" : "valid"
},
{
"tcId" : 478,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "58a68a9bf81642540bcff165563af592",
"tweak" : "a4a9513e222fab29",
"msg" : [0, 2, 1, 0, 2, 7, 4, 3, 1, 2, 2, 7, 0, 5, 8, 1],
"ct" : [6, 7, 1, 0, 8, 8, 6, 3, 6, 7, 1, 0, 8, 8, 6, 3],
"result" : "valid"
},
{
"tcId" : 479,
"comment" : "y = 0 and (y + a) % radix**8 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "ce2295b38289779ad19a532cd6be845b",
"tweak" : "6f6680c05fdfa2674daea5",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 8, 3, 9, 8, 0, 7, 7, 7],
"ct" : [7, 5, 2, 3, 1, 0, 2, 2, 4, 9, 9, 3, 5, 0, 1, 3],
"result" : "valid"
},
{
"tcId" : 480,
"comment" : "y = 0 and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "ce2295b38289779ad19a532cd6be845b",
"tweak" : "6f6680c05fdfa2674daea5",
"msg" : [0, 0, 0, 0, 0, 0, 0, 1, 8, 3, 9, 8, 0, 7, 7, 7],
"ct" : [9, 9, 0, 4, 1, 3, 6, 6, 3, 5, 6, 5, 4, 5, 4, 6],
"result" : "valid"
},
{
"tcId" : 481,
"comment" : "y = 0 and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "ce2295b38289779ad19a532cd6be845b",
"tweak" : "6f6680c05fdfa2674daea5",
"msg" : [6, 7, 1, 0, 8, 8, 6, 4, 8, 3, 9, 8, 0, 7, 7, 7],
"ct" : [4, 7, 8, 7, 6, 2, 8, 6, 7, 7, 4, 3, 8, 5, 5, 4],
"result" : "valid"
},
{
"tcId" : 482,
"comment" : "y = 0 and (y + a) % radix**8 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "ce2295b38289779ad19a532cd6be845b",
"tweak" : "6f6680c05fdfa2674daea5",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 8, 3, 9, 8, 0, 7, 7, 7],
"ct" : [7, 1, 9, 0, 6, 9, 9, 6, 3, 8, 1, 6, 6, 1, 5, 5],
"result" : "valid"
},
{
"tcId" : 483,
"comment" : "y = 1 and a = 0 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "ce2295b38289779ad19a532cd6be845b",
"tweak" : "c7d91b3c6eb5cac3af8bf7",
"msg" : [2, 9, 0, 6, 5, 6, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [7, 2, 3, 0, 8, 1, 5, 4, 2, 9, 5, 1, 1, 9, 0, 1],
"result" : "valid"
},
{
"tcId" : 484,
"comment" : "y = 1 and a = 1 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "ce2295b38289779ad19a532cd6be845b",
"tweak" : "c7d91b3c6eb5cac3af8bf7",
"msg" : [0, 9, 0, 7, 4, 1, 8, 6, 0, 0, 0, 0, 0, 0, 0, 1],
"ct" : [6, 9, 7, 8, 3, 5, 5, 1, 0, 8, 1, 7, 2, 5, 5, 4],
"result" : "valid"
},
{
"tcId" : 485,
"comment" : "y = 1 and a has large Hamming weight in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "ce2295b38289779ad19a532cd6be845b",
"tweak" : "c7d91b3c6eb5cac3af8bf7",
"msg" : [9, 7, 5, 1, 6, 5, 2, 9, 6, 7, 1, 0, 8, 8, 6, 4],
"ct" : [3, 7, 5, 1, 8, 7, 9, 5, 1, 8, 2, 8, 6, 1, 0, 7],
"result" : "valid"
},
{
"tcId" : 486,
"comment" : "y = 1 and (y + a) % radix**8 is maximal in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "ce2295b38289779ad19a532cd6be845b",
"tweak" : "c7d91b3c6eb5cac3af8bf7",
"msg" : [0, 5, 0, 3, 9, 6, 5, 2, 9, 9, 9, 9, 9, 9, 9, 8],
"ct" : [8, 8, 5, 2, 0, 8, 9, 0, 9, 4, 0, 4, 9, 9, 2, 1],
"result" : "valid"
},
{
"tcId" : 487,
"comment" : "y = 1 and (y + a) % radix**8 == 0 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "ce2295b38289779ad19a532cd6be845b",
"tweak" : "c7d91b3c6eb5cac3af8bf7",
"msg" : [3, 4, 1, 5, 8, 4, 2, 0, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [9, 7, 9, 4, 1, 0, 9, 4, 7, 2, 6, 4, 9, 6, 8, 6],
"result" : "valid"
},
{
"tcId" : 488,
"comment" : "y is maximal and a = 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "ce2295b38289779ad19a532cd6be845b",
"tweak" : "60952e402a2a4a125d82d1",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 9, 3, 7, 7, 7, 0, 8, 1],
"ct" : [6, 2, 8, 5, 7, 2, 3, 4, 0, 1, 5, 9, 7, 1, 4, 0],
"result" : "valid"
},
{
"tcId" : 489,
"comment" : "y is maximal and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "ce2295b38289779ad19a532cd6be845b",
"tweak" : "60952e402a2a4a125d82d1",
"msg" : [0, 0, 0, 0, 0, 0, 0, 1, 9, 3, 7, 7, 7, 0, 8, 1],
"ct" : [6, 6, 8, 6, 7, 0, 9, 1, 0, 6, 9, 1, 8, 8, 9, 5],
"result" : "valid"
},
{
"tcId" : 490,
"comment" : "y is maximal and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "ce2295b38289779ad19a532cd6be845b",
"tweak" : "60952e402a2a4a125d82d1",
"msg" : [6, 7, 1, 0, 8, 8, 6, 4, 9, 3, 7, 7, 7, 0, 8, 1],
"ct" : [2, 8, 3, 4, 1, 9, 9, 4, 0, 6, 2, 1, 4, 1, 8, 8],
"result" : "valid"
},
{
"tcId" : 491,
"comment" : "y is maximal and (y + a) % radix**8 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "ce2295b38289779ad19a532cd6be845b",
"tweak" : "60952e402a2a4a125d82d1",
"msg" : [9, 0, 4, 4, 8, 3, 8, 4, 9, 3, 7, 7, 7, 0, 8, 1],
"ct" : [5, 2, 1, 6, 5, 7, 8, 8, 5, 7, 5, 5, 9, 2, 9, 0],
"result" : "valid"
},
{
"tcId" : 492,
"comment" : "y is maximal and (y + a) % radix**8 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "ce2295b38289779ad19a532cd6be845b",
"tweak" : "60952e402a2a4a125d82d1",
"msg" : [9, 0, 4, 4, 8, 3, 8, 5, 9, 3, 7, 7, 7, 0, 8, 1],
"ct" : [5, 2, 5, 7, 4, 1, 6, 3, 5, 0, 9, 7, 9, 2, 6, 0],
"result" : "valid"
},
{
"tcId" : 493,
"comment" : "y is maximal and a is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "ce2295b38289779ad19a532cd6be845b",
"tweak" : "60952e402a2a4a125d82d1",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 3, 7, 7, 7, 0, 8, 1],
"ct" : [6, 4, 8, 0, 7, 1, 6, 1, 9, 9, 8, 2, 1, 2, 0, 3],
"result" : "valid"
},
{
"tcId" : 494,
"comment" : "y is edge case for modular reduction and a = 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "ce2295b38289779ad19a532cd6be845b",
"tweak" : "786802b7b5b29912f29f8f",
"msg" : [6, 4, 4, 0, 9, 5, 8, 2, 3, 3, 3, 1, 4, 8, 5, 7],
"ct" : [3, 1, 5, 3, 2, 7, 9, 0, 0, 9, 5, 5, 1, 6, 1, 0],
"result" : "valid"
},
{
"tcId" : 495,
"comment" : "y is edge case for modular reduction and a = 1 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "ce2295b38289779ad19a532cd6be845b",
"tweak" : "786802b7b5b29912f29f8f",
"msg" : [1, 9, 9, 8, 8, 5, 7, 6, 0, 8, 3, 1, 6, 8, 5, 7],
"ct" : [3, 1, 5, 3, 2, 7, 9, 0, 0, 9, 5, 5, 1, 6, 1, 1],
"result" : "valid"
},
{
"tcId" : 496,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "ce2295b38289779ad19a532cd6be845b",
"tweak" : "786802b7b5b29912f29f8f",
"msg" : [6, 7, 1, 3, 6, 9, 4, 8, 0, 6, 3, 1, 9, 0, 4, 9],
"ct" : [3, 1, 5, 3, 2, 7, 9, 0, 7, 6, 6, 6, 0, 4, 7, 4],
"result" : "valid"
},
{
"tcId" : 497,
"comment" : "y is edge case for modular reduction and (y + a) % radix**8 is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "ce2295b38289779ad19a532cd6be845b",
"tweak" : "786802b7b5b29912f29f8f",
"msg" : [7, 6, 7, 3, 9, 3, 4, 4, 8, 2, 5, 6, 2, 4, 2, 6],
"ct" : [3, 1, 5, 3, 2, 7, 9, 0, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 498,
"comment" : "y is edge case for modular reduction and (y + a) % radix**8 == 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "ce2295b38289779ad19a532cd6be845b",
"tweak" : "786802b7b5b29912f29f8f",
"msg" : [5, 0, 6, 7, 1, 9, 9, 3, 2, 1, 6, 2, 6, 8, 9, 0],
"ct" : [3, 1, 5, 3, 2, 7, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 499,
"comment" : "y is edge case for modular reduction and a is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "ce2295b38289779ad19a532cd6be845b",
"tweak" : "786802b7b5b29912f29f8f",
"msg" : [4, 7, 0, 6, 0, 4, 9, 0, 6, 2, 6, 6, 3, 7, 5, 1],
"ct" : [3, 1, 5, 3, 2, 7, 9, 0, 0, 9, 5, 5, 1, 6, 0, 9],
"result" : "valid"
},
{
"tcId" : 500,
"comment" : "y is maximal after modular reduction and (y + a) % radix**8 is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "ce2295b38289779ad19a532cd6be845b",
"tweak" : "d76042ee2f15d4d6973778",
"msg" : [9, 2, 7, 9, 2, 1, 1, 9, 8, 9, 5, 7, 1, 8, 3, 0],
"ct" : [4, 0, 5, 8, 4, 0, 4, 6, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 501,
"comment" : "y is maximal after modular reduction and (y + a) % radix**8 == 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "ce2295b38289779ad19a532cd6be845b",
"tweak" : "d76042ee2f15d4d6973778",
"msg" : [0, 8, 8, 3, 1, 9, 1, 3, 3, 7, 6, 5, 9, 4, 7, 2],
"ct" : [4, 0, 5, 8, 4, 0, 4, 6, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 502,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "ce2295b38289779ad19a532cd6be845b",
"tweak" : "d76042ee2f15d4d6973778",
"msg" : [9, 2, 8, 2, 7, 9, 5, 2, 2, 8, 1, 4, 6, 0, 6, 4],
"ct" : [4, 0, 5, 8, 4, 0, 4, 6, 6, 7, 1, 0, 8, 8, 6, 3],
"result" : "valid"
},
{
"tcId" : 503,
"comment" : "y is maximal after modular reduction and a is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "ce2295b38289779ad19a532cd6be845b",
"tweak" : "d76042ee2f15d4d6973778",
"msg" : [6, 2, 2, 8, 6, 8, 8, 7, 4, 6, 0, 4, 9, 1, 6, 5],
"ct" : [4, 0, 5, 8, 4, 0, 4, 6, 9, 9, 9, 9, 9, 9, 9, 8],
"result" : "valid"
},
{
"tcId" : 504,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "c3a8f68c88eeea1a255db6a7e012ec22",
"tweak" : "a841e8a1819dfb69",
"msg" : [-1, 3, 6, 7, 5, 1, 6, 7, 7, 1, 7, 5, 5, 5, 6, 8],
"ct" : [6, 5, 7, 7, 4, 6, 9, 6, 3, 9, 7, 6, 8, 2, 6, 4],
"result" : "invalid"
},
{
"tcId" : 505,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "c3a8f68c88eeea1a255db6a7e012ec22",
"tweak" : "a841e8a1819dfb69",
"msg" : [2, 3, 6, 7, 5, -1, 6, 7, 7, 1, 7, 5, 5, 5, 6, 8],
"ct" : [0, 5, 3, 1, 8, 7, 7, 3, 7, 8, 1, 5, 6, 5, 4, 1],
"result" : "invalid"
},
{
"tcId" : 506,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "c3a8f68c88eeea1a255db6a7e012ec22",
"tweak" : "a841e8a1819dfb69",
"msg" : [2, 3, 6, 7, 5, 1, 6, 7, 7, 1, 7, 5, 5, 5, 6, -1],
"ct" : [8, 5, 3, 7, 3, 7, 1, 4, 6, 4, 9, 6, 8, 1, 7, 3],
"result" : "invalid"
},
{
"tcId" : 507,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "75f6e6cbd62340f0afa465ca9c334c6a",
"tweak" : "c40212e6b28ad0c0",
"msg" : [10, 5, 1, 6, 4, 3, 8, 7, 2, 2, 1, 5, 8, 1, 1, 1],
"ct" : [5, 0, 0, 0, 0, 3, 2, 7, 5, 7, 0, 5, 3, 2, 7, 3],
"result" : "invalid"
},
{
"tcId" : 508,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "75f6e6cbd62340f0afa465ca9c334c6a",
"tweak" : "c40212e6b28ad0c0",
"msg" : [9, 5, 1, 6, 4, 10, 8, 7, 2, 2, 1, 5, 8, 1, 1, 1],
"ct" : [9, 3, 9, 5, 0, 3, 9, 8, 2, 7, 7, 1, 2, 4, 2, 7],
"result" : "invalid"
},
{
"tcId" : 509,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "75f6e6cbd62340f0afa465ca9c334c6a",
"tweak" : "c40212e6b28ad0c0",
"msg" : [9, 5, 1, 6, 4, 3, 8, 7, 2, 2, 1, 5, 8, 1, 1, 10],
"ct" : [9, 5, 8, 5, 3, 3, 6, 5, 4, 9, 5, 2, 7, 0, 4, 6],
"result" : "invalid"
}
]
},
{
"keySize" : 128,
"msgSize" : 17,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 510,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "22351a53774415942eb879b483eda9a2",
"tweak" : "b4a5dce9958d53fc",
"msg" : [1, 6, 6, 5, 6, 7, 1, 5, 7, 3, 9, 8, 4, 0, 1, 0, 2],
"ct" : [6, 9, 8, 9, 9, 6, 6, 0, 0, 2, 9, 0, 3, 6, 4, 0, 3],
"result" : "valid"
},
{
"tcId" : 511,
"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" : [4, 5, 6, 5, 5, 1, 8, 4, 0, 4, 7, 1, 1, 0, 2, 9, 0],
"result" : "valid"
},
{
"tcId" : 512,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "586c34235df3fd6ed8995a643fd52d41",
"tweak" : "c41f1671a352a8fb",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [2, 2, 4, 9, 2, 1, 8, 5, 5, 8, 2, 0, 9, 4, 4, 7, 0],
"result" : "valid"
},
{
"tcId" : 513,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "586c34235df3fd6ed8995a643fd52d41",
"tweak" : "c41f1671a352a8fb",
"msg" : [6, 7, 1, 0, 8, 8, 6, 4, 5, 3, 6, 8, 7, 0, 9, 1, 2],
"ct" : [7, 5, 8, 6, 8, 2, 4, 1, 5, 5, 6, 6, 9, 5, 7, 6, 8],
"result" : "valid"
},
{
"tcId" : 514,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "586c34235df3fd6ed8995a643fd52d41",
"tweak" : "c41f1671a352a8fb",
"msg" : [6, 7, 1, 0, 8, 8, 6, 3, 5, 3, 6, 8, 7, 0, 9, 1, 1],
"ct" : [8, 8, 8, 7, 3, 2, 6, 9, 7, 3, 4, 1, 8, 2, 5, 8, 5],
"result" : "valid"
},
{
"tcId" : 515,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "586c34235df3fd6ed8995a643fd52d41",
"tweak" : "c41f1671a352a8fb",
"msg" : [4, 7, 0, 2, 2, 8, 0, 4, 6, 9, 5, 3, 8, 8, 9, 0, 8],
"ct" : [5, 4, 5, 6, 2, 0, 5, 7, 7, 3, 1, 7, 1, 1, 7, 3, 2],
"result" : "valid"
},
{
"tcId" : 516,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "586c34235df3fd6ed8995a643fd52d41",
"tweak" : "c41f1671a352a8fb",
"msg" : [1, 6, 5, 1, 0, 5, 5, 2, 5, 6, 8, 1, 3, 2, 8, 7, 1],
"ct" : [2, 7, 0, 9, 3, 4, 8, 5, 6, 0, 4, 3, 9, 8, 0, 6, 7],
"result" : "valid"
},
{
"tcId" : 517,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "586c34235df3fd6ed8995a643fd52d41",
"tweak" : "c41f1671a352a8fb",
"msg" : [1, 1, 5, 2, 9, 4, 1, 2, 7, 9, 5, 8, 8, 7, 1, 9, 2],
"ct" : [4, 2, 2, 3, 4, 2, 3, 2, 5, 7, 4, 2, 1, 7, 0, 6, 3],
"result" : "valid"
},
{
"tcId" : 518,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "586c34235df3fd6ed8995a643fd52d41",
"tweak" : "c41f1671a352a8fb",
"msg" : [4, 2, 1, 1, 4, 3, 2, 0, 5, 3, 3, 9, 8, 2, 3, 9, 0],
"ct" : [4, 8, 3, 4, 8, 1, 3, 8, 4, 8, 1, 5, 5, 6, 4, 9, 5],
"result" : "valid"
},
{
"tcId" : 519,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "586c34235df3fd6ed8995a643fd52d41",
"tweak" : "c41f1671a352a8fb",
"msg" : [0, 3, 5, 5, 0, 7, 9, 7, 0, 0, 0, 0, 4, 3, 6, 3, 4],
"ct" : [8, 6, 5, 7, 2, 4, 6, 0, 7, 4, 5, 0, 1, 6, 2, 6, 6],
"result" : "valid"
},
{
"tcId" : 520,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "586c34235df3fd6ed8995a643fd52d41",
"tweak" : "c41f1671a352a8fb",
"msg" : [6, 3, 4, 8, 9, 1, 4, 0, 8, 0, 6, 2, 4, 6, 5, 3, 9],
"ct" : [0, 6, 5, 7, 7, 4, 3, 2, 4, 7, 1, 8, 1, 9, 1, 4, 6],
"result" : "valid"
},
{
"tcId" : 521,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "586c34235df3fd6ed8995a643fd52d41",
"tweak" : "c41f1671a352a8fb",
"msg" : [1, 8, 3, 9, 9, 8, 9, 1, 6, 2, 8, 7, 8, 3, 3, 6, 4],
"ct" : [5, 0, 8, 5, 1, 4, 4, 3, 8, 9, 4, 4, 3, 9, 4, 3, 5],
"result" : "valid"
},
{
"tcId" : 522,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "586c34235df3fd6ed8995a643fd52d41",
"tweak" : "c41f1671a352a8fb",
"msg" : [5, 0, 0, 9, 9, 5, 4, 5, 3, 7, 1, 0, 1, 7, 6, 7, 8],
"ct" : [6, 6, 4, 3, 0, 0, 4, 5, 4, 7, 4, 8, 4, 9, 6, 8, 5],
"result" : "valid"
},
{
"tcId" : 523,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "586c34235df3fd6ed8995a643fd52d41",
"tweak" : "c41f1671a352a8fb",
"msg" : [8, 7, 6, 7, 7, 7, 1, 3, 7, 1, 6, 3, 2, 8, 4, 1, 7],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 524,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "586c34235df3fd6ed8995a643fd52d41",
"tweak" : "c41f1671a352a8fb",
"msg" : [6, 0, 3, 4, 7, 9, 9, 3, 5, 6, 4, 2, 9, 8, 0, 6, 9],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 525,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "586c34235df3fd6ed8995a643fd52d41",
"tweak" : "c41f1671a352a8fb",
"msg" : [3, 7, 4, 1, 5, 4, 0, 5, 6, 2, 0, 8, 5, 4, 1, 2, 1],
"ct" : [6, 7, 1, 0, 8, 8, 6, 4, 5, 3, 6, 8, 7, 0, 9, 1, 2],
"result" : "valid"
},
{
"tcId" : 526,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "586c34235df3fd6ed8995a643fd52d41",
"tweak" : "c41f1671a352a8fb",
"msg" : [0, 0, 5, 1, 2, 7, 9, 9, 4, 5, 3, 5, 2, 1, 5, 5, 9],
"ct" : [6, 7, 1, 0, 8, 8, 6, 3, 5, 3, 6, 8, 7, 0, 9, 1, 1],
"result" : "valid"
},
{
"tcId" : 527,
"comment" : "y = 0 and (y + a) % radix**9 == 0 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "47b31cab4872b3dfea0ebed259ac5cb7",
"tweak" : "b7a4fb08de69b3739f016a",
"msg" : [8, 2, 4, 0, 5, 7, 9, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [9, 0, 5, 2, 5, 2, 4, 1, 8, 7, 1, 4, 0, 7, 9, 7, 5],
"result" : "valid"
},
{
"tcId" : 528,
"comment" : "y = 0 and a = 1 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "47b31cab4872b3dfea0ebed259ac5cb7",
"tweak" : "b7a4fb08de69b3739f016a",
"msg" : [6, 5, 6, 6, 7, 9, 9, 9, 0, 0, 0, 0, 0, 0, 0, 0, 1],
"ct" : [2, 3, 5, 5, 8, 2, 7, 0, 6, 4, 3, 1, 7, 9, 2, 1, 9],
"result" : "valid"
},
{
"tcId" : 529,
"comment" : "y = 0 and a has large Hamming weight in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "47b31cab4872b3dfea0ebed259ac5cb7",
"tweak" : "b7a4fb08de69b3739f016a",
"msg" : [9, 3, 3, 3, 7, 3, 8, 9, 5, 3, 6, 8, 7, 0, 9, 1, 2],
"ct" : [4, 1, 2, 3, 3, 1, 4, 9, 1, 3, 5, 1, 5, 8, 4, 2, 7],
"result" : "valid"
},
{
"tcId" : 530,
"comment" : "y = 0 and (y + a) % radix**9 is maximal in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "47b31cab4872b3dfea0ebed259ac5cb7",
"tweak" : "b7a4fb08de69b3739f016a",
"msg" : [6, 4, 9, 5, 0, 6, 6, 1, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [3, 8, 6, 2, 9, 4, 8, 9, 6, 3, 5, 1, 8, 5, 0, 2, 2],
"result" : "valid"
},
{
"tcId" : 531,
"comment" : "y = 1 and a = 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "47b31cab4872b3dfea0ebed259ac5cb7",
"tweak" : "3dec6f990bfea98c1831e5",
"msg" : [6, 0, 4, 7, 7, 7, 3, 2, 9, 4, 0, 9, 2, 5, 2, 4, 6],
"ct" : [0, 0, 0, 0, 0, 0, 0, 1, 6, 8, 4, 8, 0, 9, 5, 3, 2],
"result" : "valid"
},
{
"tcId" : 532,
"comment" : "y = 1 and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "47b31cab4872b3dfea0ebed259ac5cb7",
"tweak" : "3dec6f990bfea98c1831e5",
"msg" : [2, 4, 5, 2, 8, 4, 7, 0, 6, 6, 4, 8, 3, 4, 5, 7, 6],
"ct" : [0, 0, 0, 0, 0, 0, 0, 2, 0, 7, 7, 7, 5, 9, 4, 0, 5],
"result" : "valid"
},
{
"tcId" : 533,
"comment" : "y = 1 and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "47b31cab4872b3dfea0ebed259ac5cb7",
"tweak" : "3dec6f990bfea98c1831e5",
"msg" : [3, 5, 7, 0, 7, 0, 1, 8, 1, 5, 3, 0, 4, 5, 3, 3, 9],
"ct" : [6, 7, 1, 0, 8, 8, 6, 5, 6, 0, 1, 9, 1, 2, 3, 3, 6],
"result" : "valid"
},
{
"tcId" : 534,
"comment" : "y = 1 and (y + a) % radix**8 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "47b31cab4872b3dfea0ebed259ac5cb7",
"tweak" : "3dec6f990bfea98c1831e5",
"msg" : [9, 7, 0, 3, 0, 4, 4, 9, 8, 6, 4, 7, 5, 2, 3, 6, 7],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 0, 4, 7, 5, 7, 7, 0, 0, 1],
"result" : "valid"
},
{
"tcId" : 535,
"comment" : "y = 1 and (y + a) % radix**8 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "47b31cab4872b3dfea0ebed259ac5cb7",
"tweak" : "3dec6f990bfea98c1831e5",
"msg" : [5, 6, 2, 8, 9, 0, 2, 9, 1, 4, 6, 5, 8, 3, 6, 6, 0],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 7, 6, 4, 2, 6, 2, 3, 3, 8],
"result" : "valid"
},
{
"tcId" : 536,
"comment" : "y is maximal and a = 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "47b31cab4872b3dfea0ebed259ac5cb7",
"tweak" : "3ddd889a07c21e0922fe25",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 7, 7, 4, 1, 6, 0, 4, 0, 8],
"ct" : [3, 4, 3, 8, 7, 4, 8, 9, 7, 4, 6, 7, 5, 2, 6, 2, 5],
"result" : "valid"
},
{
"tcId" : 537,
"comment" : "y is maximal and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "47b31cab4872b3dfea0ebed259ac5cb7",
"tweak" : "3ddd889a07c21e0922fe25",
"msg" : [0, 0, 0, 0, 0, 0, 0, 1, 7, 7, 4, 1, 6, 0, 4, 0, 8],
"ct" : [6, 7, 6, 0, 8, 4, 4, 1, 6, 6, 4, 7, 5, 4, 1, 2, 4],
"result" : "valid"
},
{
"tcId" : 538,
"comment" : "y is maximal and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "47b31cab4872b3dfea0ebed259ac5cb7",
"tweak" : "3ddd889a07c21e0922fe25",
"msg" : [6, 7, 1, 0, 8, 8, 6, 4, 7, 7, 4, 1, 6, 0, 4, 0, 8],
"ct" : [9, 3, 9, 8, 5, 1, 4, 6, 4, 5, 0, 6, 7, 6, 9, 5, 8],
"result" : "valid"
},
{
"tcId" : 539,
"comment" : "y is maximal and (y + a) % radix**8 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "47b31cab4872b3dfea0ebed259ac5cb7",
"tweak" : "3ddd889a07c21e0922fe25",
"msg" : [9, 0, 4, 4, 8, 3, 8, 4, 7, 7, 4, 1, 6, 0, 4, 0, 8],
"ct" : [7, 3, 2, 2, 9, 0, 7, 0, 5, 3, 2, 6, 9, 9, 5, 9, 5],
"result" : "valid"
},
{
"tcId" : 540,
"comment" : "y is maximal and (y + a) % radix**8 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "47b31cab4872b3dfea0ebed259ac5cb7",
"tweak" : "3ddd889a07c21e0922fe25",
"msg" : [9, 0, 4, 4, 8, 3, 8, 5, 7, 7, 4, 1, 6, 0, 4, 0, 8],
"ct" : [0, 8, 0, 7, 2, 8, 9, 6, 6, 9, 7, 9, 6, 8, 2, 7, 8],
"result" : "valid"
},
{
"tcId" : 541,
"comment" : "y is maximal and a is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "47b31cab4872b3dfea0ebed259ac5cb7",
"tweak" : "3ddd889a07c21e0922fe25",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 7, 7, 4, 1, 6, 0, 4, 0, 8],
"ct" : [7, 1, 0, 1, 7, 0, 5, 0, 2, 5, 1, 1, 3, 8, 0, 4, 0],
"result" : "valid"
},
{
"tcId" : 542,
"comment" : "y is edge case for modular reduction and a = 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "47b31cab4872b3dfea0ebed259ac5cb7",
"tweak" : "dea1ec5947bf186774a337",
"msg" : [8, 2, 8, 6, 4, 3, 8, 1, 8, 0, 7, 7, 1, 1, 4, 5, 3],
"ct" : [3, 8, 2, 1, 2, 6, 3, 0, 2, 3, 0, 9, 8, 1, 5, 5, 3],
"result" : "valid"
},
{
"tcId" : 543,
"comment" : "y is edge case for modular reduction and a = 1 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "47b31cab4872b3dfea0ebed259ac5cb7",
"tweak" : "dea1ec5947bf186774a337",
"msg" : [5, 9, 6, 3, 7, 7, 8, 0, 5, 7, 3, 1, 3, 4, 5, 3, 6],
"ct" : [7, 2, 0, 9, 8, 0, 4, 5, 0, 5, 6, 5, 9, 5, 2, 1, 2],
"result" : "valid"
},
{
"tcId" : 544,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "47b31cab4872b3dfea0ebed259ac5cb7",
"tweak" : "dea1ec5947bf186774a337",
"msg" : [7, 6, 2, 5, 4, 3, 0, 0, 7, 7, 9, 4, 3, 3, 4, 2, 7],
"ct" : [2, 6, 0, 9, 7, 7, 5, 8, 5, 2, 4, 8, 9, 7, 5, 3, 0],
"result" : "valid"
},
{
"tcId" : 545,
"comment" : "y is edge case for modular reduction and (y + a) % radix**8 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "47b31cab4872b3dfea0ebed259ac5cb7",
"tweak" : "dea1ec5947bf186774a337",
"msg" : [2, 5, 4, 1, 6, 5, 7, 2, 0, 0, 2, 1, 8, 3, 8, 0, 8],
"ct" : [2, 3, 6, 2, 1, 1, 8, 1, 6, 2, 4, 2, 2, 8, 2, 8, 8],
"result" : "valid"
},
{
"tcId" : 546,
"comment" : "y is edge case for modular reduction and (y + a) % radix**8 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "47b31cab4872b3dfea0ebed259ac5cb7",
"tweak" : "dea1ec5947bf186774a337",
"msg" : [4, 2, 7, 3, 0, 5, 0, 7, 1, 9, 6, 5, 2, 6, 9, 3, 1],
"ct" : [2, 9, 5, 7, 6, 9, 5, 8, 1, 5, 9, 9, 8, 0, 3, 8, 4],
"result" : "valid"
},
{
"tcId" : 547,
"comment" : "y is edge case for modular reduction and a is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "47b31cab4872b3dfea0ebed259ac5cb7",
"tweak" : "dea1ec5947bf186774a337",
"msg" : [5, 4, 8, 0, 7, 7, 7, 7, 4, 1, 3, 3, 1, 3, 3, 7, 6],
"ct" : [3, 3, 1, 6, 2, 8, 1, 5, 4, 1, 2, 7, 5, 0, 7, 5, 0],
"result" : "valid"
},
{
"tcId" : 548,
"comment" : "y is maximal after modular reduction and (y + a) % radix**8 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "47b31cab4872b3dfea0ebed259ac5cb7",
"tweak" : "47642d89c4f3ca4bd15055",
"msg" : [1, 3, 1, 4, 9, 5, 6, 1, 4, 9, 4, 6, 6, 9, 7, 9, 2],
"ct" : [4, 4, 6, 7, 9, 7, 6, 3, 4, 9, 8, 4, 1, 9, 8, 8, 6],
"result" : "valid"
},
{
"tcId" : 549,
"comment" : "y is maximal after modular reduction and (y + a) % radix**8 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "47b31cab4872b3dfea0ebed259ac5cb7",
"tweak" : "47642d89c4f3ca4bd15055",
"msg" : [7, 2, 9, 7, 0, 9, 2, 1, 2, 7, 6, 3, 9, 1, 5, 5, 1],
"ct" : [2, 8, 6, 7, 3, 3, 1, 5, 5, 6, 0, 8, 5, 1, 8, 4, 3],
"result" : "valid"
},
{
"tcId" : 550,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "47b31cab4872b3dfea0ebed259ac5cb7",
"tweak" : "47642d89c4f3ca4bd15055",
"msg" : [3, 5, 1, 5, 7, 6, 7, 6, 7, 2, 4, 9, 4, 1, 2, 7, 5],
"ct" : [1, 9, 2, 8, 0, 5, 6, 4, 8, 4, 7, 9, 7, 1, 2, 5, 6],
"result" : "valid"
},
{
"tcId" : 551,
"comment" : "y is maximal after modular reduction and a is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "47b31cab4872b3dfea0ebed259ac5cb7",
"tweak" : "47642d89c4f3ca4bd15055",
"msg" : [9, 8, 3, 4, 1, 1, 0, 6, 4, 2, 2, 1, 2, 3, 3, 3, 5],
"ct" : [0, 2, 6, 1, 3, 6, 2, 4, 8, 8, 3, 0, 6, 8, 1, 8, 6],
"result" : "valid"
},
{
"tcId" : 552,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "2ec80962dad2bf783abd539d85a7c8d6",
"tweak" : "1a36d2cb8088c664",
"msg" : [-1, 0, 5, 6, 1, 7, 2, 2, 0, 1, 3, 6, 8, 1, 8, 5, 6],
"ct" : [3, 5, 3, 7, 3, 1, 2, 2, 0, 6, 6, 7, 6, 9, 8, 7, 8],
"result" : "invalid"
},
{
"tcId" : 553,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "2ec80962dad2bf783abd539d85a7c8d6",
"tweak" : "1a36d2cb8088c664",
"msg" : [7, 0, 5, 6, 1, -1, 2, 2, 0, 1, 3, 6, 8, 1, 8, 5, 6],
"ct" : [8, 7, 0, 2, 7, 8, 5, 4, 7, 3, 8, 2, 0, 9, 2, 5, 0],
"result" : "invalid"
},
{
"tcId" : 554,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "2ec80962dad2bf783abd539d85a7c8d6",
"tweak" : "1a36d2cb8088c664",
"msg" : [7, 0, 5, 6, 1, 7, 2, 2, 0, 1, 3, 6, 8, 1, 8, 5, -1],
"ct" : [5, 0, 2, 6, 1, 7, 6, 2, 1, 8, 8, 2, 6, 9, 4, 3, 4],
"result" : "invalid"
},
{
"tcId" : 555,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "357a3f03004d991f4b31220e41332ab4",
"tweak" : "30dbfd607ea53dd7",
"msg" : [10, 5, 9, 0, 1, 5, 9, 5, 5, 8, 6, 7, 8, 6, 0, 5, 9],
"ct" : [3, 7, 1, 0, 7, 0, 8, 3, 1, 8, 8, 3, 0, 3, 3, 5, 8],
"result" : "invalid"
},
{
"tcId" : 556,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "357a3f03004d991f4b31220e41332ab4",
"tweak" : "30dbfd607ea53dd7",
"msg" : [5, 5, 9, 0, 1, 10, 9, 5, 5, 8, 6, 7, 8, 6, 0, 5, 9],
"ct" : [4, 3, 3, 9, 0, 7, 4, 5, 6, 8, 8, 1, 7, 5, 8, 4, 6],
"result" : "invalid"
},
{
"tcId" : 557,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "357a3f03004d991f4b31220e41332ab4",
"tweak" : "30dbfd607ea53dd7",
"msg" : [5, 5, 9, 0, 1, 5, 9, 5, 5, 8, 6, 7, 8, 6, 0, 5, 10],
"ct" : [1, 1, 3, 7, 4, 9, 5, 2, 9, 1, 6, 8, 4, 6, 3, 7, 4],
"result" : "invalid"
}
]
},
{
"keySize" : 128,
"msgSize" : 18,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 558,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "40dcd7ccae73e5e9bba5523fbab77a3c",
"tweak" : "60ddd7c8df1437cf",
"msg" : [3, 1, 2, 7, 9, 2, 8, 8, 4, 6, 6, 6, 3, 5, 9, 9, 7, 9],
"ct" : [1, 2, 3, 9, 7, 4, 6, 3, 4, 0, 8, 2, 6, 0, 3, 9, 3, 2],
"result" : "valid"
},
{
"tcId" : 559,
"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" : [8, 2, 8, 2, 8, 4, 5, 9, 0, 6, 5, 4, 1, 9, 3, 2, 5, 5],
"result" : "valid"
},
{
"tcId" : 560,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "fbe6a74c32f28d6fcb00598b1d6c531a",
"tweak" : "308cfb8c6402c842",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [2, 0, 2, 3, 4, 7, 6, 5, 5, 1, 2, 3, 4, 8, 1, 6, 5, 4],
"result" : "valid"
},
{
"tcId" : 561,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "fbe6a74c32f28d6fcb00598b1d6c531a",
"tweak" : "308cfb8c6402c842",
"msg" : [5, 3, 6, 8, 7, 0, 9, 1, 2, 5, 3, 6, 8, 7, 0, 9, 1, 2],
"ct" : [9, 2, 1, 6, 2, 4, 8, 2, 2, 3, 3, 4, 5, 2, 8, 1, 4, 4],
"result" : "valid"
},
{
"tcId" : 562,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "fbe6a74c32f28d6fcb00598b1d6c531a",
"tweak" : "308cfb8c6402c842",
"msg" : [5, 3, 6, 8, 7, 0, 9, 1, 1, 5, 3, 6, 8, 7, 0, 9, 1, 1],
"ct" : [6, 7, 0, 5, 0, 3, 7, 7, 7, 6, 0, 0, 0, 7, 4, 7, 3, 7],
"result" : "valid"
},
{
"tcId" : 563,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "fbe6a74c32f28d6fcb00598b1d6c531a",
"tweak" : "308cfb8c6402c842",
"msg" : [9, 6, 5, 1, 6, 9, 7, 8, 2, 7, 4, 1, 5, 0, 7, 6, 1, 0],
"ct" : [9, 9, 1, 2, 8, 8, 2, 1, 8, 5, 9, 5, 4, 7, 2, 5, 9, 8],
"result" : "valid"
},
{
"tcId" : 564,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "fbe6a74c32f28d6fcb00598b1d6c531a",
"tweak" : "308cfb8c6402c842",
"msg" : [2, 7, 6, 0, 2, 7, 9, 1, 9, 6, 7, 4, 8, 9, 1, 2, 3, 7],
"ct" : [9, 0, 2, 7, 4, 5, 0, 1, 2, 8, 5, 1, 8, 0, 9, 8, 0, 0],
"result" : "valid"
},
{
"tcId" : 565,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "fbe6a74c32f28d6fcb00598b1d6c531a",
"tweak" : "308cfb8c6402c842",
"msg" : [8, 4, 8, 1, 6, 5, 8, 0, 7, 3, 5, 7, 2, 2, 3, 4, 1, 8],
"ct" : [3, 8, 8, 9, 8, 5, 5, 1, 6, 1, 0, 5, 1, 0, 0, 0, 3, 8],
"result" : "valid"
},
{
"tcId" : 566,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "fbe6a74c32f28d6fcb00598b1d6c531a",
"tweak" : "308cfb8c6402c842",
"msg" : [5, 6, 9, 8, 6, 4, 4, 7, 3, 0, 6, 2, 9, 8, 8, 6, 0, 0],
"ct" : [7, 6, 5, 4, 7, 1, 7, 0, 1, 4, 4, 0, 9, 5, 5, 7, 6, 4],
"result" : "valid"
},
{
"tcId" : 567,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "fbe6a74c32f28d6fcb00598b1d6c531a",
"tweak" : "308cfb8c6402c842",
"msg" : [3, 5, 5, 6, 5, 9, 8, 1, 3, 1, 5, 0, 3, 7, 7, 0, 1, 6],
"ct" : [1, 2, 8, 4, 1, 4, 4, 8, 5, 2, 8, 8, 8, 7, 5, 9, 6, 6],
"result" : "valid"
},
{
"tcId" : 568,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "fbe6a74c32f28d6fcb00598b1d6c531a",
"tweak" : "308cfb8c6402c842",
"msg" : [7, 0, 3, 1, 6, 4, 6, 7, 3, 5, 7, 8, 6, 6, 4, 2, 6, 1],
"ct" : [8, 0, 6, 9, 8, 0, 0, 8, 0, 6, 6, 8, 5, 7, 0, 7, 1, 6],
"result" : "valid"
},
{
"tcId" : 569,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "fbe6a74c32f28d6fcb00598b1d6c531a",
"tweak" : "308cfb8c6402c842",
"msg" : [5, 2, 4, 7, 1, 8, 4, 8, 3, 9, 4, 3, 1, 9, 0, 9, 0, 7],
"ct" : [2, 6, 7, 7, 4, 0, 0, 0, 0, 8, 0, 3, 7, 9, 1, 4, 2, 4],
"result" : "valid"
},
{
"tcId" : 570,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "fbe6a74c32f28d6fcb00598b1d6c531a",
"tweak" : "308cfb8c6402c842",
"msg" : [5, 1, 2, 0, 8, 4, 5, 5, 2, 6, 6, 1, 6, 7, 9, 4, 9, 9],
"ct" : [5, 5, 1, 0, 6, 3, 2, 5, 9, 1, 5, 4, 5, 6, 2, 7, 0, 9],
"result" : "valid"
},
{
"tcId" : 571,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "fbe6a74c32f28d6fcb00598b1d6c531a",
"tweak" : "308cfb8c6402c842",
"msg" : [8, 2, 0, 1, 6, 4, 7, 9, 8, 5, 7, 2, 7, 8, 9, 3, 2, 4],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 572,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "fbe6a74c32f28d6fcb00598b1d6c531a",
"tweak" : "308cfb8c6402c842",
"msg" : [9, 4, 0, 4, 2, 7, 7, 9, 8, 7, 5, 5, 4, 1, 5, 7, 0, 6],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 573,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "fbe6a74c32f28d6fcb00598b1d6c531a",
"tweak" : "308cfb8c6402c842",
"msg" : [5, 6, 5, 6, 2, 9, 5, 9, 6, 4, 7, 3, 0, 7, 0, 1, 1, 7],
"ct" : [5, 3, 6, 8, 7, 0, 9, 1, 2, 5, 3, 6, 8, 7, 0, 9, 1, 2],
"result" : "valid"
},
{
"tcId" : 574,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "fbe6a74c32f28d6fcb00598b1d6c531a",
"tweak" : "308cfb8c6402c842",
"msg" : [1, 7, 3, 5, 0, 9, 7, 7, 5, 1, 1, 4, 3, 8, 6, 2, 2, 4],
"ct" : [5, 3, 6, 8, 7, 0, 9, 1, 1, 5, 3, 6, 8, 7, 0, 9, 1, 1],
"result" : "valid"
},
{
"tcId" : 575,
"comment" : "y = 0 and (y + a) % radix**9 == 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "93f59a2f91ad3ca69e10b50b2ada2f7f",
"tweak" : "ef076bcb9e8df85864592a",
"msg" : [3, 0, 8, 3, 7, 9, 4, 6, 7, 4, 3, 7, 1, 6, 4, 6, 0, 4],
"ct" : [4, 4, 0, 5, 9, 7, 6, 4, 9, 6, 6, 3, 2, 7, 7, 8, 9, 8],
"result" : "valid"
},
{
"tcId" : 576,
"comment" : "y = 0 and a = 1 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "93f59a2f91ad3ca69e10b50b2ada2f7f",
"tweak" : "ef076bcb9e8df85864592a",
"msg" : [2, 3, 1, 9, 2, 6, 6, 2, 3, 9, 9, 9, 8, 3, 7, 2, 6, 9],
"ct" : [4, 1, 1, 1, 7, 2, 9, 0, 8, 1, 9, 1, 8, 8, 7, 1, 5, 0],
"result" : "valid"
},
{
"tcId" : 577,
"comment" : "y = 0 and a has large Hamming weight in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "93f59a2f91ad3ca69e10b50b2ada2f7f",
"tweak" : "ef076bcb9e8df85864592a",
"msg" : [3, 8, 1, 8, 3, 4, 1, 2, 8, 2, 3, 1, 4, 1, 5, 6, 0, 9],
"ct" : [1, 3, 4, 4, 2, 0, 3, 0, 2, 9, 1, 6, 1, 2, 2, 1, 5, 4],
"result" : "valid"
},
{
"tcId" : 578,
"comment" : "y = 0 and (y + a) % radix**9 is maximal in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "93f59a2f91ad3ca69e10b50b2ada2f7f",
"tweak" : "ef076bcb9e8df85864592a",
"msg" : [1, 1, 7, 8, 4, 4, 4, 3, 8, 4, 6, 4, 3, 5, 5, 7, 8, 7],
"ct" : [8, 9, 7, 2, 1, 1, 8, 2, 3, 1, 3, 8, 0, 7, 7, 1, 3, 6],
"result" : "valid"
},
{
"tcId" : 579,
"comment" : "y = 1 and a = 0 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "93f59a2f91ad3ca69e10b50b2ada2f7f",
"tweak" : "5491625030d8587492866c",
"msg" : [7, 6, 0, 3, 5, 4, 6, 4, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [2, 7, 9, 7, 0, 7, 1, 1, 1, 4, 3, 8, 7, 9, 4, 6, 3, 1],
"result" : "valid"
},
{
"tcId" : 580,
"comment" : "y = 1 and a = 1 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "93f59a2f91ad3ca69e10b50b2ada2f7f",
"tweak" : "5491625030d8587492866c",
"msg" : [6, 5, 0, 1, 5, 6, 0, 9, 9, 0, 0, 0, 0, 0, 0, 0, 0, 1],
"ct" : [6, 9, 6, 3, 2, 3, 2, 0, 3, 8, 1, 8, 3, 1, 9, 6, 8, 3],
"result" : "valid"
},
{
"tcId" : 581,
"comment" : "y = 1 and a has large Hamming weight in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "93f59a2f91ad3ca69e10b50b2ada2f7f",
"tweak" : "5491625030d8587492866c",
"msg" : [4, 4, 6, 7, 4, 1, 2, 6, 2, 5, 3, 6, 8, 7, 0, 9, 1, 2],
"ct" : [7, 5, 1, 0, 6, 0, 6, 2, 1, 9, 3, 6, 0, 9, 0, 7, 2, 4],
"result" : "valid"
},
{
"tcId" : 582,
"comment" : "y = 1 and (y + a) % radix**9 is maximal in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "93f59a2f91ad3ca69e10b50b2ada2f7f",
"tweak" : "5491625030d8587492866c",
"msg" : [1, 4, 7, 6, 1, 2, 1, 2, 0, 9, 9, 9, 9, 9, 9, 9, 9, 8],
"ct" : [4, 0, 2, 0, 6, 8, 7, 9, 1, 3, 2, 3, 9, 0, 6, 1, 5, 4],
"result" : "valid"
},
{
"tcId" : 583,
"comment" : "y = 1 and (y + a) % radix**9 == 0 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "93f59a2f91ad3ca69e10b50b2ada2f7f",
"tweak" : "5491625030d8587492866c",
"msg" : [5, 6, 4, 9, 5, 0, 6, 9, 4, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [8, 4, 8, 4, 7, 6, 2, 3, 6, 6, 3, 7, 8, 3, 5, 7, 8, 5],
"result" : "valid"
},
{
"tcId" : 584,
"comment" : "y is maximal and a = 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "93f59a2f91ad3ca69e10b50b2ada2f7f",
"tweak" : "ba3298afd2bef5b7a88bae",
"msg" : [0, 8, 4, 0, 2, 4, 0, 1, 3, 5, 3, 3, 2, 7, 6, 2, 7, 0],
"ct" : [3, 1, 8, 2, 8, 0, 6, 2, 9, 9, 0, 8, 3, 4, 8, 6, 8, 0],
"result" : "valid"
},
{
"tcId" : 585,
"comment" : "y is maximal and a = 1 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "93f59a2f91ad3ca69e10b50b2ada2f7f",
"tweak" : "ba3298afd2bef5b7a88bae",
"msg" : [9, 3, 8, 9, 0, 2, 3, 3, 5, 1, 0, 1, 1, 9, 3, 7, 0, 7],
"ct" : [1, 4, 2, 6, 2, 1, 3, 9, 0, 0, 6, 8, 5, 8, 7, 3, 4, 3],
"result" : "valid"
},
{
"tcId" : 586,
"comment" : "y is maximal and (y + a) % radix**9 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "93f59a2f91ad3ca69e10b50b2ada2f7f",
"tweak" : "ba3298afd2bef5b7a88bae",
"msg" : [7, 5, 6, 1, 2, 1, 6, 7, 4, 7, 2, 4, 9, 5, 7, 3, 3, 5],
"ct" : [1, 9, 6, 5, 0, 2, 4, 7, 8, 8, 3, 2, 5, 0, 1, 5, 4, 8],
"result" : "valid"
},
{
"tcId" : 587,
"comment" : "y is maximal and (y + a) % radix**9 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "93f59a2f91ad3ca69e10b50b2ada2f7f",
"tweak" : "ba3298afd2bef5b7a88bae",
"msg" : [1, 6, 0, 0, 7, 6, 0, 0, 0, 9, 3, 2, 6, 3, 1, 2, 2, 0],
"ct" : [2, 2, 9, 4, 8, 6, 3, 2, 1, 9, 0, 2, 7, 5, 3, 8, 2, 3],
"result" : "valid"
},
{
"tcId" : 588,
"comment" : "y is maximal and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "93f59a2f91ad3ca69e10b50b2ada2f7f",
"tweak" : "ba3298afd2bef5b7a88bae",
"msg" : [6, 1, 2, 0, 7, 4, 5, 2, 6, 3, 0, 8, 4, 3, 2, 5, 1, 9],
"ct" : [9, 6, 9, 5, 7, 5, 2, 6, 7, 4, 8, 9, 4, 1, 1, 0, 6, 8],
"result" : "valid"
},
{
"tcId" : 589,
"comment" : "y is maximal and a is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "93f59a2f91ad3ca69e10b50b2ada2f7f",
"tweak" : "ba3298afd2bef5b7a88bae",
"msg" : [0, 8, 5, 8, 2, 6, 7, 8, 8, 1, 7, 7, 7, 4, 7, 3, 8, 4],
"ct" : [9, 1, 3, 5, 6, 3, 0, 3, 2, 6, 3, 2, 7, 4, 4, 4, 8, 5],
"result" : "valid"
},
{
"tcId" : 590,
"comment" : "y is edge case for modular reduction and a = 0 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "93f59a2f91ad3ca69e10b50b2ada2f7f",
"tweak" : "50886ce55e492c20e982b0",
"msg" : [3, 9, 8, 3, 7, 6, 7, 4, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [5, 9, 5, 2, 1, 4, 6, 8, 4, 4, 8, 6, 0, 8, 1, 0, 3, 0],
"result" : "valid"
},
{
"tcId" : 591,
"comment" : "y is edge case for modular reduction and a = 1 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "93f59a2f91ad3ca69e10b50b2ada2f7f",
"tweak" : "50886ce55e492c20e982b0",
"msg" : [3, 9, 4, 8, 3, 1, 5, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1],
"ct" : [3, 6, 4, 1, 1, 5, 7, 2, 1, 0, 8, 3, 4, 3, 6, 2, 2, 9],
"result" : "valid"
},
{
"tcId" : 592,
"comment" : "y is edge case for modular reduction and (y + a) % radix**9 is maximal in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "93f59a2f91ad3ca69e10b50b2ada2f7f",
"tweak" : "50886ce55e492c20e982b0",
"msg" : [1, 9, 2, 0, 7, 4, 4, 1, 4, 2, 9, 0, 4, 4, 8, 3, 8, 9],
"ct" : [4, 7, 7, 3, 0, 1, 2, 1, 9, 4, 2, 0, 5, 1, 3, 6, 0, 8],
"result" : "valid"
},
{
"tcId" : 593,
"comment" : "y is edge case for modular reduction and (y + a) % radix**9 == 0 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "93f59a2f91ad3ca69e10b50b2ada2f7f",
"tweak" : "50886ce55e492c20e982b0",
"msg" : [1, 8, 2, 3, 7, 4, 9, 9, 2, 2, 9, 0, 4, 4, 8, 3, 9, 0],
"ct" : [1, 9, 5, 2, 9, 7, 2, 0, 9, 1, 7, 4, 3, 7, 5, 9, 8, 8],
"result" : "valid"
},
{
"tcId" : 594,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "93f59a2f91ad3ca69e10b50b2ada2f7f",
"tweak" : "50886ce55e492c20e982b0",
"msg" : [9, 3, 4, 9, 9, 9, 4, 2, 2, 5, 3, 6, 8, 7, 0, 9, 1, 2],
"ct" : [1, 7, 0, 6, 9, 7, 9, 4, 9, 9, 1, 1, 1, 0, 7, 2, 2, 5],
"result" : "valid"
},
{
"tcId" : 595,
"comment" : "y is edge case for modular reduction and a is maximal in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "93f59a2f91ad3ca69e10b50b2ada2f7f",
"tweak" : "50886ce55e492c20e982b0",
"msg" : [9, 3, 5, 7, 3, 1, 0, 7, 0, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [5, 7, 5, 1, 0, 1, 0, 8, 7, 0, 6, 8, 3, 5, 0, 7, 1, 1],
"result" : "valid"
},
{
"tcId" : 596,
"comment" : "y is maximal after modular reduction and (y + a) % radix**9 is maximal in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "93f59a2f91ad3ca69e10b50b2ada2f7f",
"tweak" : "f5de28f293888ff90a3603",
"msg" : [8, 8, 0, 3, 9, 2, 1, 8, 6, 6, 5, 1, 4, 3, 8, 9, 4, 9],
"ct" : [8, 3, 0, 5, 7, 0, 2, 9, 4, 5, 9, 7, 7, 9, 3, 3, 5, 0],
"result" : "valid"
},
{
"tcId" : 597,
"comment" : "y is maximal after modular reduction and (y + a) % radix**9 == 0 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "93f59a2f91ad3ca69e10b50b2ada2f7f",
"tweak" : "f5de28f293888ff90a3603",
"msg" : [5, 5, 7, 4, 8, 0, 6, 5, 2, 5, 4, 8, 9, 6, 3, 4, 0, 5],
"ct" : [6, 0, 7, 7, 2, 8, 2, 3, 2, 5, 7, 1, 8, 5, 4, 1, 5, 3],
"result" : "valid"
},
{
"tcId" : 598,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "93f59a2f91ad3ca69e10b50b2ada2f7f",
"tweak" : "f5de28f293888ff90a3603",
"msg" : [1, 6, 4, 5, 8, 3, 1, 8, 5, 5, 3, 1, 8, 6, 4, 0, 6, 4],
"ct" : [3, 2, 8, 6, 9, 0, 2, 0, 4, 7, 9, 3, 0, 8, 1, 1, 6, 4],
"result" : "valid"
},
{
"tcId" : 599,
"comment" : "y is maximal after modular reduction and a is maximal in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "93f59a2f91ad3ca69e10b50b2ada2f7f",
"tweak" : "f5de28f293888ff90a3603",
"msg" : [6, 2, 9, 1, 0, 8, 2, 2, 7, 9, 1, 9, 5, 0, 4, 9, 3, 9],
"ct" : [9, 9, 3, 5, 3, 4, 0, 3, 0, 2, 0, 1, 4, 8, 6, 1, 4, 4],
"result" : "valid"
},
{
"tcId" : 600,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "8f3a40ed121d763ce94121d1a884ac4f",
"tweak" : "5e37cf940f79d378",
"msg" : [-1, 7, 7, 8, 6, 1, 0, 6, 8, 7, 3, 0, 8, 0, 5, 7, 9, 1],
"ct" : [3, 1, 1, 7, 6, 9, 2, 9, 1, 8, 6, 0, 5, 0, 7, 3, 4, 9],
"result" : "invalid"
},
{
"tcId" : 601,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "8f3a40ed121d763ce94121d1a884ac4f",
"tweak" : "5e37cf940f79d378",
"msg" : [5, 7, 7, 8, 6, 1, -1, 6, 8, 7, 3, 0, 8, 0, 5, 7, 9, 1],
"ct" : [9, 5, 9, 1, 0, 1, 6, 4, 8, 9, 5, 8, 5, 2, 0, 8, 3, 9],
"result" : "invalid"
},
{
"tcId" : 602,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "8f3a40ed121d763ce94121d1a884ac4f",
"tweak" : "5e37cf940f79d378",
"msg" : [5, 7, 7, 8, 6, 1, 0, 6, 8, 7, 3, 0, 8, 0, 5, 7, 9, -1],
"ct" : [2, 3, 5, 0, 0, 1, 3, 9, 4, 6, 3, 6, 3, 3, 6, 3, 0, 3],
"result" : "invalid"
},
{
"tcId" : 603,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "8b71e29911e5e5f71ea9807881497ed7",
"tweak" : "129b8bf69fd6a568",
"msg" : [10, 7, 3, 7, 2, 5, 6, 8, 4, 5, 4, 9, 3, 8, 2, 7, 1, 8],
"ct" : [1, 5, 3, 6, 7, 4, 8, 5, 3, 3, 6, 2, 8, 9, 0, 6, 7, 4],
"result" : "invalid"
},
{
"tcId" : 604,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "8b71e29911e5e5f71ea9807881497ed7",
"tweak" : "129b8bf69fd6a568",
"msg" : [1, 7, 3, 7, 2, 5, 10, 8, 4, 5, 4, 9, 3, 8, 2, 7, 1, 8],
"ct" : [0, 2, 8, 9, 5, 5, 9, 6, 8, 8, 8, 2, 2, 7, 5, 2, 5, 5],
"result" : "invalid"
},
{
"tcId" : 605,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "8b71e29911e5e5f71ea9807881497ed7",
"tweak" : "129b8bf69fd6a568",
"msg" : [1, 7, 3, 7, 2, 5, 6, 8, 4, 5, 4, 9, 3, 8, 2, 7, 1, 10],
"ct" : [1, 7, 9, 5, 6, 3, 0, 2, 5, 5, 5, 8, 2, 4, 3, 8, 8, 9],
"result" : "invalid"
}
]
},
{
"keySize" : 128,
"msgSize" : 19,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 606,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "3591cc97af4a5d1492305f87269ee691",
"tweak" : "13786144a50ef10a",
"msg" : [0, 9, 9, 1, 9, 1, 3, 1, 9, 3, 0, 6, 2, 6, 8, 1, 2, 5, 0],
"ct" : [2, 0, 0, 6, 0, 9, 4, 5, 2, 8, 9, 0, 3, 7, 0, 3, 2, 0, 0],
"result" : "valid"
},
{
"tcId" : 607,
"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" : [2, 0, 4, 1, 4, 4, 2, 3, 3, 9, 1, 5, 8, 7, 0, 1, 2, 8, 2],
"result" : "valid"
},
{
"tcId" : 608,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "cd031dce5e1bca3a7e04c997ac13ef2d",
"tweak" : "3d906a02e77bcc5c",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [2, 2, 1, 0, 0, 4, 3, 2, 2, 9, 6, 8, 6, 8, 1, 3, 8, 7, 5],
"result" : "valid"
},
{
"tcId" : 609,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "cd031dce5e1bca3a7e04c997ac13ef2d",
"tweak" : "3d906a02e77bcc5c",
"msg" : [5, 3, 6, 8, 7, 0, 9, 1, 2, 8, 5, 8, 9, 9, 3, 4, 5, 9, 2],
"ct" : [8, 4, 9, 1, 4, 3, 3, 0, 0, 8, 5, 6, 3, 1, 6, 4, 8, 7, 2],
"result" : "valid"
},
{
"tcId" : 610,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "cd031dce5e1bca3a7e04c997ac13ef2d",
"tweak" : "3d906a02e77bcc5c",
"msg" : [5, 3, 6, 8, 7, 0, 9, 1, 1, 8, 5, 8, 9, 9, 3, 4, 5, 9, 1],
"ct" : [6, 8, 0, 0, 5, 5, 7, 8, 0, 8, 7, 8, 0, 4, 6, 5, 5, 7, 7],
"result" : "valid"
},
{
"tcId" : 611,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "cd031dce5e1bca3a7e04c997ac13ef2d",
"tweak" : "3d906a02e77bcc5c",
"msg" : [5, 3, 8, 6, 3, 9, 0, 6, 9, 4, 8, 8, 2, 0, 5, 1, 4, 1, 8],
"ct" : [2, 8, 8, 6, 6, 0, 0, 2, 2, 4, 3, 8, 9, 7, 8, 0, 6, 1, 4],
"result" : "valid"
},
{
"tcId" : 612,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "cd031dce5e1bca3a7e04c997ac13ef2d",
"tweak" : "3d906a02e77bcc5c",
"msg" : [7, 8, 7, 9, 0, 5, 3, 4, 2, 6, 2, 5, 4, 4, 5, 3, 0, 4, 0],
"ct" : [5, 7, 2, 6, 1, 1, 4, 2, 2, 9, 7, 3, 1, 2, 2, 9, 1, 7, 9],
"result" : "valid"
},
{
"tcId" : 613,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "cd031dce5e1bca3a7e04c997ac13ef2d",
"tweak" : "3d906a02e77bcc5c",
"msg" : [1, 6, 8, 6, 4, 7, 1, 4, 8, 2, 0, 3, 6, 0, 4, 3, 4, 4, 5],
"ct" : [2, 5, 4, 8, 8, 9, 3, 3, 3, 8, 1, 9, 0, 7, 7, 7, 8, 7, 3],
"result" : "valid"
},
{
"tcId" : 614,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "cd031dce5e1bca3a7e04c997ac13ef2d",
"tweak" : "3d906a02e77bcc5c",
"msg" : [4, 2, 1, 6, 6, 3, 6, 5, 4, 2, 1, 8, 8, 4, 7, 6, 3, 9, 6],
"ct" : [1, 3, 7, 0, 8, 7, 0, 0, 4, 5, 5, 1, 7, 9, 0, 1, 3, 9, 8],
"result" : "valid"
},
{
"tcId" : 615,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "cd031dce5e1bca3a7e04c997ac13ef2d",
"tweak" : "3d906a02e77bcc5c",
"msg" : [5, 6, 8, 4, 3, 9, 4, 3, 4, 7, 3, 1, 0, 5, 6, 4, 6, 9, 9],
"ct" : [4, 7, 6, 0, 2, 4, 4, 2, 0, 6, 3, 3, 5, 4, 5, 7, 7, 9, 9],
"result" : "valid"
},
{
"tcId" : 616,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "cd031dce5e1bca3a7e04c997ac13ef2d",
"tweak" : "3d906a02e77bcc5c",
"msg" : [3, 9, 1, 6, 8, 2, 8, 6, 3, 8, 6, 6, 3, 0, 7, 6, 5, 1, 1],
"ct" : [3, 2, 5, 9, 4, 1, 2, 7, 3, 5, 3, 2, 9, 9, 4, 5, 7, 0, 0],
"result" : "valid"
},
{
"tcId" : 617,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "cd031dce5e1bca3a7e04c997ac13ef2d",
"tweak" : "3d906a02e77bcc5c",
"msg" : [9, 9, 6, 6, 7, 3, 2, 7, 5, 0, 6, 6, 6, 6, 6, 2, 0, 1, 0],
"ct" : [5, 9, 1, 9, 5, 4, 8, 8, 9, 3, 0, 4, 2, 8, 2, 0, 3, 3, 6],
"result" : "valid"
},
{
"tcId" : 618,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "cd031dce5e1bca3a7e04c997ac13ef2d",
"tweak" : "3d906a02e77bcc5c",
"msg" : [2, 0, 9, 0, 3, 8, 1, 0, 1, 0, 5, 7, 8, 9, 9, 2, 5, 1, 2],
"ct" : [0, 3, 5, 9, 8, 1, 5, 6, 1, 9, 2, 5, 5, 4, 0, 2, 9, 0, 4],
"result" : "valid"
},
{
"tcId" : 619,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "cd031dce5e1bca3a7e04c997ac13ef2d",
"tweak" : "3d906a02e77bcc5c",
"msg" : [0, 9, 3, 3, 9, 9, 5, 7, 7, 9, 3, 8, 8, 1, 6, 3, 6, 1, 1],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 620,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "cd031dce5e1bca3a7e04c997ac13ef2d",
"tweak" : "3d906a02e77bcc5c",
"msg" : [4, 9, 6, 0, 6, 4, 5, 5, 9, 1, 5, 9, 6, 3, 0, 7, 2, 0, 8],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 621,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "cd031dce5e1bca3a7e04c997ac13ef2d",
"tweak" : "3d906a02e77bcc5c",
"msg" : [0, 2, 2, 0, 9, 9, 7, 2, 7, 0, 2, 3, 8, 6, 8, 5, 8, 5, 9],
"ct" : [5, 3, 6, 8, 7, 0, 9, 1, 2, 8, 5, 8, 9, 9, 3, 4, 5, 9, 2],
"result" : "valid"
},
{
"tcId" : 622,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "cd031dce5e1bca3a7e04c997ac13ef2d",
"tweak" : "3d906a02e77bcc5c",
"msg" : [8, 3, 4, 5, 2, 1, 9, 3, 4, 8, 7, 0, 4, 0, 1, 5, 0, 4, 5],
"ct" : [5, 3, 6, 8, 7, 0, 9, 1, 1, 8, 5, 8, 9, 9, 3, 4, 5, 9, 1],
"result" : "valid"
},
{
"tcId" : 623,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "1cf89329cac719e6c7544a9303e78801",
"tweak" : "169faf154b10cac4",
"msg" : [-1, 1, 2, 5, 6, 9, 6, 2, 9, 1, 7, 5, 5, 6, 9, 7, 6, 0, 7],
"ct" : [7, 3, 2, 3, 4, 8, 8, 6, 7, 4, 9, 0, 3, 7, 4, 1, 1, 0, 0],
"result" : "invalid"
},
{
"tcId" : 624,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "1cf89329cac719e6c7544a9303e78801",
"tweak" : "169faf154b10cac4",
"msg" : [8, 1, 2, 5, 6, 9, -1, 2, 9, 1, 7, 5, 5, 6, 9, 7, 6, 0, 7],
"ct" : [9, 6, 9, 9, 4, 0, 8, 0, 5, 7, 0, 7, 4, 3, 5, 2, 1, 3, 3],
"result" : "invalid"
},
{
"tcId" : 625,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "1cf89329cac719e6c7544a9303e78801",
"tweak" : "169faf154b10cac4",
"msg" : [8, 1, 2, 5, 6, 9, 6, 2, 9, 1, 7, 5, 5, 6, 9, 7, 6, 0, -1],
"ct" : [7, 3, 3, 9, 3, 8, 2, 9, 5, 6, 1, 9, 6, 1, 4, 0, 8, 6, 8],
"result" : "invalid"
},
{
"tcId" : 626,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "b52f36f2bda28d8e034e8b3b97b54217",
"tweak" : "b8324e08c45764eb",
"msg" : [10, 8, 4, 2, 8, 2, 1, 1, 0, 1, 9, 7, 6, 0, 6, 8, 3, 8, 7],
"ct" : [5, 2, 9, 6, 8, 4, 0, 5, 6, 0, 1, 5, 8, 1, 8, 0, 1, 3, 9],
"result" : "invalid"
},
{
"tcId" : 627,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "b52f36f2bda28d8e034e8b3b97b54217",
"tweak" : "b8324e08c45764eb",
"msg" : [8, 8, 4, 2, 8, 2, 10, 1, 0, 1, 9, 7, 6, 0, 6, 8, 3, 8, 7],
"ct" : [3, 7, 4, 6, 4, 7, 0, 1, 0, 3, 7, 0, 9, 1, 2, 0, 0, 3, 3],
"result" : "invalid"
},
{
"tcId" : 628,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "b52f36f2bda28d8e034e8b3b97b54217",
"tweak" : "b8324e08c45764eb",
"msg" : [8, 8, 4, 2, 8, 2, 1, 1, 0, 1, 9, 7, 6, 0, 6, 8, 3, 8, 10],
"ct" : [8, 7, 8, 2, 3, 5, 6, 1, 3, 2, 1, 4, 6, 4, 7, 3, 7, 4, 5],
"result" : "invalid"
}
]
},
{
"keySize" : 128,
"msgSize" : 20,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 629,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "ccdf8f792a48fd841d49e060315b0c3d",
"tweak" : "508c6ff22207dc5b",
"msg" : [5, 5, 2, 8, 9, 6, 0, 1, 2, 9, 7, 5, 9, 8, 6, 5, 7, 0, 8, 3],
"ct" : [1, 3, 8, 5, 2, 5, 8, 8, 2, 1, 1, 2, 1, 0, 3, 1, 4, 7, 3, 3],
"result" : "valid"
},
{
"tcId" : 630,
"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" : [1, 6, 2, 7, 3, 0, 1, 0, 7, 9, 5, 0, 9, 7, 5, 6, 9, 1, 8, 3],
"result" : "valid"
},
{
"tcId" : 631,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "e957b00cf440abed5e9a5d06cd5f5cdb",
"tweak" : "f6fa77d46df38c3b",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [7, 9, 5, 3, 4, 9, 7, 6, 9, 0, 0, 3, 1, 5, 5, 0, 4, 7, 5, 2],
"result" : "valid"
},
{
"tcId" : 632,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "e957b00cf440abed5e9a5d06cd5f5cdb",
"tweak" : "f6fa77d46df38c3b",
"msg" : [8, 5, 8, 9, 9, 3, 4, 5, 9, 2, 8, 5, 8, 9, 9, 3, 4, 5, 9, 2],
"ct" : [4, 7, 8, 7, 3, 6, 8, 2, 9, 0, 3, 5, 7, 0, 3, 9, 3, 3, 6, 9],
"result" : "valid"
},
{
"tcId" : 633,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "e957b00cf440abed5e9a5d06cd5f5cdb",
"tweak" : "f6fa77d46df38c3b",
"msg" : [8, 5, 8, 9, 9, 3, 4, 5, 9, 1, 8, 5, 8, 9, 9, 3, 4, 5, 9, 1],
"ct" : [2, 0, 3, 9, 0, 6, 5, 5, 3, 1, 4, 7, 3, 0, 5, 8, 8, 8, 6, 3],
"result" : "valid"
},
{
"tcId" : 634,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "e957b00cf440abed5e9a5d06cd5f5cdb",
"tweak" : "f6fa77d46df38c3b",
"msg" : [9, 3, 6, 9, 2, 1, 0, 5, 7, 1, 3, 8, 8, 8, 9, 0, 3, 9, 8, 6],
"ct" : [8, 5, 1, 7, 4, 4, 5, 8, 1, 3, 9, 8, 9, 8, 2, 1, 6, 2, 7, 8],
"result" : "valid"
},
{
"tcId" : 635,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "e957b00cf440abed5e9a5d06cd5f5cdb",
"tweak" : "f6fa77d46df38c3b",
"msg" : [3, 0, 6, 0, 4, 2, 6, 9, 6, 3, 4, 1, 7, 0, 7, 5, 6, 6, 8, 9],
"ct" : [5, 6, 8, 1, 9, 6, 3, 2, 2, 9, 4, 3, 8, 4, 4, 9, 7, 6, 3, 8],
"result" : "valid"
},
{
"tcId" : 636,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "e957b00cf440abed5e9a5d06cd5f5cdb",
"tweak" : "f6fa77d46df38c3b",
"msg" : [7, 4, 2, 7, 0, 4, 2, 6, 3, 6, 2, 2, 0, 9, 6, 9, 4, 3, 2, 3],
"ct" : [7, 8, 5, 9, 7, 3, 9, 7, 8, 8, 4, 3, 4, 5, 2, 4, 2, 4, 9, 0],
"result" : "valid"
},
{
"tcId" : 637,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "e957b00cf440abed5e9a5d06cd5f5cdb",
"tweak" : "f6fa77d46df38c3b",
"msg" : [8, 5, 8, 7, 2, 5, 7, 1, 6, 1, 8, 2, 2, 4, 0, 7, 4, 4, 1, 1],
"ct" : [6, 6, 4, 7, 7, 0, 1, 0, 4, 1, 7, 7, 1, 2, 0, 7, 6, 9, 4, 7],
"result" : "valid"
},
{
"tcId" : 638,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "e957b00cf440abed5e9a5d06cd5f5cdb",
"tweak" : "f6fa77d46df38c3b",
"msg" : [2, 4, 1, 1, 8, 8, 3, 7, 5, 0, 5, 7, 9, 8, 0, 6, 8, 8, 2, 7],
"ct" : [2, 1, 1, 8, 2, 9, 2, 6, 2, 1, 5, 3, 7, 2, 7, 9, 1, 3, 2, 4],
"result" : "valid"
},
{
"tcId" : 639,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "e957b00cf440abed5e9a5d06cd5f5cdb",
"tweak" : "f6fa77d46df38c3b",
"msg" : [8, 9, 3, 5, 3, 2, 7, 3, 4, 6, 3, 9, 3, 4, 1, 9, 2, 7, 9, 6],
"ct" : [4, 4, 2, 6, 5, 2, 0, 1, 8, 7, 3, 5, 4, 5, 9, 8, 5, 9, 2, 9],
"result" : "valid"
},
{
"tcId" : 640,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "e957b00cf440abed5e9a5d06cd5f5cdb",
"tweak" : "f6fa77d46df38c3b",
"msg" : [9, 9, 8, 9, 2, 0, 9, 2, 5, 6, 0, 2, 0, 4, 3, 5, 1, 2, 2, 0],
"ct" : [6, 3, 6, 3, 9, 2, 3, 8, 6, 4, 8, 5, 2, 2, 9, 5, 8, 7, 5, 0],
"result" : "valid"
},
{
"tcId" : 641,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "e957b00cf440abed5e9a5d06cd5f5cdb",
"tweak" : "f6fa77d46df38c3b",
"msg" : [4, 2, 1, 9, 3, 0, 7, 5, 8, 7, 0, 7, 5, 8, 7, 0, 0, 0, 3, 6],
"ct" : [3, 8, 8, 6, 0, 1, 0, 3, 5, 3, 1, 1, 6, 7, 6, 2, 0, 5, 0, 0],
"result" : "valid"
},
{
"tcId" : 642,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "e957b00cf440abed5e9a5d06cd5f5cdb",
"tweak" : "f6fa77d46df38c3b",
"msg" : [8, 2, 2, 2, 0, 2, 9, 5, 2, 5, 9, 6, 4, 2, 8, 0, 4, 6, 5, 2],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 643,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "e957b00cf440abed5e9a5d06cd5f5cdb",
"tweak" : "f6fa77d46df38c3b",
"msg" : [1, 2, 8, 3, 9, 2, 6, 4, 4, 6, 6, 9, 6, 3, 8, 2, 9, 8, 3, 7],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 644,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "e957b00cf440abed5e9a5d06cd5f5cdb",
"tweak" : "f6fa77d46df38c3b",
"msg" : [3, 5, 0, 5, 5, 2, 5, 6, 3, 0, 7, 2, 4, 0, 7, 2, 8, 8, 7, 9],
"ct" : [8, 5, 8, 9, 9, 3, 4, 5, 9, 2, 8, 5, 8, 9, 9, 3, 4, 5, 9, 2],
"result" : "valid"
},
{
"tcId" : 645,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "e957b00cf440abed5e9a5d06cd5f5cdb",
"tweak" : "f6fa77d46df38c3b",
"msg" : [5, 2, 9, 5, 0, 4, 2, 0, 5, 1, 3, 0, 5, 6, 4, 2, 3, 6, 6, 7],
"ct" : [8, 5, 8, 9, 9, 3, 4, 5, 9, 1, 8, 5, 8, 9, 9, 3, 4, 5, 9, 1],
"result" : "valid"
},
{
"tcId" : 646,
"comment" : "y = 1 and a = 0 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "541d381b9f5c1e6ae2cc1b92e7c7e5e3",
"tweak" : "568bdab730d738698ec5",
"msg" : [4, 8, 1, 7, 5, 4, 5, 5, 2, 3, 0, 3, 5, 0, 4, 5, 8, 7, 6, 2],
"ct" : [2, 6, 5, 7, 1, 8, 2, 1, 7, 0, 4, 1, 4, 8, 7, 0, 1, 0, 0, 4],
"result" : "valid"
},
{
"tcId" : 647,
"comment" : "y = 1 and a = 1 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "541d381b9f5c1e6ae2cc1b92e7c7e5e3",
"tweak" : "568bdab730d738698ec5",
"msg" : [9, 6, 8, 5, 0, 7, 6, 1, 0, 8, 0, 5, 1, 0, 6, 5, 5, 3, 7, 2],
"ct" : [3, 2, 0, 7, 2, 4, 8, 4, 1, 3, 4, 2, 1, 7, 8, 5, 7, 8, 5, 1],
"result" : "valid"
},
{
"tcId" : 648,
"comment" : "y = 1 and a has large Hamming weight in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "541d381b9f5c1e6ae2cc1b92e7c7e5e3",
"tweak" : "568bdab730d738698ec5",
"msg" : [8, 3, 9, 5, 4, 8, 3, 5, 3, 8, 8, 2, 6, 7, 4, 9, 3, 1, 5, 5],
"ct" : [6, 8, 3, 6, 2, 2, 7, 3, 2, 1, 5, 8, 5, 5, 0, 1, 2, 2, 0, 6],
"result" : "valid"
},
{
"tcId" : 649,
"comment" : "y = 1 and (y + a) % radix**10 is maximal in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "541d381b9f5c1e6ae2cc1b92e7c7e5e3",
"tweak" : "568bdab730d738698ec5",
"msg" : [2, 1, 7, 5, 2, 5, 8, 7, 3, 9, 1, 0, 1, 0, 4, 7, 0, 3, 7, 3],
"ct" : [3, 8, 3, 5, 9, 3, 0, 8, 9, 5, 3, 9, 4, 9, 9, 3, 1, 9, 0, 2],
"result" : "valid"
},
{
"tcId" : 650,
"comment" : "y = 1 and (y + a) % radix**10 == 0 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "541d381b9f5c1e6ae2cc1b92e7c7e5e3",
"tweak" : "568bdab730d738698ec5",
"msg" : [1, 4, 5, 1, 6, 4, 2, 2, 7, 0, 8, 8, 3, 6, 1, 6, 9, 3, 9, 0],
"ct" : [5, 2, 3, 3, 7, 5, 7, 4, 5, 4, 0, 2, 6, 7, 7, 3, 6, 0, 6, 1],
"result" : "valid"
},
{
"tcId" : 651,
"comment" : "y is maximal and a = 0 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "541d381b9f5c1e6ae2cc1b92e7c7e5e3",
"tweak" : "d051f3dc9d2efd167b35",
"msg" : [8, 3, 9, 5, 0, 1, 4, 2, 2, 5, 2, 9, 8, 3, 3, 2, 9, 2, 6, 1],
"ct" : [9, 9, 0, 9, 4, 3, 2, 6, 2, 5, 4, 1, 2, 8, 6, 8, 9, 5, 7, 4],
"result" : "valid"
},
{
"tcId" : 652,
"comment" : "y is maximal and a = 1 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "541d381b9f5c1e6ae2cc1b92e7c7e5e3",
"tweak" : "d051f3dc9d2efd167b35",
"msg" : [8, 2, 8, 2, 4, 3, 4, 4, 2, 6, 5, 0, 7, 4, 8, 5, 2, 4, 6, 7],
"ct" : [0, 5, 9, 2, 6, 4, 8, 2, 0, 4, 0, 3, 5, 5, 2, 6, 5, 5, 5, 0],
"result" : "valid"
},
{
"tcId" : 653,
"comment" : "y is maximal and (y + a) % radix**10 is maximal in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "541d381b9f5c1e6ae2cc1b92e7c7e5e3",
"tweak" : "d051f3dc9d2efd167b35",
"msg" : [0, 0, 7, 5, 1, 6, 1, 8, 4, 2, 6, 9, 7, 8, 6, 9, 0, 9, 0, 1],
"ct" : [8, 7, 9, 7, 9, 1, 3, 5, 5, 8, 2, 5, 5, 6, 7, 3, 0, 1, 0, 1],
"result" : "valid"
},
{
"tcId" : 654,
"comment" : "y is maximal and (y + a) % radix**10 == 0 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "541d381b9f5c1e6ae2cc1b92e7c7e5e3",
"tweak" : "d051f3dc9d2efd167b35",
"msg" : [7, 6, 9, 4, 0, 1, 1, 0, 0, 4, 1, 0, 9, 6, 4, 7, 9, 4, 1, 2],
"ct" : [8, 9, 4, 2, 9, 7, 5, 0, 7, 6, 2, 1, 3, 9, 7, 4, 3, 7, 1, 3],
"result" : "valid"
},
{
"tcId" : 655,
"comment" : "y is maximal and a has large Hamming weight in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "541d381b9f5c1e6ae2cc1b92e7c7e5e3",
"tweak" : "d051f3dc9d2efd167b35",
"msg" : [5, 2, 3, 6, 4, 6, 2, 4, 8, 0, 7, 3, 5, 2, 2, 8, 3, 6, 0, 5],
"ct" : [5, 3, 8, 9, 7, 3, 4, 6, 7, 1, 7, 7, 6, 1, 7, 9, 1, 1, 0, 4],
"result" : "valid"
},
{
"tcId" : 656,
"comment" : "y is maximal and a is maximal in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "541d381b9f5c1e6ae2cc1b92e7c7e5e3",
"tweak" : "d051f3dc9d2efd167b35",
"msg" : [2, 2, 3, 7, 3, 4, 6, 9, 4, 3, 6, 5, 5, 4, 9, 0, 8, 6, 0, 7],
"ct" : [4, 7, 8, 1, 9, 8, 1, 0, 7, 7, 1, 7, 8, 1, 8, 3, 9, 9, 5, 9],
"result" : "valid"
},
{
"tcId" : 657,
"comment" : "y is edge case for modular reduction and a = 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "541d381b9f5c1e6ae2cc1b92e7c7e5e3",
"tweak" : "6c4d683af9019be9543e",
"msg" : [0, 6, 8, 0, 1, 9, 1, 0, 8, 3, 8, 7, 7, 8, 1, 0, 8, 3, 9, 3],
"ct" : [8, 4, 5, 0, 8, 1, 8, 2, 1, 0, 3, 2, 3, 1, 1, 6, 5, 2, 2, 2],
"result" : "valid"
},
{
"tcId" : 658,
"comment" : "y is edge case for modular reduction and a = 1 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "541d381b9f5c1e6ae2cc1b92e7c7e5e3",
"tweak" : "6c4d683af9019be9543e",
"msg" : [1, 1, 7, 6, 7, 2, 0, 3, 2, 7, 4, 8, 5, 9, 0, 0, 7, 2, 0, 3],
"ct" : [1, 5, 5, 5, 8, 2, 1, 4, 1, 6, 3, 9, 9, 6, 9, 9, 4, 5, 6, 9],
"result" : "valid"
},
{
"tcId" : 659,
"comment" : "y is edge case for modular reduction and (y + a) % radix**10 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "541d381b9f5c1e6ae2cc1b92e7c7e5e3",
"tweak" : "6c4d683af9019be9543e",
"msg" : [9, 1, 0, 1, 4, 2, 1, 4, 7, 4, 4, 1, 8, 0, 2, 5, 0, 8, 8, 9],
"ct" : [1, 4, 6, 4, 3, 2, 1, 2, 7, 1, 8, 0, 7, 4, 9, 9, 9, 0, 4, 7],
"result" : "valid"
},
{
"tcId" : 660,
"comment" : "y is edge case for modular reduction and (y + a) % radix**10 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "541d381b9f5c1e6ae2cc1b92e7c7e5e3",
"tweak" : "6c4d683af9019be9543e",
"msg" : [1, 6, 3, 5, 9, 0, 8, 0, 7, 7, 7, 3, 8, 6, 9, 2, 0, 7, 3, 4],
"ct" : [8, 5, 8, 9, 5, 6, 6, 8, 2, 0, 2, 3, 8, 2, 6, 8, 3, 2, 3, 7],
"result" : "valid"
},
{
"tcId" : 661,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "541d381b9f5c1e6ae2cc1b92e7c7e5e3",
"tweak" : "6c4d683af9019be9543e",
"msg" : [2, 8, 7, 0, 1, 9, 6, 7, 5, 9, 9, 0, 1, 3, 9, 3, 4, 0, 2, 9],
"ct" : [0, 7, 3, 4, 3, 1, 7, 1, 2, 4, 6, 0, 3, 6, 7, 6, 8, 6, 6, 8],
"result" : "valid"
},
{
"tcId" : 662,
"comment" : "y is edge case for modular reduction and a is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "541d381b9f5c1e6ae2cc1b92e7c7e5e3",
"tweak" : "6c4d683af9019be9543e",
"msg" : [8, 2, 5, 2, 7, 2, 8, 4, 7, 1, 5, 1, 7, 2, 4, 7, 8, 8, 8, 7],
"ct" : [7, 1, 0, 5, 7, 1, 3, 9, 8, 4, 2, 3, 2, 9, 7, 8, 9, 8, 7, 6],
"result" : "valid"
},
{
"tcId" : 663,
"comment" : "y is maximal after modular reduction and (y + a) % radix**10 is maximal in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "541d381b9f5c1e6ae2cc1b92e7c7e5e3",
"tweak" : "ea7271d93dfa1384f681",
"msg" : [9, 8, 4, 7, 9, 4, 6, 0, 3, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [4, 3, 6, 7, 1, 2, 2, 1, 5, 5, 9, 5, 4, 3, 9, 9, 7, 0, 3, 1],
"result" : "valid"
},
{
"tcId" : 664,
"comment" : "y is maximal after modular reduction and (y + a) % radix**10 == 0 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "541d381b9f5c1e6ae2cc1b92e7c7e5e3",
"tweak" : "ea7271d93dfa1384f681",
"msg" : [9, 2, 6, 1, 9, 6, 1, 6, 9, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1],
"ct" : [6, 0, 7, 5, 8, 3, 8, 3, 0, 3, 2, 3, 8, 6, 9, 3, 3, 2, 1, 0],
"result" : "valid"
},
{
"tcId" : 665,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "541d381b9f5c1e6ae2cc1b92e7c7e5e3",
"tweak" : "ea7271d93dfa1384f681",
"msg" : [9, 0, 3, 5, 9, 0, 6, 2, 1, 6, 8, 5, 8, 9, 9, 3, 4, 5, 9, 2],
"ct" : [4, 2, 5, 8, 7, 9, 1, 6, 1, 4, 1, 6, 3, 6, 5, 1, 5, 8, 8, 8],
"result" : "valid"
},
{
"tcId" : 666,
"comment" : "y is maximal after modular reduction and a is maximal in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "541d381b9f5c1e6ae2cc1b92e7c7e5e3",
"tweak" : "ea7271d93dfa1384f681",
"msg" : [2, 7, 6, 9, 8, 7, 1, 9, 4, 8, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [5, 5, 4, 3, 1, 3, 0, 7, 8, 8, 0, 0, 6, 5, 1, 7, 7, 9, 2, 3],
"result" : "valid"
},
{
"tcId" : 667,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "4e8c0fdab138c9df8d4a888e6c2df1dd",
"tweak" : "76f494b34dbcd3bc",
"msg" : [-1, 1, 6, 5, 6, 4, 2, 6, 2, 1, 9, 7, 7, 4, 1, 0, 4, 8, 4, 7],
"ct" : [3, 5, 1, 5, 4, 2, 0, 1, 2, 6, 7, 1, 1, 2, 9, 5, 2, 0, 2, 0],
"result" : "invalid"
},
{
"tcId" : 668,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "4e8c0fdab138c9df8d4a888e6c2df1dd",
"tweak" : "76f494b34dbcd3bc",
"msg" : [3, 1, 6, 5, 6, 4, -1, 6, 2, 1, 9, 7, 7, 4, 1, 0, 4, 8, 4, 7],
"ct" : [0, 3, 5, 4, 1, 5, 3, 2, 5, 5, 4, 8, 2, 8, 4, 6, 8, 0, 6, 4],
"result" : "invalid"
},
{
"tcId" : 669,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "4e8c0fdab138c9df8d4a888e6c2df1dd",
"tweak" : "76f494b34dbcd3bc",
"msg" : [3, 1, 6, 5, 6, 4, 2, 6, 2, 1, 9, 7, 7, 4, 1, 0, 4, 8, 4, -1],
"ct" : [0, 6, 4, 9, 0, 3, 5, 7, 3, 6, 7, 3, 3, 2, 4, 9, 7, 8, 4, 9],
"result" : "invalid"
},
{
"tcId" : 670,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "a651a147307c5f71403bbbb81bb16b70",
"tweak" : "9aeac07b967aedb6",
"msg" : [10, 4, 2, 8, 9, 8, 2, 8, 2, 4, 1, 1, 1, 2, 9, 8, 3, 0, 4, 3],
"ct" : [3, 1, 2, 4, 3, 5, 0, 3, 0, 9, 1, 8, 3, 0, 2, 3, 9, 9, 7, 2],
"result" : "invalid"
},
{
"tcId" : 671,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "a651a147307c5f71403bbbb81bb16b70",
"tweak" : "9aeac07b967aedb6",
"msg" : [7, 4, 2, 8, 9, 8, 10, 8, 2, 4, 1, 1, 1, 2, 9, 8, 3, 0, 4, 3],
"ct" : [0, 6, 5, 2, 3, 5, 7, 8, 4, 7, 9, 3, 2, 4, 2, 4, 6, 1, 4, 7],
"result" : "invalid"
},
{
"tcId" : 672,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "a651a147307c5f71403bbbb81bb16b70",
"tweak" : "9aeac07b967aedb6",
"msg" : [7, 4, 2, 8, 9, 8, 2, 8, 2, 4, 1, 1, 1, 2, 9, 8, 3, 0, 4, 10],
"ct" : [9, 4, 9, 7, 8, 9, 8, 2, 3, 1, 3, 6, 4, 2, 8, 2, 9, 4, 5, 2],
"result" : "invalid"
}
]
},
{
"keySize" : 128,
"msgSize" : 21,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 673,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "c0e4c4a9b86c17e4efe9a12733e7aff4",
"tweak" : "f71b48c8172125d4",
"msg" : [0, 9, 7, 0, 6, 5, 4, 9, 4, 5, 0, 0, 4, 9, 6, 9, 8, 1, 2, 6, 2],
"ct" : [6, 9, 8, 5, 0, 7, 1, 5, 5, 5, 8, 6, 7, 0, 7, 3, 1, 6, 2, 3, 7],
"result" : "valid"
},
{
"tcId" : 674,
"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" : [4, 1, 1, 5, 8, 4, 2, 0, 0, 7, 4, 4, 0, 9, 0, 6, 2, 6, 1, 4, 7],
"result" : "valid"
},
{
"tcId" : 675,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "25d4448872edf13aa8be04f271b3568c",
"tweak" : "e243d35dba4fcc44",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [1, 1, 2, 7, 5, 4, 2, 1, 2, 5, 5, 0, 1, 8, 3, 3, 7, 6, 6, 0, 8],
"result" : "valid"
},
{
"tcId" : 676,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "25d4448872edf13aa8be04f271b3568c",
"tweak" : "e243d35dba4fcc44",
"msg" : [8, 5, 8, 9, 9, 3, 4, 5, 9, 2, 6, 8, 7, 1, 9, 4, 7, 6, 7, 3, 6],
"ct" : [7, 9, 7, 3, 3, 6, 2, 9, 9, 9, 4, 3, 7, 0, 3, 2, 2, 6, 1, 8, 4],
"result" : "valid"
},
{
"tcId" : 677,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "25d4448872edf13aa8be04f271b3568c",
"tweak" : "e243d35dba4fcc44",
"msg" : [8, 5, 8, 9, 9, 3, 4, 5, 9, 1, 6, 8, 7, 1, 9, 4, 7, 6, 7, 3, 5],
"ct" : [2, 4, 2, 4, 9, 1, 8, 5, 6, 1, 5, 8, 4, 0, 8, 7, 9, 4, 5, 9, 6],
"result" : "valid"
},
{
"tcId" : 678,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "25d4448872edf13aa8be04f271b3568c",
"tweak" : "e243d35dba4fcc44",
"msg" : [6, 3, 6, 5, 4, 1, 6, 3, 9, 0, 0, 4, 3, 5, 9, 9, 4, 4, 6, 3, 2],
"ct" : [1, 0, 4, 5, 0, 2, 8, 5, 0, 0, 3, 2, 8, 1, 2, 5, 8, 0, 2, 3, 2],
"result" : "valid"
},
{
"tcId" : 679,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "25d4448872edf13aa8be04f271b3568c",
"tweak" : "e243d35dba4fcc44",
"msg" : [6, 6, 4, 1, 1, 1, 6, 5, 9, 6, 6, 1, 7, 8, 6, 9, 9, 7, 8, 8, 5],
"ct" : [4, 7, 9, 1, 7, 8, 8, 0, 0, 6, 7, 4, 1, 6, 5, 6, 2, 6, 5, 3, 5],
"result" : "valid"
},
{
"tcId" : 680,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "25d4448872edf13aa8be04f271b3568c",
"tweak" : "e243d35dba4fcc44",
"msg" : [7, 3, 3, 0, 6, 3, 0, 9, 9, 2, 8, 4, 5, 4, 9, 2, 8, 1, 7, 9, 6],
"ct" : [9, 6, 7, 9, 7, 1, 0, 5, 2, 9, 4, 5, 2, 2, 4, 2, 8, 9, 5, 3, 1],
"result" : "valid"
},
{
"tcId" : 681,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "25d4448872edf13aa8be04f271b3568c",
"tweak" : "e243d35dba4fcc44",
"msg" : [0, 1, 2, 7, 7, 0, 8, 4, 8, 6, 8, 6, 8, 2, 2, 4, 2, 4, 1, 1, 9],
"ct" : [6, 4, 7, 4, 1, 2, 0, 7, 4, 8, 7, 9, 6, 1, 0, 1, 9, 0, 2, 5, 3],
"result" : "valid"
},
{
"tcId" : 682,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "25d4448872edf13aa8be04f271b3568c",
"tweak" : "e243d35dba4fcc44",
"msg" : [2, 0, 2, 4, 6, 3, 5, 3, 1, 6, 8, 0, 4, 5, 6, 0, 8, 7, 2, 0, 1],
"ct" : [1, 6, 5, 5, 2, 9, 0, 8, 2, 6, 5, 1, 8, 5, 0, 5, 3, 6, 7, 9, 0],
"result" : "valid"
},
{
"tcId" : 683,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "25d4448872edf13aa8be04f271b3568c",
"tweak" : "e243d35dba4fcc44",
"msg" : [1, 7, 5, 0, 2, 3, 7, 1, 9, 3, 4, 2, 8, 0, 1, 3, 1, 2, 4, 1, 0],
"ct" : [9, 1, 4, 0, 3, 3, 1, 7, 8, 0, 8, 0, 7, 7, 7, 3, 5, 4, 9, 9, 3],
"result" : "valid"
},
{
"tcId" : 684,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "25d4448872edf13aa8be04f271b3568c",
"tweak" : "e243d35dba4fcc44",
"msg" : [0, 5, 2, 6, 0, 0, 4, 4, 1, 8, 9, 4, 3, 9, 4, 8, 0, 3, 2, 2, 5],
"ct" : [8, 7, 6, 5, 4, 1, 4, 4, 1, 0, 5, 6, 6, 3, 3, 5, 1, 7, 2, 0, 7],
"result" : "valid"
},
{
"tcId" : 685,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "25d4448872edf13aa8be04f271b3568c",
"tweak" : "e243d35dba4fcc44",
"msg" : [2, 3, 0, 7, 3, 0, 1, 5, 9, 4, 1, 9, 1, 8, 9, 1, 3, 6, 9, 2, 8],
"ct" : [6, 2, 8, 1, 4, 3, 4, 6, 8, 0, 1, 5, 9, 2, 1, 7, 6, 7, 8, 8, 8],
"result" : "valid"
},
{
"tcId" : 686,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "25d4448872edf13aa8be04f271b3568c",
"tweak" : "e243d35dba4fcc44",
"msg" : [1, 0, 6, 2, 2, 0, 2, 4, 2, 0, 8, 5, 6, 5, 6, 7, 4, 8, 6, 0, 0],
"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" : 687,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "25d4448872edf13aa8be04f271b3568c",
"tweak" : "e243d35dba4fcc44",
"msg" : [7, 3, 0, 8, 4, 3, 9, 3, 6, 3, 6, 7, 0, 0, 8, 4, 9, 3, 9, 1, 1],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 688,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "25d4448872edf13aa8be04f271b3568c",
"tweak" : "e243d35dba4fcc44",
"msg" : [4, 0, 5, 6, 4, 7, 7, 2, 1, 0, 8, 8, 4, 6, 3, 0, 9, 9, 6, 0, 4],
"ct" : [8, 5, 8, 9, 9, 3, 4, 5, 9, 2, 6, 8, 7, 1, 9, 4, 7, 6, 7, 3, 6],
"result" : "valid"
},
{
"tcId" : 689,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "25d4448872edf13aa8be04f271b3568c",
"tweak" : "e243d35dba4fcc44",
"msg" : [5, 6, 5, 8, 1, 9, 5, 7, 6, 9, 2, 0, 8, 8, 5, 1, 8, 1, 7, 7, 0],
"ct" : [8, 5, 8, 9, 9, 3, 4, 5, 9, 1, 6, 8, 7, 1, 9, 4, 7, 6, 7, 3, 5],
"result" : "valid"
},
{
"tcId" : 690,
"comment" : "y = 0 and (y + a) % radix**10 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "54897a7e63855142189bc30a692271dd",
"tweak" : "1e3a581baf26c2afc89d",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 4, 3, 0, 3, 7, 3, 7, 9, 8, 7],
"ct" : [5, 3, 2, 0, 7, 6, 7, 2, 1, 5, 7, 3, 0, 3, 3, 9, 0, 2, 3, 4, 6],
"result" : "valid"
},
{
"tcId" : 691,
"comment" : "y = 0 and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "54897a7e63855142189bc30a692271dd",
"tweak" : "1e3a581baf26c2afc89d",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 7, 4, 3, 0, 3, 7, 3, 7, 9, 8, 7],
"ct" : [3, 9, 3, 1, 7, 6, 2, 8, 1, 3, 5, 1, 2, 3, 7, 6, 1, 6, 2, 5, 0],
"result" : "valid"
},
{
"tcId" : 692,
"comment" : "y = 0 and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "54897a7e63855142189bc30a692271dd",
"tweak" : "1e3a581baf26c2afc89d",
"msg" : [8, 5, 8, 9, 9, 3, 4, 5, 9, 2, 7, 4, 3, 0, 3, 7, 3, 7, 9, 8, 7],
"ct" : [6, 2, 6, 2, 8, 0, 9, 7, 1, 2, 2, 4, 5, 5, 8, 6, 6, 7, 1, 0, 8],
"result" : "valid"
},
{
"tcId" : 693,
"comment" : "y = 0 and (y + a) % radix**10 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "54897a7e63855142189bc30a692271dd",
"tweak" : "1e3a581baf26c2afc89d",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 7, 4, 3, 0, 3, 7, 3, 7, 9, 8, 7],
"ct" : [6, 7, 3, 2, 3, 8, 7, 1, 2, 5, 3, 3, 3, 4, 8, 2, 5, 4, 2, 1, 6],
"result" : "valid"
},
{
"tcId" : 694,
"comment" : "y = 1 and a = 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "54897a7e63855142189bc30a692271dd",
"tweak" : "2040532af7d16ea26f69",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 8, 2, 8, 7, 1, 0, 4, 2, 8, 9],
"ct" : [4, 6, 6, 0, 1, 7, 3, 6, 6, 8, 4, 8, 0, 0, 6, 1, 1, 0, 4, 1, 4],
"result" : "valid"
},
{
"tcId" : 695,
"comment" : "y = 1 and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "54897a7e63855142189bc30a692271dd",
"tweak" : "2040532af7d16ea26f69",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 7, 8, 2, 8, 7, 1, 0, 4, 2, 8, 9],
"ct" : [4, 4, 1, 4, 7, 5, 5, 7, 5, 5, 0, 6, 1, 0, 4, 4, 4, 9, 5, 4, 2],
"result" : "valid"
},
{
"tcId" : 696,
"comment" : "y = 1 and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "54897a7e63855142189bc30a692271dd",
"tweak" : "2040532af7d16ea26f69",
"msg" : [8, 5, 8, 9, 9, 3, 4, 5, 9, 2, 7, 8, 2, 8, 7, 1, 0, 4, 2, 8, 9],
"ct" : [9, 2, 5, 8, 2, 1, 6, 4, 1, 0, 7, 8, 6, 6, 0, 0, 8, 6, 9, 2, 7],
"result" : "valid"
},
{
"tcId" : 697,
"comment" : "y = 1 and (y + a) % radix**10 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "54897a7e63855142189bc30a692271dd",
"tweak" : "2040532af7d16ea26f69",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 8, 7, 8, 2, 8, 7, 1, 0, 4, 2, 8, 9],
"ct" : [1, 0, 4, 1, 9, 9, 6, 9, 5, 5, 3, 5, 3, 3, 1, 5, 5, 3, 2, 7, 6],
"result" : "valid"
},
{
"tcId" : 698,
"comment" : "y = 1 and (y + a) % radix**10 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "54897a7e63855142189bc30a692271dd",
"tweak" : "2040532af7d16ea26f69",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 7, 8, 2, 8, 7, 1, 0, 4, 2, 8, 9],
"ct" : [0, 9, 7, 0, 7, 3, 9, 4, 2, 2, 0, 0, 8, 6, 9, 1, 0, 6, 7, 7, 8],
"result" : "valid"
},
{
"tcId" : 699,
"comment" : "y is maximal and a = 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "54897a7e63855142189bc30a692271dd",
"tweak" : "ba98fc0243c8ea3d8925",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 8, 1, 9, 0, 2, 3, 0, 4, 9, 6],
"ct" : [4, 4, 3, 3, 8, 3, 5, 6, 3, 0, 6, 1, 5, 9, 7, 3, 1, 5, 8, 2, 2],
"result" : "valid"
},
{
"tcId" : 700,
"comment" : "y is maximal and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "54897a7e63855142189bc30a692271dd",
"tweak" : "ba98fc0243c8ea3d8925",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 8, 1, 9, 0, 2, 3, 0, 4, 9, 6],
"ct" : [8, 0, 5, 0, 3, 9, 6, 8, 4, 8, 4, 7, 2, 9, 8, 9, 2, 9, 7, 5, 9],
"result" : "valid"
},
{
"tcId" : 701,
"comment" : "y is maximal and (y + a) % radix**10 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "54897a7e63855142189bc30a692271dd",
"tweak" : "ba98fc0243c8ea3d8925",
"msg" : [6, 4, 5, 6, 0, 4, 9, 6, 6, 4, 1, 8, 1, 9, 0, 2, 3, 0, 4, 9, 6],
"ct" : [4, 2, 0, 5, 3, 1, 7, 6, 0, 4, 6, 6, 9, 4, 0, 1, 1, 8, 0, 9, 5],
"result" : "valid"
},
{
"tcId" : 702,
"comment" : "y is maximal and (y + a) % radix**10 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "54897a7e63855142189bc30a692271dd",
"tweak" : "ba98fc0243c8ea3d8925",
"msg" : [6, 4, 5, 6, 0, 4, 9, 6, 6, 5, 1, 8, 1, 9, 0, 2, 3, 0, 4, 9, 6],
"ct" : [3, 5, 2, 0, 2, 2, 8, 6, 9, 2, 6, 8, 4, 9, 0, 0, 7, 2, 5, 0, 7],
"result" : "valid"
},
{
"tcId" : 703,
"comment" : "y is maximal and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "54897a7e63855142189bc30a692271dd",
"tweak" : "ba98fc0243c8ea3d8925",
"msg" : [8, 5, 8, 9, 9, 3, 4, 5, 9, 2, 1, 8, 1, 9, 0, 2, 3, 0, 4, 9, 6],
"ct" : [4, 9, 1, 7, 7, 0, 3, 2, 6, 4, 0, 8, 0, 3, 8, 9, 7, 1, 8, 7, 4],
"result" : "valid"
},
{
"tcId" : 704,
"comment" : "y is maximal and a is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "54897a7e63855142189bc30a692271dd",
"tweak" : "ba98fc0243c8ea3d8925",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 1, 8, 1, 9, 0, 2, 3, 0, 4, 9, 6],
"ct" : [8, 7, 5, 8, 4, 5, 6, 2, 1, 1, 5, 9, 0, 5, 3, 8, 6, 1, 5, 1, 2],
"result" : "valid"
},
{
"tcId" : 705,
"comment" : "y is edge case for modular reduction and a = 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "54897a7e63855142189bc30a692271dd",
"tweak" : "0d19090122416d23df10",
"msg" : [6, 7, 5, 4, 9, 9, 0, 8, 2, 7, 2, 4, 7, 6, 6, 5, 6, 8, 1, 0, 5],
"ct" : [8, 0, 1, 4, 3, 2, 3, 1, 2, 0, 6, 8, 8, 3, 5, 2, 9, 3, 5, 5, 4],
"result" : "valid"
},
{
"tcId" : 706,
"comment" : "y is edge case for modular reduction and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "54897a7e63855142189bc30a692271dd",
"tweak" : "0d19090122416d23df10",
"msg" : [9, 1, 7, 2, 1, 1, 5, 1, 0, 2, 7, 1, 4, 6, 5, 3, 4, 7, 9, 3, 2],
"ct" : [3, 0, 4, 3, 8, 0, 9, 6, 5, 8, 9, 0, 6, 7, 9, 9, 7, 3, 3, 0, 0],
"result" : "valid"
},
{
"tcId" : 707,
"comment" : "y is edge case for modular reduction and (y + a) % radix**10 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "54897a7e63855142189bc30a692271dd",
"tweak" : "0d19090122416d23df10",
"msg" : [7, 6, 0, 9, 5, 2, 6, 4, 1, 0, 4, 9, 0, 8, 9, 5, 5, 9, 7, 5, 4],
"ct" : [8, 3, 9, 4, 0, 2, 1, 1, 5, 7, 0, 8, 1, 0, 6, 1, 3, 3, 2, 1, 6],
"result" : "valid"
},
{
"tcId" : 708,
"comment" : "y is edge case for modular reduction and (y + a) % radix**10 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "54897a7e63855142189bc30a692271dd",
"tweak" : "0d19090122416d23df10",
"msg" : [5, 2, 3, 7, 8, 7, 3, 8, 7, 2, 5, 3, 5, 9, 6, 7, 0, 8, 5, 4, 2],
"ct" : [1, 6, 6, 8, 3, 3, 4, 5, 9, 9, 6, 1, 5, 3, 3, 1, 8, 6, 4, 5, 0],
"result" : "valid"
},
{
"tcId" : 709,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "54897a7e63855142189bc30a692271dd",
"tweak" : "0d19090122416d23df10",
"msg" : [9, 6, 9, 3, 4, 9, 5, 6, 5, 6, 7, 5, 6, 0, 8, 4, 2, 7, 3, 8, 2],
"ct" : [8, 6, 2, 7, 7, 0, 1, 6, 8, 4, 8, 8, 7, 5, 0, 3, 2, 1, 5, 4, 2],
"result" : "valid"
},
{
"tcId" : 710,
"comment" : "y is edge case for modular reduction and a is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "54897a7e63855142189bc30a692271dd",
"tweak" : "0d19090122416d23df10",
"msg" : [2, 1, 6, 7, 7, 3, 5, 2, 5, 5, 8, 3, 6, 1, 7, 9, 0, 9, 5, 2, 1],
"ct" : [5, 4, 8, 5, 0, 3, 0, 2, 8, 8, 4, 4, 2, 8, 2, 7, 9, 3, 2, 0, 3],
"result" : "valid"
},
{
"tcId" : 711,
"comment" : "y is maximal after modular reduction and (y + a) % radix**10 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "54897a7e63855142189bc30a692271dd",
"tweak" : "44fa145ad6b039c04f88",
"msg" : [5, 3, 2, 3, 4, 3, 1, 3, 3, 0, 4, 1, 6, 4, 4, 1, 6, 4, 0, 6, 2],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 0, 2, 1, 9, 9, 7, 3, 4, 5, 2, 0],
"result" : "valid"
},
{
"tcId" : 712,
"comment" : "y is maximal after modular reduction and (y + a) % radix**10 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "54897a7e63855142189bc30a692271dd",
"tweak" : "44fa145ad6b039c04f88",
"msg" : [8, 4, 6, 5, 5, 0, 6, 7, 9, 5, 3, 6, 9, 9, 5, 1, 1, 0, 7, 3, 0],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 2, 4, 8, 0, 5, 8, 2, 7, 7, 9],
"result" : "valid"
},
{
"tcId" : 713,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "54897a7e63855142189bc30a692271dd",
"tweak" : "44fa145ad6b039c04f88",
"msg" : [5, 6, 0, 7, 5, 4, 6, 7, 3, 8, 9, 0, 8, 2, 6, 7, 2, 4, 2, 4, 3],
"ct" : [8, 5, 8, 9, 9, 3, 4, 5, 9, 1, 9, 0, 1, 9, 4, 5, 1, 2, 4, 2, 4],
"result" : "valid"
},
{
"tcId" : 714,
"comment" : "y is maximal after modular reduction and a is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "54897a7e63855142189bc30a692271dd",
"tweak" : "44fa145ad6b039c04f88",
"msg" : [9, 4, 4, 6, 7, 2, 1, 5, 0, 6, 8, 3, 3, 5, 0, 7, 9, 2, 9, 1, 5],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 8, 3, 2, 2, 0, 5, 0, 3, 0, 4, 7, 5],
"result" : "valid"
},
{
"tcId" : 715,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "fd90f1e9599e12563bf788a1a521d6ab",
"tweak" : "d0a005b45247f038",
"msg" : [-1, 4, 6, 0, 7, 9, 7, 5, 0, 1, 8, 9, 6, 5, 4, 7, 7, 0, 2, 9, 3],
"ct" : [4, 0, 5, 1, 2, 5, 6, 8, 5, 1, 8, 2, 9, 5, 8, 9, 7, 8, 7, 2, 7],
"result" : "invalid"
},
{
"tcId" : 716,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "fd90f1e9599e12563bf788a1a521d6ab",
"tweak" : "d0a005b45247f038",
"msg" : [3, 4, 6, 0, 7, 9, 7, -1, 0, 1, 8, 9, 6, 5, 4, 7, 7, 0, 2, 9, 3],
"ct" : [0, 9, 6, 6, 4, 9, 3, 1, 1, 0, 1, 7, 3, 6, 4, 1, 6, 2, 5, 9, 4],
"result" : "invalid"
},
{
"tcId" : 717,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "fd90f1e9599e12563bf788a1a521d6ab",
"tweak" : "d0a005b45247f038",
"msg" : [3, 4, 6, 0, 7, 9, 7, 5, 0, 1, 8, 9, 6, 5, 4, 7, 7, 0, 2, 9, -1],
"ct" : [7, 5, 3, 5, 0, 1, 9, 8, 7, 3, 4, 1, 5, 9, 5, 8, 1, 6, 9, 4, 6],
"result" : "invalid"
},
{
"tcId" : 718,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "1ca448e0bbdd64179e1cecadc4281983",
"tweak" : "3134ec2cad79837b",
"msg" : [10, 3, 1, 8, 5, 8, 2, 7, 8, 3, 6, 7, 4, 3, 7, 6, 8, 8, 0, 3, 3],
"ct" : [6, 2, 2, 9, 9, 9, 2, 4, 8, 3, 8, 4, 4, 3, 9, 2, 8, 4, 7, 2, 1],
"result" : "invalid"
},
{
"tcId" : 719,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "1ca448e0bbdd64179e1cecadc4281983",
"tweak" : "3134ec2cad79837b",
"msg" : [3, 3, 1, 8, 5, 8, 2, 10, 8, 3, 6, 7, 4, 3, 7, 6, 8, 8, 0, 3, 3],
"ct" : [7, 9, 7, 4, 2, 8, 4, 3, 9, 5, 9, 5, 9, 0, 6, 4, 7, 0, 0, 7, 5],
"result" : "invalid"
},
{
"tcId" : 720,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "1ca448e0bbdd64179e1cecadc4281983",
"tweak" : "3134ec2cad79837b",
"msg" : [3, 3, 1, 8, 5, 8, 2, 7, 8, 3, 6, 7, 4, 3, 7, 6, 8, 8, 0, 3, 10],
"ct" : [4, 9, 6, 2, 7, 1, 8, 8, 9, 7, 3, 9, 5, 7, 9, 0, 4, 4, 5, 6, 0],
"result" : "invalid"
}
]
},
{
"keySize" : 128,
"msgSize" : 22,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 721,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "9ed2a54df9219a3d61b5f1758b73bda6",
"tweak" : "5ecd852b587b8148",
"msg" : [2, 7, 0, 9, 8, 0, 7, 7, 5, 1, 7, 8, 9, 5, 7, 7, 4, 9, 5, 6, 9, 3],
"ct" : [8, 0, 7, 3, 6, 2, 9, 7, 1, 6, 2, 6, 0, 6, 7, 5, 8, 6, 0, 1, 7, 2],
"result" : "valid"
},
{
"tcId" : 722,
"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" : [7, 1, 6, 3, 2, 5, 2, 6, 3, 8, 3, 8, 0, 7, 8, 7, 6, 4, 8, 6, 7, 1],
"result" : "valid"
},
{
"tcId" : 723,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "97ad828cba00ca3d4ee15115dc5845a7",
"tweak" : "695c7692d9cebe71",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [6, 6, 4, 5, 8, 6, 9, 3, 9, 9, 1, 8, 7, 6, 3, 3, 3, 8, 8, 2, 6, 3],
"result" : "valid"
},
{
"tcId" : 724,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "97ad828cba00ca3d4ee15115dc5845a7",
"tweak" : "695c7692d9cebe71",
"msg" : [6, 8, 7, 1, 9, 4, 7, 6, 7, 3, 6, 6, 8, 7, 1, 9, 4, 7, 6, 7, 3, 6],
"ct" : [9, 8, 2, 3, 2, 4, 0, 3, 1, 9, 3, 5, 1, 1, 1, 1, 5, 6, 6, 7, 7, 3],
"result" : "valid"
},
{
"tcId" : 725,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "97ad828cba00ca3d4ee15115dc5845a7",
"tweak" : "695c7692d9cebe71",
"msg" : [6, 8, 7, 1, 9, 4, 7, 6, 7, 3, 5, 6, 8, 7, 1, 9, 4, 7, 6, 7, 3, 5],
"ct" : [0, 3, 9, 5, 7, 5, 1, 2, 6, 5, 1, 5, 9, 8, 5, 0, 9, 1, 7, 3, 2, 5],
"result" : "valid"
},
{
"tcId" : 726,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "97ad828cba00ca3d4ee15115dc5845a7",
"tweak" : "695c7692d9cebe71",
"msg" : [8, 1, 6, 4, 0, 1, 9, 8, 7, 6, 7, 2, 6, 6, 8, 0, 5, 0, 7, 1, 7, 1],
"ct" : [5, 0, 8, 2, 0, 2, 0, 9, 1, 9, 6, 1, 7, 9, 5, 1, 2, 9, 2, 1, 1, 7],
"result" : "valid"
},
{
"tcId" : 727,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "97ad828cba00ca3d4ee15115dc5845a7",
"tweak" : "695c7692d9cebe71",
"msg" : [3, 2, 7, 2, 7, 9, 8, 3, 2, 4, 0, 6, 7, 4, 7, 8, 5, 4, 6, 7, 4, 7],
"ct" : [5, 9, 8, 6, 2, 4, 1, 4, 9, 7, 6, 2, 3, 0, 6, 8, 0, 5, 7, 4, 8, 5],
"result" : "valid"
},
{
"tcId" : 728,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "97ad828cba00ca3d4ee15115dc5845a7",
"tweak" : "695c7692d9cebe71",
"msg" : [4, 9, 8, 4, 2, 3, 6, 4, 4, 5, 6, 7, 1, 9, 0, 4, 3, 3, 7, 3, 2, 2],
"ct" : [9, 2, 4, 3, 7, 1, 8, 0, 2, 9, 1, 2, 5, 6, 7, 3, 6, 3, 2, 3, 9, 1],
"result" : "valid"
},
{
"tcId" : 729,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "97ad828cba00ca3d4ee15115dc5845a7",
"tweak" : "695c7692d9cebe71",
"msg" : [4, 1, 7, 5, 4, 6, 1, 5, 3, 8, 1, 6, 6, 0, 7, 3, 0, 8, 8, 9, 7, 7],
"ct" : [9, 8, 7, 5, 5, 3, 9, 4, 9, 3, 4, 4, 1, 5, 7, 7, 2, 9, 7, 8, 5, 7],
"result" : "valid"
},
{
"tcId" : 730,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "97ad828cba00ca3d4ee15115dc5845a7",
"tweak" : "695c7692d9cebe71",
"msg" : [7, 6, 4, 5, 6, 5, 6, 2, 2, 4, 9, 8, 1, 8, 8, 6, 7, 9, 2, 6, 8, 6],
"ct" : [4, 7, 6, 2, 1, 2, 1, 5, 0, 5, 7, 5, 9, 0, 9, 7, 7, 7, 5, 9, 8, 1],
"result" : "valid"
},
{
"tcId" : 731,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "97ad828cba00ca3d4ee15115dc5845a7",
"tweak" : "695c7692d9cebe71",
"msg" : [9, 4, 6, 6, 3, 8, 1, 6, 2, 2, 6, 1, 7, 2, 4, 2, 0, 7, 0, 1, 3, 3],
"ct" : [7, 0, 6, 7, 8, 2, 2, 0, 4, 0, 0, 2, 1, 7, 9, 1, 3, 8, 9, 2, 9, 7],
"result" : "valid"
},
{
"tcId" : 732,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "97ad828cba00ca3d4ee15115dc5845a7",
"tweak" : "695c7692d9cebe71",
"msg" : [0, 9, 0, 9, 1, 9, 6, 3, 8, 4, 6, 8, 7, 8, 6, 7, 6, 0, 3, 2, 4, 7],
"ct" : [6, 1, 2, 6, 3, 2, 0, 9, 6, 8, 9, 2, 6, 5, 3, 6, 3, 0, 6, 8, 7, 8],
"result" : "valid"
},
{
"tcId" : 733,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "97ad828cba00ca3d4ee15115dc5845a7",
"tweak" : "695c7692d9cebe71",
"msg" : [2, 0, 9, 0, 6, 8, 5, 5, 4, 9, 9, 7, 8, 1, 6, 6, 1, 7, 3, 8, 0, 7],
"ct" : [0, 5, 5, 1, 5, 9, 8, 5, 7, 7, 3, 0, 0, 5, 1, 5, 1, 8, 1, 0, 0, 1],
"result" : "valid"
},
{
"tcId" : 734,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "97ad828cba00ca3d4ee15115dc5845a7",
"tweak" : "695c7692d9cebe71",
"msg" : [6, 9, 3, 2, 1, 9, 7, 7, 6, 1, 2, 8, 7, 3, 2, 4, 3, 0, 2, 3, 3, 6],
"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" : 735,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "97ad828cba00ca3d4ee15115dc5845a7",
"tweak" : "695c7692d9cebe71",
"msg" : [1, 4, 0, 4, 7, 3, 7, 5, 1, 9, 2, 1, 4, 9, 2, 9, 3, 5, 9, 3, 3, 5],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 736,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "97ad828cba00ca3d4ee15115dc5845a7",
"tweak" : "695c7692d9cebe71",
"msg" : [5, 8, 8, 7, 0, 6, 0, 8, 2, 2, 2, 5, 9, 8, 4, 5, 6, 2, 1, 3, 8, 7],
"ct" : [6, 8, 7, 1, 9, 4, 7, 6, 7, 3, 6, 6, 8, 7, 1, 9, 4, 7, 6, 7, 3, 6],
"result" : "valid"
},
{
"tcId" : 737,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "97ad828cba00ca3d4ee15115dc5845a7",
"tweak" : "695c7692d9cebe71",
"msg" : [0, 3, 6, 3, 0, 1, 7, 4, 0, 4, 2, 2, 5, 2, 2, 5, 1, 0, 9, 6, 8, 0],
"ct" : [6, 8, 7, 1, 9, 4, 7, 6, 7, 3, 5, 6, 8, 7, 1, 9, 4, 7, 6, 7, 3, 5],
"result" : "valid"
},
{
"tcId" : 738,
"comment" : "y = 0 and (y + a) % radix**11 == 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "42ace51e4cacf58876336222ae9b433e",
"tweak" : "26aae96a8ef1068992bc",
"msg" : [5, 4, 3, 0, 5, 5, 1, 1, 7, 9, 1, 2, 7, 6, 8, 6, 3, 6, 1, 7, 3, 2],
"ct" : [8, 9, 0, 2, 3, 0, 3, 2, 5, 9, 4, 8, 7, 8, 7, 1, 0, 2, 6, 2, 7, 5],
"result" : "valid"
},
{
"tcId" : 739,
"comment" : "y = 0 and a = 1 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "42ace51e4cacf58876336222ae9b433e",
"tweak" : "26aae96a8ef1068992bc",
"msg" : [8, 7, 0, 6, 1, 9, 2, 1, 0, 0, 5, 6, 0, 3, 3, 6, 8, 2, 5, 1, 6, 8],
"ct" : [3, 6, 0, 0, 9, 2, 4, 4, 3, 1, 4, 2, 6, 0, 7, 0, 7, 6, 3, 8, 4, 5],
"result" : "valid"
},
{
"tcId" : 740,
"comment" : "y = 0 and a has large Hamming weight in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "42ace51e4cacf58876336222ae9b433e",
"tweak" : "26aae96a8ef1068992bc",
"msg" : [9, 6, 7, 2, 6, 0, 3, 1, 8, 4, 5, 4, 2, 2, 8, 6, 5, 8, 8, 3, 1, 5],
"ct" : [0, 7, 1, 6, 7, 7, 8, 1, 6, 2, 6, 3, 7, 5, 0, 1, 9, 7, 7, 6, 7, 1],
"result" : "valid"
},
{
"tcId" : 741,
"comment" : "y = 0 and (y + a) % radix**11 is maximal in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "42ace51e4cacf58876336222ae9b433e",
"tweak" : "26aae96a8ef1068992bc",
"msg" : [8, 9, 1, 8, 8, 1, 5, 0, 0, 8, 2, 1, 6, 0, 3, 6, 8, 6, 6, 7, 8, 9],
"ct" : [1, 6, 7, 7, 1, 7, 6, 9, 6, 8, 8, 8, 6, 9, 4, 7, 6, 7, 4, 8, 3, 2],
"result" : "valid"
},
{
"tcId" : 742,
"comment" : "y = 1 and a = 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "42ace51e4cacf58876336222ae9b433e",
"tweak" : "fa350c38a91cf60370ef",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 9, 7, 0, 1, 4, 4, 5, 4, 6, 9],
"ct" : [3, 1, 9, 4, 4, 0, 7, 2, 9, 9, 1, 5, 6, 0, 4, 7, 6, 3, 4, 2, 4, 8],
"result" : "valid"
},
{
"tcId" : 743,
"comment" : "y = 1 and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "42ace51e4cacf58876336222ae9b433e",
"tweak" : "fa350c38a91cf60370ef",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 9, 7, 0, 1, 4, 4, 5, 4, 6, 9],
"ct" : [2, 9, 9, 6, 0, 2, 0, 3, 7, 8, 6, 7, 7, 7, 2, 6, 6, 5, 3, 7, 8, 9],
"result" : "valid"
},
{
"tcId" : 744,
"comment" : "y = 1 and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "42ace51e4cacf58876336222ae9b433e",
"tweak" : "fa350c38a91cf60370ef",
"msg" : [6, 8, 7, 1, 9, 4, 7, 6, 7, 3, 6, 3, 9, 7, 0, 1, 4, 4, 5, 4, 6, 9],
"ct" : [4, 8, 2, 8, 6, 9, 3, 9, 1, 6, 2, 2, 5, 8, 5, 9, 9, 4, 9, 8, 8, 7],
"result" : "valid"
},
{
"tcId" : 745,
"comment" : "y = 1 and (y + a) % radix**11 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "42ace51e4cacf58876336222ae9b433e",
"tweak" : "fa350c38a91cf60370ef",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 8, 3, 9, 7, 0, 1, 4, 4, 5, 4, 6, 9],
"ct" : [8, 0, 2, 5, 8, 3, 8, 2, 7, 2, 1, 4, 7, 0, 7, 8, 7, 6, 5, 2, 1, 5],
"result" : "valid"
},
{
"tcId" : 746,
"comment" : "y = 1 and (y + a) % radix**11 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "42ace51e4cacf58876336222ae9b433e",
"tweak" : "fa350c38a91cf60370ef",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 3, 9, 7, 0, 1, 4, 4, 5, 4, 6, 9],
"ct" : [4, 4, 8, 6, 9, 3, 7, 4, 9, 2, 6, 2, 4, 1, 0, 2, 3, 6, 5, 5, 7, 7],
"result" : "valid"
},
{
"tcId" : 747,
"comment" : "y is maximal and a = 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "42ace51e4cacf58876336222ae9b433e",
"tweak" : "f2046e07c28888e997dd",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 6, 1, 6, 6, 6, 1, 4, 6, 7, 3],
"ct" : [5, 0, 0, 5, 2, 3, 1, 5, 0, 5, 7, 3, 8, 9, 0, 0, 7, 6, 1, 2, 1, 5],
"result" : "valid"
},
{
"tcId" : 748,
"comment" : "y is maximal and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "42ace51e4cacf58876336222ae9b433e",
"tweak" : "f2046e07c28888e997dd",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 6, 1, 6, 6, 6, 1, 4, 6, 7, 3],
"ct" : [5, 5, 9, 7, 4, 2, 8, 7, 4, 6, 3, 3, 2, 4, 2, 3, 7, 3, 6, 4, 0, 1],
"result" : "valid"
},
{
"tcId" : 749,
"comment" : "y is maximal and (y + a) % radix**11 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "42ace51e4cacf58876336222ae9b433e",
"tweak" : "f2046e07c28888e997dd",
"msg" : [0, 6, 4, 5, 6, 0, 4, 9, 6, 6, 4, 2, 6, 1, 6, 6, 6, 1, 4, 6, 7, 3],
"ct" : [2, 6, 1, 7, 0, 5, 0, 1, 8, 4, 5, 8, 0, 9, 8, 6, 6, 5, 9, 8, 7, 1],
"result" : "valid"
},
{
"tcId" : 750,
"comment" : "y is maximal and (y + a) % radix**11 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "42ace51e4cacf58876336222ae9b433e",
"tweak" : "f2046e07c28888e997dd",
"msg" : [0, 6, 4, 5, 6, 0, 4, 9, 6, 6, 5, 2, 6, 1, 6, 6, 6, 1, 4, 6, 7, 3],
"ct" : [4, 8, 0, 6, 3, 3, 8, 7, 1, 9, 0, 9, 4, 4, 3, 7, 4, 2, 8, 4, 8, 3],
"result" : "valid"
},
{
"tcId" : 751,
"comment" : "y is maximal and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "42ace51e4cacf58876336222ae9b433e",
"tweak" : "f2046e07c28888e997dd",
"msg" : [6, 8, 7, 1, 9, 4, 7, 6, 7, 3, 6, 2, 6, 1, 6, 6, 6, 1, 4, 6, 7, 3],
"ct" : [1, 5, 0, 6, 1, 4, 4, 0, 6, 8, 5, 8, 5, 4, 6, 2, 1, 0, 1, 8, 7, 9],
"result" : "valid"
},
{
"tcId" : 752,
"comment" : "y is maximal and a is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "42ace51e4cacf58876336222ae9b433e",
"tweak" : "f2046e07c28888e997dd",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 2, 6, 1, 6, 6, 6, 1, 4, 6, 7, 3],
"ct" : [0, 0, 0, 5, 7, 8, 8, 8, 2, 5, 8, 5, 2, 7, 8, 1, 3, 9, 2, 3, 7, 0],
"result" : "valid"
},
{
"tcId" : 753,
"comment" : "y is edge case for modular reduction and a = 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "42ace51e4cacf58876336222ae9b433e",
"tweak" : "34de840c14fd54c13742",
"msg" : [5, 1, 5, 4, 7, 7, 7, 5, 5, 9, 7, 4, 4, 2, 7, 8, 6, 2, 9, 9, 0, 5],
"ct" : [6, 7, 8, 5, 5, 1, 5, 8, 7, 4, 6, 6, 7, 7, 2, 5, 6, 1, 2, 9, 8, 2],
"result" : "valid"
},
{
"tcId" : 754,
"comment" : "y is edge case for modular reduction and a = 1 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "42ace51e4cacf58876336222ae9b433e",
"tweak" : "34de840c14fd54c13742",
"msg" : [9, 9, 1, 2, 1, 0, 5, 5, 1, 5, 3, 1, 9, 7, 6, 3, 5, 7, 5, 2, 4, 2],
"ct" : [7, 4, 6, 1, 0, 0, 5, 5, 2, 6, 8, 0, 0, 5, 3, 4, 9, 8, 4, 3, 9, 6],
"result" : "valid"
},
{
"tcId" : 755,
"comment" : "y is edge case for modular reduction and (y + a) % radix**11 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "42ace51e4cacf58876336222ae9b433e",
"tweak" : "34de840c14fd54c13742",
"msg" : [9, 4, 1, 8, 0, 5, 9, 3, 3, 5, 9, 8, 2, 0, 0, 7, 9, 2, 8, 5, 6, 8],
"ct" : [7, 4, 3, 3, 4, 3, 7, 9, 5, 0, 5, 9, 7, 9, 3, 8, 5, 7, 2, 5, 2, 0],
"result" : "valid"
},
{
"tcId" : 756,
"comment" : "y is edge case for modular reduction and (y + a) % radix**11 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "42ace51e4cacf58876336222ae9b433e",
"tweak" : "34de840c14fd54c13742",
"msg" : [2, 7, 3, 1, 4, 3, 0, 4, 4, 8, 8, 7, 3, 0, 7, 4, 5, 1, 7, 2, 8, 7],
"ct" : [6, 0, 5, 5, 7, 4, 6, 1, 9, 8, 9, 8, 1, 7, 3, 4, 7, 0, 6, 8, 2, 0],
"result" : "valid"
},
{
"tcId" : 757,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "42ace51e4cacf58876336222ae9b433e",
"tweak" : "34de840c14fd54c13742",
"msg" : [3, 8, 1, 0, 5, 1, 5, 0, 0, 6, 4, 0, 8, 8, 9, 8, 7, 6, 2, 1, 7, 4],
"ct" : [8, 3, 9, 3, 2, 4, 9, 0, 4, 8, 3, 2, 1, 6, 9, 9, 7, 4, 6, 6, 8, 0],
"result" : "valid"
},
{
"tcId" : 758,
"comment" : "y is edge case for modular reduction and a is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "42ace51e4cacf58876336222ae9b433e",
"tweak" : "34de840c14fd54c13742",
"msg" : [7, 0, 1, 7, 5, 6, 0, 4, 2, 4, 6, 3, 5, 3, 1, 1, 5, 3, 9, 6, 5, 9],
"ct" : [8, 5, 1, 1, 9, 5, 4, 8, 5, 6, 6, 7, 4, 9, 9, 9, 3, 1, 5, 9, 7, 9],
"result" : "valid"
},
{
"tcId" : 759,
"comment" : "y is maximal after modular reduction and (y + a) % radix**11 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "42ace51e4cacf58876336222ae9b433e",
"tweak" : "2e1d3fc3fc5adbcce5f0",
"msg" : [8, 6, 0, 2, 6, 5, 1, 9, 1, 6, 8, 3, 9, 8, 2, 4, 9, 8, 0, 6, 3, 4],
"ct" : [3, 2, 2, 2, 7, 5, 2, 4, 2, 1, 7, 9, 5, 8, 7, 6, 6, 0, 8, 4, 1, 1],
"result" : "valid"
},
{
"tcId" : 760,
"comment" : "y is maximal after modular reduction and (y + a) % radix**11 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "42ace51e4cacf58876336222ae9b433e",
"tweak" : "2e1d3fc3fc5adbcce5f0",
"msg" : [1, 5, 3, 2, 3, 4, 9, 3, 7, 7, 4, 9, 3, 6, 8, 4, 3, 8, 3, 1, 4, 1],
"ct" : [8, 0, 0, 8, 9, 3, 2, 3, 9, 9, 5, 6, 4, 5, 3, 9, 7, 7, 0, 4, 6, 5],
"result" : "valid"
},
{
"tcId" : 761,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "42ace51e4cacf58876336222ae9b433e",
"tweak" : "2e1d3fc3fc5adbcce5f0",
"msg" : [4, 2, 8, 6, 4, 1, 1, 9, 1, 6, 9, 6, 7, 6, 0, 9, 3, 2, 3, 5, 5, 8],
"ct" : [9, 3, 5, 5, 6, 4, 0, 6, 1, 1, 8, 9, 8, 3, 3, 4, 5, 8, 4, 5, 6, 6],
"result" : "valid"
},
{
"tcId" : 762,
"comment" : "y is maximal after modular reduction and a is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "42ace51e4cacf58876336222ae9b433e",
"tweak" : "2e1d3fc3fc5adbcce5f0",
"msg" : [6, 8, 5, 3, 0, 7, 1, 5, 9, 0, 0, 6, 7, 6, 8, 6, 1, 1, 9, 2, 8, 3],
"ct" : [3, 5, 3, 6, 1, 0, 0, 9, 6, 0, 0, 7, 7, 2, 7, 5, 8, 0, 1, 8, 2, 2],
"result" : "valid"
},
{
"tcId" : 763,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "1a09b8fb562701a282ce28747f0b0a52",
"tweak" : "ec1b2b9ede1b38ea",
"msg" : [-1, 7, 0, 0, 4, 8, 4, 2, 7, 1, 0, 1, 4, 7, 9, 6, 8, 5, 5, 4, 5, 7],
"ct" : [7, 6, 5, 3, 7, 5, 4, 6, 6, 0, 0, 7, 8, 6, 5, 9, 9, 0, 3, 5, 8, 7],
"result" : "invalid"
},
{
"tcId" : 764,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "1a09b8fb562701a282ce28747f0b0a52",
"tweak" : "ec1b2b9ede1b38ea",
"msg" : [6, 7, 0, 0, 4, 8, 4, -1, 7, 1, 0, 1, 4, 7, 9, 6, 8, 5, 5, 4, 5, 7],
"ct" : [3, 6, 5, 0, 0, 7, 1, 8, 5, 2, 2, 5, 1, 1, 7, 2, 6, 2, 5, 4, 0, 9],
"result" : "invalid"
},
{
"tcId" : 765,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "1a09b8fb562701a282ce28747f0b0a52",
"tweak" : "ec1b2b9ede1b38ea",
"msg" : [6, 7, 0, 0, 4, 8, 4, 2, 7, 1, 0, 1, 4, 7, 9, 6, 8, 5, 5, 4, 5, -1],
"ct" : [1, 9, 4, 4, 0, 6, 2, 6, 9, 9, 6, 3, 9, 6, 4, 8, 4, 3, 2, 1, 0, 9],
"result" : "invalid"
},
{
"tcId" : 766,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "0297a8f4c3d74fccf99fd3c459610b57",
"tweak" : "f318ab65834d4ae6",
"msg" : [10, 4, 3, 1, 4, 3, 9, 4, 7, 3, 2, 8, 0, 3, 7, 1, 5, 8, 3, 6, 8, 2],
"ct" : [8, 2, 8, 7, 5, 9, 5, 3, 2, 4, 0, 1, 0, 8, 4, 2, 6, 5, 8, 4, 8, 6],
"result" : "invalid"
},
{
"tcId" : 767,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "0297a8f4c3d74fccf99fd3c459610b57",
"tweak" : "f318ab65834d4ae6",
"msg" : [4, 4, 3, 1, 4, 3, 9, 10, 7, 3, 2, 8, 0, 3, 7, 1, 5, 8, 3, 6, 8, 2],
"ct" : [3, 6, 9, 0, 7, 4, 0, 1, 6, 0, 4, 5, 1, 8, 4, 9, 6, 4, 6, 9, 9, 9],
"result" : "invalid"
},
{
"tcId" : 768,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "0297a8f4c3d74fccf99fd3c459610b57",
"tweak" : "f318ab65834d4ae6",
"msg" : [4, 4, 3, 1, 4, 3, 9, 4, 7, 3, 2, 8, 0, 3, 7, 1, 5, 8, 3, 6, 8, 10],
"ct" : [2, 0, 8, 2, 2, 6, 5, 1, 1, 5, 3, 9, 3, 6, 7, 4, 9, 9, 7, 9, 0, 8],
"result" : "invalid"
}
]
},
{
"keySize" : 128,
"msgSize" : 23,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 769,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "b9259b7f8c36246e73802b650cec0f3a",
"tweak" : "338104fb3b076bc4",
"msg" : [3, 1, 0, 6, 6, 5, 1, 3, 2, 8, 4, 2, 1, 4, 4, 1, 8, 0, 0, 8, 8, 0, 2],
"ct" : [6, 8, 8, 4, 0, 8, 9, 1, 8, 9, 5, 4, 3, 6, 1, 0, 8, 7, 4, 9, 0, 4, 4],
"result" : "valid"
},
{
"tcId" : 770,
"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" : [7, 3, 6, 9, 7, 4, 4, 1, 2, 1, 2, 6, 9, 6, 6, 2, 9, 7, 7, 8, 2, 3, 2],
"result" : "valid"
},
{
"tcId" : 771,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "54dc637b4efc6ee03d4bd532295d63b8",
"tweak" : "cc32b4959acf967c",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [3, 0, 1, 2, 7, 2, 5, 0, 4, 7, 1, 3, 5, 1, 7, 9, 4, 7, 6, 8, 2, 4, 7],
"result" : "valid"
},
{
"tcId" : 772,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "54dc637b4efc6ee03d4bd532295d63b8",
"tweak" : "cc32b4959acf967c",
"msg" : [6, 8, 7, 1, 9, 4, 7, 6, 7, 3, 6, 5, 4, 9, 7, 5, 5, 8, 1, 3, 8, 8, 8],
"ct" : [1, 7, 5, 6, 7, 9, 6, 7, 3, 8, 4, 6, 2, 8, 0, 2, 2, 9, 0, 0, 8, 5, 4],
"result" : "valid"
},
{
"tcId" : 773,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "54dc637b4efc6ee03d4bd532295d63b8",
"tweak" : "cc32b4959acf967c",
"msg" : [6, 8, 7, 1, 9, 4, 7, 6, 7, 3, 5, 5, 4, 9, 7, 5, 5, 8, 1, 3, 8, 8, 7],
"ct" : [8, 4, 7, 5, 7, 7, 5, 6, 7, 9, 8, 7, 0, 4, 4, 3, 3, 0, 0, 7, 1, 3, 6],
"result" : "valid"
},
{
"tcId" : 774,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "54dc637b4efc6ee03d4bd532295d63b8",
"tweak" : "cc32b4959acf967c",
"msg" : [0, 3, 1, 8, 8, 8, 9, 4, 8, 0, 0, 9, 9, 7, 3, 9, 9, 0, 1, 3, 8, 0, 3],
"ct" : [9, 6, 1, 1, 5, 7, 8, 4, 4, 4, 1, 5, 7, 5, 4, 8, 1, 1, 7, 0, 1, 6, 4],
"result" : "valid"
},
{
"tcId" : 775,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "54dc637b4efc6ee03d4bd532295d63b8",
"tweak" : "cc32b4959acf967c",
"msg" : [2, 1, 7, 5, 1, 5, 5, 8, 7, 0, 5, 5, 8, 6, 7, 4, 7, 8, 7, 7, 6, 2, 1],
"ct" : [1, 8, 0, 3, 1, 2, 1, 1, 3, 8, 5, 1, 6, 5, 3, 7, 0, 7, 0, 4, 6, 9, 8],
"result" : "valid"
},
{
"tcId" : 776,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "54dc637b4efc6ee03d4bd532295d63b8",
"tweak" : "cc32b4959acf967c",
"msg" : [3, 2, 7, 1, 5, 5, 0, 0, 3, 2, 1, 4, 8, 3, 7, 4, 4, 6, 3, 1, 9, 9, 9],
"ct" : [8, 4, 7, 5, 0, 9, 9, 2, 5, 3, 0, 1, 9, 4, 9, 9, 6, 4, 8, 9, 9, 3, 6],
"result" : "valid"
},
{
"tcId" : 777,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "54dc637b4efc6ee03d4bd532295d63b8",
"tweak" : "cc32b4959acf967c",
"msg" : [7, 0, 2, 2, 9, 2, 8, 4, 7, 0, 7, 2, 1, 3, 7, 6, 2, 1, 9, 7, 0, 9, 6],
"ct" : [9, 8, 3, 8, 7, 2, 1, 9, 4, 0, 3, 3, 7, 3, 8, 9, 4, 2, 9, 2, 1, 4, 8],
"result" : "valid"
},
{
"tcId" : 778,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "54dc637b4efc6ee03d4bd532295d63b8",
"tweak" : "cc32b4959acf967c",
"msg" : [5, 9, 5, 9, 4, 8, 8, 9, 6, 5, 9, 1, 2, 7, 0, 2, 8, 6, 6, 5, 7, 0, 3],
"ct" : [8, 5, 0, 2, 7, 2, 7, 2, 6, 9, 7, 4, 1, 0, 6, 0, 4, 0, 6, 6, 8, 7, 6],
"result" : "valid"
},
{
"tcId" : 779,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "54dc637b4efc6ee03d4bd532295d63b8",
"tweak" : "cc32b4959acf967c",
"msg" : [1, 5, 2, 7, 4, 8, 0, 5, 5, 4, 9, 8, 9, 4, 2, 9, 7, 6, 5, 0, 5, 8, 6],
"ct" : [8, 6, 9, 0, 4, 9, 0, 9, 9, 4, 7, 0, 8, 1, 3, 8, 6, 3, 6, 5, 1, 3, 3],
"result" : "valid"
},
{
"tcId" : 780,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "54dc637b4efc6ee03d4bd532295d63b8",
"tweak" : "cc32b4959acf967c",
"msg" : [9, 5, 2, 7, 2, 3, 4, 6, 4, 9, 4, 1, 6, 1, 2, 7, 6, 6, 7, 1, 8, 4, 3],
"ct" : [9, 3, 2, 0, 0, 9, 0, 7, 5, 2, 9, 6, 7, 1, 7, 1, 3, 4, 6, 9, 0, 3, 5],
"result" : "valid"
},
{
"tcId" : 781,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "54dc637b4efc6ee03d4bd532295d63b8",
"tweak" : "cc32b4959acf967c",
"msg" : [9, 9, 7, 5, 3, 6, 8, 5, 2, 2, 8, 6, 6, 4, 3, 3, 2, 8, 1, 8, 8, 1, 2],
"ct" : [7, 9, 0, 5, 7, 3, 5, 1, 2, 9, 8, 7, 2, 3, 4, 5, 1, 1, 1, 7, 1, 7, 1],
"result" : "valid"
},
{
"tcId" : 782,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "54dc637b4efc6ee03d4bd532295d63b8",
"tweak" : "cc32b4959acf967c",
"msg" : [8, 2, 4, 3, 9, 0, 3, 9, 4, 3, 9, 5, 7, 6, 3, 5, 2, 3, 0, 8, 4, 4, 2],
"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" : 783,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "54dc637b4efc6ee03d4bd532295d63b8",
"tweak" : "cc32b4959acf967c",
"msg" : [2, 2, 9, 9, 5, 9, 7, 9, 3, 5, 5, 2, 5, 5, 5, 4, 7, 4, 3, 2, 8, 6, 9],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 784,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "54dc637b4efc6ee03d4bd532295d63b8",
"tweak" : "cc32b4959acf967c",
"msg" : [9, 6, 0, 3, 4, 9, 0, 0, 4, 6, 0, 8, 7, 9, 7, 7, 0, 8, 2, 3, 7, 5, 0],
"ct" : [6, 8, 7, 1, 9, 4, 7, 6, 7, 3, 6, 5, 4, 9, 7, 5, 5, 8, 1, 3, 8, 8, 8],
"result" : "valid"
},
{
"tcId" : 785,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "54dc637b4efc6ee03d4bd532295d63b8",
"tweak" : "cc32b4959acf967c",
"msg" : [1, 8, 7, 4, 3, 4, 4, 5, 6, 9, 9, 8, 1, 0, 7, 5, 9, 9, 1, 7, 9, 8, 9],
"ct" : [6, 8, 7, 1, 9, 4, 7, 6, 7, 3, 5, 5, 4, 9, 7, 5, 5, 8, 1, 3, 8, 8, 7],
"result" : "valid"
},
{
"tcId" : 786,
"comment" : "y = 0 and (y + a) % radix**12 == 0 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "803b8c7284f7da1e37b0a019e63e34aa",
"tweak" : "55617d5fcb1ef9007b6c",
"msg" : [3, 8, 5, 8, 9, 0, 3, 6, 3, 3, 8, 7, 1, 8, 0, 3, 6, 5, 3, 5, 1, 7, 3],
"ct" : [3, 1, 5, 7, 8, 0, 0, 7, 5, 7, 7, 5, 9, 1, 7, 6, 8, 4, 8, 8, 2, 5, 9],
"result" : "valid"
},
{
"tcId" : 787,
"comment" : "y = 0 and a = 1 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "803b8c7284f7da1e37b0a019e63e34aa",
"tweak" : "55617d5fcb1ef9007b6c",
"msg" : [6, 2, 2, 2, 0, 9, 6, 0, 3, 7, 6, 4, 9, 2, 7, 1, 3, 5, 5, 4, 3, 5, 5],
"ct" : [7, 6, 2, 1, 7, 7, 9, 3, 9, 0, 8, 3, 1, 9, 9, 7, 7, 2, 7, 0, 2, 5, 3],
"result" : "valid"
},
{
"tcId" : 788,
"comment" : "y = 0 and a has large Hamming weight in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "803b8c7284f7da1e37b0a019e63e34aa",
"tweak" : "55617d5fcb1ef9007b6c",
"msg" : [6, 9, 1, 1, 4, 6, 6, 4, 1, 3, 4, 9, 3, 5, 4, 7, 1, 3, 2, 3, 3, 1, 5],
"ct" : [9, 2, 8, 0, 2, 2, 0, 3, 1, 6, 9, 5, 1, 9, 2, 7, 2, 8, 7, 1, 3, 3, 9],
"result" : "valid"
},
{
"tcId" : 789,
"comment" : "y = 0 and (y + a) % radix**12 is maximal in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "803b8c7284f7da1e37b0a019e63e34aa",
"tweak" : "55617d5fcb1ef9007b6c",
"msg" : [9, 0, 9, 9, 2, 3, 9, 7, 8, 5, 6, 4, 6, 5, 1, 6, 8, 1, 9, 1, 2, 8, 4],
"ct" : [2, 7, 0, 5, 7, 0, 1, 7, 9, 4, 7, 4, 1, 9, 8, 8, 5, 1, 2, 2, 5, 3, 9],
"result" : "valid"
},
{
"tcId" : 790,
"comment" : "y = 1 and a = 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "803b8c7284f7da1e37b0a019e63e34aa",
"tweak" : "269081179adf5312795d",
"msg" : [0, 2, 1, 9, 1, 4, 8, 3, 2, 1, 6, 6, 3, 2, 5, 4, 0, 4, 1, 8, 9, 7, 4],
"ct" : [7, 4, 6, 3, 4, 8, 2, 3, 7, 1, 6, 4, 0, 8, 6, 9, 7, 4, 9, 5, 9, 5, 9],
"result" : "valid"
},
{
"tcId" : 791,
"comment" : "y = 1 and a = 1 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "803b8c7284f7da1e37b0a019e63e34aa",
"tweak" : "269081179adf5312795d",
"msg" : [1, 5, 8, 1, 6, 9, 1, 9, 2, 6, 5, 5, 0, 3, 1, 1, 7, 4, 9, 0, 2, 7, 1],
"ct" : [5, 1, 4, 8, 0, 1, 7, 5, 9, 9, 4, 9, 6, 4, 3, 1, 3, 9, 9, 6, 2, 6, 3],
"result" : "valid"
},
{
"tcId" : 792,
"comment" : "y = 1 and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "803b8c7284f7da1e37b0a019e63e34aa",
"tweak" : "269081179adf5312795d",
"msg" : [1, 1, 8, 8, 7, 8, 4, 5, 5, 8, 8, 8, 1, 6, 6, 0, 0, 2, 8, 3, 7, 9, 7],
"ct" : [8, 3, 2, 6, 1, 0, 7, 1, 5, 5, 2, 0, 6, 4, 4, 9, 3, 4, 4, 3, 2, 8, 9],
"result" : "valid"
},
{
"tcId" : 793,
"comment" : "y = 1 and (y + a) % radix**11 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "803b8c7284f7da1e37b0a019e63e34aa",
"tweak" : "269081179adf5312795d",
"msg" : [8, 8, 3, 1, 3, 2, 6, 5, 0, 1, 0, 0, 1, 4, 7, 0, 7, 4, 7, 2, 0, 5, 4],
"ct" : [9, 4, 5, 5, 2, 3, 6, 2, 7, 9, 7, 9, 5, 2, 0, 7, 4, 0, 7, 2, 0, 5, 7],
"result" : "valid"
},
{
"tcId" : 794,
"comment" : "y = 1 and (y + a) % radix**11 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "803b8c7284f7da1e37b0a019e63e34aa",
"tweak" : "269081179adf5312795d",
"msg" : [3, 7, 0, 1, 7, 5, 9, 1, 5, 7, 5, 8, 0, 0, 2, 4, 0, 3, 6, 2, 4, 0, 5],
"ct" : [6, 4, 0, 8, 3, 3, 4, 1, 8, 9, 3, 4, 0, 4, 7, 0, 2, 7, 3, 0, 9, 5, 9],
"result" : "valid"
},
{
"tcId" : 795,
"comment" : "y is maximal and a = 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "803b8c7284f7da1e37b0a019e63e34aa",
"tweak" : "f2cabd495cbc28e2b012",
"msg" : [0, 3, 9, 8, 5, 3, 9, 1, 4, 7, 0, 4, 0, 3, 8, 5, 3, 3, 0, 9, 0, 9, 4],
"ct" : [9, 3, 5, 4, 3, 9, 5, 0, 3, 3, 5, 9, 1, 6, 6, 5, 8, 0, 4, 1, 5, 8, 3],
"result" : "valid"
},
{
"tcId" : 796,
"comment" : "y is maximal and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "803b8c7284f7da1e37b0a019e63e34aa",
"tweak" : "f2cabd495cbc28e2b012",
"msg" : [7, 7, 9, 1, 5, 0, 1, 7, 0, 7, 7, 2, 1, 3, 1, 5, 8, 6, 3, 2, 2, 5, 8],
"ct" : [9, 3, 5, 4, 3, 9, 5, 0, 3, 3, 6, 1, 1, 7, 5, 4, 4, 9, 7, 9, 9, 4, 6],
"result" : "valid"
},
{
"tcId" : 797,
"comment" : "y is maximal and (y + a) % radix**11 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "803b8c7284f7da1e37b0a019e63e34aa",
"tweak" : "f2cabd495cbc28e2b012",
"msg" : [1, 8, 5, 3, 7, 4, 4, 2, 4, 3, 4, 9, 5, 2, 4, 5, 2, 9, 1, 0, 3, 5, 5],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 2, 4, 3, 5, 8, 0, 4, 5, 1, 6, 0, 0],
"result" : "valid"
},
{
"tcId" : 798,
"comment" : "y is maximal and (y + a) % radix**11 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "803b8c7284f7da1e37b0a019e63e34aa",
"tweak" : "f2cabd495cbc28e2b012",
"msg" : [8, 7, 4, 1, 6, 5, 3, 5, 8, 5, 6, 1, 1, 8, 7, 8, 1, 3, 5, 6, 9, 6, 5],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 7, 9, 8, 0, 7, 7, 2, 6, 7, 4, 4],
"result" : "valid"
},
{
"tcId" : 799,
"comment" : "y is maximal and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "803b8c7284f7da1e37b0a019e63e34aa",
"tweak" : "f2cabd495cbc28e2b012",
"msg" : [6, 6, 8, 9, 8, 6, 6, 1, 4, 2, 7, 9, 6, 5, 1, 3, 0, 2, 2, 7, 6, 4, 9],
"ct" : [6, 2, 2, 6, 3, 4, 2, 7, 0, 7, 1, 2, 3, 4, 6, 4, 3, 5, 6, 3, 3, 8, 0],
"result" : "valid"
},
{
"tcId" : 800,
"comment" : "y is maximal and a is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "803b8c7284f7da1e37b0a019e63e34aa",
"tweak" : "f2cabd495cbc28e2b012",
"msg" : [8, 8, 6, 9, 7, 1, 3, 1, 3, 5, 4, 3, 4, 0, 5, 0, 5, 2, 9, 3, 6, 0, 1],
"ct" : [9, 3, 5, 4, 3, 9, 5, 0, 3, 3, 4, 6, 3, 5, 3, 8, 3, 6, 1, 0, 1, 8, 5],
"result" : "valid"
},
{
"tcId" : 801,
"comment" : "y is edge case for modular reduction and a = 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "803b8c7284f7da1e37b0a019e63e34aa",
"tweak" : "43e9a69e3b326348e965",
"msg" : [8, 2, 9, 2, 6, 7, 4, 9, 0, 3, 1, 3, 2, 0, 8, 0, 9, 9, 7, 6, 1, 1, 6],
"ct" : [4, 4, 2, 4, 1, 1, 4, 6, 4, 0, 5, 5, 8, 9, 8, 8, 4, 2, 4, 3, 2, 7, 2],
"result" : "valid"
},
{
"tcId" : 802,
"comment" : "y is edge case for modular reduction and a = 1 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "803b8c7284f7da1e37b0a019e63e34aa",
"tweak" : "43e9a69e3b326348e965",
"msg" : [4, 1, 5, 9, 7, 1, 3, 1, 4, 6, 9, 7, 3, 2, 5, 3, 5, 5, 5, 3, 2, 4, 6],
"ct" : [2, 2, 5, 4, 3, 5, 8, 2, 5, 9, 3, 8, 6, 1, 4, 9, 1, 7, 9, 4, 4, 9, 6],
"result" : "valid"
},
{
"tcId" : 803,
"comment" : "y is edge case for modular reduction and (y + a) % radix**11 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "803b8c7284f7da1e37b0a019e63e34aa",
"tweak" : "43e9a69e3b326348e965",
"msg" : [6, 7, 5, 5, 7, 7, 6, 7, 0, 7, 4, 8, 9, 1, 8, 9, 9, 9, 6, 1, 9, 0, 2],
"ct" : [3, 9, 7, 6, 6, 9, 1, 2, 2, 2, 2, 1, 9, 8, 6, 2, 7, 0, 5, 9, 1, 8, 4],
"result" : "valid"
},
{
"tcId" : 804,
"comment" : "y is edge case for modular reduction and (y + a) % radix**11 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "803b8c7284f7da1e37b0a019e63e34aa",
"tweak" : "43e9a69e3b326348e965",
"msg" : [3, 6, 2, 6, 5, 2, 5, 6, 4, 8, 9, 0, 9, 4, 5, 2, 4, 9, 8, 4, 8, 7, 1],
"ct" : [4, 8, 2, 5, 5, 4, 9, 1, 9, 8, 6, 9, 0, 0, 4, 5, 0, 9, 8, 6, 1, 1, 9],
"result" : "valid"
},
{
"tcId" : 805,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "803b8c7284f7da1e37b0a019e63e34aa",
"tweak" : "43e9a69e3b326348e965",
"msg" : [3, 8, 2, 5, 1, 1, 9, 3, 9, 8, 3, 5, 1, 7, 0, 8, 5, 4, 6, 1, 6, 7, 1],
"ct" : [4, 2, 8, 0, 1, 7, 3, 7, 5, 9, 6, 9, 8, 1, 5, 3, 1, 0, 3, 8, 2, 9, 6],
"result" : "valid"
},
{
"tcId" : 806,
"comment" : "y is edge case for modular reduction and a is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "803b8c7284f7da1e37b0a019e63e34aa",
"tweak" : "43e9a69e3b326348e965",
"msg" : [5, 2, 8, 1, 1, 5, 0, 1, 7, 8, 6, 2, 5, 2, 2, 7, 3, 3, 3, 2, 5, 6, 1],
"ct" : [5, 9, 6, 9, 5, 5, 3, 3, 3, 0, 7, 3, 6, 3, 6, 0, 8, 2, 2, 8, 2, 3, 9],
"result" : "valid"
},
{
"tcId" : 807,
"comment" : "y is maximal after modular reduction and (y + a) % radix**11 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "803b8c7284f7da1e37b0a019e63e34aa",
"tweak" : "13acf1fca1c4da48dbe0",
"msg" : [4, 4, 0, 6, 8, 6, 9, 6, 6, 4, 9, 6, 4, 4, 9, 9, 1, 6, 2, 2, 5, 1, 9],
"ct" : [2, 4, 4, 1, 8, 7, 0, 5, 2, 4, 2, 5, 2, 3, 2, 2, 1, 4, 0, 0, 4, 3, 4],
"result" : "valid"
},
{
"tcId" : 808,
"comment" : "y is maximal after modular reduction and (y + a) % radix**11 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "803b8c7284f7da1e37b0a019e63e34aa",
"tweak" : "13acf1fca1c4da48dbe0",
"msg" : [3, 6, 0, 6, 7, 7, 8, 2, 4, 6, 0, 2, 6, 2, 3, 2, 4, 9, 0, 8, 2, 5, 1],
"ct" : [4, 2, 2, 7, 4, 1, 2, 1, 2, 8, 9, 5, 6, 8, 9, 0, 1, 1, 6, 5, 8, 0, 0],
"result" : "valid"
},
{
"tcId" : 809,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "803b8c7284f7da1e37b0a019e63e34aa",
"tweak" : "13acf1fca1c4da48dbe0",
"msg" : [8, 9, 9, 9, 4, 8, 7, 8, 2, 4, 0, 6, 4, 2, 9, 4, 9, 2, 2, 7, 1, 9, 9],
"ct" : [1, 5, 8, 3, 2, 1, 7, 3, 3, 5, 7, 7, 8, 8, 0, 5, 8, 9, 4, 7, 9, 9, 0],
"result" : "valid"
},
{
"tcId" : 810,
"comment" : "y is maximal after modular reduction and a is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "803b8c7284f7da1e37b0a019e63e34aa",
"tweak" : "13acf1fca1c4da48dbe0",
"msg" : [8, 1, 5, 5, 0, 5, 3, 9, 1, 7, 8, 2, 1, 8, 7, 0, 4, 8, 4, 6, 9, 7, 9],
"ct" : [7, 3, 8, 4, 2, 3, 2, 8, 3, 4, 4, 0, 4, 7, 1, 2, 8, 2, 2, 7, 1, 9, 7],
"result" : "valid"
},
{
"tcId" : 811,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "44610a63e9615101e6bea82a9c0eda30",
"tweak" : "b324bd04bb45a149",
"msg" : [-1, 8, 3, 9, 4, 1, 8, 2, 0, 4, 7, 4, 7, 2, 8, 8, 0, 6, 5, 6, 7, 3, 4],
"ct" : [3, 5, 5, 6, 4, 1, 4, 7, 2, 9, 7, 7, 9, 3, 4, 7, 9, 0, 7, 1, 1, 5, 1],
"result" : "invalid"
},
{
"tcId" : 812,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "44610a63e9615101e6bea82a9c0eda30",
"tweak" : "b324bd04bb45a149",
"msg" : [7, 8, 3, 9, 4, 1, 8, -1, 0, 4, 7, 4, 7, 2, 8, 8, 0, 6, 5, 6, 7, 3, 4],
"ct" : [9, 8, 1, 9, 1, 3, 0, 7, 3, 8, 0, 6, 1, 2, 7, 2, 8, 7, 3, 4, 1, 7, 6],
"result" : "invalid"
},
{
"tcId" : 813,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "44610a63e9615101e6bea82a9c0eda30",
"tweak" : "b324bd04bb45a149",
"msg" : [7, 8, 3, 9, 4, 1, 8, 2, 0, 4, 7, 4, 7, 2, 8, 8, 0, 6, 5, 6, 7, 3, -1],
"ct" : [8, 6, 8, 1, 7, 0, 7, 1, 3, 9, 8, 5, 5, 5, 2, 7, 1, 3, 1, 1, 0, 2, 9],
"result" : "invalid"
},
{
"tcId" : 814,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "25d7157e822dd02f96268394452d7b54",
"tweak" : "1a7f9123f68aa239",
"msg" : [10, 6, 4, 1, 2, 2, 9, 8, 7, 9, 7, 2, 8, 4, 2, 3, 0, 2, 3, 6, 2, 3, 0],
"ct" : [8, 3, 3, 6, 7, 0, 9, 7, 7, 0, 6, 0, 9, 9, 8, 8, 9, 4, 9, 0, 6, 8, 5],
"result" : "invalid"
},
{
"tcId" : 815,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "25d7157e822dd02f96268394452d7b54",
"tweak" : "1a7f9123f68aa239",
"msg" : [9, 6, 4, 1, 2, 2, 9, 10, 7, 9, 7, 2, 8, 4, 2, 3, 0, 2, 3, 6, 2, 3, 0],
"ct" : [2, 8, 9, 4, 9, 7, 5, 8, 7, 5, 3, 1, 2, 6, 1, 2, 6, 2, 8, 4, 4, 3, 2],
"result" : "invalid"
},
{
"tcId" : 816,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "25d7157e822dd02f96268394452d7b54",
"tweak" : "1a7f9123f68aa239",
"msg" : [9, 6, 4, 1, 2, 2, 9, 8, 7, 9, 7, 2, 8, 4, 2, 3, 0, 2, 3, 6, 2, 3, 10],
"ct" : [1, 2, 2, 5, 3, 9, 3, 3, 7, 4, 4, 2, 8, 4, 6, 2, 8, 3, 0, 7, 2, 6, 1],
"result" : "invalid"
}
]
},
{
"keySize" : 128,
"msgSize" : 24,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 817,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "904e573e4691681dc2db245bb369404a",
"tweak" : "dc83f04ef1a5fc92",
"msg" : [1, 3, 7, 6, 3, 9, 8, 6, 6, 9, 3, 6, 4, 8, 6, 4, 3, 4, 5, 9, 5, 5, 9, 6],
"ct" : [0, 5, 2, 6, 9, 9, 3, 4, 9, 6, 6, 5, 4, 4, 6, 9, 7, 9, 3, 9, 2, 2, 8, 9],
"result" : "valid"
},
{
"tcId" : 818,
"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" : [6, 7, 8, 9, 6, 6, 3, 0, 5, 3, 2, 4, 4, 8, 5, 5, 2, 4, 8, 0, 7, 5, 5, 6],
"result" : "valid"
},
{
"tcId" : 819,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "cc7c241656fbbb47d85dd0963ac63c5b",
"tweak" : "de48d09d117319da",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [3, 3, 8, 8, 5, 1, 9, 8, 3, 1, 9, 6, 0, 8, 9, 7, 4, 7, 5, 6, 9, 8, 4, 6],
"result" : "valid"
},
{
"tcId" : 820,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "cc7c241656fbbb47d85dd0963ac63c5b",
"tweak" : "de48d09d117319da",
"msg" : [5, 4, 9, 7, 5, 5, 8, 1, 3, 8, 8, 8, 5, 4, 9, 7, 5, 5, 8, 1, 3, 8, 8, 8],
"ct" : [0, 9, 4, 2, 8, 1, 0, 1, 3, 5, 3, 9, 8, 3, 8, 8, 1, 8, 0, 9, 9, 5, 0, 8],
"result" : "valid"
},
{
"tcId" : 821,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "cc7c241656fbbb47d85dd0963ac63c5b",
"tweak" : "de48d09d117319da",
"msg" : [5, 4, 9, 7, 5, 5, 8, 1, 3, 8, 8, 7, 5, 4, 9, 7, 5, 5, 8, 1, 3, 8, 8, 7],
"ct" : [9, 7, 4, 6, 0, 7, 4, 6, 1, 3, 6, 3, 2, 8, 0, 6, 1, 6, 2, 6, 7, 3, 9, 4],
"result" : "valid"
},
{
"tcId" : 822,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "cc7c241656fbbb47d85dd0963ac63c5b",
"tweak" : "de48d09d117319da",
"msg" : [3, 5, 2, 7, 6, 7, 7, 9, 2, 2, 9, 7, 1, 1, 1, 7, 2, 9, 5, 8, 6, 3, 2, 4],
"ct" : [9, 3, 2, 4, 5, 9, 2, 9, 7, 4, 0, 8, 8, 3, 7, 2, 9, 0, 3, 7, 9, 1, 3, 3],
"result" : "valid"
},
{
"tcId" : 823,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "cc7c241656fbbb47d85dd0963ac63c5b",
"tweak" : "de48d09d117319da",
"msg" : [7, 9, 5, 3, 8, 4, 5, 1, 2, 1, 7, 2, 9, 0, 5, 8, 2, 1, 7, 0, 9, 9, 5, 2],
"ct" : [2, 7, 7, 5, 4, 6, 9, 9, 4, 5, 7, 4, 9, 3, 4, 8, 1, 5, 6, 0, 5, 1, 4, 5],
"result" : "valid"
},
{
"tcId" : 824,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "cc7c241656fbbb47d85dd0963ac63c5b",
"tweak" : "de48d09d117319da",
"msg" : [1, 0, 0, 2, 2, 5, 9, 2, 9, 4, 8, 5, 8, 0, 5, 9, 4, 8, 6, 1, 7, 9, 3, 2],
"ct" : [3, 0, 4, 8, 7, 3, 6, 1, 0, 1, 5, 9, 8, 9, 5, 6, 5, 2, 5, 2, 8, 1, 7, 7],
"result" : "valid"
},
{
"tcId" : 825,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "cc7c241656fbbb47d85dd0963ac63c5b",
"tweak" : "de48d09d117319da",
"msg" : [2, 1, 7, 9, 0, 9, 7, 6, 0, 7, 7, 0, 9, 2, 2, 5, 1, 2, 6, 8, 4, 6, 4, 6],
"ct" : [7, 1, 7, 4, 2, 0, 8, 5, 1, 5, 5, 5, 0, 3, 2, 6, 8, 6, 5, 4, 1, 1, 5, 0],
"result" : "valid"
},
{
"tcId" : 826,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "cc7c241656fbbb47d85dd0963ac63c5b",
"tweak" : "de48d09d117319da",
"msg" : [4, 0, 1, 9, 4, 5, 0, 1, 5, 4, 4, 2, 6, 2, 5, 6, 9, 3, 5, 7, 6, 8, 1, 1],
"ct" : [2, 8, 3, 4, 3, 8, 2, 3, 6, 2, 8, 7, 8, 8, 2, 9, 7, 2, 3, 9, 8, 3, 4, 9],
"result" : "valid"
},
{
"tcId" : 827,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "cc7c241656fbbb47d85dd0963ac63c5b",
"tweak" : "de48d09d117319da",
"msg" : [0, 2, 7, 3, 8, 4, 4, 2, 9, 9, 2, 2, 0, 7, 6, 7, 5, 9, 3, 3, 4, 5, 9, 9],
"ct" : [3, 9, 0, 5, 0, 7, 0, 4, 1, 2, 1, 5, 1, 3, 9, 0, 3, 1, 7, 7, 0, 1, 2, 9],
"result" : "valid"
},
{
"tcId" : 828,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "cc7c241656fbbb47d85dd0963ac63c5b",
"tweak" : "de48d09d117319da",
"msg" : [1, 8, 6, 8, 2, 2, 6, 6, 1, 4, 4, 7, 9, 6, 4, 2, 4, 4, 4, 6, 9, 9, 2, 7],
"ct" : [3, 0, 6, 8, 2, 6, 4, 9, 9, 3, 1, 8, 9, 9, 4, 8, 6, 2, 3, 3, 1, 0, 6, 0],
"result" : "valid"
},
{
"tcId" : 829,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "cc7c241656fbbb47d85dd0963ac63c5b",
"tweak" : "de48d09d117319da",
"msg" : [5, 7, 1, 8, 3, 9, 4, 6, 0, 9, 9, 0, 3, 2, 0, 9, 0, 6, 1, 0, 0, 6, 7, 7],
"ct" : [1, 2, 3, 5, 8, 5, 3, 6, 6, 1, 2, 2, 7, 8, 1, 9, 9, 9, 0, 1, 4, 8, 8, 3],
"result" : "valid"
},
{
"tcId" : 830,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "cc7c241656fbbb47d85dd0963ac63c5b",
"tweak" : "de48d09d117319da",
"msg" : [8, 1, 9, 0, 7, 4, 7, 6, 4, 3, 2, 0, 4, 8, 0, 8, 4, 5, 2, 0, 7, 5, 4, 5],
"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" : 831,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "cc7c241656fbbb47d85dd0963ac63c5b",
"tweak" : "de48d09d117319da",
"msg" : [4, 1, 8, 7, 4, 4, 1, 0, 9, 1, 5, 3, 5, 2, 2, 0, 7, 6, 2, 4, 0, 0, 7, 1],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 832,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "cc7c241656fbbb47d85dd0963ac63c5b",
"tweak" : "de48d09d117319da",
"msg" : [5, 5, 5, 0, 0, 5, 5, 6, 6, 7, 1, 7, 8, 7, 1, 2, 5, 2, 2, 8, 8, 2, 2, 7],
"ct" : [5, 4, 9, 7, 5, 5, 8, 1, 3, 8, 8, 8, 5, 4, 9, 7, 5, 5, 8, 1, 3, 8, 8, 8],
"result" : "valid"
},
{
"tcId" : 833,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "cc7c241656fbbb47d85dd0963ac63c5b",
"tweak" : "de48d09d117319da",
"msg" : [1, 9, 8, 7, 9, 1, 8, 8, 3, 3, 1, 5, 1, 4, 2, 8, 9, 0, 5, 9, 2, 0, 8, 4],
"ct" : [5, 4, 9, 7, 5, 5, 8, 1, 3, 8, 8, 7, 5, 4, 9, 7, 5, 5, 8, 1, 3, 8, 8, 7],
"result" : "valid"
},
{
"tcId" : 834,
"comment" : "y = 0 and (y + a) % radix**12 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "185afbc592b66b4bf6c87703dfbd4cdf",
"tweak" : "1e51e9c2679e4cd6951a",
"msg" : [8, 1, 9, 9, 2, 0, 5, 4, 7, 1, 3, 4, 1, 8, 0, 2, 6, 8, 1, 4, 0, 0, 3, 9],
"ct" : [5, 5, 1, 3, 9, 1, 9, 4, 1, 7, 9, 4, 4, 2, 8, 3, 3, 6, 6, 3, 6, 1, 4, 0],
"result" : "valid"
},
{
"tcId" : 835,
"comment" : "y = 0 and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "185afbc592b66b4bf6c87703dfbd4cdf",
"tweak" : "1e51e9c2679e4cd6951a",
"msg" : [0, 9, 4, 7, 6, 2, 4, 6, 5, 7, 2, 2, 4, 5, 5, 1, 2, 6, 1, 5, 4, 6, 2, 8],
"ct" : [4, 0, 6, 2, 5, 6, 7, 6, 1, 2, 0, 9, 8, 5, 5, 5, 7, 0, 4, 0, 8, 3, 7, 4],
"result" : "valid"
},
{
"tcId" : 836,
"comment" : "y = 0 and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "185afbc592b66b4bf6c87703dfbd4cdf",
"tweak" : "1e51e9c2679e4cd6951a",
"msg" : [3, 4, 0, 8, 3, 8, 9, 9, 5, 5, 3, 5, 4, 2, 4, 3, 3, 5, 2, 4, 4, 6, 2, 7],
"ct" : [1, 4, 9, 9, 0, 3, 3, 1, 7, 4, 9, 1, 5, 1, 4, 6, 9, 1, 4, 8, 7, 4, 4, 5],
"result" : "valid"
},
{
"tcId" : 837,
"comment" : "y = 0 and (y + a) % radix**12 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "185afbc592b66b4bf6c87703dfbd4cdf",
"tweak" : "1e51e9c2679e4cd6951a",
"msg" : [6, 3, 1, 7, 7, 4, 4, 0, 9, 5, 9, 5, 7, 0, 8, 6, 1, 9, 4, 7, 7, 0, 5, 4],
"ct" : [7, 6, 1, 5, 6, 7, 6, 3, 8, 5, 6, 6, 3, 2, 6, 8, 1, 3, 1, 4, 8, 8, 8, 8],
"result" : "valid"
},
{
"tcId" : 838,
"comment" : "y = 1 and a = 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "185afbc592b66b4bf6c87703dfbd4cdf",
"tweak" : "082cabb181cae05d508f",
"msg" : [3, 8, 6, 4, 3, 5, 7, 7, 3, 6, 3, 2, 2, 4, 8, 0, 4, 9, 5, 2, 3, 8, 1, 8],
"ct" : [8, 4, 5, 7, 5, 8, 8, 4, 0, 0, 8, 0, 7, 3, 0, 0, 0, 9, 0, 1, 0, 7, 8, 2],
"result" : "valid"
},
{
"tcId" : 839,
"comment" : "y = 1 and a = 1 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "185afbc592b66b4bf6c87703dfbd4cdf",
"tweak" : "082cabb181cae05d508f",
"msg" : [9, 2, 6, 9, 8, 1, 3, 5, 7, 0, 2, 5, 1, 8, 0, 4, 5, 8, 0, 7, 9, 4, 4, 0],
"ct" : [3, 9, 1, 8, 2, 7, 1, 3, 9, 1, 7, 4, 9, 6, 6, 5, 0, 4, 6, 8, 1, 8, 5, 8],
"result" : "valid"
},
{
"tcId" : 840,
"comment" : "y = 1 and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "185afbc592b66b4bf6c87703dfbd4cdf",
"tweak" : "082cabb181cae05d508f",
"msg" : [3, 4, 9, 1, 6, 5, 4, 1, 4, 6, 9, 2, 6, 3, 8, 0, 9, 1, 2, 5, 3, 8, 3, 4],
"ct" : [7, 4, 3, 1, 8, 5, 3, 0, 6, 4, 9, 9, 7, 7, 9, 2, 4, 1, 0, 9, 0, 3, 7, 2],
"result" : "valid"
},
{
"tcId" : 841,
"comment" : "y = 1 and (y + a) % radix**12 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "185afbc592b66b4bf6c87703dfbd4cdf",
"tweak" : "082cabb181cae05d508f",
"msg" : [6, 0, 7, 4, 8, 1, 6, 0, 2, 1, 6, 0, 1, 8, 2, 9, 8, 8, 0, 0, 4, 9, 0, 7],
"ct" : [9, 6, 3, 9, 4, 0, 5, 2, 7, 9, 3, 2, 1, 3, 2, 3, 5, 4, 3, 1, 1, 7, 0, 5],
"result" : "valid"
},
{
"tcId" : 842,
"comment" : "y = 1 and (y + a) % radix**12 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "185afbc592b66b4bf6c87703dfbd4cdf",
"tweak" : "082cabb181cae05d508f",
"msg" : [6, 4, 8, 5, 0, 5, 3, 2, 2, 7, 3, 1, 5, 0, 5, 9, 2, 9, 2, 6, 7, 7, 6, 4],
"ct" : [0, 2, 3, 9, 7, 2, 0, 1, 8, 8, 9, 4, 1, 6, 3, 8, 7, 7, 9, 4, 2, 6, 0, 6],
"result" : "valid"
},
{
"tcId" : 843,
"comment" : "y is maximal and a = 0 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "185afbc592b66b4bf6c87703dfbd4cdf",
"tweak" : "777ee85f27165fb9d116",
"msg" : [5, 2, 6, 6, 8, 3, 8, 1, 5, 2, 8, 6, 0, 7, 1, 0, 9, 0, 7, 1, 8, 0, 2, 3],
"ct" : [3, 4, 1, 6, 9, 8, 5, 6, 9, 4, 3, 7, 4, 7, 5, 7, 6, 8, 8, 5, 2, 1, 7, 9],
"result" : "valid"
},
{
"tcId" : 844,
"comment" : "y is maximal and a = 1 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "185afbc592b66b4bf6c87703dfbd4cdf",
"tweak" : "777ee85f27165fb9d116",
"msg" : [9, 1, 1, 5, 6, 6, 4, 7, 9, 6, 9, 3, 9, 4, 5, 9, 6, 6, 7, 7, 3, 5, 1, 0],
"ct" : [9, 4, 4, 8, 0, 7, 1, 6, 2, 5, 8, 1, 6, 1, 0, 7, 3, 1, 1, 5, 6, 6, 4, 2],
"result" : "valid"
},
{
"tcId" : 845,
"comment" : "y is maximal and (y + a) % radix**12 is maximal in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "185afbc592b66b4bf6c87703dfbd4cdf",
"tweak" : "777ee85f27165fb9d116",
"msg" : [9, 4, 2, 3, 1, 4, 3, 3, 4, 0, 6, 7, 3, 2, 2, 7, 7, 7, 8, 9, 8, 5, 2, 5],
"ct" : [4, 1, 4, 1, 9, 0, 0, 9, 1, 0, 1, 6, 3, 7, 7, 8, 7, 6, 4, 8, 2, 9, 4, 5],
"result" : "valid"
},
{
"tcId" : 846,
"comment" : "y is maximal and (y + a) % radix**12 == 0 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "185afbc592b66b4bf6c87703dfbd4cdf",
"tweak" : "777ee85f27165fb9d116",
"msg" : [3, 8, 9, 9, 1, 1, 7, 5, 5, 8, 0, 3, 9, 2, 6, 8, 7, 5, 1, 6, 5, 0, 7, 0],
"ct" : [4, 5, 3, 3, 4, 5, 7, 4, 6, 2, 3, 9, 8, 2, 3, 4, 3, 4, 9, 6, 4, 2, 0, 2],
"result" : "valid"
},
{
"tcId" : 847,
"comment" : "y is maximal and a has large Hamming weight in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "185afbc592b66b4bf6c87703dfbd4cdf",
"tweak" : "777ee85f27165fb9d116",
"msg" : [5, 1, 4, 1, 7, 6, 8, 4, 3, 3, 2, 2, 3, 6, 4, 9, 2, 0, 6, 2, 9, 5, 8, 9],
"ct" : [9, 5, 4, 4, 6, 5, 9, 9, 5, 8, 2, 9, 5, 2, 8, 4, 1, 3, 3, 7, 9, 2, 9, 0],
"result" : "valid"
},
{
"tcId" : 848,
"comment" : "y is maximal and a is maximal in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "185afbc592b66b4bf6c87703dfbd4cdf",
"tweak" : "777ee85f27165fb9d116",
"msg" : [7, 8, 8, 1, 0, 5, 8, 1, 7, 4, 6, 5, 3, 3, 4, 7, 4, 0, 3, 7, 4, 2, 2, 1],
"ct" : [6, 4, 9, 2, 6, 7, 2, 9, 1, 2, 6, 9, 4, 8, 3, 0, 1, 0, 9, 9, 8, 3, 2, 2],
"result" : "valid"
},
{
"tcId" : 849,
"comment" : "y is edge case for modular reduction and a = 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "185afbc592b66b4bf6c87703dfbd4cdf",
"tweak" : "b9f6325475b974a02e40",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 1, 4, 7, 2, 8, 9, 2, 2, 8, 2],
"ct" : [5, 4, 0, 0, 9, 7, 8, 8, 5, 7, 6, 1, 2, 3, 7, 0, 5, 6, 7, 0, 1, 2, 0, 3],
"result" : "valid"
},
{
"tcId" : 850,
"comment" : "y is edge case for modular reduction and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "185afbc592b66b4bf6c87703dfbd4cdf",
"tweak" : "b9f6325475b974a02e40",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 1, 4, 7, 2, 8, 9, 2, 2, 8, 2],
"ct" : [6, 3, 7, 0, 7, 4, 7, 6, 2, 6, 7, 1, 2, 2, 7, 9, 1, 4, 1, 7, 2, 7, 7, 2],
"result" : "valid"
},
{
"tcId" : 851,
"comment" : "y is edge case for modular reduction and (y + a) % radix**12 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "185afbc592b66b4bf6c87703dfbd4cdf",
"tweak" : "b9f6325475b974a02e40",
"msg" : [4, 0, 6, 4, 5, 6, 0, 4, 9, 6, 6, 9, 0, 4, 1, 4, 7, 2, 8, 9, 2, 2, 8, 2],
"ct" : [6, 9, 8, 8, 1, 6, 3, 4, 2, 6, 2, 9, 0, 5, 9, 9, 7, 6, 3, 8, 7, 5, 4, 8],
"result" : "valid"
},
{
"tcId" : 852,
"comment" : "y is edge case for modular reduction and (y + a) % radix**12 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "185afbc592b66b4bf6c87703dfbd4cdf",
"tweak" : "b9f6325475b974a02e40",
"msg" : [4, 0, 6, 4, 5, 6, 0, 4, 9, 6, 7, 0, 0, 4, 1, 4, 7, 2, 8, 9, 2, 2, 8, 2],
"ct" : [6, 5, 6, 2, 4, 0, 9, 2, 9, 1, 1, 0, 5, 9, 3, 9, 2, 6, 6, 4, 0, 2, 6, 2],
"result" : "valid"
},
{
"tcId" : 853,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "185afbc592b66b4bf6c87703dfbd4cdf",
"tweak" : "b9f6325475b974a02e40",
"msg" : [5, 4, 9, 7, 5, 5, 8, 1, 3, 8, 8, 8, 0, 4, 1, 4, 7, 2, 8, 9, 2, 2, 8, 2],
"ct" : [2, 1, 2, 4, 1, 9, 1, 8, 2, 5, 6, 2, 0, 8, 8, 0, 6, 8, 3, 4, 2, 4, 5, 4],
"result" : "valid"
},
{
"tcId" : 854,
"comment" : "y is edge case for modular reduction and a is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "185afbc592b66b4bf6c87703dfbd4cdf",
"tweak" : "b9f6325475b974a02e40",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 0, 4, 1, 4, 7, 2, 8, 9, 2, 2, 8, 2],
"ct" : [9, 7, 6, 7, 6, 9, 5, 0, 0, 3, 8, 3, 7, 6, 5, 8, 0, 7, 4, 1, 9, 8, 4, 8],
"result" : "valid"
},
{
"tcId" : 855,
"comment" : "y is maximal after modular reduction and (y + a) % radix**12 is maximal in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "185afbc592b66b4bf6c87703dfbd4cdf",
"tweak" : "d2716140d5548df71721",
"msg" : [7, 7, 1, 1, 1, 3, 7, 6, 6, 0, 8, 1, 3, 9, 5, 3, 3, 4, 3, 4, 9, 9, 7, 6],
"ct" : [1, 3, 4, 7, 2, 8, 9, 6, 5, 4, 8, 3, 4, 3, 4, 3, 1, 3, 0, 0, 4, 2, 6, 6],
"result" : "valid"
},
{
"tcId" : 856,
"comment" : "y is maximal after modular reduction and (y + a) % radix**12 == 0 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "185afbc592b66b4bf6c87703dfbd4cdf",
"tweak" : "d2716140d5548df71721",
"msg" : [8, 9, 9, 9, 3, 5, 0, 1, 4, 1, 2, 3, 9, 4, 0, 3, 5, 5, 0, 8, 2, 4, 1, 3],
"ct" : [3, 0, 3, 2, 2, 5, 8, 0, 6, 8, 0, 8, 8, 0, 8, 7, 1, 0, 9, 8, 9, 0, 7, 2],
"result" : "valid"
},
{
"tcId" : 857,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "185afbc592b66b4bf6c87703dfbd4cdf",
"tweak" : "d2716140d5548df71721",
"msg" : [6, 8, 9, 7, 7, 3, 7, 3, 6, 1, 7, 4, 5, 6, 6, 9, 3, 4, 7, 0, 9, 1, 2, 2],
"ct" : [8, 1, 0, 7, 8, 6, 2, 7, 0, 3, 0, 5, 5, 3, 0, 0, 1, 4, 3, 1, 5, 9, 5, 8],
"result" : "valid"
},
{
"tcId" : 858,
"comment" : "y is maximal after modular reduction and a is maximal in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "185afbc592b66b4bf6c87703dfbd4cdf",
"tweak" : "d2716140d5548df71721",
"msg" : [3, 1, 5, 3, 6, 0, 2, 6, 5, 7, 8, 5, 7, 9, 9, 6, 4, 5, 1, 3, 2, 3, 5, 6],
"ct" : [4, 9, 2, 5, 0, 0, 6, 0, 5, 2, 2, 9, 8, 3, 8, 0, 6, 4, 5, 3, 0, 2, 7, 4],
"result" : "valid"
},
{
"tcId" : 859,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "6db335f49453200df662b9d1097a4ea7",
"tweak" : "83f4d65d3964c007",
"msg" : [-1, 9, 5, 5, 7, 8, 3, 3, 8, 1, 1, 2, 5, 8, 7, 8, 4, 7, 8, 1, 0, 9, 8, 5],
"ct" : [3, 5, 0, 0, 3, 5, 7, 0, 8, 5, 9, 5, 1, 6, 9, 9, 2, 9, 8, 9, 2, 3, 9, 7],
"result" : "invalid"
},
{
"tcId" : 860,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "6db335f49453200df662b9d1097a4ea7",
"tweak" : "83f4d65d3964c007",
"msg" : [9, 9, 5, 5, 7, 8, 3, 3, -1, 1, 1, 2, 5, 8, 7, 8, 4, 7, 8, 1, 0, 9, 8, 5],
"ct" : [9, 7, 4, 8, 8, 2, 6, 0, 8, 6, 9, 2, 9, 0, 1, 5, 3, 4, 7, 4, 9, 5, 3, 5],
"result" : "invalid"
},
{
"tcId" : 861,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "6db335f49453200df662b9d1097a4ea7",
"tweak" : "83f4d65d3964c007",
"msg" : [9, 9, 5, 5, 7, 8, 3, 3, 8, 1, 1, 2, 5, 8, 7, 8, 4, 7, 8, 1, 0, 9, 8, -1],
"ct" : [2, 2, 6, 3, 0, 8, 5, 7, 0, 2, 7, 9, 2, 4, 3, 9, 8, 8, 3, 7, 1, 8, 3, 5],
"result" : "invalid"
},
{
"tcId" : 862,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "cbe85d1ca141da69e40bb863f6e542f4",
"tweak" : "a6d4ef5dbdea2cc4",
"msg" : [10, 7, 1, 4, 3, 8, 0, 0, 5, 1, 7, 6, 1, 0, 5, 4, 5, 9, 6, 8, 2, 2, 8, 6],
"ct" : [5, 2, 2, 1, 3, 0, 7, 7, 9, 2, 6, 8, 7, 4, 6, 5, 2, 4, 1, 3, 5, 3, 6, 3],
"result" : "invalid"
},
{
"tcId" : 863,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "cbe85d1ca141da69e40bb863f6e542f4",
"tweak" : "a6d4ef5dbdea2cc4",
"msg" : [8, 7, 1, 4, 3, 8, 0, 0, 10, 1, 7, 6, 1, 0, 5, 4, 5, 9, 6, 8, 2, 2, 8, 6],
"ct" : [2, 1, 7, 8, 8, 9, 7, 9, 6, 4, 8, 5, 6, 7, 9, 4, 2, 5, 4, 1, 1, 8, 6, 2],
"result" : "invalid"
},
{
"tcId" : 864,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "cbe85d1ca141da69e40bb863f6e542f4",
"tweak" : "a6d4ef5dbdea2cc4",
"msg" : [8, 7, 1, 4, 3, 8, 0, 0, 5, 1, 7, 6, 1, 0, 5, 4, 5, 9, 6, 8, 2, 2, 8, 10],
"ct" : [5, 2, 4, 7, 1, 6, 6, 7, 7, 9, 6, 7, 2, 4, 0, 6, 1, 9, 7, 8, 5, 6, 4, 7],
"result" : "invalid"
}
]
},
{
"keySize" : 128,
"msgSize" : 25,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 865,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "4605865b047c33cafb0c30500253573f",
"tweak" : "a8b27f391744d48a",
"msg" : [9, 8, 8, 0, 2, 6, 6, 5, 6, 0, 7, 2, 3, 0, 3, 2, 7, 7, 8, 0, 5, 7, 4, 8, 5],
"ct" : [8, 5, 9, 8, 9, 2, 5, 1, 5, 6, 7, 3, 0, 0, 8, 1, 8, 2, 2, 3, 2, 0, 7, 4, 6],
"result" : "valid"
},
{
"tcId" : 866,
"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" : [7, 6, 6, 9, 8, 2, 0, 0, 9, 3, 6, 8, 0, 7, 1, 2, 8, 5, 5, 5, 1, 0, 5, 0, 8],
"result" : "valid"
},
{
"tcId" : 867,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "3559556c121b36b3586c6c583f3c2d9c",
"tweak" : "9c9dcdb1c0690bea",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [9, 9, 4, 2, 9, 2, 8, 3, 4, 2, 3, 4, 5, 7, 2, 4, 0, 1, 1, 7, 7, 1, 9, 9, 2],
"result" : "valid"
},
{
"tcId" : 868,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "3559556c121b36b3586c6c583f3c2d9c",
"tweak" : "9c9dcdb1c0690bea",
"msg" : [5, 4, 9, 7, 5, 5, 8, 1, 3, 8, 8, 8, 8, 7, 9, 6, 0, 9, 3, 0, 2, 2, 2, 0, 8],
"ct" : [9, 6, 1, 8, 6, 6, 3, 3, 6, 9, 5, 7, 3, 4, 5, 9, 9, 0, 0, 9, 5, 4, 1, 4, 5],
"result" : "valid"
},
{
"tcId" : 869,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "3559556c121b36b3586c6c583f3c2d9c",
"tweak" : "9c9dcdb1c0690bea",
"msg" : [5, 4, 9, 7, 5, 5, 8, 1, 3, 8, 8, 7, 8, 7, 9, 6, 0, 9, 3, 0, 2, 2, 2, 0, 7],
"ct" : [4, 1, 4, 3, 8, 9, 1, 6, 3, 8, 0, 0, 5, 8, 6, 1, 0, 2, 1, 6, 8, 3, 4, 6, 4],
"result" : "valid"
},
{
"tcId" : 870,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "3559556c121b36b3586c6c583f3c2d9c",
"tweak" : "9c9dcdb1c0690bea",
"msg" : [0, 3, 0, 6, 5, 7, 0, 0, 7, 8, 7, 8, 9, 9, 3, 5, 0, 4, 6, 2, 7, 4, 6, 0, 6],
"ct" : [6, 5, 1, 0, 4, 0, 8, 3, 4, 7, 5, 6, 6, 3, 6, 4, 1, 8, 1, 5, 4, 8, 4, 9, 9],
"result" : "valid"
},
{
"tcId" : 871,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "3559556c121b36b3586c6c583f3c2d9c",
"tweak" : "9c9dcdb1c0690bea",
"msg" : [7, 2, 2, 1, 8, 3, 7, 3, 9, 7, 6, 5, 8, 5, 9, 3, 7, 8, 6, 6, 6, 8, 4, 7, 8],
"ct" : [2, 6, 6, 7, 1, 9, 8, 6, 0, 0, 4, 3, 1, 6, 0, 6, 3, 3, 0, 9, 0, 3, 3, 7, 7],
"result" : "valid"
},
{
"tcId" : 872,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "3559556c121b36b3586c6c583f3c2d9c",
"tweak" : "9c9dcdb1c0690bea",
"msg" : [2, 1, 8, 3, 9, 8, 8, 5, 4, 4, 7, 3, 9, 7, 1, 2, 5, 8, 6, 0, 5, 6, 5, 7, 9],
"ct" : [9, 7, 7, 5, 7, 0, 6, 5, 8, 9, 2, 8, 5, 1, 2, 8, 6, 4, 9, 5, 0, 1, 4, 6, 0],
"result" : "valid"
},
{
"tcId" : 873,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "3559556c121b36b3586c6c583f3c2d9c",
"tweak" : "9c9dcdb1c0690bea",
"msg" : [0, 7, 6, 1, 9, 2, 9, 8, 1, 4, 1, 2, 6, 3, 0, 1, 4, 0, 4, 5, 3, 5, 7, 7, 6],
"ct" : [7, 0, 8, 6, 6, 7, 7, 8, 8, 4, 8, 5, 6, 8, 3, 0, 3, 3, 8, 7, 0, 3, 8, 3, 2],
"result" : "valid"
},
{
"tcId" : 874,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "3559556c121b36b3586c6c583f3c2d9c",
"tweak" : "9c9dcdb1c0690bea",
"msg" : [8, 1, 4, 1, 9, 6, 7, 3, 2, 5, 9, 8, 8, 9, 5, 0, 3, 5, 7, 4, 1, 7, 7, 5, 0],
"ct" : [2, 4, 2, 9, 1, 8, 9, 0, 0, 1, 5, 3, 2, 0, 2, 8, 7, 4, 0, 6, 6, 7, 3, 9, 0],
"result" : "valid"
},
{
"tcId" : 875,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "3559556c121b36b3586c6c583f3c2d9c",
"tweak" : "9c9dcdb1c0690bea",
"msg" : [3, 8, 2, 4, 4, 9, 4, 4, 6, 4, 5, 4, 1, 5, 9, 4, 5, 6, 0, 8, 7, 4, 3, 8, 2],
"ct" : [1, 6, 6, 3, 3, 6, 0, 4, 4, 8, 0, 2, 6, 9, 9, 9, 2, 4, 5, 0, 3, 7, 6, 9, 0],
"result" : "valid"
},
{
"tcId" : 876,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "3559556c121b36b3586c6c583f3c2d9c",
"tweak" : "9c9dcdb1c0690bea",
"msg" : [0, 2, 6, 3, 3, 9, 8, 9, 5, 5, 2, 0, 4, 4, 5, 7, 4, 5, 3, 5, 0, 2, 6, 3, 6],
"ct" : [2, 6, 1, 9, 4, 0, 9, 6, 6, 8, 9, 9, 5, 8, 2, 0, 9, 7, 6, 4, 0, 6, 3, 6, 9],
"result" : "valid"
},
{
"tcId" : 877,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "3559556c121b36b3586c6c583f3c2d9c",
"tweak" : "9c9dcdb1c0690bea",
"msg" : [0, 8, 1, 2, 8, 9, 3, 5, 8, 9, 8, 0, 6, 4, 7, 3, 9, 8, 8, 3, 7, 0, 3, 7, 6],
"ct" : [1, 2, 9, 4, 3, 8, 4, 1, 8, 7, 6, 6, 7, 4, 4, 9, 2, 8, 2, 0, 1, 5, 2, 7, 0],
"result" : "valid"
},
{
"tcId" : 878,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "3559556c121b36b3586c6c583f3c2d9c",
"tweak" : "9c9dcdb1c0690bea",
"msg" : [6, 3, 7, 9, 4, 4, 6, 8, 9, 9, 5, 2, 0, 4, 5, 3, 2, 2, 8, 2, 6, 3, 2, 6, 7],
"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" : 879,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "3559556c121b36b3586c6c583f3c2d9c",
"tweak" : "9c9dcdb1c0690bea",
"msg" : [0, 5, 3, 7, 4, 7, 8, 4, 2, 9, 2, 3, 9, 0, 4, 1, 7, 2, 4, 3, 9, 4, 1, 5, 5],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 880,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "3559556c121b36b3586c6c583f3c2d9c",
"tweak" : "9c9dcdb1c0690bea",
"msg" : [1, 3, 8, 3, 7, 9, 1, 4, 1, 1, 1, 7, 3, 3, 5, 8, 5, 8, 0, 7, 7, 0, 9, 6, 5],
"ct" : [5, 4, 9, 7, 5, 5, 8, 1, 3, 8, 8, 8, 8, 7, 9, 6, 0, 9, 3, 0, 2, 2, 2, 0, 8],
"result" : "valid"
},
{
"tcId" : 881,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "3559556c121b36b3586c6c583f3c2d9c",
"tweak" : "9c9dcdb1c0690bea",
"msg" : [4, 8, 7, 9, 2, 7, 5, 8, 3, 3, 7, 3, 4, 2, 5, 6, 4, 0, 2, 2, 9, 7, 8, 3, 1],
"ct" : [5, 4, 9, 7, 5, 5, 8, 1, 3, 8, 8, 7, 8, 7, 9, 6, 0, 9, 3, 0, 2, 2, 2, 0, 7],
"result" : "valid"
},
{
"tcId" : 882,
"comment" : "y = 1 and a = 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "0526b8cd9181cbe9d29e520aef6d33b9",
"tweak" : "9be06cca5bef27d93a",
"msg" : [0, 9, 9, 4, 1, 8, 9, 0, 2, 7, 5, 6, 0, 2, 0, 9, 4, 4, 1, 9, 4, 1, 4, 4, 0],
"ct" : [9, 1, 3, 5, 6, 2, 9, 2, 4, 0, 1, 1, 2, 8, 4, 1, 4, 5, 9, 4, 5, 4, 6, 8, 0],
"result" : "valid"
},
{
"tcId" : 883,
"comment" : "y = 1 and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "0526b8cd9181cbe9d29e520aef6d33b9",
"tweak" : "9be06cca5bef27d93a",
"msg" : [0, 6, 2, 2, 5, 0, 8, 2, 8, 7, 9, 5, 5, 2, 3, 5, 7, 5, 3, 8, 1, 2, 5, 3, 4],
"ct" : [4, 9, 0, 3, 8, 6, 6, 8, 0, 4, 4, 2, 9, 5, 1, 7, 1, 6, 4, 9, 5, 8, 1, 9, 5],
"result" : "valid"
},
{
"tcId" : 884,
"comment" : "y = 1 and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "0526b8cd9181cbe9d29e520aef6d33b9",
"tweak" : "9be06cca5bef27d93a",
"msg" : [8, 1, 1, 8, 3, 3, 2, 0, 8, 2, 8, 7, 3, 7, 4, 6, 8, 6, 6, 9, 0, 8, 1, 6, 7],
"ct" : [3, 1, 7, 3, 6, 8, 9, 1, 0, 5, 7, 6, 4, 5, 8, 1, 9, 5, 6, 1, 9, 2, 8, 1, 1],
"result" : "valid"
},
{
"tcId" : 885,
"comment" : "y = 1 and (y + a) % radix**12 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "0526b8cd9181cbe9d29e520aef6d33b9",
"tweak" : "9be06cca5bef27d93a",
"msg" : [7, 6, 2, 3, 1, 6, 6, 0, 2, 2, 8, 9, 0, 3, 7, 5, 9, 6, 8, 0, 3, 5, 9, 1, 3],
"ct" : [1, 0, 0, 2, 7, 5, 3, 8, 0, 2, 6, 5, 3, 4, 6, 6, 1, 6, 1, 8, 0, 1, 2, 7, 0],
"result" : "valid"
},
{
"tcId" : 886,
"comment" : "y = 1 and (y + a) % radix**12 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "0526b8cd9181cbe9d29e520aef6d33b9",
"tweak" : "9be06cca5bef27d93a",
"msg" : [8, 7, 7, 9, 5, 3, 0, 2, 3, 0, 5, 2, 4, 0, 8, 5, 8, 4, 7, 1, 3, 0, 0, 6, 1],
"ct" : [8, 0, 0, 9, 4, 1, 3, 0, 7, 8, 6, 8, 5, 1, 0, 6, 4, 0, 6, 0, 9, 7, 0, 5, 8],
"result" : "valid"
},
{
"tcId" : 887,
"comment" : "y is maximal and a = 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "0526b8cd9181cbe9d29e520aef6d33b9",
"tweak" : "538194a4c6bb89ba57",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 4, 5, 0, 1, 1, 3, 2, 9, 1, 7, 0, 8],
"ct" : [3, 8, 9, 8, 8, 2, 7, 8, 2, 9, 8, 7, 9, 0, 8, 0, 4, 5, 4, 6, 3, 7, 8, 6, 6],
"result" : "valid"
},
{
"tcId" : 888,
"comment" : "y is maximal and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "0526b8cd9181cbe9d29e520aef6d33b9",
"tweak" : "538194a4c6bb89ba57",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 7, 4, 5, 0, 1, 1, 3, 2, 9, 1, 7, 0, 8],
"ct" : [3, 7, 5, 1, 3, 4, 8, 9, 1, 3, 2, 1, 4, 2, 5, 0, 7, 8, 6, 9, 9, 2, 6, 2, 2],
"result" : "valid"
},
{
"tcId" : 889,
"comment" : "y is maximal and (y + a) % radix**12 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "0526b8cd9181cbe9d29e520aef6d33b9",
"tweak" : "538194a4c6bb89ba57",
"msg" : [4, 0, 6, 4, 5, 6, 0, 4, 9, 6, 6, 4, 7, 4, 5, 0, 1, 1, 3, 2, 9, 1, 7, 0, 8],
"ct" : [7, 7, 5, 0, 3, 7, 3, 9, 4, 4, 3, 1, 0, 5, 9, 0, 5, 9, 5, 8, 2, 3, 1, 8, 3],
"result" : "valid"
},
{
"tcId" : 890,
"comment" : "y is maximal and (y + a) % radix**12 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "0526b8cd9181cbe9d29e520aef6d33b9",
"tweak" : "538194a4c6bb89ba57",
"msg" : [4, 0, 6, 4, 5, 6, 0, 4, 9, 6, 6, 5, 7, 4, 5, 0, 1, 1, 3, 2, 9, 1, 7, 0, 8],
"ct" : [5, 5, 9, 5, 7, 4, 2, 8, 2, 0, 2, 2, 0, 7, 3, 8, 8, 5, 0, 1, 6, 0, 8, 7, 4],
"result" : "valid"
},
{
"tcId" : 891,
"comment" : "y is maximal and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "0526b8cd9181cbe9d29e520aef6d33b9",
"tweak" : "538194a4c6bb89ba57",
"msg" : [5, 4, 9, 7, 5, 5, 8, 1, 3, 8, 8, 8, 7, 4, 5, 0, 1, 1, 3, 2, 9, 1, 7, 0, 8],
"ct" : [4, 4, 2, 5, 0, 7, 3, 9, 6, 9, 0, 2, 7, 1, 3, 4, 3, 5, 1, 1, 7, 1, 6, 6, 6],
"result" : "valid"
},
{
"tcId" : 892,
"comment" : "y is maximal and a is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "0526b8cd9181cbe9d29e520aef6d33b9",
"tweak" : "538194a4c6bb89ba57",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 7, 4, 5, 0, 1, 1, 3, 2, 9, 1, 7, 0, 8],
"ct" : [1, 9, 8, 7, 8, 1, 7, 1, 6, 1, 4, 4, 6, 1, 8, 5, 3, 0, 0, 3, 9, 8, 8, 6, 9],
"result" : "valid"
},
{
"tcId" : 893,
"comment" : "y is edge case for modular reduction and a = 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "0526b8cd9181cbe9d29e520aef6d33b9",
"tweak" : "4cbcb03f8603c5fd75",
"msg" : [6, 4, 6, 5, 5, 5, 7, 5, 7, 5, 0, 3, 3, 5, 6, 9, 8, 4, 7, 9, 0, 3, 9, 1, 5],
"ct" : [5, 9, 3, 5, 4, 3, 9, 5, 0, 3, 3, 0, 1, 8, 4, 9, 1, 3, 9, 2, 3, 5, 0, 8, 4],
"result" : "valid"
},
{
"tcId" : 894,
"comment" : "y is edge case for modular reduction and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "0526b8cd9181cbe9d29e520aef6d33b9",
"tweak" : "4cbcb03f8603c5fd75",
"msg" : [3, 6, 0, 8, 0, 6, 8, 3, 8, 0, 7, 6, 1, 4, 9, 8, 9, 7, 9, 2, 5, 3, 8, 2, 8],
"ct" : [5, 9, 3, 5, 4, 3, 9, 5, 0, 3, 3, 1, 7, 4, 1, 5, 6, 8, 3, 2, 0, 3, 3, 0, 4],
"result" : "valid"
},
{
"tcId" : 895,
"comment" : "y is edge case for modular reduction and (y + a) % radix**12 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "0526b8cd9181cbe9d29e520aef6d33b9",
"tweak" : "4cbcb03f8603c5fd75",
"msg" : [9, 7, 7, 5, 3, 0, 1, 4, 3, 3, 9, 7, 7, 8, 2, 3, 1, 8, 3, 2, 6, 9, 2, 8, 9],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 8, 5, 7, 6, 3, 1, 6, 7, 1, 5, 8, 9, 6],
"result" : "valid"
},
{
"tcId" : 896,
"comment" : "y is edge case for modular reduction and (y + a) % radix**12 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "0526b8cd9181cbe9d29e520aef6d33b9",
"tweak" : "4cbcb03f8603c5fd75",
"msg" : [8, 5, 4, 5, 1, 4, 7, 3, 6, 4, 5, 8, 8, 7, 5, 7, 8, 5, 7, 1, 9, 3, 1, 0, 1],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 9, 3, 7, 3, 0, 8, 0, 7, 7, 0, 7, 7],
"result" : "valid"
},
{
"tcId" : 897,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "0526b8cd9181cbe9d29e520aef6d33b9",
"tweak" : "4cbcb03f8603c5fd75",
"msg" : [2, 5, 1, 6, 7, 3, 9, 1, 1, 7, 1, 4, 2, 2, 3, 8, 8, 3, 9, 2, 5, 2, 8, 6, 5],
"ct" : [1, 4, 3, 2, 9, 9, 7, 6, 4, 2, 1, 8, 4, 2, 7, 3, 9, 9, 5, 2, 7, 4, 4, 1, 7],
"result" : "valid"
},
{
"tcId" : 898,
"comment" : "y is edge case for modular reduction and a is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "0526b8cd9181cbe9d29e520aef6d33b9",
"tweak" : "4cbcb03f8603c5fd75",
"msg" : [5, 6, 7, 0, 4, 7, 3, 9, 7, 0, 7, 2, 9, 1, 1, 9, 5, 2, 2, 8, 0, 1, 9, 0, 8],
"ct" : [5, 9, 3, 5, 4, 3, 9, 5, 0, 3, 2, 9, 1, 4, 6, 9, 2, 8, 4, 5, 1, 1, 3, 4, 1],
"result" : "valid"
},
{
"tcId" : 899,
"comment" : "y is maximal after modular reduction and (y + a) % radix**12 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "0526b8cd9181cbe9d29e520aef6d33b9",
"tweak" : "d8ab734ac179874ca0",
"msg" : [2, 8, 5, 8, 4, 5, 9, 6, 6, 8, 1, 4, 3, 1, 1, 0, 0, 8, 9, 3, 1, 3, 0, 4, 7],
"ct" : [8, 3, 8, 6, 1, 0, 7, 4, 5, 6, 1, 3, 2, 1, 9, 1, 3, 3, 9, 7, 1, 0, 3, 6, 9],
"result" : "valid"
},
{
"tcId" : 900,
"comment" : "y is maximal after modular reduction and (y + a) % radix**12 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "0526b8cd9181cbe9d29e520aef6d33b9",
"tweak" : "d8ab734ac179874ca0",
"msg" : [2, 3, 5, 2, 9, 0, 2, 5, 0, 2, 1, 5, 9, 8, 4, 5, 5, 9, 9, 6, 6, 5, 4, 4, 5],
"ct" : [5, 5, 6, 1, 1, 2, 9, 6, 3, 8, 0, 1, 0, 9, 9, 3, 9, 4, 2, 3, 6, 0, 4, 8, 0],
"result" : "valid"
},
{
"tcId" : 901,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "0526b8cd9181cbe9d29e520aef6d33b9",
"tweak" : "d8ab734ac179874ca0",
"msg" : [9, 8, 8, 5, 1, 6, 7, 8, 8, 2, 7, 3, 0, 4, 5, 7, 9, 3, 4, 1, 0, 9, 6, 0, 3],
"ct" : [3, 6, 1, 8, 2, 4, 3, 9, 0, 3, 5, 7, 5, 8, 1, 0, 6, 1, 7, 7, 0, 2, 7, 0, 9],
"result" : "valid"
},
{
"tcId" : 902,
"comment" : "y is maximal after modular reduction and a is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "0526b8cd9181cbe9d29e520aef6d33b9",
"tweak" : "d8ab734ac179874ca0",
"msg" : [1, 2, 3, 0, 1, 5, 6, 8, 4, 1, 6, 6, 7, 9, 3, 1, 1, 1, 9, 1, 7, 0, 2, 9, 1],
"ct" : [6, 0, 3, 3, 0, 5, 2, 1, 4, 3, 8, 4, 1, 5, 5, 4, 4, 6, 8, 9, 1, 8, 4, 1, 6],
"result" : "valid"
},
{
"tcId" : 903,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "757d6cfed88de9a000990ad046202ce4",
"tweak" : "97e4070e26277b60",
"msg" : [-1, 3, 8, 0, 7, 4, 4, 1, 5, 6, 1, 1, 4, 7, 7, 5, 3, 9, 4, 9, 7, 3, 7, 0, 7],
"ct" : [9, 3, 1, 4, 2, 3, 0, 3, 1, 7, 8, 8, 4, 7, 6, 7, 0, 6, 5, 5, 8, 0, 6, 4, 4],
"result" : "invalid"
},
{
"tcId" : 904,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "757d6cfed88de9a000990ad046202ce4",
"tweak" : "97e4070e26277b60",
"msg" : [2, 3, 8, 0, 7, 4, 4, 1, -1, 6, 1, 1, 4, 7, 7, 5, 3, 9, 4, 9, 7, 3, 7, 0, 7],
"ct" : [6, 8, 8, 5, 7, 0, 1, 1, 5, 4, 2, 6, 0, 7, 1, 1, 3, 9, 8, 7, 7, 6, 6, 2, 6],
"result" : "invalid"
},
{
"tcId" : 905,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "757d6cfed88de9a000990ad046202ce4",
"tweak" : "97e4070e26277b60",
"msg" : [2, 3, 8, 0, 7, 4, 4, 1, 5, 6, 1, 1, 4, 7, 7, 5, 3, 9, 4, 9, 7, 3, 7, 0, -1],
"ct" : [3, 5, 1, 1, 1, 9, 3, 9, 1, 7, 7, 8, 1, 4, 6, 9, 2, 9, 9, 3, 5, 4, 2, 2, 1],
"result" : "invalid"
},
{
"tcId" : 906,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "58f638e0570fa4a27a5c2d11b71b17aa",
"tweak" : "3bfe8de27ea16194",
"msg" : [10, 0, 9, 0, 9, 6, 0, 4, 3, 1, 2, 4, 1, 6, 9, 0, 8, 3, 5, 7, 9, 0, 6, 9, 6],
"ct" : [5, 4, 6, 6, 6, 7, 4, 5, 5, 2, 5, 8, 0, 6, 5, 6, 0, 4, 7, 8, 1, 2, 7, 0, 3],
"result" : "invalid"
},
{
"tcId" : 907,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "58f638e0570fa4a27a5c2d11b71b17aa",
"tweak" : "3bfe8de27ea16194",
"msg" : [9, 0, 9, 0, 9, 6, 0, 4, 10, 1, 2, 4, 1, 6, 9, 0, 8, 3, 5, 7, 9, 0, 6, 9, 6],
"ct" : [7, 1, 5, 1, 2, 3, 8, 9, 5, 6, 6, 7, 1, 7, 9, 8, 2, 0, 4, 6, 0, 7, 3, 7, 1],
"result" : "invalid"
},
{
"tcId" : 908,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "58f638e0570fa4a27a5c2d11b71b17aa",
"tweak" : "3bfe8de27ea16194",
"msg" : [9, 0, 9, 0, 9, 6, 0, 4, 3, 1, 2, 4, 1, 6, 9, 0, 8, 3, 5, 7, 9, 0, 6, 9, 10],
"ct" : [1, 2, 9, 5, 4, 8, 7, 2, 7, 7, 0, 8, 7, 1, 2, 6, 1, 4, 7, 0, 8, 5, 0, 1, 0],
"result" : "invalid"
}
]
},
{
"keySize" : 128,
"msgSize" : 26,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 909,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "0fb1979af3a9860c485e2ef06c6010c3",
"tweak" : "60de513786f3f0a6",
"msg" : [3, 3, 0, 9, 6, 4, 4, 7, 2, 7, 4, 2, 5, 4, 5, 7, 2, 5, 9, 6, 2, 6, 7, 0, 0, 0],
"ct" : [5, 8, 9, 5, 2, 4, 0, 9, 0, 0, 8, 5, 8, 6, 5, 4, 6, 7, 3, 3, 7, 8, 2, 9, 8, 3],
"result" : "valid"
},
{
"tcId" : 910,
"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" : [9, 6, 0, 2, 9, 9, 8, 1, 3, 3, 4, 3, 3, 3, 6, 9, 5, 3, 1, 5, 7, 8, 0, 6, 3, 0],
"result" : "valid"
},
{
"tcId" : 911,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "f8a61228ec1958c89ccf56eeb0f9c568",
"tweak" : "845578b42fe2d9a0",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [8, 2, 3, 8, 1, 5, 1, 9, 2, 6, 6, 7, 7, 9, 0, 5, 4, 2, 3, 5, 8, 9, 3, 4, 2, 6],
"result" : "valid"
},
{
"tcId" : 912,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "f8a61228ec1958c89ccf56eeb0f9c568",
"tweak" : "845578b42fe2d9a0",
"msg" : [8, 7, 9, 6, 0, 9, 3, 0, 2, 2, 2, 0, 8, 8, 7, 9, 6, 0, 9, 3, 0, 2, 2, 2, 0, 8],
"ct" : [1, 0, 7, 5, 0, 3, 7, 4, 7, 1, 4, 7, 1, 4, 4, 4, 7, 9, 4, 0, 4, 9, 5, 0, 9, 6],
"result" : "valid"
},
{
"tcId" : 913,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "f8a61228ec1958c89ccf56eeb0f9c568",
"tweak" : "845578b42fe2d9a0",
"msg" : [8, 7, 9, 6, 0, 9, 3, 0, 2, 2, 2, 0, 7, 8, 7, 9, 6, 0, 9, 3, 0, 2, 2, 2, 0, 7],
"ct" : [5, 0, 2, 9, 9, 5, 3, 1, 4, 7, 2, 3, 4, 0, 2, 7, 1, 0, 4, 5, 8, 5, 9, 7, 5, 5],
"result" : "valid"
},
{
"tcId" : 914,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "f8a61228ec1958c89ccf56eeb0f9c568",
"tweak" : "845578b42fe2d9a0",
"msg" : [1, 4, 9, 5, 4, 5, 7, 1, 6, 7, 3, 3, 0, 5, 3, 4, 3, 3, 7, 9, 5, 5, 1, 3, 7, 6],
"ct" : [0, 8, 8, 4, 0, 5, 5, 9, 0, 4, 9, 0, 4, 3, 4, 8, 7, 0, 7, 8, 9, 2, 2, 5, 9, 2],
"result" : "valid"
},
{
"tcId" : 915,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "f8a61228ec1958c89ccf56eeb0f9c568",
"tweak" : "845578b42fe2d9a0",
"msg" : [7, 0, 2, 3, 3, 9, 1, 9, 0, 6, 3, 9, 7, 4, 1, 0, 9, 6, 9, 2, 2, 2, 7, 9, 9, 5],
"ct" : [2, 3, 8, 8, 2, 5, 7, 0, 5, 2, 6, 3, 6, 0, 4, 5, 5, 1, 4, 9, 4, 0, 8, 3, 2, 4],
"result" : "valid"
},
{
"tcId" : 916,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "f8a61228ec1958c89ccf56eeb0f9c568",
"tweak" : "845578b42fe2d9a0",
"msg" : [6, 5, 0, 3, 0, 6, 0, 7, 3, 0, 1, 5, 8, 8, 0, 8, 8, 0, 0, 2, 9, 1, 3, 7, 1, 4],
"ct" : [3, 4, 4, 5, 9, 4, 5, 7, 3, 2, 1, 4, 4, 5, 4, 7, 9, 7, 8, 4, 0, 5, 1, 7, 3, 3],
"result" : "valid"
},
{
"tcId" : 917,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "f8a61228ec1958c89ccf56eeb0f9c568",
"tweak" : "845578b42fe2d9a0",
"msg" : [9, 9, 0, 8, 3, 2, 6, 8, 1, 0, 7, 0, 3, 6, 6, 7, 9, 2, 3, 0, 3, 5, 0, 6, 5, 2],
"ct" : [8, 6, 5, 2, 2, 9, 3, 8, 4, 3, 4, 0, 3, 9, 2, 7, 3, 2, 3, 4, 8, 7, 4, 3, 5, 2],
"result" : "valid"
},
{
"tcId" : 918,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "f8a61228ec1958c89ccf56eeb0f9c568",
"tweak" : "845578b42fe2d9a0",
"msg" : [1, 2, 7, 0, 3, 0, 8, 7, 9, 4, 0, 7, 9, 9, 5, 7, 5, 1, 4, 2, 3, 3, 0, 0, 4, 0],
"ct" : [8, 7, 9, 3, 2, 8, 6, 8, 3, 2, 8, 4, 9, 8, 6, 3, 4, 5, 4, 4, 6, 9, 6, 8, 2, 3],
"result" : "valid"
},
{
"tcId" : 919,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "f8a61228ec1958c89ccf56eeb0f9c568",
"tweak" : "845578b42fe2d9a0",
"msg" : [4, 4, 6, 4, 8, 6, 0, 5, 8, 0, 5, 5, 4, 0, 0, 6, 0, 5, 0, 9, 9, 0, 9, 4, 1, 7],
"ct" : [5, 8, 1, 0, 2, 4, 7, 8, 7, 4, 3, 8, 1, 6, 5, 7, 4, 8, 3, 8, 8, 3, 6, 3, 4, 4],
"result" : "valid"
},
{
"tcId" : 920,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "f8a61228ec1958c89ccf56eeb0f9c568",
"tweak" : "845578b42fe2d9a0",
"msg" : [1, 0, 7, 6, 2, 6, 1, 2, 6, 3, 6, 7, 8, 6, 0, 8, 9, 7, 4, 4, 6, 9, 0, 9, 2, 6],
"ct" : [6, 4, 2, 8, 8, 1, 6, 6, 5, 9, 5, 6, 1, 1, 6, 4, 4, 5, 8, 9, 6, 0, 6, 7, 1, 0],
"result" : "valid"
},
{
"tcId" : 921,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "f8a61228ec1958c89ccf56eeb0f9c568",
"tweak" : "845578b42fe2d9a0",
"msg" : [6, 7, 3, 1, 3, 5, 3, 0, 5, 4, 2, 3, 2, 6, 3, 5, 1, 9, 9, 2, 1, 6, 0, 9, 4, 3],
"ct" : [6, 4, 2, 7, 7, 6, 6, 2, 4, 0, 2, 2, 5, 2, 6, 6, 5, 9, 4, 2, 1, 2, 4, 1, 1, 0],
"result" : "valid"
},
{
"tcId" : 922,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "f8a61228ec1958c89ccf56eeb0f9c568",
"tweak" : "845578b42fe2d9a0",
"msg" : [0, 7, 0, 4, 9, 3, 3, 2, 6, 5, 1, 4, 4, 5, 3, 0, 4, 0, 4, 4, 5, 3, 4, 3, 9, 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],
"result" : "valid"
},
{
"tcId" : 923,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "f8a61228ec1958c89ccf56eeb0f9c568",
"tweak" : "845578b42fe2d9a0",
"msg" : [0, 0, 6, 4, 8, 8, 6, 9, 3, 2, 2, 9, 1, 1, 1, 9, 8, 6, 3, 1, 7, 8, 2, 1, 7, 7],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 924,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "f8a61228ec1958c89ccf56eeb0f9c568",
"tweak" : "845578b42fe2d9a0",
"msg" : [4, 3, 4, 4, 0, 0, 5, 9, 7, 8, 1, 0, 8, 8, 2, 0, 1, 7, 6, 5, 7, 0, 2, 1, 1, 2],
"ct" : [8, 7, 9, 6, 0, 9, 3, 0, 2, 2, 2, 0, 8, 8, 7, 9, 6, 0, 9, 3, 0, 2, 2, 2, 0, 8],
"result" : "valid"
},
{
"tcId" : 925,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "f8a61228ec1958c89ccf56eeb0f9c568",
"tweak" : "845578b42fe2d9a0",
"msg" : [1, 4, 4, 9, 8, 0, 8, 3, 5, 2, 4, 5, 6, 1, 5, 9, 4, 6, 2, 2, 1, 8, 3, 5, 4, 6],
"ct" : [8, 7, 9, 6, 0, 9, 3, 0, 2, 2, 2, 0, 7, 8, 7, 9, 6, 0, 9, 3, 0, 2, 2, 2, 0, 7],
"result" : "valid"
},
{
"tcId" : 926,
"comment" : "y = 0 and (y + a) % radix**13 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "38a92f28cf4f93b374725c5e303829d6",
"tweak" : "1c36ea7c1090e29bcf",
"msg" : [6, 1, 1, 6, 7, 5, 7, 9, 6, 4, 0, 1, 3, 9, 6, 4, 6, 0, 5, 8, 3, 6, 5, 1, 0, 9],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 6, 9, 1, 3, 2, 1, 1, 7, 2, 6, 8, 5],
"result" : "valid"
},
{
"tcId" : 927,
"comment" : "y = 0 and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "38a92f28cf4f93b374725c5e303829d6",
"tweak" : "1c36ea7c1090e29bcf",
"msg" : [9, 1, 2, 3, 8, 3, 5, 9, 8, 4, 0, 5, 4, 2, 9, 8, 6, 0, 6, 7, 1, 8, 3, 2, 5, 4],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 9, 9, 7, 7, 5, 6, 3, 7, 7, 6, 7, 9, 2],
"result" : "valid"
},
{
"tcId" : 928,
"comment" : "y = 0 and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "38a92f28cf4f93b374725c5e303829d6",
"tweak" : "1c36ea7c1090e29bcf",
"msg" : [6, 8, 8, 3, 5, 9, 5, 0, 0, 8, 6, 8, 4, 4, 6, 4, 1, 8, 1, 2, 7, 6, 8, 2, 2, 8],
"ct" : [8, 7, 9, 6, 0, 9, 3, 0, 2, 2, 2, 0, 8, 3, 0, 3, 6, 1, 3, 5, 0, 8, 6, 6, 0, 4],
"result" : "valid"
},
{
"tcId" : 929,
"comment" : "y = 0 and (y + a) % radix**13 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "38a92f28cf4f93b374725c5e303829d6",
"tweak" : "1c36ea7c1090e29bcf",
"msg" : [8, 6, 6, 6, 1, 4, 4, 4, 1, 6, 4, 8, 0, 2, 2, 7, 1, 0, 9, 5, 9, 6, 2, 1, 7, 6],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 8, 4, 9, 8, 1, 2, 5, 9, 5, 6, 7, 9, 0],
"result" : "valid"
},
{
"tcId" : 930,
"comment" : "y = 1 and a = 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "38a92f28cf4f93b374725c5e303829d6",
"tweak" : "edb103cfd431230266",
"msg" : [6, 8, 2, 8, 7, 6, 3, 0, 6, 6, 1, 8, 3, 1, 1, 3, 5, 3, 8, 7, 3, 8, 5, 0, 8, 0],
"ct" : [4, 3, 9, 9, 9, 2, 3, 3, 3, 0, 4, 8, 3, 2, 5, 8, 8, 8, 3, 6, 7, 6, 7, 9, 9, 8],
"result" : "valid"
},
{
"tcId" : 931,
"comment" : "y = 1 and a = 1 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "38a92f28cf4f93b374725c5e303829d6",
"tweak" : "edb103cfd431230266",
"msg" : [7, 6, 8, 5, 8, 6, 8, 5, 7, 6, 9, 9, 5, 8, 1, 8, 2, 9, 0, 9, 2, 0, 1, 4, 8, 1],
"ct" : [3, 5, 6, 1, 3, 6, 6, 4, 0, 1, 5, 7, 2, 0, 3, 5, 2, 2, 4, 5, 5, 0, 5, 8, 5, 8],
"result" : "valid"
},
{
"tcId" : 932,
"comment" : "y = 1 and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "38a92f28cf4f93b374725c5e303829d6",
"tweak" : "edb103cfd431230266",
"msg" : [1, 0, 7, 4, 9, 6, 6, 9, 2, 5, 0, 5, 4, 6, 8, 8, 3, 3, 4, 2, 3, 0, 0, 3, 3, 2],
"ct" : [9, 4, 7, 0, 1, 7, 0, 5, 8, 3, 0, 5, 7, 4, 3, 9, 8, 3, 5, 9, 9, 8, 5, 1, 0, 2],
"result" : "valid"
},
{
"tcId" : 933,
"comment" : "y = 1 and (y + a) % radix**13 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "38a92f28cf4f93b374725c5e303829d6",
"tweak" : "edb103cfd431230266",
"msg" : [4, 9, 8, 8, 3, 5, 3, 1, 6, 0, 0, 7, 2, 3, 9, 6, 6, 3, 3, 6, 2, 3, 2, 2, 5, 0],
"ct" : [5, 8, 8, 4, 3, 4, 7, 0, 7, 6, 2, 4, 3, 6, 4, 3, 6, 0, 6, 9, 3, 2, 3, 5, 1, 0],
"result" : "valid"
},
{
"tcId" : 934,
"comment" : "y = 1 and (y + a) % radix**13 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "38a92f28cf4f93b374725c5e303829d6",
"tweak" : "edb103cfd431230266",
"msg" : [6, 8, 0, 8, 0, 3, 9, 2, 3, 7, 4, 8, 1, 9, 6, 9, 8, 7, 2, 3, 3, 0, 9, 2, 2, 7],
"ct" : [2, 7, 7, 6, 1, 2, 0, 9, 0, 1, 7, 5, 7, 4, 8, 4, 4, 7, 4, 3, 7, 2, 0, 4, 0, 6],
"result" : "valid"
},
{
"tcId" : 935,
"comment" : "y is maximal and a = 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "38a92f28cf4f93b374725c5e303829d6",
"tweak" : "967a2b2c543238ec94",
"msg" : [3, 5, 7, 3, 1, 9, 1, 0, 8, 1, 2, 8, 3, 7, 6, 7, 7, 6, 3, 0, 4, 0, 0, 7, 8, 5],
"ct" : [7, 5, 9, 3, 5, 4, 3, 9, 5, 0, 3, 3, 5, 4, 1, 4, 3, 3, 0, 0, 6, 3, 5, 1, 4, 7],
"result" : "valid"
},
{
"tcId" : 936,
"comment" : "y is maximal and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "38a92f28cf4f93b374725c5e303829d6",
"tweak" : "967a2b2c543238ec94",
"msg" : [8, 4, 2, 3, 9, 4, 9, 6, 7, 3, 5, 2, 2, 8, 2, 4, 7, 1, 7, 9, 6, 0, 0, 6, 7, 3],
"ct" : [7, 5, 9, 3, 5, 4, 3, 9, 5, 0, 3, 3, 6, 7, 4, 2, 6, 1, 9, 4, 4, 9, 2, 0, 5, 1],
"result" : "valid"
},
{
"tcId" : 937,
"comment" : "y is maximal and (y + a) % radix**13 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "38a92f28cf4f93b374725c5e303829d6",
"tweak" : "967a2b2c543238ec94",
"msg" : [8, 4, 0, 3, 8, 2, 0, 9, 2, 3, 3, 8, 6, 7, 5, 5, 5, 3, 6, 2, 0, 6, 6, 8, 1, 9],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 0, 4, 3, 1, 5, 6, 6, 9, 6, 8, 0, 6, 3],
"result" : "valid"
},
{
"tcId" : 938,
"comment" : "y is maximal and (y + a) % radix**13 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "38a92f28cf4f93b374725c5e303829d6",
"tweak" : "967a2b2c543238ec94",
"msg" : [5, 5, 5, 0, 1, 2, 1, 0, 3, 6, 0, 0, 5, 9, 5, 5, 8, 6, 1, 6, 7, 0, 2, 0, 6, 0],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 2, 4, 0, 7, 6, 8, 0, 1, 4, 3, 6, 0],
"result" : "valid"
},
{
"tcId" : 939,
"comment" : "y is maximal and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "38a92f28cf4f93b374725c5e303829d6",
"tweak" : "967a2b2c543238ec94",
"msg" : [0, 5, 1, 5, 6, 5, 2, 9, 7, 2, 2, 8, 9, 6, 3, 4, 8, 8, 6, 7, 2, 6, 9, 8, 3, 9],
"ct" : [6, 3, 8, 9, 6, 3, 6, 9, 7, 2, 5, 4, 3, 5, 3, 0, 9, 4, 6, 7, 0, 3, 4, 9, 7, 8],
"result" : "valid"
},
{
"tcId" : 940,
"comment" : "y is maximal and a is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "38a92f28cf4f93b374725c5e303829d6",
"tweak" : "967a2b2c543238ec94",
"msg" : [3, 9, 9, 8, 8, 4, 2, 6, 8, 0, 6, 8, 3, 0, 6, 3, 1, 8, 3, 3, 0, 3, 6, 0, 9, 6],
"ct" : [7, 5, 9, 3, 5, 4, 3, 9, 5, 0, 3, 3, 4, 1, 1, 6, 6, 3, 7, 2, 6, 8, 5, 3, 0, 0],
"result" : "valid"
},
{
"tcId" : 941,
"comment" : "y is edge case for modular reduction and a = 0 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "38a92f28cf4f93b374725c5e303829d6",
"tweak" : "854e975ba784c030a2",
"msg" : [7, 5, 8, 6, 6, 3, 6, 3, 0, 8, 1, 6, 9, 5, 3, 4, 1, 7, 5, 4, 4, 3, 5, 3, 1, 1],
"ct" : [0, 5, 1, 3, 3, 8, 5, 8, 2, 7, 0, 5, 7, 6, 9, 3, 0, 6, 5, 1, 8, 6, 7, 0, 9, 3],
"result" : "valid"
},
{
"tcId" : 942,
"comment" : "y is edge case for modular reduction and a = 1 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "38a92f28cf4f93b374725c5e303829d6",
"tweak" : "854e975ba784c030a2",
"msg" : [2, 1, 0, 5, 7, 9, 3, 9, 6, 5, 6, 6, 2, 9, 9, 3, 9, 3, 0, 7, 5, 2, 8, 1, 1, 5],
"ct" : [1, 6, 5, 0, 9, 7, 1, 2, 0, 2, 0, 9, 2, 1, 6, 7, 0, 6, 1, 7, 6, 8, 7, 7, 0, 8],
"result" : "valid"
},
{
"tcId" : 943,
"comment" : "y is edge case for modular reduction and (y + a) % radix**13 is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "38a92f28cf4f93b374725c5e303829d6",
"tweak" : "854e975ba784c030a2",
"msg" : [7, 7, 6, 3, 5, 4, 9, 3, 8, 4, 0, 7, 5, 9, 1, 7, 3, 2, 7, 3, 7, 2, 4, 2, 2, 7],
"ct" : [6, 2, 6, 8, 2, 2, 6, 1, 0, 2, 6, 9, 6, 5, 0, 9, 6, 1, 2, 9, 3, 4, 8, 2, 7, 1],
"result" : "valid"
},
{
"tcId" : 944,
"comment" : "y is edge case for modular reduction and (y + a) % radix**13 == 0 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "38a92f28cf4f93b374725c5e303829d6",
"tweak" : "854e975ba784c030a2",
"msg" : [1, 6, 5, 5, 2, 6, 7, 7, 0, 2, 8, 5, 8, 5, 7, 3, 4, 5, 1, 1, 4, 5, 6, 5, 7, 1],
"ct" : [5, 7, 3, 3, 7, 1, 1, 9, 0, 2, 7, 5, 1, 7, 7, 4, 7, 5, 8, 3, 0, 9, 1, 8, 1, 3],
"result" : "valid"
},
{
"tcId" : 945,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "38a92f28cf4f93b374725c5e303829d6",
"tweak" : "854e975ba784c030a2",
"msg" : [6, 7, 6, 9, 8, 4, 8, 8, 1, 7, 6, 9, 4, 4, 9, 5, 2, 2, 3, 6, 0, 4, 0, 6, 9, 9],
"ct" : [2, 0, 8, 3, 9, 1, 7, 7, 7, 3, 2, 8, 3, 4, 5, 6, 3, 4, 0, 7, 9, 8, 7, 6, 7, 8],
"result" : "valid"
},
{
"tcId" : 946,
"comment" : "y is edge case for modular reduction and a is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "38a92f28cf4f93b374725c5e303829d6",
"tweak" : "854e975ba784c030a2",
"msg" : [5, 3, 6, 3, 3, 5, 0, 8, 7, 9, 9, 8, 0, 6, 1, 4, 3, 0, 7, 0, 4, 3, 2, 4, 8, 1],
"ct" : [3, 5, 0, 4, 3, 4, 5, 2, 0, 2, 5, 5, 6, 8, 2, 2, 9, 1, 1, 3, 9, 4, 0, 5, 4, 5],
"result" : "valid"
},
{
"tcId" : 947,
"comment" : "y is maximal after modular reduction and (y + a) % radix**13 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "38a92f28cf4f93b374725c5e303829d6",
"tweak" : "b50d060072f1eb96ec",
"msg" : [9, 5, 0, 3, 8, 2, 7, 0, 1, 0, 6, 5, 4, 7, 7, 6, 6, 9, 6, 3, 1, 2, 4, 8, 1, 0],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 5, 7, 5, 7, 4, 4, 9, 2, 7, 3, 6, 4, 5],
"result" : "valid"
},
{
"tcId" : 948,
"comment" : "y is maximal after modular reduction and (y + a) % radix**13 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "38a92f28cf4f93b374725c5e303829d6",
"tweak" : "b50d060072f1eb96ec",
"msg" : [3, 8, 0, 0, 6, 7, 8, 9, 0, 1, 6, 7, 5, 3, 8, 6, 4, 0, 2, 6, 0, 1, 9, 7, 3, 9],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 4, 4, 8, 9, 8, 0, 5, 6, 1, 8, 7, 5],
"result" : "valid"
},
{
"tcId" : 949,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "38a92f28cf4f93b374725c5e303829d6",
"tweak" : "b50d060072f1eb96ec",
"msg" : [1, 9, 1, 8, 6, 1, 1, 4, 6, 6, 2, 2, 0, 9, 8, 6, 9, 0, 6, 1, 2, 9, 2, 3, 3, 5],
"ct" : [8, 7, 9, 6, 0, 9, 3, 0, 2, 2, 2, 0, 7, 7, 5, 7, 1, 5, 3, 1, 6, 4, 5, 6, 3, 1],
"result" : "valid"
},
{
"tcId" : 950,
"comment" : "y is maximal after modular reduction and a is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "38a92f28cf4f93b374725c5e303829d6",
"tweak" : "b50d060072f1eb96ec",
"msg" : [1, 5, 9, 4, 1, 1, 7, 9, 4, 3, 5, 2, 2, 8, 1, 2, 9, 0, 3, 4, 4, 3, 0, 8, 9, 0],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 8, 1, 5, 9, 0, 0, 8, 7, 3, 0, 7, 6, 8, 6],
"result" : "valid"
},
{
"tcId" : 951,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "228e9e3386e948a636d5238ef5a32456",
"tweak" : "b297e81e07aeefa2",
"msg" : [-1, 0, 5, 9, 5, 0, 1, 3, 0, 3, 0, 0, 6, 4, 9, 7, 2, 3, 0, 3, 3, 5, 3, 7, 1, 8],
"ct" : [3, 3, 3, 2, 5, 1, 6, 0, 6, 7, 3, 1, 2, 8, 0, 1, 4, 2, 8, 4, 9, 7, 5, 5, 4, 5],
"result" : "invalid"
},
{
"tcId" : 952,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "228e9e3386e948a636d5238ef5a32456",
"tweak" : "b297e81e07aeefa2",
"msg" : [7, 0, 5, 9, 5, 0, 1, 3, -1, 3, 0, 0, 6, 4, 9, 7, 2, 3, 0, 3, 3, 5, 3, 7, 1, 8],
"ct" : [6, 2, 7, 2, 2, 3, 2, 2, 8, 4, 4, 7, 7, 0, 6, 0, 4, 4, 3, 6, 9, 4, 2, 8, 6, 7],
"result" : "invalid"
},
{
"tcId" : 953,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "228e9e3386e948a636d5238ef5a32456",
"tweak" : "b297e81e07aeefa2",
"msg" : [7, 0, 5, 9, 5, 0, 1, 3, 0, 3, 0, 0, 6, 4, 9, 7, 2, 3, 0, 3, 3, 5, 3, 7, 1, -1],
"ct" : [5, 5, 2, 9, 0, 7, 6, 1, 4, 4, 9, 5, 9, 0, 7, 0, 1, 3, 1, 0, 7, 1, 1, 7, 4, 7],
"result" : "invalid"
},
{
"tcId" : 954,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "2a7d242d663ce2aa8e191904c7075f2e",
"tweak" : "4ee235ec0c445b32",
"msg" : [10, 9, 5, 1, 0, 6, 6, 4, 1, 0, 2, 3, 0, 2, 9, 7, 0, 2, 3, 3, 3, 2, 4, 9, 5, 6],
"ct" : [4, 2, 2, 0, 2, 3, 3, 9, 6, 1, 8, 1, 9, 2, 9, 8, 6, 3, 6, 4, 5, 4, 8, 8, 2, 3],
"result" : "invalid"
},
{
"tcId" : 955,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "2a7d242d663ce2aa8e191904c7075f2e",
"tweak" : "4ee235ec0c445b32",
"msg" : [5, 9, 5, 1, 0, 6, 6, 4, 10, 0, 2, 3, 0, 2, 9, 7, 0, 2, 3, 3, 3, 2, 4, 9, 5, 6],
"ct" : [5, 1, 7, 9, 0, 8, 0, 8, 4, 2, 9, 7, 2, 8, 5, 1, 5, 2, 7, 1, 7, 1, 4, 1, 7, 8],
"result" : "invalid"
},
{
"tcId" : 956,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "2a7d242d663ce2aa8e191904c7075f2e",
"tweak" : "4ee235ec0c445b32",
"msg" : [5, 9, 5, 1, 0, 6, 6, 4, 1, 0, 2, 3, 0, 2, 9, 7, 0, 2, 3, 3, 3, 2, 4, 9, 5, 10],
"ct" : [7, 1, 6, 7, 0, 0, 0, 8, 3, 7, 3, 3, 6, 2, 9, 9, 8, 8, 6, 6, 9, 7, 3, 6, 1, 6],
"result" : "invalid"
}
]
},
{
"keySize" : 128,
"msgSize" : 27,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 957,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "5d9ce920d89d03dcb83a0bf8ba68c9a1",
"tweak" : "9b6124a5067acaf1",
"msg" : [9, 8, 1, 0, 5, 2, 4, 4, 9, 3, 3, 8, 3, 3, 9, 2, 8, 0, 2, 8, 0, 1, 7, 6, 2, 1, 6],
"ct" : [2, 0, 4, 4, 9, 1, 7, 6, 9, 8, 2, 5, 7, 7, 3, 4, 3, 4, 9, 1, 9, 7, 3, 9, 9, 1, 4],
"result" : "valid"
},
{
"tcId" : 958,
"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" : [3, 8, 4, 3, 7, 4, 7, 4, 0, 2, 7, 4, 7, 4, 5, 7, 9, 0, 7, 3, 0, 5, 8, 5, 1, 4, 6],
"result" : "valid"
},
{
"tcId" : 959,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "9b81805cf0423e149b59d74e4e876ccf",
"tweak" : "bcdfdd4615295f29",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [5, 7, 6, 5, 4, 7, 9, 5, 9, 1, 4, 1, 8, 4, 9, 5, 3, 9, 6, 9, 1, 0, 9, 2, 6, 0, 0],
"result" : "valid"
},
{
"tcId" : 960,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "9b81805cf0423e149b59d74e4e876ccf",
"tweak" : "bcdfdd4615295f29",
"msg" : [8, 7, 9, 6, 0, 9, 3, 0, 2, 2, 2, 0, 8, 7, 0, 3, 6, 8, 7, 4, 4, 1, 7, 7, 6, 6, 4],
"ct" : [6, 7, 7, 3, 7, 8, 0, 1, 7, 6, 9, 1, 1, 0, 4, 5, 5, 7, 7, 9, 0, 0, 7, 4, 6, 1, 4],
"result" : "valid"
},
{
"tcId" : 961,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "9b81805cf0423e149b59d74e4e876ccf",
"tweak" : "bcdfdd4615295f29",
"msg" : [8, 7, 9, 6, 0, 9, 3, 0, 2, 2, 2, 0, 7, 7, 0, 3, 6, 8, 7, 4, 4, 1, 7, 7, 6, 6, 3],
"ct" : [4, 8, 6, 9, 8, 1, 9, 5, 1, 6, 4, 2, 1, 5, 8, 0, 0, 4, 5, 1, 7, 5, 6, 8, 9, 3, 4],
"result" : "valid"
},
{
"tcId" : 962,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "9b81805cf0423e149b59d74e4e876ccf",
"tweak" : "bcdfdd4615295f29",
"msg" : [9, 9, 8, 2, 0, 1, 6, 6, 0, 4, 5, 0, 2, 9, 3, 6, 8, 4, 9, 7, 4, 4, 1, 2, 8, 4, 5],
"ct" : [3, 8, 9, 7, 1, 0, 5, 0, 9, 8, 2, 6, 2, 7, 0, 7, 0, 4, 8, 2, 4, 1, 1, 0, 3, 1, 4],
"result" : "valid"
},
{
"tcId" : 963,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "9b81805cf0423e149b59d74e4e876ccf",
"tweak" : "bcdfdd4615295f29",
"msg" : [3, 8, 9, 7, 3, 9, 2, 5, 7, 4, 6, 5, 7, 7, 9, 4, 3, 1, 4, 3, 3, 5, 9, 1, 2, 8, 7],
"ct" : [5, 4, 2, 0, 5, 8, 8, 8, 3, 1, 0, 5, 5, 3, 8, 4, 7, 2, 5, 6, 2, 5, 5, 3, 6, 4, 0],
"result" : "valid"
},
{
"tcId" : 964,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "9b81805cf0423e149b59d74e4e876ccf",
"tweak" : "bcdfdd4615295f29",
"msg" : [3, 4, 1, 9, 6, 6, 1, 3, 9, 3, 5, 4, 8, 5, 4, 8, 3, 7, 7, 2, 7, 7, 1, 0, 7, 0, 5],
"ct" : [9, 0, 0, 7, 0, 7, 2, 5, 4, 8, 6, 7, 1, 8, 4, 5, 4, 5, 3, 7, 8, 1, 0, 8, 3, 5, 6],
"result" : "valid"
},
{
"tcId" : 965,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "9b81805cf0423e149b59d74e4e876ccf",
"tweak" : "bcdfdd4615295f29",
"msg" : [8, 6, 6, 6, 5, 7, 6, 8, 9, 6, 0, 4, 0, 6, 5, 5, 7, 0, 5, 4, 7, 6, 7, 7, 5, 4, 5],
"ct" : [8, 1, 7, 3, 8, 0, 6, 2, 6, 6, 0, 8, 7, 5, 3, 1, 7, 1, 4, 5, 7, 5, 8, 7, 6, 3, 7],
"result" : "valid"
},
{
"tcId" : 966,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "9b81805cf0423e149b59d74e4e876ccf",
"tweak" : "bcdfdd4615295f29",
"msg" : [1, 8, 4, 7, 3, 8, 3, 5, 1, 5, 5, 7, 9, 7, 4, 2, 7, 6, 4, 5, 8, 0, 4, 2, 4, 8, 4],
"ct" : [8, 0, 3, 2, 9, 1, 7, 6, 2, 4, 1, 2, 2, 7, 8, 6, 7, 8, 6, 2, 5, 8, 1, 0, 6, 3, 2],
"result" : "valid"
},
{
"tcId" : 967,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "9b81805cf0423e149b59d74e4e876ccf",
"tweak" : "bcdfdd4615295f29",
"msg" : [1, 6, 2, 3, 8, 3, 1, 6, 8, 7, 9, 2, 3, 4, 7, 1, 6, 7, 3, 1, 0, 6, 5, 2, 9, 4, 8],
"ct" : [0, 1, 6, 0, 1, 0, 5, 5, 1, 7, 2, 1, 1, 0, 5, 9, 7, 3, 7, 0, 3, 0, 6, 8, 0, 3, 8],
"result" : "valid"
},
{
"tcId" : 968,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "9b81805cf0423e149b59d74e4e876ccf",
"tweak" : "bcdfdd4615295f29",
"msg" : [6, 4, 6, 1, 9, 3, 0, 0, 9, 1, 1, 1, 2, 5, 8, 4, 5, 3, 5, 0, 5, 6, 0, 5, 0, 4, 8],
"ct" : [2, 9, 9, 9, 2, 2, 5, 1, 9, 8, 3, 1, 8, 7, 1, 2, 2, 9, 3, 1, 4, 9, 7, 7, 4, 2, 1],
"result" : "valid"
},
{
"tcId" : 969,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "9b81805cf0423e149b59d74e4e876ccf",
"tweak" : "bcdfdd4615295f29",
"msg" : [9, 4, 8, 8, 5, 2, 9, 1, 9, 0, 5, 6, 8, 6, 6, 4, 9, 1, 4, 8, 5, 9, 2, 7, 2, 3, 2],
"ct" : [6, 1, 3, 3, 4, 8, 6, 9, 7, 6, 9, 9, 6, 6, 2, 0, 5, 5, 4, 2, 5, 2, 0, 7, 6, 4, 9],
"result" : "valid"
},
{
"tcId" : 970,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "9b81805cf0423e149b59d74e4e876ccf",
"tweak" : "bcdfdd4615295f29",
"msg" : [3, 8, 6, 3, 5, 9, 9, 2, 1, 4, 5, 4, 7, 3, 2, 2, 8, 8, 8, 8, 7, 1, 3, 8, 9, 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, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 971,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "9b81805cf0423e149b59d74e4e876ccf",
"tweak" : "bcdfdd4615295f29",
"msg" : [7, 8, 7, 5, 1, 8, 3, 7, 8, 1, 2, 3, 9, 3, 5, 4, 6, 8, 4, 4, 8, 8, 3, 8, 4, 6, 9],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 972,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "9b81805cf0423e149b59d74e4e876ccf",
"tweak" : "bcdfdd4615295f29",
"msg" : [9, 4, 1, 0, 3, 2, 8, 0, 1, 6, 0, 8, 3, 3, 7, 1, 7, 3, 1, 8, 4, 1, 8, 2, 4, 2, 9],
"ct" : [8, 7, 9, 6, 0, 9, 3, 0, 2, 2, 2, 0, 8, 7, 0, 3, 6, 8, 7, 4, 4, 1, 7, 7, 6, 6, 4],
"result" : "valid"
},
{
"tcId" : 973,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "9b81805cf0423e149b59d74e4e876ccf",
"tweak" : "bcdfdd4615295f29",
"msg" : [9, 1, 0, 5, 5, 6, 8, 3, 7, 4, 5, 5, 6, 9, 8, 1, 0, 1, 9, 3, 9, 5, 3, 7, 2, 9, 8],
"ct" : [8, 7, 9, 6, 0, 9, 3, 0, 2, 2, 2, 0, 7, 7, 0, 3, 6, 8, 7, 4, 4, 1, 7, 7, 6, 6, 3],
"result" : "valid"
},
{
"tcId" : 974,
"comment" : "y = 0 and (y + a) % radix**13 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "075ac4ff0713173a300683f9529cb3d6",
"tweak" : "5a1bc9276aa5a7650d",
"msg" : [5, 3, 1, 3, 9, 8, 4, 9, 2, 4, 0, 0, 2, 9, 5, 5, 2, 9, 7, 4, 4, 7, 8, 2, 3, 0, 3],
"ct" : [1, 3, 5, 4, 7, 3, 9, 2, 7, 2, 6, 1, 4, 5, 6, 9, 9, 2, 2, 6, 1, 9, 6, 4, 2, 4, 7],
"result" : "valid"
},
{
"tcId" : 975,
"comment" : "y = 0 and a = 1 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "075ac4ff0713173a300683f9529cb3d6",
"tweak" : "5a1bc9276aa5a7650d",
"msg" : [9, 5, 6, 1, 1, 6, 3, 5, 9, 9, 9, 7, 3, 3, 9, 9, 7, 0, 6, 7, 1, 3, 0, 6, 7, 5, 4],
"ct" : [8, 7, 8, 3, 9, 5, 5, 4, 0, 3, 2, 2, 6, 5, 8, 8, 0, 2, 7, 3, 1, 9, 7, 5, 2, 4, 4],
"result" : "valid"
},
{
"tcId" : 976,
"comment" : "y = 0 and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "075ac4ff0713173a300683f9529cb3d6",
"tweak" : "5a1bc9276aa5a7650d",
"msg" : [7, 7, 7, 2, 8, 3, 8, 2, 3, 7, 8, 2, 6, 4, 7, 2, 7, 4, 2, 6, 1, 7, 8, 9, 2, 2, 2],
"ct" : [6, 8, 1, 4, 7, 3, 2, 4, 2, 1, 3, 8, 1, 0, 0, 2, 4, 5, 0, 0, 3, 1, 2, 2, 6, 7, 4],
"result" : "valid"
},
{
"tcId" : 977,
"comment" : "y = 0 and (y + a) % radix**13 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "075ac4ff0713173a300683f9529cb3d6",
"tweak" : "5a1bc9276aa5a7650d",
"msg" : [6, 6, 9, 5, 3, 1, 6, 9, 4, 0, 9, 0, 8, 6, 5, 9, 5, 4, 4, 4, 1, 7, 3, 9, 5, 3, 9],
"ct" : [3, 0, 3, 9, 4, 6, 4, 4, 1, 2, 1, 2, 1, 2, 2, 2, 2, 4, 4, 2, 4, 7, 7, 6, 3, 3, 4],
"result" : "valid"
},
{
"tcId" : 978,
"comment" : "y = 1 and a = 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "075ac4ff0713173a300683f9529cb3d6",
"tweak" : "ecfccdf5f7e0554f47",
"msg" : [3, 0, 6, 1, 3, 0, 9, 2, 9, 8, 7, 5, 5, 6, 5, 6, 0, 8, 7, 2, 6, 9, 5, 5, 0, 5, 9],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 8, 2, 8, 4, 1, 6, 1, 6, 2, 6, 1, 8, 5],
"result" : "valid"
},
{
"tcId" : 979,
"comment" : "y = 1 and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "075ac4ff0713173a300683f9529cb3d6",
"tweak" : "ecfccdf5f7e0554f47",
"msg" : [2, 0, 0, 9, 5, 8, 1, 7, 1, 0, 9, 6, 3, 8, 1, 0, 4, 6, 8, 2, 3, 9, 2, 0, 3, 6, 5],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 3, 0, 4, 1, 6, 1, 9, 8, 5, 9, 8, 4, 1, 7],
"result" : "valid"
},
{
"tcId" : 980,
"comment" : "y = 1 and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "075ac4ff0713173a300683f9529cb3d6",
"tweak" : "ecfccdf5f7e0554f47",
"msg" : [4, 5, 5, 9, 0, 4, 8, 8, 0, 8, 4, 5, 3, 0, 8, 5, 8, 9, 6, 7, 4, 8, 2, 1, 5, 4, 0],
"ct" : [8, 7, 9, 6, 0, 9, 3, 0, 2, 2, 2, 0, 9, 8, 8, 2, 9, 4, 5, 0, 0, 6, 6, 1, 0, 0, 6],
"result" : "valid"
},
{
"tcId" : 981,
"comment" : "y = 1 and (y + a) % radix**13 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "075ac4ff0713173a300683f9529cb3d6",
"tweak" : "ecfccdf5f7e0554f47",
"msg" : [5, 9, 3, 0, 7, 3, 0, 9, 6, 6, 1, 9, 7, 2, 7, 9, 0, 1, 7, 8, 1, 2, 4, 7, 0, 2, 8],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 5, 7, 5, 1, 9, 6, 1, 8, 7, 2, 7, 7, 6, 0],
"result" : "valid"
},
{
"tcId" : 982,
"comment" : "y = 1 and (y + a) % radix**13 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "075ac4ff0713173a300683f9529cb3d6",
"tweak" : "ecfccdf5f7e0554f47",
"msg" : [4, 4, 3, 4, 2, 5, 3, 2, 6, 8, 8, 9, 8, 8, 9, 9, 8, 8, 6, 0, 2, 8, 5, 0, 0, 1, 1],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 1, 9, 8, 2, 2, 2, 5, 9, 2, 2, 6],
"result" : "valid"
},
{
"tcId" : 983,
"comment" : "y is maximal and a = 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "075ac4ff0713173a300683f9529cb3d6",
"tweak" : "b078a6f1e2521dce0a",
"msg" : [6, 4, 2, 9, 0, 9, 4, 0, 1, 8, 8, 4, 1, 0, 0, 5, 5, 5, 9, 4, 3, 5, 4, 0, 6, 3, 1],
"ct" : [7, 5, 9, 3, 5, 4, 3, 9, 5, 0, 3, 3, 5, 6, 7, 9, 3, 6, 0, 1, 0, 0, 7, 2, 7, 0, 3],
"result" : "valid"
},
{
"tcId" : 984,
"comment" : "y is maximal and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "075ac4ff0713173a300683f9529cb3d6",
"tweak" : "b078a6f1e2521dce0a",
"msg" : [7, 3, 8, 1, 1, 5, 2, 0, 8, 2, 2, 6, 9, 9, 1, 4, 2, 3, 6, 8, 2, 6, 8, 7, 6, 1, 7],
"ct" : [7, 5, 9, 3, 5, 4, 3, 9, 5, 0, 3, 3, 6, 4, 1, 7, 1, 8, 5, 2, 6, 4, 6, 7, 9, 4, 9],
"result" : "valid"
},
{
"tcId" : 985,
"comment" : "y is maximal and (y + a) % radix**13 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "075ac4ff0713173a300683f9529cb3d6",
"tweak" : "b078a6f1e2521dce0a",
"msg" : [6, 0, 4, 3, 3, 8, 2, 5, 3, 7, 9, 0, 0, 8, 6, 7, 9, 2, 9, 9, 1, 7, 9, 1, 6, 0, 9],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 5, 0, 2, 3, 1, 8, 8, 8, 3, 7, 5, 9, 4, 6],
"result" : "valid"
},
{
"tcId" : 986,
"comment" : "y is maximal and (y + a) % radix**13 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "075ac4ff0713173a300683f9529cb3d6",
"tweak" : "b078a6f1e2521dce0a",
"msg" : [9, 9, 0, 7, 1, 8, 7, 8, 4, 4, 8, 4, 0, 9, 1, 2, 3, 6, 8, 8, 7, 7, 4, 2, 4, 5, 7],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 4, 5, 9, 4, 4, 6, 1, 6, 2, 8, 5, 0],
"result" : "valid"
},
{
"tcId" : 987,
"comment" : "y is maximal and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "075ac4ff0713173a300683f9529cb3d6",
"tweak" : "b078a6f1e2521dce0a",
"msg" : [9, 7, 4, 0, 7, 2, 5, 1, 0, 9, 5, 4, 6, 5, 4, 3, 0, 3, 8, 7, 3, 7, 4, 1, 8, 2, 1],
"ct" : [6, 3, 8, 9, 6, 3, 6, 9, 7, 2, 5, 4, 3, 5, 9, 4, 9, 1, 3, 9, 9, 9, 2, 3, 9, 5, 7],
"result" : "valid"
},
{
"tcId" : 988,
"comment" : "y is maximal and a is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "075ac4ff0713173a300683f9529cb3d6",
"tweak" : "b078a6f1e2521dce0a",
"msg" : [5, 1, 6, 2, 0, 6, 5, 2, 2, 6, 8, 2, 8, 3, 0, 4, 4, 6, 3, 7, 2, 1, 4, 7, 9, 8, 4],
"ct" : [7, 5, 9, 3, 5, 4, 3, 9, 5, 0, 3, 3, 4, 9, 2, 2, 5, 1, 1, 2, 7, 3, 8, 5, 5, 6, 5],
"result" : "valid"
},
{
"tcId" : 989,
"comment" : "y is edge case for modular reduction and a = 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "075ac4ff0713173a300683f9529cb3d6",
"tweak" : "31e5c768653fbc7f7e",
"msg" : [2, 5, 6, 2, 2, 6, 5, 7, 1, 1, 4, 1, 1, 9, 3, 9, 1, 0, 8, 7, 7, 9, 8, 8, 5, 4, 8],
"ct" : [0, 8, 4, 0, 7, 8, 9, 5, 9, 9, 3, 3, 3, 9, 0, 6, 4, 5, 2, 5, 6, 8, 1, 1, 1, 4, 3],
"result" : "valid"
},
{
"tcId" : 990,
"comment" : "y is edge case for modular reduction and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "075ac4ff0713173a300683f9529cb3d6",
"tweak" : "31e5c768653fbc7f7e",
"msg" : [8, 6, 6, 9, 3, 0, 8, 6, 9, 5, 1, 5, 6, 4, 4, 3, 8, 9, 0, 9, 6, 1, 1, 2, 8, 2, 5],
"ct" : [6, 0, 1, 2, 3, 1, 0, 7, 1, 0, 0, 1, 0, 4, 8, 4, 7, 4, 5, 8, 1, 9, 5, 6, 5, 5, 1],
"result" : "valid"
},
{
"tcId" : 991,
"comment" : "y is edge case for modular reduction and (y + a) % radix**13 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "075ac4ff0713173a300683f9529cb3d6",
"tweak" : "31e5c768653fbc7f7e",
"msg" : [8, 1, 5, 9, 2, 1, 8, 2, 0, 8, 9, 9, 1, 8, 5, 4, 4, 7, 3, 9, 5, 5, 5, 4, 3, 7, 2],
"ct" : [0, 4, 1, 4, 3, 5, 8, 9, 4, 1, 3, 9, 6, 8, 5, 7, 8, 6, 6, 0, 3, 3, 4, 2, 9, 0, 6],
"result" : "valid"
},
{
"tcId" : 992,
"comment" : "y is edge case for modular reduction and (y + a) % radix**13 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "075ac4ff0713173a300683f9529cb3d6",
"tweak" : "31e5c768653fbc7f7e",
"msg" : [0, 1, 1, 1, 3, 5, 2, 3, 3, 1, 8, 1, 9, 5, 4, 9, 5, 6, 9, 3, 2, 8, 8, 4, 3, 9, 3],
"ct" : [6, 9, 1, 0, 7, 7, 3, 0, 1, 1, 4, 0, 3, 7, 0, 0, 2, 9, 6, 0, 7, 8, 0, 6, 3, 5, 0],
"result" : "valid"
},
{
"tcId" : 993,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "075ac4ff0713173a300683f9529cb3d6",
"tweak" : "31e5c768653fbc7f7e",
"msg" : [6, 5, 0, 6, 1, 8, 4, 0, 9, 3, 9, 9, 7, 2, 8, 1, 9, 0, 1, 3, 8, 0, 8, 8, 3, 1, 7],
"ct" : [2, 4, 9, 1, 1, 1, 5, 6, 3, 0, 0, 8, 0, 4, 6, 9, 2, 0, 7, 0, 1, 5, 0, 0, 6, 8, 0],
"result" : "valid"
},
{
"tcId" : 994,
"comment" : "y is edge case for modular reduction and a is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "075ac4ff0713173a300683f9529cb3d6",
"tweak" : "31e5c768653fbc7f7e",
"msg" : [6, 7, 5, 7, 5, 4, 1, 3, 2, 7, 6, 3, 2, 2, 2, 7, 1, 3, 7, 9, 6, 1, 4, 2, 8, 4, 0],
"ct" : [7, 5, 5, 3, 0, 0, 8, 9, 7, 4, 9, 8, 2, 4, 6, 5, 2, 5, 9, 6, 4, 7, 2, 0, 3, 6, 7],
"result" : "valid"
},
{
"tcId" : 995,
"comment" : "y is maximal after modular reduction and (y + a) % radix**13 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "075ac4ff0713173a300683f9529cb3d6",
"tweak" : "cbfb8a861896399f81",
"msg" : [0, 5, 1, 0, 8, 1, 2, 4, 9, 9, 0, 0, 9, 5, 6, 4, 7, 6, 4, 7, 5, 7, 0, 3, 0, 2, 8],
"ct" : [9, 3, 9, 2, 3, 8, 8, 7, 4, 9, 9, 8, 7, 4, 1, 8, 4, 6, 0, 7, 3, 5, 1, 3, 6, 2, 4],
"result" : "valid"
},
{
"tcId" : 996,
"comment" : "y is maximal after modular reduction and (y + a) % radix**13 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "075ac4ff0713173a300683f9529cb3d6",
"tweak" : "cbfb8a861896399f81",
"msg" : [6, 6, 4, 2, 3, 6, 2, 9, 8, 9, 5, 0, 7, 0, 4, 7, 0, 7, 3, 7, 5, 0, 8, 6, 0, 4, 8],
"ct" : [5, 5, 8, 8, 0, 4, 6, 7, 2, 7, 7, 7, 7, 2, 2, 0, 2, 2, 1, 9, 8, 5, 2, 3, 8, 4, 6],
"result" : "valid"
},
{
"tcId" : 997,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "075ac4ff0713173a300683f9529cb3d6",
"tweak" : "cbfb8a861896399f81",
"msg" : [5, 0, 7, 0, 9, 0, 7, 3, 3, 1, 6, 5, 6, 2, 3, 7, 0, 9, 0, 7, 6, 0, 7, 5, 3, 4, 9],
"ct" : [4, 4, 7, 0, 3, 4, 3, 2, 0, 4, 6, 7, 8, 9, 7, 6, 3, 5, 2, 5, 9, 1, 0, 6, 2, 4, 1],
"result" : "valid"
},
{
"tcId" : 998,
"comment" : "y is maximal after modular reduction and a is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "075ac4ff0713173a300683f9529cb3d6",
"tweak" : "cbfb8a861896399f81",
"msg" : [2, 1, 5, 5, 7, 3, 4, 6, 3, 5, 3, 4, 2, 3, 4, 5, 8, 6, 0, 2, 6, 3, 2, 2, 1, 0, 7],
"ct" : [3, 4, 3, 8, 2, 9, 9, 1, 8, 4, 7, 5, 2, 4, 0, 1, 0, 8, 5, 5, 9, 4, 6, 1, 7, 1, 6],
"result" : "valid"
},
{
"tcId" : 999,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "a5b3f7ddc8da53cdc64310c89e4ea717",
"tweak" : "5cf37baf9afa4bf9",
"msg" : [-1, 1, 3, 0, 9, 2, 9, 9, 6, 5, 4, 6, 3, 4, 8, 0, 1, 4, 9, 0, 4, 5, 2, 2, 0, 5, 8],
"ct" : [0, 8, 3, 8, 0, 5, 6, 6, 1, 5, 2, 2, 4, 9, 3, 9, 9, 2, 6, 0, 2, 3, 3, 8, 1, 1, 1],
"result" : "invalid"
},
{
"tcId" : 1000,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "a5b3f7ddc8da53cdc64310c89e4ea717",
"tweak" : "5cf37baf9afa4bf9",
"msg" : [0, 1, 3, 0, 9, 2, 9, 9, 6, -1, 4, 6, 3, 4, 8, 0, 1, 4, 9, 0, 4, 5, 2, 2, 0, 5, 8],
"ct" : [5, 9, 5, 5, 7, 2, 7, 1, 8, 8, 6, 1, 4, 9, 0, 3, 7, 9, 5, 2, 1, 0, 4, 0, 5, 1, 7],
"result" : "invalid"
},
{
"tcId" : 1001,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "a5b3f7ddc8da53cdc64310c89e4ea717",
"tweak" : "5cf37baf9afa4bf9",
"msg" : [0, 1, 3, 0, 9, 2, 9, 9, 6, 5, 4, 6, 3, 4, 8, 0, 1, 4, 9, 0, 4, 5, 2, 2, 0, 5, -1],
"ct" : [3, 7, 6, 7, 7, 5, 5, 0, 0, 8, 3, 5, 1, 9, 1, 1, 3, 1, 2, 6, 8, 0, 7, 8, 4, 8, 1],
"result" : "invalid"
},
{
"tcId" : 1002,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "52ff1be6262b0d112bf7c6fe0f431c4a",
"tweak" : "4eaefcefc69aa116",
"msg" : [10, 2, 7, 6, 5, 3, 5, 2, 3, 1, 0, 2, 8, 5, 9, 2, 0, 7, 6, 9, 5, 0, 9, 7, 7, 4, 9],
"ct" : [7, 5, 3, 8, 8, 1, 3, 3, 2, 4, 1, 0, 1, 0, 6, 8, 3, 7, 0, 0, 6, 7, 2, 7, 6, 4, 0],
"result" : "invalid"
},
{
"tcId" : 1003,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "52ff1be6262b0d112bf7c6fe0f431c4a",
"tweak" : "4eaefcefc69aa116",
"msg" : [8, 2, 7, 6, 5, 3, 5, 2, 3, 10, 0, 2, 8, 5, 9, 2, 0, 7, 6, 9, 5, 0, 9, 7, 7, 4, 9],
"ct" : [3, 8, 5, 4, 4, 5, 4, 3, 9, 4, 7, 3, 1, 7, 6, 2, 0, 3, 5, 8, 7, 0, 7, 4, 5, 6, 4],
"result" : "invalid"
},
{
"tcId" : 1004,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "52ff1be6262b0d112bf7c6fe0f431c4a",
"tweak" : "4eaefcefc69aa116",
"msg" : [8, 2, 7, 6, 5, 3, 5, 2, 3, 1, 0, 2, 8, 5, 9, 2, 0, 7, 6, 9, 5, 0, 9, 7, 7, 4, 10],
"ct" : [4, 9, 5, 6, 6, 4, 0, 7, 3, 2, 7, 6, 1, 6, 5, 5, 2, 3, 9, 8, 0, 6, 4, 0, 1, 6, 3],
"result" : "invalid"
}
]
},
{
"keySize" : 128,
"msgSize" : 28,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 1005,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "1480e7206367c3365ec5a9b11f61261e",
"tweak" : "895ad94343672108",
"msg" : [4, 5, 6, 2, 1, 9, 9, 1, 1, 9, 0, 7, 8, 2, 4, 6, 9, 9, 9, 9, 2, 5, 3, 2, 0, 7, 0, 5],
"ct" : [9, 0, 0, 2, 6, 0, 0, 7, 3, 7, 6, 8, 3, 6, 4, 6, 4, 2, 5, 9, 2, 8, 3, 3, 1, 5, 3, 9],
"result" : "valid"
},
{
"tcId" : 1006,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "6fb5d09b399a2e35b530485a940a011c",
"tweak" : "b8b5a93148251334",
"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, 0],
"ct" : [4, 0, 1, 2, 8, 5, 5, 9, 7, 5, 8, 8, 7, 2, 1, 1, 3, 7, 8, 5, 5, 5, 2, 9, 8, 6, 9, 0],
"result" : "valid"
},
{
"tcId" : 1007,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "6fb5d09b399a2e35b530485a940a011c",
"tweak" : "b8b5a93148251334",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [4, 5, 7, 1, 7, 7, 9, 6, 9, 2, 5, 7, 3, 8, 2, 8, 4, 1, 3, 8, 0, 0, 2, 9, 7, 5, 5, 1],
"result" : "valid"
},
{
"tcId" : 1008,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "6fb5d09b399a2e35b530485a940a011c",
"tweak" : "b8b5a93148251334",
"msg" : [7, 0, 3, 6, 8, 7, 4, 4, 1, 7, 7, 6, 6, 4, 7, 0, 3, 6, 8, 7, 4, 4, 1, 7, 7, 6, 6, 4],
"ct" : [9, 1, 4, 5, 1, 8, 9, 3, 5, 0, 5, 9, 0, 4, 6, 2, 7, 9, 7, 4, 4, 6, 3, 5, 9, 9, 4, 0],
"result" : "valid"
},
{
"tcId" : 1009,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "6fb5d09b399a2e35b530485a940a011c",
"tweak" : "b8b5a93148251334",
"msg" : [7, 0, 3, 6, 8, 7, 4, 4, 1, 7, 7, 6, 6, 3, 7, 0, 3, 6, 8, 7, 4, 4, 1, 7, 7, 6, 6, 3],
"ct" : [8, 6, 1, 4, 0, 7, 2, 9, 9, 0, 0, 2, 5, 7, 8, 6, 7, 5, 9, 1, 3, 2, 1, 6, 2, 0, 6, 0],
"result" : "valid"
},
{
"tcId" : 1010,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "6fb5d09b399a2e35b530485a940a011c",
"tweak" : "b8b5a93148251334",
"msg" : [8, 3, 6, 3, 7, 1, 3, 5, 7, 8, 9, 2, 8, 2, 2, 5, 5, 2, 2, 4, 7, 4, 0, 3, 6, 3, 0, 2],
"ct" : [8, 6, 4, 2, 5, 8, 9, 9, 8, 7, 6, 3, 3, 7, 2, 5, 7, 3, 2, 7, 6, 7, 5, 1, 9, 3, 6, 2],
"result" : "valid"
},
{
"tcId" : 1011,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "6fb5d09b399a2e35b530485a940a011c",
"tweak" : "b8b5a93148251334",
"msg" : [5, 2, 9, 0, 5, 1, 8, 7, 1, 0, 0, 4, 7, 0, 4, 7, 2, 6, 3, 6, 3, 4, 2, 1, 8, 1, 2, 6],
"ct" : [7, 6, 3, 3, 3, 7, 9, 8, 2, 5, 7, 7, 8, 2, 5, 4, 5, 0, 7, 7, 9, 4, 4, 1, 2, 0, 7, 5],
"result" : "valid"
},
{
"tcId" : 1012,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "6fb5d09b399a2e35b530485a940a011c",
"tweak" : "b8b5a93148251334",
"msg" : [4, 0, 4, 7, 8, 0, 6, 0, 1, 2, 6, 2, 4, 2, 7, 0, 5, 0, 4, 5, 0, 1, 8, 2, 7, 7, 7, 2],
"ct" : [0, 4, 0, 5, 3, 3, 8, 2, 2, 2, 3, 5, 4, 2, 7, 9, 8, 3, 1, 0, 3, 5, 5, 5, 1, 5, 9, 6],
"result" : "valid"
},
{
"tcId" : 1013,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "6fb5d09b399a2e35b530485a940a011c",
"tweak" : "b8b5a93148251334",
"msg" : [8, 4, 0, 5, 1, 6, 9, 2, 8, 7, 5, 1, 6, 8, 6, 4, 7, 7, 2, 1, 9, 3, 3, 6, 2, 9, 6, 8],
"ct" : [7, 4, 0, 7, 0, 2, 7, 7, 3, 2, 7, 8, 0, 4, 5, 2, 4, 1, 6, 6, 5, 0, 0, 0, 0, 9, 2, 7],
"result" : "valid"
},
{
"tcId" : 1014,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "6fb5d09b399a2e35b530485a940a011c",
"tweak" : "b8b5a93148251334",
"msg" : [6, 4, 5, 9, 9, 4, 0, 9, 0, 0, 5, 5, 7, 2, 6, 2, 2, 0, 3, 4, 4, 7, 1, 0, 1, 4, 5, 6],
"ct" : [4, 0, 7, 3, 0, 2, 8, 4, 9, 6, 8, 8, 1, 7, 7, 7, 3, 6, 8, 8, 7, 4, 5, 4, 1, 1, 8, 8],
"result" : "valid"
},
{
"tcId" : 1015,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "6fb5d09b399a2e35b530485a940a011c",
"tweak" : "b8b5a93148251334",
"msg" : [5, 9, 5, 6, 2, 7, 8, 0, 1, 1, 4, 6, 2, 5, 6, 0, 6, 3, 6, 7, 8, 7, 3, 5, 1, 4, 4, 2],
"ct" : [8, 8, 9, 3, 2, 0, 1, 8, 9, 3, 5, 0, 0, 8, 5, 1, 3, 6, 3, 6, 7, 8, 1, 8, 2, 4, 8, 8],
"result" : "valid"
},
{
"tcId" : 1016,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "6fb5d09b399a2e35b530485a940a011c",
"tweak" : "b8b5a93148251334",
"msg" : [6, 8, 9, 4, 3, 2, 6, 4, 4, 1, 4, 0, 1, 1, 5, 6, 2, 6, 4, 6, 8, 8, 7, 0, 6, 2, 5, 5],
"ct" : [7, 2, 1, 1, 3, 3, 8, 9, 0, 8, 3, 4, 7, 1, 2, 0, 5, 4, 5, 8, 4, 7, 5, 6, 7, 5, 4, 6],
"result" : "valid"
},
{
"tcId" : 1017,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "6fb5d09b399a2e35b530485a940a011c",
"tweak" : "b8b5a93148251334",
"msg" : [5, 2, 7, 7, 1, 2, 9, 6, 5, 7, 2, 8, 5, 6, 2, 8, 2, 3, 4, 2, 1, 6, 3, 5, 7, 4, 6, 5],
"ct" : [8, 0, 0, 5, 6, 1, 3, 4, 0, 8, 5, 0, 1, 5, 0, 8, 0, 0, 0, 5, 6, 9, 1, 1, 9, 4, 5, 8],
"result" : "valid"
},
{
"tcId" : 1018,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "6fb5d09b399a2e35b530485a940a011c",
"tweak" : "b8b5a93148251334",
"msg" : [7, 9, 7, 4, 4, 1, 4, 1, 9, 2, 4, 1, 3, 7, 4, 0, 2, 3, 8, 4, 5, 2, 6, 0, 7, 9, 2, 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, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 1019,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "6fb5d09b399a2e35b530485a940a011c",
"tweak" : "b8b5a93148251334",
"msg" : [0, 0, 4, 2, 7, 1, 0, 3, 8, 6, 6, 4, 4, 8, 0, 0, 3, 6, 4, 0, 3, 5, 0, 4, 5, 7, 6, 4],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 1020,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "6fb5d09b399a2e35b530485a940a011c",
"tweak" : "b8b5a93148251334",
"msg" : [5, 0, 5, 7, 1, 6, 8, 9, 5, 2, 9, 4, 8, 3, 9, 9, 1, 7, 7, 0, 9, 9, 7, 8, 1, 3, 2, 7],
"ct" : [7, 0, 3, 6, 8, 7, 4, 4, 1, 7, 7, 6, 6, 4, 7, 0, 3, 6, 8, 7, 4, 4, 1, 7, 7, 6, 6, 4],
"result" : "valid"
},
{
"tcId" : 1021,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "6fb5d09b399a2e35b530485a940a011c",
"tweak" : "b8b5a93148251334",
"msg" : [6, 8, 4, 5, 1, 0, 4, 9, 9, 7, 9, 5, 3, 1, 5, 8, 2, 1, 7, 3, 4, 2, 8, 9, 7, 6, 1, 9],
"ct" : [7, 0, 3, 6, 8, 7, 4, 4, 1, 7, 7, 6, 6, 3, 7, 0, 3, 6, 8, 7, 4, 4, 1, 7, 7, 6, 6, 3],
"result" : "valid"
},
{
"tcId" : 1022,
"comment" : "y = 0 and (y + a) % radix**14 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "76975988cc9da5b325b04f57d9fd13f5",
"tweak" : "3ec5d0587505907efe",
"msg" : [5, 3, 7, 9, 4, 6, 4, 6, 4, 5, 4, 2, 3, 8, 6, 4, 8, 2, 0, 2, 9, 7, 8, 5, 8, 7, 8, 8],
"ct" : [1, 2, 4, 2, 1, 1, 3, 5, 1, 2, 8, 6, 8, 9, 7, 4, 3, 5, 7, 3, 0, 2, 2, 9, 6, 1, 1, 1],
"result" : "valid"
},
{
"tcId" : 1023,
"comment" : "y = 0 and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "76975988cc9da5b325b04f57d9fd13f5",
"tweak" : "3ec5d0587505907efe",
"msg" : [6, 4, 7, 4, 1, 3, 9, 0, 2, 5, 9, 1, 7, 9, 5, 8, 7, 4, 7, 4, 0, 7, 1, 6, 7, 4, 3, 3],
"ct" : [2, 4, 6, 5, 5, 0, 3, 2, 3, 9, 5, 3, 7, 9, 3, 2, 1, 7, 1, 7, 2, 4, 2, 1, 2, 0, 1, 6],
"result" : "valid"
},
{
"tcId" : 1024,
"comment" : "y = 0 and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "76975988cc9da5b325b04f57d9fd13f5",
"tweak" : "3ec5d0587505907efe",
"msg" : [6, 7, 4, 6, 9, 6, 6, 5, 4, 2, 7, 4, 8, 9, 7, 5, 7, 1, 3, 9, 7, 9, 0, 5, 8, 0, 4, 1],
"ct" : [4, 0, 7, 6, 7, 4, 5, 6, 0, 0, 6, 5, 4, 9, 0, 1, 2, 4, 0, 4, 6, 5, 3, 5, 7, 5, 9, 5],
"result" : "valid"
},
{
"tcId" : 1025,
"comment" : "y = 0 and (y + a) % radix**14 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "76975988cc9da5b325b04f57d9fd13f5",
"tweak" : "3ec5d0587505907efe",
"msg" : [4, 6, 9, 1, 5, 2, 4, 0, 0, 0, 3, 3, 0, 5, 6, 9, 8, 4, 4, 3, 9, 1, 0, 1, 6, 9, 6, 1],
"ct" : [9, 6, 5, 7, 4, 0, 0, 5, 6, 5, 2, 6, 9, 8, 1, 0, 2, 3, 8, 5, 2, 7, 8, 3, 7, 5, 2, 1],
"result" : "valid"
},
{
"tcId" : 1026,
"comment" : "y = 1 and a = 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "76975988cc9da5b325b04f57d9fd13f5",
"tweak" : "27b83ad9ff5a38d13f",
"msg" : [0, 7, 2, 0, 2, 2, 6, 2, 5, 4, 5, 2, 9, 6, 8, 8, 8, 6, 0, 4, 9, 0, 8, 3, 5, 6, 3, 1],
"ct" : [9, 9, 8, 0, 0, 6, 5, 6, 6, 9, 4, 4, 9, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1],
"result" : "valid"
},
{
"tcId" : 1027,
"comment" : "y = 1 and a = 1 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "76975988cc9da5b325b04f57d9fd13f5",
"tweak" : "27b83ad9ff5a38d13f",
"msg" : [9, 0, 0, 3, 8, 0, 8, 5, 1, 1, 8, 3, 8, 8, 4, 9, 2, 4, 5, 1, 5, 9, 7, 7, 5, 8, 5, 5],
"ct" : [9, 9, 8, 0, 0, 6, 5, 6, 6, 9, 4, 4, 9, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2],
"result" : "valid"
},
{
"tcId" : 1028,
"comment" : "y = 1 and a has large Hamming weight in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "76975988cc9da5b325b04f57d9fd13f5",
"tweak" : "27b83ad9ff5a38d13f",
"msg" : [9, 1, 2, 9, 6, 1, 0, 9, 2, 1, 1, 7, 1, 2, 7, 2, 5, 4, 9, 1, 7, 6, 9, 8, 9, 6, 4, 0],
"ct" : [9, 9, 8, 0, 0, 6, 5, 6, 6, 9, 4, 4, 9, 7, 7, 0, 3, 6, 8, 7, 4, 4, 1, 7, 7, 6, 6, 5],
"result" : "valid"
},
{
"tcId" : 1029,
"comment" : "y = 1 and (y + a) % radix**14 is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "76975988cc9da5b325b04f57d9fd13f5",
"tweak" : "27b83ad9ff5a38d13f",
"msg" : [1, 2, 3, 4, 6, 5, 5, 1, 8, 7, 4, 7, 0, 4, 4, 2, 9, 6, 7, 8, 9, 1, 8, 4, 7, 7, 5, 0],
"ct" : [9, 9, 8, 0, 0, 6, 5, 6, 6, 9, 4, 4, 9, 7, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 1030,
"comment" : "y = 1 and (y + a) % radix**14 == 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "76975988cc9da5b325b04f57d9fd13f5",
"tweak" : "27b83ad9ff5a38d13f",
"msg" : [5, 3, 3, 9, 9, 1, 4, 7, 5, 2, 5, 7, 8, 8, 3, 4, 5, 2, 9, 5, 1, 8, 3, 6, 6, 1, 0, 5],
"ct" : [9, 9, 8, 0, 0, 6, 5, 6, 6, 9, 4, 4, 9, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 1031,
"comment" : "y is maximal and a = 0 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "76975988cc9da5b325b04f57d9fd13f5",
"tweak" : "1be5ae5cb6c3b1d252",
"msg" : [4, 7, 3, 0, 6, 8, 7, 2, 0, 6, 4, 7, 7, 3, 6, 1, 1, 1, 1, 8, 9, 7, 2, 7, 9, 8, 1, 6],
"ct" : [3, 3, 3, 5, 8, 0, 0, 6, 1, 6, 4, 3, 9, 6, 9, 1, 2, 3, 7, 7, 1, 3, 5, 6, 7, 6, 9, 0],
"result" : "valid"
},
{
"tcId" : 1032,
"comment" : "y is maximal and a = 1 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "76975988cc9da5b325b04f57d9fd13f5",
"tweak" : "1be5ae5cb6c3b1d252",
"msg" : [2, 4, 4, 5, 9, 4, 8, 3, 8, 1, 9, 7, 3, 2, 5, 7, 4, 0, 0, 0, 5, 2, 9, 7, 8, 0, 3, 5],
"ct" : [2, 0, 0, 0, 3, 6, 3, 6, 5, 3, 9, 3, 3, 5, 3, 0, 0, 0, 0, 7, 4, 0, 6, 9, 5, 9, 8, 5],
"result" : "valid"
},
{
"tcId" : 1033,
"comment" : "y is maximal and (y + a) % radix**14 is maximal in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "76975988cc9da5b325b04f57d9fd13f5",
"tweak" : "1be5ae5cb6c3b1d252",
"msg" : [7, 2, 6, 4, 6, 4, 3, 8, 7, 2, 5, 9, 5, 7, 1, 7, 4, 5, 3, 7, 3, 8, 0, 5, 9, 8, 0, 6],
"ct" : [6, 1, 3, 9, 1, 7, 8, 4, 1, 9, 5, 0, 2, 9, 2, 8, 2, 2, 8, 2, 7, 7, 2, 8, 3, 9, 4, 0],
"result" : "valid"
},
{
"tcId" : 1034,
"comment" : "y is maximal and (y + a) % radix**14 == 0 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "76975988cc9da5b325b04f57d9fd13f5",
"tweak" : "1be5ae5cb6c3b1d252",
"msg" : [2, 4, 9, 2, 6, 6, 6, 6, 4, 3, 8, 8, 1, 8, 5, 4, 1, 8, 7, 9, 8, 5, 8, 8, 5, 1, 0, 5],
"ct" : [9, 1, 7, 1, 1, 4, 1, 1, 4, 9, 9, 4, 5, 1, 3, 4, 6, 9, 3, 2, 0, 8, 0, 5, 2, 5, 9, 1],
"result" : "valid"
},
{
"tcId" : 1035,
"comment" : "y is maximal and a has large Hamming weight in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "76975988cc9da5b325b04f57d9fd13f5",
"tweak" : "1be5ae5cb6c3b1d252",
"msg" : [4, 6, 9, 5, 6, 3, 1, 7, 6, 2, 0, 9, 4, 3, 7, 0, 9, 6, 3, 4, 9, 5, 6, 4, 4, 3, 7, 7],
"ct" : [2, 0, 7, 0, 3, 2, 4, 1, 3, 8, 8, 3, 5, 1, 4, 2, 3, 2, 3, 4, 6, 4, 5, 5, 1, 4, 1, 3],
"result" : "valid"
},
{
"tcId" : 1036,
"comment" : "y is maximal and a is maximal in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "76975988cc9da5b325b04f57d9fd13f5",
"tweak" : "1be5ae5cb6c3b1d252",
"msg" : [6, 0, 7, 9, 3, 4, 5, 7, 9, 5, 5, 2, 8, 0, 0, 6, 2, 9, 2, 2, 4, 5, 2, 6, 7, 0, 6, 2],
"ct" : [7, 2, 1, 4, 3, 1, 4, 5, 1, 6, 0, 9, 4, 7, 2, 5, 1, 9, 8, 9, 7, 3, 4, 5, 9, 7, 0, 9],
"result" : "valid"
},
{
"tcId" : 1037,
"comment" : "y is edge case for modular reduction and a = 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "76975988cc9da5b325b04f57d9fd13f5",
"tweak" : "0bdb28939e434184c5",
"msg" : [1, 2, 2, 4, 8, 6, 3, 6, 8, 5, 9, 9, 7, 2, 2, 2, 8, 9, 4, 3, 6, 2, 4, 5, 9, 4, 9, 1],
"ct" : [3, 7, 5, 9, 3, 5, 4, 3, 9, 5, 0, 3, 3, 0, 0, 0, 9, 6, 4, 9, 7, 9, 2, 2, 8, 7, 6, 5],
"result" : "valid"
},
{
"tcId" : 1038,
"comment" : "y is edge case for modular reduction and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "76975988cc9da5b325b04f57d9fd13f5",
"tweak" : "0bdb28939e434184c5",
"msg" : [3, 4, 8, 4, 5, 7, 8, 0, 9, 0, 9, 3, 7, 9, 4, 1, 0, 9, 6, 7, 3, 5, 7, 2, 3, 8, 4, 2],
"ct" : [3, 7, 5, 9, 3, 5, 4, 3, 9, 5, 0, 3, 3, 1, 5, 8, 4, 2, 7, 2, 2, 4, 0, 8, 5, 5, 2, 2],
"result" : "valid"
},
{
"tcId" : 1039,
"comment" : "y is edge case for modular reduction and (y + a) % radix**14 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "76975988cc9da5b325b04f57d9fd13f5",
"tweak" : "0bdb28939e434184c5",
"msg" : [9, 2, 3, 3, 6, 8, 6, 4, 2, 5, 9, 2, 4, 2, 7, 0, 4, 2, 5, 1, 1, 1, 7, 5, 9, 5, 2, 2],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 8, 4, 5, 5, 0, 8, 4, 9, 1, 0, 7, 4, 2, 2],
"result" : "valid"
},
{
"tcId" : 1040,
"comment" : "y is edge case for modular reduction and (y + a) % radix**14 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "76975988cc9da5b325b04f57d9fd13f5",
"tweak" : "0bdb28939e434184c5",
"msg" : [5, 5, 6, 2, 6, 5, 5, 3, 0, 6, 2, 1, 8, 5, 0, 8, 3, 6, 7, 6, 4, 1, 9, 2, 1, 3, 5, 5],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 3, 0, 7, 7, 0, 6, 8, 2, 1, 4, 0, 8],
"result" : "valid"
},
{
"tcId" : 1041,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "76975988cc9da5b325b04f57d9fd13f5",
"tweak" : "0bdb28939e434184c5",
"msg" : [9, 0, 0, 9, 0, 3, 9, 9, 3, 1, 8, 2, 2, 9, 6, 8, 8, 9, 1, 3, 4, 6, 5, 9, 0, 7, 3, 1],
"ct" : [0, 7, 9, 6, 2, 2, 8, 8, 1, 2, 7, 9, 9, 4, 8, 2, 5, 0, 8, 5, 9, 5, 3, 1, 2, 0, 0, 7],
"result" : "valid"
},
{
"tcId" : 1042,
"comment" : "y is edge case for modular reduction and a is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "76975988cc9da5b325b04f57d9fd13f5",
"tweak" : "0bdb28939e434184c5",
"msg" : [5, 0, 8, 3, 8, 0, 4, 0, 0, 0, 9, 0, 7, 9, 7, 3, 0, 1, 7, 4, 8, 9, 7, 5, 8, 1, 8, 7],
"ct" : [3, 7, 5, 9, 3, 5, 4, 3, 9, 5, 0, 3, 2, 9, 6, 3, 9, 2, 0, 3, 2, 3, 1, 1, 8, 2, 6, 6],
"result" : "valid"
},
{
"tcId" : 1043,
"comment" : "y is maximal after modular reduction and (y + a) % radix**14 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "76975988cc9da5b325b04f57d9fd13f5",
"tweak" : "2250ed1e11ed699d1d",
"msg" : [6, 1, 1, 2, 8, 8, 6, 4, 2, 8, 9, 7, 7, 7, 4, 8, 7, 9, 4, 5, 1, 4, 3, 8, 9, 9, 9, 6],
"ct" : [8, 6, 1, 8, 2, 1, 4, 2, 2, 0, 3, 4, 3, 0, 0, 3, 6, 4, 3, 7, 5, 4, 4, 8, 9, 4, 4, 6],
"result" : "valid"
},
{
"tcId" : 1044,
"comment" : "y is maximal after modular reduction and (y + a) % radix**14 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "76975988cc9da5b325b04f57d9fd13f5",
"tweak" : "2250ed1e11ed699d1d",
"msg" : [7, 6, 7, 9, 8, 2, 7, 7, 0, 5, 7, 2, 9, 3, 5, 8, 3, 7, 9, 6, 6, 7, 0, 0, 8, 1, 5, 4],
"ct" : [9, 8, 4, 6, 5, 9, 0, 6, 4, 0, 9, 1, 1, 0, 8, 8, 7, 5, 9, 8, 4, 6, 5, 7, 6, 8, 6, 7],
"result" : "valid"
},
{
"tcId" : 1045,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "76975988cc9da5b325b04f57d9fd13f5",
"tweak" : "2250ed1e11ed699d1d",
"msg" : [3, 4, 2, 5, 5, 0, 6, 4, 7, 8, 9, 2, 6, 0, 0, 7, 2, 4, 8, 6, 7, 3, 0, 5, 6, 9, 8, 1],
"ct" : [7, 4, 8, 3, 8, 6, 7, 2, 1, 5, 4, 9, 1, 2, 9, 2, 7, 9, 3, 7, 1, 5, 4, 1, 2, 6, 1, 5],
"result" : "valid"
},
{
"tcId" : 1046,
"comment" : "y is maximal after modular reduction and a is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "76975988cc9da5b325b04f57d9fd13f5",
"tweak" : "2250ed1e11ed699d1d",
"msg" : [2, 3, 7, 6, 8, 5, 6, 1, 4, 6, 6, 3, 9, 1, 7, 5, 7, 8, 4, 2, 0, 6, 8, 3, 0, 3, 4, 3],
"ct" : [2, 5, 8, 5, 4, 9, 7, 3, 6, 0, 9, 2, 4, 5, 4, 0, 4, 4, 0, 5, 8, 6, 2, 4, 1, 9, 3, 5],
"result" : "valid"
},
{
"tcId" : 1047,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "7fb5ecce67377d5cf38bf7a6dae791f6",
"tweak" : "c476c64619fd600d",
"msg" : [-1, 1, 6, 3, 8, 9, 3, 9, 2, 7, 2, 6, 9, 0, 7, 3, 0, 2, 7, 4, 4, 0, 1, 3, 6, 1, 5, 8],
"ct" : [2, 5, 2, 2, 4, 4, 5, 9, 2, 9, 4, 4, 2, 1, 2, 6, 7, 3, 3, 2, 5, 7, 0, 4, 4, 7, 8, 0],
"result" : "invalid"
},
{
"tcId" : 1048,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "7fb5ecce67377d5cf38bf7a6dae791f6",
"tweak" : "c476c64619fd600d",
"msg" : [8, 1, 6, 3, 8, 9, 3, 9, 2, -1, 2, 6, 9, 0, 7, 3, 0, 2, 7, 4, 4, 0, 1, 3, 6, 1, 5, 8],
"ct" : [1, 7, 2, 9, 3, 4, 2, 2, 5, 6, 2, 9, 7, 9, 5, 7, 4, 3, 2, 6, 4, 2, 2, 3, 4, 6, 0, 9],
"result" : "invalid"
},
{
"tcId" : 1049,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "7fb5ecce67377d5cf38bf7a6dae791f6",
"tweak" : "c476c64619fd600d",
"msg" : [8, 1, 6, 3, 8, 9, 3, 9, 2, 7, 2, 6, 9, 0, 7, 3, 0, 2, 7, 4, 4, 0, 1, 3, 6, 1, 5, -1],
"ct" : [6, 0, 1, 9, 0, 7, 1, 5, 5, 2, 8, 1, 0, 4, 8, 1, 3, 8, 6, 4, 5, 0, 0, 6, 8, 5, 4, 4],
"result" : "invalid"
},
{
"tcId" : 1050,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "5a93c5ed7ca21bcb2925208dfe9e780e",
"tweak" : "2119585d63ea9e7f",
"msg" : [10, 5, 3, 3, 7, 8, 5, 6, 9, 4, 4, 7, 0, 6, 6, 8, 4, 3, 0, 7, 3, 1, 3, 8, 8, 2, 5, 2],
"ct" : [5, 0, 7, 5, 5, 9, 9, 2, 0, 6, 2, 1, 0, 6, 6, 6, 8, 3, 8, 9, 7, 1, 2, 3, 0, 7, 7, 7],
"result" : "invalid"
},
{
"tcId" : 1051,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "5a93c5ed7ca21bcb2925208dfe9e780e",
"tweak" : "2119585d63ea9e7f",
"msg" : [0, 5, 3, 3, 7, 8, 5, 6, 9, 10, 4, 7, 0, 6, 6, 8, 4, 3, 0, 7, 3, 1, 3, 8, 8, 2, 5, 2],
"ct" : [2, 1, 8, 4, 5, 6, 3, 9, 4, 0, 3, 0, 2, 2, 2, 5, 1, 7, 7, 2, 1, 1, 3, 6, 4, 9, 2, 8],
"result" : "invalid"
},
{
"tcId" : 1052,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "5a93c5ed7ca21bcb2925208dfe9e780e",
"tweak" : "2119585d63ea9e7f",
"msg" : [0, 5, 3, 3, 7, 8, 5, 6, 9, 4, 4, 7, 0, 6, 6, 8, 4, 3, 0, 7, 3, 1, 3, 8, 8, 2, 5, 10],
"ct" : [3, 4, 6, 5, 5, 5, 9, 0, 7, 5, 8, 2, 5, 9, 0, 7, 2, 1, 0, 7, 5, 1, 1, 5, 0, 4, 4, 9],
"result" : "invalid"
}
]
},
{
"keySize" : 128,
"msgSize" : 29,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 1053,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "a8ed8a1627e4ea301c4d007a30a7fd71",
"tweak" : "dbbf38e615dc2fee",
"msg" : [3, 3, 2, 9, 1, 2, 8, 1, 5, 8, 6, 8, 3, 1, 5, 1, 4, 9, 0, 9, 8, 0, 4, 9, 2, 3, 5, 9, 1],
"ct" : [4, 4, 9, 3, 8, 8, 7, 0, 9, 3, 4, 8, 0, 0, 1, 5, 2, 8, 4, 7, 8, 1, 8, 4, 2, 8, 1, 9, 3],
"result" : "valid"
},
{
"tcId" : 1054,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "ca22f07d7a976a6d3bdf1119294ebd7f",
"tweak" : "9e9546b3bfa3137e",
"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, 0, 0],
"ct" : [1, 5, 9, 2, 5, 0, 0, 9, 9, 3, 3, 0, 1, 0, 9, 7, 8, 2, 4, 1, 3, 5, 6, 9, 2, 6, 6, 2, 9],
"result" : "valid"
},
{
"tcId" : 1055,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "ca22f07d7a976a6d3bdf1119294ebd7f",
"tweak" : "9e9546b3bfa3137e",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [5, 4, 9, 8, 3, 0, 7, 7, 2, 7, 5, 5, 5, 6, 8, 4, 0, 2, 6, 7, 7, 5, 4, 3, 4, 2, 7, 8, 4],
"result" : "valid"
},
{
"tcId" : 1056,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "ca22f07d7a976a6d3bdf1119294ebd7f",
"tweak" : "9e9546b3bfa3137e",
"msg" : [7, 0, 3, 6, 8, 7, 4, 4, 1, 7, 7, 6, 6, 4, 5, 6, 2, 9, 4, 9, 9, 5, 3, 4, 2, 1, 3, 1, 2],
"ct" : [7, 7, 0, 3, 0, 3, 6, 8, 2, 1, 9, 7, 2, 1, 3, 5, 6, 6, 4, 7, 6, 9, 8, 2, 7, 1, 5, 4, 8],
"result" : "valid"
},
{
"tcId" : 1057,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "ca22f07d7a976a6d3bdf1119294ebd7f",
"tweak" : "9e9546b3bfa3137e",
"msg" : [7, 0, 3, 6, 8, 7, 4, 4, 1, 7, 7, 6, 6, 3, 5, 6, 2, 9, 4, 9, 9, 5, 3, 4, 2, 1, 3, 1, 1],
"ct" : [0, 4, 5, 1, 7, 9, 3, 4, 7, 8, 1, 0, 0, 2, 2, 7, 7, 5, 6, 4, 5, 1, 9, 3, 6, 0, 9, 6, 8],
"result" : "valid"
},
{
"tcId" : 1058,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "ca22f07d7a976a6d3bdf1119294ebd7f",
"tweak" : "9e9546b3bfa3137e",
"msg" : [2, 1, 1, 9, 0, 7, 2, 6, 6, 7, 9, 4, 1, 5, 8, 3, 3, 8, 1, 5, 1, 1, 7, 4, 6, 4, 5, 8, 7],
"ct" : [9, 2, 6, 8, 7, 6, 1, 7, 6, 0, 1, 0, 3, 2, 1, 4, 8, 9, 1, 3, 3, 3, 3, 4, 8, 4, 9, 0, 3],
"result" : "valid"
},
{
"tcId" : 1059,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "ca22f07d7a976a6d3bdf1119294ebd7f",
"tweak" : "9e9546b3bfa3137e",
"msg" : [5, 6, 9, 4, 3, 5, 0, 3, 4, 9, 5, 9, 8, 3, 9, 7, 1, 0, 2, 3, 4, 4, 5, 8, 5, 7, 3, 7, 8],
"ct" : [9, 5, 6, 6, 7, 1, 5, 1, 6, 7, 6, 8, 1, 2, 4, 7, 2, 1, 3, 5, 4, 0, 2, 7, 8, 9, 1, 2, 4],
"result" : "valid"
},
{
"tcId" : 1060,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "ca22f07d7a976a6d3bdf1119294ebd7f",
"tweak" : "9e9546b3bfa3137e",
"msg" : [0, 1, 3, 7, 6, 6, 6, 8, 5, 9, 2, 8, 6, 9, 0, 9, 5, 0, 6, 4, 0, 6, 1, 3, 2, 2, 5, 0, 6],
"ct" : [4, 5, 7, 7, 1, 0, 2, 8, 5, 7, 2, 8, 8, 4, 1, 3, 9, 7, 6, 5, 7, 7, 4, 2, 6, 3, 6, 8, 8],
"result" : "valid"
},
{
"tcId" : 1061,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "ca22f07d7a976a6d3bdf1119294ebd7f",
"tweak" : "9e9546b3bfa3137e",
"msg" : [2, 4, 5, 1, 9, 2, 3, 3, 9, 7, 0, 5, 6, 0, 9, 8, 5, 7, 0, 2, 6, 1, 3, 9, 7, 7, 0, 1, 8],
"ct" : [6, 8, 4, 7, 3, 2, 2, 9, 7, 5, 7, 9, 8, 0, 5, 1, 3, 0, 9, 2, 4, 8, 0, 5, 6, 0, 1, 1, 2],
"result" : "valid"
},
{
"tcId" : 1062,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "ca22f07d7a976a6d3bdf1119294ebd7f",
"tweak" : "9e9546b3bfa3137e",
"msg" : [4, 3, 1, 3, 6, 3, 5, 5, 2, 4, 6, 6, 0, 1, 5, 3, 3, 1, 6, 3, 7, 7, 5, 3, 0, 9, 7, 5, 1],
"ct" : [7, 9, 5, 5, 7, 4, 3, 6, 4, 1, 5, 2, 2, 8, 4, 9, 5, 0, 5, 8, 5, 3, 0, 6, 1, 7, 2, 3, 9],
"result" : "valid"
},
{
"tcId" : 1063,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "ca22f07d7a976a6d3bdf1119294ebd7f",
"tweak" : "9e9546b3bfa3137e",
"msg" : [9, 8, 5, 5, 0, 1, 3, 1, 4, 2, 5, 8, 2, 5, 4, 4, 4, 7, 5, 2, 2, 2, 8, 6, 7, 3, 9, 0, 2],
"ct" : [3, 1, 7, 0, 7, 7, 8, 0, 1, 9, 2, 2, 6, 2, 3, 2, 6, 5, 6, 7, 6, 8, 6, 6, 7, 7, 6, 0, 6],
"result" : "valid"
},
{
"tcId" : 1064,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "ca22f07d7a976a6d3bdf1119294ebd7f",
"tweak" : "9e9546b3bfa3137e",
"msg" : [3, 6, 5, 7, 2, 1, 8, 5, 8, 2, 7, 4, 6, 3, 4, 8, 6, 2, 1, 7, 7, 1, 3, 6, 8, 8, 9, 5, 9],
"ct" : [5, 7, 1, 5, 2, 1, 0, 7, 3, 5, 9, 2, 4, 5, 6, 0, 2, 7, 6, 0, 6, 6, 7, 9, 4, 9, 8, 6, 6],
"result" : "valid"
},
{
"tcId" : 1065,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "ca22f07d7a976a6d3bdf1119294ebd7f",
"tweak" : "9e9546b3bfa3137e",
"msg" : [2, 8, 7, 0, 1, 2, 7, 6, 0, 5, 4, 3, 0, 6, 3, 5, 9, 5, 2, 6, 7, 1, 6, 1, 5, 1, 3, 7, 1],
"ct" : [1, 3, 7, 7, 2, 0, 9, 7, 4, 3, 8, 1, 1, 0, 1, 5, 4, 5, 8, 2, 6, 0, 3, 2, 8, 7, 0, 7, 1],
"result" : "valid"
},
{
"tcId" : 1066,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "ca22f07d7a976a6d3bdf1119294ebd7f",
"tweak" : "9e9546b3bfa3137e",
"msg" : [7, 7, 9, 4, 5, 1, 3, 4, 5, 5, 3, 4, 6, 5, 6, 6, 4, 0, 1, 4, 8, 7, 1, 4, 3, 3, 6, 9, 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, 0, 0],
"result" : "valid"
},
{
"tcId" : 1067,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "ca22f07d7a976a6d3bdf1119294ebd7f",
"tweak" : "9e9546b3bfa3137e",
"msg" : [7, 2, 0, 2, 7, 1, 3, 7, 5, 1, 1, 3, 1, 3, 8, 0, 0, 2, 8, 1, 1, 1, 8, 5, 0, 6, 1, 0, 0],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 1068,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "ca22f07d7a976a6d3bdf1119294ebd7f",
"tweak" : "9e9546b3bfa3137e",
"msg" : [8, 5, 8, 2, 5, 8, 0, 6, 5, 9, 1, 8, 7, 0, 4, 4, 5, 2, 5, 3, 0, 0, 8, 5, 6, 4, 5, 9, 6],
"ct" : [7, 0, 3, 6, 8, 7, 4, 4, 1, 7, 7, 6, 6, 4, 5, 6, 2, 9, 4, 9, 9, 5, 3, 4, 2, 1, 3, 1, 2],
"result" : "valid"
},
{
"tcId" : 1069,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "ca22f07d7a976a6d3bdf1119294ebd7f",
"tweak" : "9e9546b3bfa3137e",
"msg" : [0, 6, 7, 2, 7, 4, 2, 6, 6, 9, 5, 9, 4, 9, 1, 3, 3, 4, 5, 9, 4, 2, 2, 7, 2, 0, 9, 5, 4],
"ct" : [7, 0, 3, 6, 8, 7, 4, 4, 1, 7, 7, 6, 6, 3, 5, 6, 2, 9, 4, 9, 9, 5, 3, 4, 2, 1, 3, 1, 1],
"result" : "valid"
},
{
"tcId" : 1070,
"comment" : "y = 0 and (y + a) % radix**15 == 0 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "0f7bd853eeadad4fcb7387d9d5594e14",
"tweak" : "89d51891ee62f942",
"msg" : [8, 1, 3, 8, 3, 4, 3, 9, 8, 4, 9, 8, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [8, 8, 2, 9, 1, 4, 5, 3, 6, 7, 5, 1, 7, 1, 6, 5, 7, 9, 0, 5, 1, 3, 7, 6, 3, 7, 6, 4, 5],
"result" : "valid"
},
{
"tcId" : 1071,
"comment" : "y = 0 and a = 1 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "0f7bd853eeadad4fcb7387d9d5594e14",
"tweak" : "89d51891ee62f942",
"msg" : [3, 6, 6, 6, 0, 0, 7, 3, 9, 2, 9, 7, 5, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1],
"ct" : [1, 6, 9, 0, 2, 4, 9, 6, 4, 2, 1, 0, 2, 5, 2, 3, 0, 8, 6, 6, 8, 9, 5, 1, 9, 5, 7, 1, 9],
"result" : "valid"
},
{
"tcId" : 1072,
"comment" : "y = 0 and a has large Hamming weight in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "0f7bd853eeadad4fcb7387d9d5594e14",
"tweak" : "89d51891ee62f942",
"msg" : [3, 8, 1, 2, 3, 7, 7, 0, 9, 6, 5, 3, 1, 2, 5, 6, 2, 9, 4, 9, 9, 5, 3, 4, 2, 1, 3, 1, 2],
"ct" : [3, 7, 9, 8, 5, 4, 6, 0, 1, 0, 7, 8, 7, 0, 9, 3, 0, 7, 1, 5, 5, 4, 5, 7, 7, 3, 9, 4, 5],
"result" : "valid"
},
{
"tcId" : 1073,
"comment" : "y = 0 and (y + a) % radix**15 is maximal in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "0f7bd853eeadad4fcb7387d9d5594e14",
"tweak" : "89d51891ee62f942",
"msg" : [9, 4, 3, 3, 2, 1, 6, 9, 4, 2, 0, 4, 5, 8, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [2, 6, 2, 4, 8, 9, 7, 9, 2, 9, 4, 0, 4, 7, 5, 6, 4, 4, 5, 2, 2, 1, 7, 4, 5, 7, 7, 1, 1],
"result" : "valid"
},
{
"tcId" : 1074,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "5472c787687908bd9e0d718769db8f17",
"tweak" : "e825d40b4753fcee",
"msg" : [-1, 9, 9, 9, 6, 7, 9, 2, 6, 7, 8, 6, 9, 3, 7, 4, 1, 5, 7, 4, 6, 2, 8, 7, 4, 1, 9, 0, 8],
"ct" : [5, 8, 0, 5, 7, 1, 8, 1, 2, 9, 8, 7, 7, 2, 6, 5, 7, 2, 8, 3, 1, 7, 2, 4, 2, 2, 3, 9, 8],
"result" : "invalid"
},
{
"tcId" : 1075,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "5472c787687908bd9e0d718769db8f17",
"tweak" : "e825d40b4753fcee",
"msg" : [5, 9, 9, 9, 6, 7, 9, 2, 6, -1, 8, 6, 9, 3, 7, 4, 1, 5, 7, 4, 6, 2, 8, 7, 4, 1, 9, 0, 8],
"ct" : [7, 1, 1, 0, 2, 1, 8, 9, 9, 9, 5, 1, 8, 6, 1, 1, 1, 3, 3, 0, 9, 3, 2, 7, 3, 1, 7, 2, 4],
"result" : "invalid"
},
{
"tcId" : 1076,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "5472c787687908bd9e0d718769db8f17",
"tweak" : "e825d40b4753fcee",
"msg" : [5, 9, 9, 9, 6, 7, 9, 2, 6, 7, 8, 6, 9, 3, 7, 4, 1, 5, 7, 4, 6, 2, 8, 7, 4, 1, 9, 0, -1],
"ct" : [9, 7, 1, 5, 9, 3, 3, 5, 4, 3, 2, 6, 3, 8, 2, 2, 6, 6, 3, 1, 5, 7, 7, 1, 3, 6, 2, 7, 8],
"result" : "invalid"
},
{
"tcId" : 1077,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "44c5430589ce36a9b2d4231404a6ae35",
"tweak" : "0380aea262bb3c9c",
"msg" : [10, 9, 7, 9, 8, 0, 5, 3, 9, 1, 5, 3, 9, 6, 3, 0, 1, 3, 6, 2, 4, 1, 1, 7, 9, 8, 0, 3, 9],
"ct" : [1, 2, 0, 4, 9, 3, 0, 2, 9, 2, 1, 8, 1, 8, 9, 2, 6, 3, 3, 9, 6, 0, 1, 6, 3, 4, 0, 9, 9],
"result" : "invalid"
},
{
"tcId" : 1078,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "44c5430589ce36a9b2d4231404a6ae35",
"tweak" : "0380aea262bb3c9c",
"msg" : [7, 9, 7, 9, 8, 0, 5, 3, 9, 10, 5, 3, 9, 6, 3, 0, 1, 3, 6, 2, 4, 1, 1, 7, 9, 8, 0, 3, 9],
"ct" : [5, 7, 1, 5, 1, 6, 1, 1, 2, 3, 6, 5, 9, 4, 4, 7, 4, 2, 8, 1, 5, 5, 9, 9, 2, 5, 3, 6, 0],
"result" : "invalid"
},
{
"tcId" : 1079,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "44c5430589ce36a9b2d4231404a6ae35",
"tweak" : "0380aea262bb3c9c",
"msg" : [7, 9, 7, 9, 8, 0, 5, 3, 9, 1, 5, 3, 9, 6, 3, 0, 1, 3, 6, 2, 4, 1, 1, 7, 9, 8, 0, 3, 10],
"ct" : [0, 9, 2, 0, 2, 9, 7, 4, 9, 0, 8, 6, 0, 0, 7, 7, 4, 4, 7, 7, 3, 6, 0, 9, 7, 3, 4, 2, 1],
"result" : "invalid"
}
]
},
{
"keySize" : 128,
"msgSize" : 30,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 1080,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "abbd25e59680efd575c00d24e9fdcad8",
"tweak" : "070cffc4a9b88ee7",
"msg" : [9, 1, 0, 0, 4, 5, 6, 0, 4, 0, 3, 3, 7, 4, 4, 8, 2, 8, 2, 4, 3, 5, 1, 1, 8, 9, 4, 8, 3, 0],
"ct" : [4, 6, 1, 5, 1, 1, 3, 6, 2, 3, 3, 8, 7, 7, 4, 7, 5, 9, 2, 7, 9, 7, 2, 3, 5, 1, 5, 9, 8, 4],
"result" : "valid"
},
{
"tcId" : 1081,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "0388b281cce3ba04467f43d39375bee5",
"tweak" : "854745fb6c1b3f88",
"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, 0, 0, 0],
"ct" : [0, 8, 6, 8, 6, 0, 2, 9, 6, 6, 8, 0, 0, 4, 7, 8, 8, 4, 0, 0, 1, 8, 9, 5, 1, 8, 9, 1, 3, 8],
"result" : "valid"
},
{
"tcId" : 1082,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "0388b281cce3ba04467f43d39375bee5",
"tweak" : "854745fb6c1b3f88",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [9, 3, 0, 5, 7, 2, 7, 5, 9, 8, 9, 1, 2, 8, 0, 0, 9, 5, 1, 2, 0, 5, 8, 3, 7, 3, 7, 5, 4, 7],
"result" : "valid"
},
{
"tcId" : 1083,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "0388b281cce3ba04467f43d39375bee5",
"tweak" : "854745fb6c1b3f88",
"msg" : [5, 6, 2, 9, 4, 9, 9, 5, 3, 4, 2, 1, 3, 1, 2, 5, 6, 2, 9, 4, 9, 9, 5, 3, 4, 2, 1, 3, 1, 2],
"ct" : [9, 7, 3, 2, 2, 9, 3, 7, 5, 5, 3, 5, 4, 0, 8, 9, 3, 0, 5, 8, 4, 0, 3, 7, 0, 4, 9, 9, 4, 8],
"result" : "valid"
},
{
"tcId" : 1084,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "0388b281cce3ba04467f43d39375bee5",
"tweak" : "854745fb6c1b3f88",
"msg" : [5, 6, 2, 9, 4, 9, 9, 5, 3, 4, 2, 1, 3, 1, 1, 5, 6, 2, 9, 4, 9, 9, 5, 3, 4, 2, 1, 3, 1, 1],
"ct" : [9, 7, 8, 9, 9, 4, 8, 5, 9, 9, 2, 7, 7, 4, 8, 2, 3, 3, 7, 0, 3, 3, 5, 8, 9, 5, 0, 7, 1, 5],
"result" : "valid"
},
{
"tcId" : 1085,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "0388b281cce3ba04467f43d39375bee5",
"tweak" : "854745fb6c1b3f88",
"msg" : [9, 7, 1, 8, 0, 1, 5, 3, 0, 4, 4, 8, 3, 6, 2, 7, 4, 8, 1, 2, 7, 9, 1, 4, 3, 4, 4, 4, 6, 8],
"ct" : [0, 8, 1, 0, 0, 9, 1, 2, 7, 0, 8, 4, 4, 3, 3, 4, 5, 6, 5, 8, 2, 6, 2, 7, 5, 1, 5, 2, 0, 1],
"result" : "valid"
},
{
"tcId" : 1086,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "0388b281cce3ba04467f43d39375bee5",
"tweak" : "854745fb6c1b3f88",
"msg" : [3, 6, 2, 3, 1, 9, 1, 2, 3, 1, 7, 8, 8, 0, 0, 2, 6, 2, 6, 8, 9, 0, 1, 8, 8, 9, 4, 2, 9, 9],
"ct" : [8, 0, 4, 2, 7, 5, 2, 2, 5, 8, 4, 0, 7, 4, 8, 5, 6, 7, 7, 7, 3, 5, 7, 0, 5, 7, 0, 2, 1, 1],
"result" : "valid"
},
{
"tcId" : 1087,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "0388b281cce3ba04467f43d39375bee5",
"tweak" : "854745fb6c1b3f88",
"msg" : [0, 2, 0, 6, 4, 7, 4, 4, 7, 6, 6, 0, 2, 0, 7, 5, 6, 7, 1, 6, 2, 8, 2, 6, 9, 7, 5, 1, 4, 7],
"ct" : [5, 1, 9, 3, 5, 3, 5, 5, 0, 6, 4, 9, 3, 9, 4, 8, 1, 3, 3, 6, 7, 9, 3, 7, 7, 1, 5, 9, 1, 5],
"result" : "valid"
},
{
"tcId" : 1088,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "0388b281cce3ba04467f43d39375bee5",
"tweak" : "854745fb6c1b3f88",
"msg" : [1, 4, 1, 6, 1, 0, 6, 7, 1, 6, 0, 9, 4, 3, 7, 2, 2, 1, 1, 1, 4, 5, 1, 5, 4, 8, 3, 3, 2, 5],
"ct" : [3, 0, 3, 5, 7, 0, 8, 2, 3, 5, 2, 1, 9, 4, 1, 2, 6, 8, 6, 9, 8, 4, 5, 9, 8, 7, 1, 8, 6, 7],
"result" : "valid"
},
{
"tcId" : 1089,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "0388b281cce3ba04467f43d39375bee5",
"tweak" : "854745fb6c1b3f88",
"msg" : [4, 6, 6, 5, 5, 8, 6, 1, 3, 4, 6, 6, 3, 8, 2, 7, 6, 2, 4, 4, 1, 4, 3, 9, 0, 3, 5, 0, 5, 5],
"ct" : [2, 7, 8, 0, 9, 2, 2, 9, 3, 9, 6, 8, 2, 5, 3, 8, 7, 0, 0, 3, 7, 9, 2, 6, 4, 8, 2, 8, 0, 9],
"result" : "valid"
},
{
"tcId" : 1090,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "0388b281cce3ba04467f43d39375bee5",
"tweak" : "854745fb6c1b3f88",
"msg" : [2, 4, 2, 4, 0, 3, 4, 8, 2, 6, 2, 1, 1, 0, 8, 9, 0, 7, 8, 9, 9, 7, 9, 6, 4, 5, 9, 1, 9, 9],
"ct" : [1, 7, 4, 5, 8, 7, 6, 0, 5, 1, 3, 2, 0, 1, 8, 0, 4, 3, 8, 4, 1, 9, 5, 4, 8, 6, 3, 7, 4, 6],
"result" : "valid"
},
{
"tcId" : 1091,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "0388b281cce3ba04467f43d39375bee5",
"tweak" : "854745fb6c1b3f88",
"msg" : [8, 9, 6, 1, 6, 4, 4, 9, 3, 9, 6, 5, 5, 8, 9, 7, 1, 8, 9, 5, 7, 0, 0, 3, 1, 7, 5, 6, 5, 0],
"ct" : [7, 1, 9, 9, 1, 5, 6, 5, 8, 7, 9, 8, 6, 1, 8, 7, 0, 1, 9, 8, 7, 5, 9, 9, 4, 9, 4, 9, 7, 2],
"result" : "valid"
},
{
"tcId" : 1092,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "0388b281cce3ba04467f43d39375bee5",
"tweak" : "854745fb6c1b3f88",
"msg" : [7, 4, 7, 9, 4, 3, 3, 2, 6, 5, 1, 8, 9, 5, 8, 2, 2, 5, 6, 7, 0, 3, 3, 0, 6, 4, 8, 1, 2, 4],
"ct" : [3, 2, 0, 1, 5, 3, 4, 1, 9, 8, 3, 3, 3, 8, 8, 6, 8, 8, 3, 1, 2, 0, 2, 4, 8, 3, 0, 7, 6, 6],
"result" : "valid"
},
{
"tcId" : 1093,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "0388b281cce3ba04467f43d39375bee5",
"tweak" : "854745fb6c1b3f88",
"msg" : [8, 3, 2, 8, 8, 1, 6, 4, 3, 8, 3, 9, 5, 6, 7, 1, 7, 3, 7, 7, 4, 0, 5, 4, 2, 0, 3, 8, 0, 8],
"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, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 1094,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "0388b281cce3ba04467f43d39375bee5",
"tweak" : "854745fb6c1b3f88",
"msg" : [4, 9, 6, 9, 7, 7, 1, 0, 6, 8, 2, 3, 9, 9, 6, 1, 7, 9, 9, 4, 1, 2, 8, 2, 6, 8, 4, 5, 8, 1],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 1095,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "0388b281cce3ba04467f43d39375bee5",
"tweak" : "854745fb6c1b3f88",
"msg" : [2, 9, 3, 3, 4, 4, 1, 1, 8, 6, 7, 7, 1, 3, 8, 6, 8, 1, 0, 9, 5, 1, 0, 8, 9, 2, 5, 2, 2, 3],
"ct" : [5, 6, 2, 9, 4, 9, 9, 5, 3, 4, 2, 1, 3, 1, 2, 5, 6, 2, 9, 4, 9, 9, 5, 3, 4, 2, 1, 3, 1, 2],
"result" : "valid"
},
{
"tcId" : 1096,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "0388b281cce3ba04467f43d39375bee5",
"tweak" : "854745fb6c1b3f88",
"msg" : [5, 5, 3, 4, 7, 4, 4, 7, 1, 3, 6, 1, 3, 4, 3, 7, 1, 8, 1, 0, 8, 5, 1, 0, 4, 8, 3, 7, 8, 3],
"ct" : [5, 6, 2, 9, 4, 9, 9, 5, 3, 4, 2, 1, 3, 1, 1, 5, 6, 2, 9, 4, 9, 9, 5, 3, 4, 2, 1, 3, 1, 1],
"result" : "valid"
},
{
"tcId" : 1097,
"comment" : "y = 0 and (y + a) % radix**15 == 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "eba1688538a029a4e92e9835c772ff22",
"tweak" : "70112caee92fa54f",
"msg" : [0, 3, 4, 2, 1, 7, 4, 7, 2, 4, 2, 7, 3, 6, 1, 9, 8, 5, 5, 6, 4, 1, 6, 6, 1, 4, 0, 1, 8, 9],
"ct" : [1, 7, 2, 8, 9, 3, 6, 6, 9, 2, 8, 9, 8, 9, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 1098,
"comment" : "y = 0 and a = 1 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "eba1688538a029a4e92e9835c772ff22",
"tweak" : "70112caee92fa54f",
"msg" : [7, 0, 2, 6, 1, 0, 4, 0, 4, 5, 7, 0, 7, 8, 9, 8, 7, 6, 9, 3, 0, 6, 1, 3, 8, 4, 4, 7, 1, 6],
"ct" : [1, 7, 2, 8, 9, 3, 6, 6, 9, 2, 8, 9, 8, 9, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1],
"result" : "valid"
},
{
"tcId" : 1099,
"comment" : "y = 0 and a has large Hamming weight in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "eba1688538a029a4e92e9835c772ff22",
"tweak" : "70112caee92fa54f",
"msg" : [3, 9, 7, 4, 8, 8, 9, 3, 1, 9, 8, 4, 9, 8, 6, 3, 1, 6, 3, 6, 0, 6, 1, 2, 5, 5, 5, 3, 4, 4],
"ct" : [1, 7, 2, 8, 9, 3, 6, 6, 9, 2, 8, 9, 8, 9, 3, 5, 6, 2, 9, 4, 9, 9, 5, 3, 4, 2, 1, 3, 1, 2],
"result" : "valid"
},
{
"tcId" : 1100,
"comment" : "y = 0 and (y + a) % radix**15 is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "eba1688538a029a4e92e9835c772ff22",
"tweak" : "70112caee92fa54f",
"msg" : [3, 4, 5, 8, 3, 9, 6, 9, 5, 2, 6, 8, 5, 2, 9, 3, 7, 7, 4, 8, 7, 6, 8, 3, 7, 9, 2, 0, 0, 5],
"ct" : [1, 7, 2, 8, 9, 3, 6, 6, 9, 2, 8, 9, 8, 9, 3, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 1101,
"comment" : "y = 1 and a = 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "eba1688538a029a4e92e9835c772ff22",
"tweak" : "e162f14866688735",
"msg" : [2, 4, 5, 7, 4, 7, 7, 9, 9, 7, 7, 8, 1, 7, 3, 2, 4, 7, 2, 1, 2, 8, 3, 0, 5, 4, 0, 9, 5, 7],
"ct" : [5, 5, 2, 8, 6, 1, 3, 2, 7, 7, 2, 0, 2, 3, 1, 0, 8, 6, 7, 4, 3, 4, 3, 8, 0, 1, 0, 3, 3, 3],
"result" : "valid"
},
{
"tcId" : 1102,
"comment" : "y = 1 and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "eba1688538a029a4e92e9835c772ff22",
"tweak" : "e162f14866688735",
"msg" : [7, 1, 0, 3, 8, 0, 1, 3, 9, 6, 8, 4, 6, 9, 5, 7, 5, 4, 8, 0, 0, 6, 1, 8, 5, 4, 2, 6, 6, 4],
"ct" : [8, 2, 8, 1, 2, 1, 2, 1, 2, 1, 9, 5, 3, 7, 3, 8, 6, 4, 9, 3, 7, 9, 8, 2, 0, 2, 7, 1, 3, 7],
"result" : "valid"
},
{
"tcId" : 1103,
"comment" : "y = 1 and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "eba1688538a029a4e92e9835c772ff22",
"tweak" : "e162f14866688735",
"msg" : [1, 7, 7, 5, 7, 1, 1, 0, 6, 4, 4, 8, 1, 9, 2, 2, 4, 9, 1, 3, 3, 7, 7, 5, 2, 8, 7, 0, 3, 3],
"ct" : [8, 8, 0, 1, 2, 4, 7, 7, 1, 5, 6, 0, 9, 8, 5, 8, 5, 9, 3, 3, 8, 6, 8, 5, 5, 7, 9, 8, 1, 0],
"result" : "valid"
},
{
"tcId" : 1104,
"comment" : "y = 1 and (y + a) % radix**15 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "eba1688538a029a4e92e9835c772ff22",
"tweak" : "e162f14866688735",
"msg" : [5, 3, 6, 6, 0, 2, 3, 8, 8, 2, 8, 5, 0, 2, 6, 0, 7, 7, 7, 8, 8, 6, 1, 0, 5, 8, 6, 5, 3, 5],
"ct" : [2, 5, 5, 9, 2, 0, 4, 9, 4, 9, 6, 9, 8, 1, 6, 9, 1, 2, 5, 3, 8, 6, 9, 2, 8, 9, 1, 9, 7, 4],
"result" : "valid"
},
{
"tcId" : 1105,
"comment" : "y = 1 and (y + a) % radix**15 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "eba1688538a029a4e92e9835c772ff22",
"tweak" : "e162f14866688735",
"msg" : [4, 8, 0, 7, 7, 9, 8, 1, 7, 6, 6, 4, 5, 6, 2, 6, 0, 2, 2, 8, 4, 6, 1, 1, 1, 0, 5, 2, 1, 3],
"ct" : [0, 0, 7, 4, 3, 9, 6, 8, 5, 2, 2, 6, 4, 3, 0, 5, 0, 2, 5, 9, 4, 8, 8, 1, 8, 0, 0, 0, 1, 5],
"result" : "valid"
},
{
"tcId" : 1106,
"comment" : "y is maximal and a = 0 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "eba1688538a029a4e92e9835c772ff22",
"tweak" : "500e5492c48bdc0e",
"msg" : [2, 9, 7, 4, 3, 0, 4, 3, 5, 1, 5, 7, 2, 6, 6, 4, 2, 9, 8, 2, 7, 6, 7, 7, 3, 9, 3, 0, 1, 3],
"ct" : [2, 4, 9, 7, 4, 0, 8, 0, 0, 5, 4, 7, 7, 1, 5, 7, 8, 6, 3, 3, 8, 6, 0, 0, 1, 2, 2, 9, 1, 9],
"result" : "valid"
},
{
"tcId" : 1107,
"comment" : "y is maximal and a = 1 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "eba1688538a029a4e92e9835c772ff22",
"tweak" : "500e5492c48bdc0e",
"msg" : [5, 3, 0, 4, 8, 4, 1, 5, 8, 0, 0, 1, 1, 4, 9, 1, 2, 4, 6, 0, 5, 6, 4, 6, 2, 6, 1, 0, 9, 6],
"ct" : [5, 9, 9, 7, 5, 4, 2, 3, 2, 7, 7, 8, 0, 0, 6, 5, 8, 0, 3, 1, 6, 4, 8, 5, 1, 8, 2, 8, 8, 3],
"result" : "valid"
},
{
"tcId" : 1108,
"comment" : "y is maximal and a has large Hamming weight in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "eba1688538a029a4e92e9835c772ff22",
"tweak" : "500e5492c48bdc0e",
"msg" : [6, 1, 2, 7, 1, 9, 5, 6, 4, 3, 4, 9, 8, 4, 2, 3, 7, 6, 8, 0, 8, 3, 9, 4, 8, 0, 2, 4, 6, 7],
"ct" : [0, 0, 2, 7, 6, 2, 8, 4, 2, 0, 9, 9, 1, 0, 0, 4, 9, 3, 0, 9, 4, 1, 1, 6, 7, 9, 7, 5, 8, 2],
"result" : "valid"
},
{
"tcId" : 1109,
"comment" : "y is maximal and (y + a) % radix**15 is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "eba1688538a029a4e92e9835c772ff22",
"tweak" : "500e5492c48bdc0e",
"msg" : [9, 5, 0, 3, 3, 6, 1, 0, 1, 7, 1, 3, 5, 6, 2, 9, 1, 9, 8, 8, 1, 0, 6, 0, 2, 5, 1, 0, 7, 6],
"ct" : [4, 9, 7, 4, 0, 7, 9, 3, 8, 5, 4, 0, 1, 7, 2, 2, 1, 8, 7, 2, 1, 2, 3, 3, 3, 2, 9, 5, 8, 8],
"result" : "valid"
},
{
"tcId" : 1110,
"comment" : "y is maximal and (y + a) % radix**15 == 0 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "eba1688538a029a4e92e9835c772ff22",
"tweak" : "500e5492c48bdc0e",
"msg" : [9, 9, 5, 4, 8, 2, 3, 6, 3, 3, 1, 4, 2, 0, 2, 3, 2, 6, 7, 4, 1, 6, 7, 1, 7, 4, 1, 7, 0, 2],
"ct" : [3, 4, 9, 9, 3, 3, 2, 2, 2, 4, 8, 7, 6, 1, 4, 7, 5, 7, 4, 2, 6, 3, 3, 4, 9, 3, 9, 9, 2, 6],
"result" : "valid"
},
{
"tcId" : 1111,
"comment" : "y is maximal and a is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "eba1688538a029a4e92e9835c772ff22",
"tweak" : "500e5492c48bdc0e",
"msg" : [6, 4, 0, 1, 7, 7, 7, 3, 9, 3, 7, 4, 8, 7, 6, 1, 1, 3, 8, 5, 4, 8, 5, 2, 5, 7, 4, 8, 2, 7],
"ct" : [1, 7, 9, 7, 0, 0, 3, 3, 5, 8, 5, 8, 4, 6, 8, 4, 6, 1, 6, 2, 6, 3, 8, 2, 1, 3, 0, 3, 3, 0],
"result" : "valid"
},
{
"tcId" : 1112,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "e5c85c2192739691bf29762cc0c04f81",
"tweak" : "9558e2ad30702aa4",
"msg" : [-1, 9, 2, 6, 6, 4, 8, 6, 7, 3, 5, 0, 3, 1, 3, 5, 0, 1, 3, 3, 5, 4, 4, 1, 3, 8, 5, 0, 2, 5],
"ct" : [8, 9, 1, 5, 0, 0, 0, 8, 8, 0, 8, 4, 5, 1, 2, 2, 6, 0, 0, 7, 8, 7, 0, 9, 6, 6, 6, 0, 4, 2],
"result" : "invalid"
},
{
"tcId" : 1113,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "e5c85c2192739691bf29762cc0c04f81",
"tweak" : "9558e2ad30702aa4",
"msg" : [2, 9, 2, 6, 6, 4, 8, 6, 7, 3, -1, 0, 3, 1, 3, 5, 0, 1, 3, 3, 5, 4, 4, 1, 3, 8, 5, 0, 2, 5],
"ct" : [9, 3, 4, 8, 3, 4, 4, 2, 5, 8, 3, 7, 9, 6, 0, 2, 3, 5, 5, 3, 4, 1, 7, 7, 9, 0, 1, 0, 3, 8],
"result" : "invalid"
},
{
"tcId" : 1114,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "e5c85c2192739691bf29762cc0c04f81",
"tweak" : "9558e2ad30702aa4",
"msg" : [2, 9, 2, 6, 6, 4, 8, 6, 7, 3, 5, 0, 3, 1, 3, 5, 0, 1, 3, 3, 5, 4, 4, 1, 3, 8, 5, 0, 2, -1],
"ct" : [6, 5, 9, 0, 4, 1, 3, 9, 2, 2, 5, 9, 4, 4, 1, 8, 2, 6, 4, 1, 8, 8, 3, 9, 3, 9, 0, 9, 9, 8],
"result" : "invalid"
},
{
"tcId" : 1115,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "7c67ac98e3d69a0b5349602c9a906fcf",
"tweak" : "bef69445f0942244",
"msg" : [10, 7, 7, 3, 3, 4, 3, 9, 1, 7, 2, 3, 5, 1, 2, 2, 4, 7, 0, 0, 2, 7, 3, 6, 5, 2, 1, 7, 9, 9],
"ct" : [0, 8, 7, 8, 7, 2, 6, 3, 1, 4, 6, 9, 5, 0, 0, 3, 2, 3, 8, 2, 9, 1, 5, 1, 4, 7, 4, 3, 5, 4],
"result" : "invalid"
},
{
"tcId" : 1116,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "7c67ac98e3d69a0b5349602c9a906fcf",
"tweak" : "bef69445f0942244",
"msg" : [3, 7, 7, 3, 3, 4, 3, 9, 1, 7, 10, 3, 5, 1, 2, 2, 4, 7, 0, 0, 2, 7, 3, 6, 5, 2, 1, 7, 9, 9],
"ct" : [1, 0, 9, 1, 3, 9, 7, 5, 8, 8, 6, 6, 1, 9, 1, 3, 9, 4, 4, 2, 1, 0, 4, 0, 3, 4, 7, 5, 7, 6],
"result" : "invalid"
},
{
"tcId" : 1117,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "7c67ac98e3d69a0b5349602c9a906fcf",
"tweak" : "bef69445f0942244",
"msg" : [3, 7, 7, 3, 3, 4, 3, 9, 1, 7, 2, 3, 5, 1, 2, 2, 4, 7, 0, 0, 2, 7, 3, 6, 5, 2, 1, 7, 9, 10],
"ct" : [7, 0, 7, 3, 1, 0, 0, 1, 7, 2, 8, 7, 3, 2, 4, 0, 9, 3, 8, 5, 2, 0, 8, 4, 2, 1, 3, 8, 8, 9],
"result" : "invalid"
}
]
},
{
"keySize" : 128,
"msgSize" : 31,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 1118,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "cb4b74bac0ecce5c21f47f39c22ae70c",
"tweak" : "dd1e66e61ea45250",
"msg" : [7, 9, 6, 0, 6, 8, 6, 6, 2, 6, 3, 9, 6, 5, 9, 2, 6, 4, 1, 7, 3, 7, 1, 4, 1, 4, 4, 4, 7, 8, 2],
"ct" : [8, 5, 1, 4, 1, 8, 1, 6, 8, 3, 1, 7, 1, 4, 0, 7, 5, 8, 8, 7, 8, 8, 2, 0, 8, 5, 8, 9, 7, 7, 6],
"result" : "valid"
},
{
"tcId" : 1119,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "63a73cd9832510ca28e25754aa8c3162",
"tweak" : "6aa0f99e8b3887d4",
"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, 0, 0, 0, 0],
"ct" : [5, 0, 0, 4, 7, 2, 5, 4, 8, 0, 9, 1, 4, 2, 0, 8, 1, 4, 3, 7, 6, 4, 9, 1, 9, 1, 9, 8, 9, 7, 9],
"result" : "valid"
},
{
"tcId" : 1120,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "63a73cd9832510ca28e25754aa8c3162",
"tweak" : "6aa0f99e8b3887d4",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [7, 4, 7, 7, 6, 8, 0, 0, 0, 8, 3, 6, 7, 6, 7, 3, 7, 3, 5, 1, 8, 1, 2, 3, 0, 8, 2, 5, 3, 7, 9],
"result" : "valid"
},
{
"tcId" : 1121,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "63a73cd9832510ca28e25754aa8c3162",
"tweak" : "6aa0f99e8b3887d4",
"msg" : [5, 6, 2, 9, 4, 9, 9, 5, 3, 4, 2, 1, 3, 1, 2, 9, 0, 0, 7, 1, 9, 9, 2, 5, 4, 7, 4, 0, 9, 9, 2],
"ct" : [6, 0, 9, 9, 4, 9, 8, 2, 3, 5, 8, 8, 8, 8, 0, 2, 7, 7, 5, 5, 1, 8, 2, 0, 7, 2, 6, 2, 5, 1, 0],
"result" : "valid"
},
{
"tcId" : 1122,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "63a73cd9832510ca28e25754aa8c3162",
"tweak" : "6aa0f99e8b3887d4",
"msg" : [5, 6, 2, 9, 4, 9, 9, 5, 3, 4, 2, 1, 3, 1, 1, 9, 0, 0, 7, 1, 9, 9, 2, 5, 4, 7, 4, 0, 9, 9, 1],
"ct" : [8, 7, 9, 1, 6, 8, 4, 1, 2, 6, 9, 8, 6, 8, 5, 7, 9, 6, 0, 1, 8, 7, 9, 3, 6, 2, 5, 6, 8, 8, 3],
"result" : "valid"
},
{
"tcId" : 1123,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "63a73cd9832510ca28e25754aa8c3162",
"tweak" : "6aa0f99e8b3887d4",
"msg" : [5, 1, 2, 8, 6, 1, 6, 5, 6, 5, 4, 5, 9, 3, 1, 5, 2, 6, 4, 9, 3, 9, 5, 9, 7, 5, 3, 7, 1, 0, 2],
"ct" : [2, 4, 3, 5, 6, 9, 4, 5, 3, 5, 5, 2, 9, 9, 2, 3, 5, 2, 2, 4, 0, 0, 3, 2, 5, 5, 2, 1, 0, 8, 2],
"result" : "valid"
},
{
"tcId" : 1124,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "63a73cd9832510ca28e25754aa8c3162",
"tweak" : "6aa0f99e8b3887d4",
"msg" : [5, 1, 8, 5, 9, 2, 1, 6, 4, 1, 4, 0, 7, 0, 6, 2, 2, 0, 9, 5, 9, 2, 1, 6, 0, 7, 0, 4, 7, 2, 0],
"ct" : [7, 2, 7, 2, 3, 0, 2, 9, 3, 7, 5, 0, 0, 2, 6, 6, 0, 1, 4, 0, 3, 1, 7, 6, 8, 4, 9, 0, 6, 3, 2],
"result" : "valid"
},
{
"tcId" : 1125,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "63a73cd9832510ca28e25754aa8c3162",
"tweak" : "6aa0f99e8b3887d4",
"msg" : [9, 0, 5, 0, 1, 1, 0, 0, 1, 8, 2, 6, 8, 9, 7, 6, 3, 7, 0, 1, 7, 3, 1, 4, 5, 5, 7, 5, 3, 2, 8],
"ct" : [5, 7, 9, 5, 1, 3, 0, 7, 8, 2, 6, 1, 6, 5, 0, 4, 7, 4, 8, 0, 0, 2, 7, 8, 4, 6, 3, 7, 7, 3, 3],
"result" : "valid"
},
{
"tcId" : 1126,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "63a73cd9832510ca28e25754aa8c3162",
"tweak" : "6aa0f99e8b3887d4",
"msg" : [6, 7, 9, 5, 9, 3, 0, 8, 1, 2, 0, 6, 0, 5, 7, 4, 2, 4, 9, 0, 2, 4, 4, 6, 5, 9, 0, 4, 8, 1, 6],
"ct" : [9, 9, 4, 9, 4, 3, 6, 6, 9, 6, 9, 8, 8, 3, 2, 8, 7, 5, 3, 7, 4, 2, 9, 9, 9, 0, 1, 8, 1, 5, 8],
"result" : "valid"
},
{
"tcId" : 1127,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "63a73cd9832510ca28e25754aa8c3162",
"tweak" : "6aa0f99e8b3887d4",
"msg" : [3, 6, 3, 6, 5, 9, 1, 2, 9, 1, 6, 8, 0, 5, 4, 4, 3, 5, 6, 0, 4, 9, 4, 8, 6, 2, 1, 5, 6, 4, 4],
"ct" : [1, 7, 0, 2, 1, 5, 9, 6, 5, 8, 1, 4, 0, 2, 7, 4, 1, 4, 1, 1, 7, 3, 8, 8, 9, 3, 8, 0, 3, 9, 0],
"result" : "valid"
},
{
"tcId" : 1128,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "63a73cd9832510ca28e25754aa8c3162",
"tweak" : "6aa0f99e8b3887d4",
"msg" : [2, 4, 0, 6, 9, 6, 5, 2, 2, 7, 9, 8, 0, 9, 0, 0, 1, 2, 8, 8, 1, 9, 6, 5, 2, 9, 4, 5, 2, 0, 9],
"ct" : [2, 3, 4, 5, 4, 0, 5, 0, 0, 9, 2, 5, 5, 3, 4, 5, 5, 7, 9, 7, 0, 1, 8, 0, 3, 4, 3, 5, 3, 4, 5],
"result" : "valid"
},
{
"tcId" : 1129,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "63a73cd9832510ca28e25754aa8c3162",
"tweak" : "6aa0f99e8b3887d4",
"msg" : [1, 1, 0, 4, 5, 9, 5, 6, 3, 6, 2, 4, 3, 4, 2, 1, 7, 9, 0, 8, 5, 0, 3, 8, 0, 4, 3, 6, 9, 4, 8],
"ct" : [3, 8, 1, 1, 5, 1, 2, 7, 9, 2, 4, 9, 5, 2, 4, 7, 1, 9, 6, 0, 8, 1, 7, 9, 9, 7, 0, 4, 6, 3, 5],
"result" : "valid"
},
{
"tcId" : 1130,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "63a73cd9832510ca28e25754aa8c3162",
"tweak" : "6aa0f99e8b3887d4",
"msg" : [9, 0, 0, 7, 4, 3, 8, 5, 5, 6, 3, 7, 8, 8, 0, 4, 9, 7, 3, 6, 1, 4, 6, 4, 4, 2, 9, 5, 2, 2, 1],
"ct" : [4, 2, 7, 8, 6, 3, 0, 3, 1, 9, 0, 8, 8, 0, 4, 0, 4, 9, 7, 8, 1, 3, 4, 4, 4, 8, 8, 8, 1, 8, 0],
"result" : "valid"
},
{
"tcId" : 1131,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "63a73cd9832510ca28e25754aa8c3162",
"tweak" : "6aa0f99e8b3887d4",
"msg" : [9, 0, 5, 5, 4, 2, 9, 0, 0, 7, 6, 0, 2, 7, 1, 6, 3, 9, 1, 5, 3, 3, 4, 7, 1, 2, 6, 7, 9, 0, 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, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 1132,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "63a73cd9832510ca28e25754aa8c3162",
"tweak" : "6aa0f99e8b3887d4",
"msg" : [4, 1, 5, 9, 1, 9, 5, 1, 7, 7, 3, 3, 3, 2, 8, 7, 4, 9, 3, 0, 0, 4, 6, 1, 1, 9, 0, 2, 9, 6, 9],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 1133,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "63a73cd9832510ca28e25754aa8c3162",
"tweak" : "6aa0f99e8b3887d4",
"msg" : [9, 8, 1, 8, 2, 3, 5, 7, 8, 5, 7, 0, 1, 6, 9, 0, 5, 4, 6, 4, 4, 2, 0, 0, 8, 7, 0, 7, 5, 7, 3],
"ct" : [5, 6, 2, 9, 4, 9, 9, 5, 3, 4, 2, 1, 3, 1, 2, 9, 0, 0, 7, 1, 9, 9, 2, 5, 4, 7, 4, 0, 9, 9, 2],
"result" : "valid"
},
{
"tcId" : 1134,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "63a73cd9832510ca28e25754aa8c3162",
"tweak" : "6aa0f99e8b3887d4",
"msg" : [7, 3, 0, 6, 8, 0, 0, 3, 3, 8, 9, 5, 8, 8, 1, 3, 2, 3, 1, 4, 5, 6, 8, 3, 8, 1, 8, 4, 2, 8, 5],
"ct" : [5, 6, 2, 9, 4, 9, 9, 5, 3, 4, 2, 1, 3, 1, 1, 9, 0, 0, 7, 1, 9, 9, 2, 5, 4, 7, 4, 0, 9, 9, 1],
"result" : "valid"
},
{
"tcId" : 1135,
"comment" : "y = 0 and (y + a) % radix**15 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "d2542f2168de7e004273c9caa8353b25",
"tweak" : "7cfdd7ac8aa663cb",
"msg" : [0, 9, 8, 7, 0, 9, 0, 0, 3, 7, 0, 6, 0, 9, 0, 9, 2, 6, 0, 4, 7, 7, 1, 3, 7, 8, 2, 9, 7, 2, 4],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 6, 5, 8, 4, 2, 5, 8, 3, 5, 2, 8, 3, 9, 4, 5],
"result" : "valid"
},
{
"tcId" : 1136,
"comment" : "y = 0 and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "d2542f2168de7e004273c9caa8353b25",
"tweak" : "7cfdd7ac8aa663cb",
"msg" : [5, 8, 9, 2, 3, 8, 3, 7, 7, 2, 0, 1, 0, 3, 9, 7, 4, 2, 3, 6, 3, 4, 7, 1, 9, 0, 8, 4, 7, 2, 2],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 6, 8, 3, 0, 4, 2, 5, 7, 2, 6, 5, 6, 7, 5, 1],
"result" : "valid"
},
{
"tcId" : 1137,
"comment" : "y = 0 and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "d2542f2168de7e004273c9caa8353b25",
"tweak" : "7cfdd7ac8aa663cb",
"msg" : [2, 4, 7, 8, 0, 0, 3, 5, 7, 5, 3, 1, 1, 7, 6, 5, 2, 8, 7, 7, 4, 0, 7, 3, 8, 5, 9, 5, 6, 5, 5],
"ct" : [5, 6, 2, 9, 4, 9, 9, 5, 3, 4, 2, 1, 3, 1, 2, 9, 1, 6, 5, 3, 7, 8, 9, 8, 2, 9, 6, 6, 7, 0, 4],
"result" : "valid"
},
{
"tcId" : 1138,
"comment" : "y = 0 and (y + a) % radix**15 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "d2542f2168de7e004273c9caa8353b25",
"tweak" : "7cfdd7ac8aa663cb",
"msg" : [8, 8, 9, 6, 4, 2, 2, 5, 4, 1, 8, 2, 8, 6, 2, 5, 5, 0, 2, 6, 6, 0, 4, 6, 9, 4, 2, 1, 5, 0, 5],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 7, 1, 9, 3, 4, 6, 9, 5, 8, 6, 5, 9, 8, 2, 8, 2],
"result" : "valid"
},
{
"tcId" : 1139,
"comment" : "y = 1 and a = 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "d2542f2168de7e004273c9caa8353b25",
"tweak" : "c723d51cebe2bfd4",
"msg" : [2, 3, 2, 8, 6, 1, 1, 8, 9, 1, 7, 2, 7, 6, 0, 9, 9, 5, 6, 0, 5, 4, 8, 3, 6, 0, 3, 8, 8, 2, 8],
"ct" : [6, 0, 5, 3, 1, 7, 3, 2, 8, 0, 2, 9, 2, 1, 8, 6, 7, 1, 4, 6, 0, 4, 7, 7, 2, 4, 3, 5, 7, 4, 4],
"result" : "valid"
},
{
"tcId" : 1140,
"comment" : "y = 1 and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "d2542f2168de7e004273c9caa8353b25",
"tweak" : "c723d51cebe2bfd4",
"msg" : [5, 7, 8, 0, 3, 8, 7, 3, 4, 9, 2, 5, 2, 3, 6, 7, 0, 3, 0, 0, 8, 0, 4, 8, 5, 9, 2, 5, 0, 3, 1],
"ct" : [9, 6, 3, 7, 2, 6, 4, 6, 0, 1, 2, 2, 9, 0, 4, 5, 3, 1, 1, 1, 1, 8, 1, 5, 4, 8, 9, 8, 3, 2, 5],
"result" : "valid"
},
{
"tcId" : 1141,
"comment" : "y = 1 and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "d2542f2168de7e004273c9caa8353b25",
"tweak" : "c723d51cebe2bfd4",
"msg" : [5, 8, 5, 3, 3, 8, 4, 2, 4, 2, 4, 5, 5, 9, 2, 9, 7, 3, 2, 0, 2, 7, 4, 0, 2, 9, 3, 1, 5, 4, 7],
"ct" : [9, 3, 0, 6, 7, 6, 0, 4, 9, 5, 9, 2, 6, 9, 1, 2, 2, 9, 9, 9, 3, 0, 8, 9, 0, 1, 9, 1, 2, 9, 5],
"result" : "valid"
},
{
"tcId" : 1142,
"comment" : "y = 1 and (y + a) % radix**15 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "d2542f2168de7e004273c9caa8353b25",
"tweak" : "c723d51cebe2bfd4",
"msg" : [3, 8, 2, 3, 7, 9, 6, 5, 7, 6, 3, 4, 3, 0, 0, 4, 4, 3, 0, 3, 8, 7, 9, 9, 1, 9, 1, 5, 7, 9, 4],
"ct" : [4, 2, 2, 8, 7, 6, 0, 6, 3, 6, 6, 9, 4, 4, 4, 2, 7, 4, 7, 3, 3, 7, 4, 3, 9, 9, 1, 0, 2, 8, 7],
"result" : "valid"
},
{
"tcId" : 1143,
"comment" : "y = 1 and (y + a) % radix**15 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "d2542f2168de7e004273c9caa8353b25",
"tweak" : "c723d51cebe2bfd4",
"msg" : [6, 2, 6, 5, 4, 7, 9, 3, 9, 8, 3, 6, 0, 1, 2, 1, 0, 8, 2, 9, 4, 8, 6, 3, 5, 7, 6, 1, 9, 2, 2],
"ct" : [8, 0, 2, 6, 7, 2, 0, 4, 4, 3, 2, 9, 9, 0, 8, 4, 6, 8, 9, 1, 1, 3, 5, 0, 3, 4, 8, 8, 3, 7, 4],
"result" : "valid"
},
{
"tcId" : 1144,
"comment" : "y is maximal and a = 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "d2542f2168de7e004273c9caa8353b25",
"tweak" : "f8a61bb066bce4bc",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 2, 8, 6, 8, 6, 3, 8, 3, 1, 1, 4, 3, 0, 9, 1],
"ct" : [2, 1, 9, 9, 5, 1, 3, 7, 6, 9, 5, 5, 4, 5, 9, 1, 3, 8, 8, 0, 1, 8, 2, 7, 2, 6, 3, 1, 5, 2, 6],
"result" : "valid"
},
{
"tcId" : 1145,
"comment" : "y is maximal and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "d2542f2168de7e004273c9caa8353b25",
"tweak" : "f8a61bb066bce4bc",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 6, 2, 8, 6, 8, 6, 3, 8, 3, 1, 1, 4, 3, 0, 9, 1],
"ct" : [3, 6, 7, 3, 2, 6, 1, 8, 5, 1, 5, 1, 6, 6, 5, 3, 5, 8, 2, 2, 0, 4, 3, 3, 1, 1, 9, 3, 3, 8, 2],
"result" : "valid"
},
{
"tcId" : 1146,
"comment" : "y is maximal and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "d2542f2168de7e004273c9caa8353b25",
"tweak" : "f8a61bb066bce4bc",
"msg" : [5, 6, 2, 9, 4, 9, 9, 5, 3, 4, 2, 1, 3, 1, 2, 6, 2, 8, 6, 8, 6, 3, 8, 3, 1, 1, 4, 3, 0, 9, 1],
"ct" : [3, 0, 4, 7, 2, 8, 9, 6, 9, 6, 1, 8, 9, 8, 0, 6, 7, 9, 0, 3, 8, 8, 9, 1, 9, 5, 1, 0, 6, 5, 4],
"result" : "valid"
},
{
"tcId" : 1147,
"comment" : "y is maximal and (y + a) % radix**15 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "d2542f2168de7e004273c9caa8353b25",
"tweak" : "f8a61bb066bce4bc",
"msg" : [6, 6, 2, 4, 0, 6, 4, 5, 6, 0, 4, 9, 6, 6, 4, 6, 2, 8, 6, 8, 6, 3, 8, 3, 1, 1, 4, 3, 0, 9, 1],
"ct" : [7, 0, 7, 5, 0, 6, 1, 7, 9, 9, 5, 2, 5, 5, 4, 0, 7, 6, 4, 3, 8, 6, 1, 8, 3, 3, 9, 5, 7, 4, 2],
"result" : "valid"
},
{
"tcId" : 1148,
"comment" : "y is maximal and (y + a) % radix**15 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "d2542f2168de7e004273c9caa8353b25",
"tweak" : "f8a61bb066bce4bc",
"msg" : [6, 6, 2, 4, 0, 6, 4, 5, 6, 0, 4, 9, 6, 6, 5, 6, 2, 8, 6, 8, 6, 3, 8, 3, 1, 1, 4, 3, 0, 9, 1],
"ct" : [2, 8, 4, 6, 0, 4, 8, 2, 6, 9, 5, 3, 5, 9, 3, 5, 7, 9, 2, 1, 4, 5, 5, 1, 8, 8, 3, 7, 7, 6, 5],
"result" : "valid"
},
{
"tcId" : 1149,
"comment" : "y is maximal and a is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "d2542f2168de7e004273c9caa8353b25",
"tweak" : "f8a61bb066bce4bc",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 6, 2, 8, 6, 8, 6, 3, 8, 3, 1, 1, 4, 3, 0, 9, 1],
"ct" : [0, 8, 6, 9, 0, 5, 0, 3, 7, 0, 5, 3, 5, 9, 0, 6, 6, 9, 0, 1, 6, 2, 6, 7, 0, 9, 8, 5, 2, 7, 7],
"result" : "valid"
},
{
"tcId" : 1150,
"comment" : "y is edge case for modular reduction and a = 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "d2542f2168de7e004273c9caa8353b25",
"tweak" : "2168f9fb08e38959",
"msg" : [3, 3, 8, 2, 7, 3, 2, 0, 3, 6, 7, 6, 5, 3, 4, 3, 3, 6, 3, 3, 7, 4, 9, 1, 8, 5, 0, 3, 2, 0, 2],
"ct" : [2, 7, 3, 7, 8, 5, 2, 2, 6, 8, 7, 2, 7, 5, 0, 2, 0, 1, 3, 4, 5, 6, 4, 6, 7, 4, 3, 4, 2, 4, 7],
"result" : "valid"
},
{
"tcId" : 1151,
"comment" : "y is edge case for modular reduction and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "d2542f2168de7e004273c9caa8353b25",
"tweak" : "2168f9fb08e38959",
"msg" : [0, 7, 3, 7, 3, 9, 9, 9, 5, 8, 6, 1, 9, 4, 3, 1, 0, 4, 9, 5, 2, 4, 9, 5, 3, 0, 7, 0, 4, 8, 9],
"ct" : [2, 7, 8, 1, 7, 2, 4, 8, 3, 5, 0, 5, 1, 8, 4, 1, 2, 0, 0, 6, 6, 7, 0, 9, 6, 8, 7, 9, 8, 3, 3],
"result" : "valid"
},
{
"tcId" : 1152,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "d2542f2168de7e004273c9caa8353b25",
"tweak" : "2168f9fb08e38959",
"msg" : [2, 2, 1, 1, 1, 4, 5, 5, 4, 6, 1, 3, 8, 7, 3, 1, 7, 2, 4, 8, 6, 9, 1, 7, 2, 2, 3, 3, 9, 6, 1],
"ct" : [7, 0, 9, 2, 0, 8, 9, 1, 5, 2, 5, 2, 7, 6, 5, 7, 1, 0, 0, 7, 6, 3, 0, 9, 7, 8, 6, 2, 6, 9, 9],
"result" : "valid"
},
{
"tcId" : 1153,
"comment" : "y is edge case for modular reduction and (y + a) % radix**15 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "d2542f2168de7e004273c9caa8353b25",
"tweak" : "2168f9fb08e38959",
"msg" : [0, 7, 9, 2, 2, 2, 6, 3, 4, 2, 6, 4, 5, 1, 8, 6, 2, 7, 3, 0, 5, 7, 2, 5, 8, 4, 9, 6, 3, 2, 6],
"ct" : [4, 9, 1, 0, 6, 0, 6, 6, 5, 5, 4, 6, 4, 9, 3, 1, 4, 4, 7, 5, 1, 5, 8, 9, 4, 8, 6, 7, 0, 5, 5],
"result" : "valid"
},
{
"tcId" : 1154,
"comment" : "y is edge case for modular reduction and (y + a) % radix**15 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "d2542f2168de7e004273c9caa8353b25",
"tweak" : "2168f9fb08e38959",
"msg" : [7, 7, 2, 5, 4, 0, 4, 6, 1, 4, 0, 8, 1, 1, 3, 2, 9, 7, 5, 4, 0, 8, 8, 4, 2, 5, 4, 5, 8, 3, 2],
"ct" : [6, 3, 2, 0, 2, 1, 8, 2, 1, 8, 1, 3, 8, 3, 9, 2, 1, 9, 7, 2, 8, 0, 9, 0, 3, 5, 2, 1, 0, 5, 3],
"result" : "valid"
},
{
"tcId" : 1155,
"comment" : "y is edge case for modular reduction and a is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "d2542f2168de7e004273c9caa8353b25",
"tweak" : "2168f9fb08e38959",
"msg" : [1, 1, 1, 5, 1, 2, 5, 5, 1, 8, 9, 8, 3, 7, 5, 4, 8, 1, 4, 1, 0, 6, 1, 0, 6, 5, 7, 2, 9, 2, 1],
"ct" : [4, 3, 4, 8, 4, 1, 5, 9, 6, 4, 7, 3, 6, 5, 7, 8, 0, 9, 0, 7, 6, 8, 8, 8, 4, 2, 5, 3, 7, 8, 8],
"result" : "valid"
},
{
"tcId" : 1156,
"comment" : "y is maximal after modular reduction and (y + a) % radix**15 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "d2542f2168de7e004273c9caa8353b25",
"tweak" : "ee89b39a96a90e57",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 2, 6, 1, 5, 9, 6, 5, 4, 9, 1, 1, 5, 3, 4, 1],
"ct" : [5, 9, 3, 0, 5, 5, 6, 2, 2, 5, 5, 9, 1, 3, 9, 6, 6, 3, 1, 5, 2, 2, 7, 0, 8, 5, 7, 9, 8, 3, 6],
"result" : "valid"
},
{
"tcId" : 1157,
"comment" : "y is maximal after modular reduction and (y + a) % radix**15 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "d2542f2168de7e004273c9caa8353b25",
"tweak" : "ee89b39a96a90e57",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 8, 2, 6, 1, 5, 9, 6, 5, 4, 9, 1, 1, 5, 3, 4, 1],
"ct" : [5, 1, 2, 1, 2, 9, 0, 4, 0, 3, 8, 4, 1, 4, 6, 4, 5, 7, 4, 8, 9, 1, 2, 6, 2, 7, 9, 3, 6, 4, 6],
"result" : "valid"
},
{
"tcId" : 1158,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "d2542f2168de7e004273c9caa8353b25",
"tweak" : "ee89b39a96a90e57",
"msg" : [5, 6, 2, 9, 4, 9, 9, 5, 3, 4, 2, 1, 3, 1, 2, 8, 2, 6, 1, 5, 9, 6, 5, 4, 9, 1, 1, 5, 3, 4, 1],
"ct" : [0, 8, 1, 4, 7, 7, 2, 7, 3, 9, 8, 7, 6, 8, 0, 3, 7, 7, 1, 1, 1, 1, 5, 4, 5, 9, 1, 2, 6, 4, 4],
"result" : "valid"
},
{
"tcId" : 1159,
"comment" : "y is maximal after modular reduction and a is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "d2542f2168de7e004273c9caa8353b25",
"tweak" : "ee89b39a96a90e57",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 8, 2, 6, 1, 5, 9, 6, 5, 4, 9, 1, 1, 5, 3, 4, 1],
"ct" : [3, 7, 9, 1, 6, 5, 9, 5, 0, 7, 1, 3, 8, 0, 1, 9, 1, 3, 9, 9, 2, 2, 1, 1, 8, 7, 7, 2, 0, 1, 1],
"result" : "valid"
},
{
"tcId" : 1160,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "888d36fd30853a1b8971410a56f939f0",
"tweak" : "70ffa82483c6a136",
"msg" : [-1, 2, 5, 6, 0, 5, 2, 3, 3, 9, 0, 4, 6, 0, 5, 5, 9, 0, 0, 6, 0, 8, 3, 4, 4, 8, 8, 0, 5, 9, 6],
"ct" : [3, 2, 4, 5, 5, 2, 5, 1, 7, 1, 0, 3, 0, 7, 3, 9, 5, 7, 8, 3, 1, 9, 1, 7, 8, 3, 1, 7, 5, 4, 4],
"result" : "invalid"
},
{
"tcId" : 1161,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "888d36fd30853a1b8971410a56f939f0",
"tweak" : "70ffa82483c6a136",
"msg" : [0, 2, 5, 6, 0, 5, 2, 3, 3, 9, -1, 4, 6, 0, 5, 5, 9, 0, 0, 6, 0, 8, 3, 4, 4, 8, 8, 0, 5, 9, 6],
"ct" : [3, 5, 9, 7, 0, 8, 6, 0, 5, 0, 1, 6, 3, 0, 5, 7, 5, 7, 6, 2, 3, 5, 2, 8, 4, 0, 9, 0, 3, 3, 3],
"result" : "invalid"
},
{
"tcId" : 1162,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "888d36fd30853a1b8971410a56f939f0",
"tweak" : "70ffa82483c6a136",
"msg" : [0, 2, 5, 6, 0, 5, 2, 3, 3, 9, 0, 4, 6, 0, 5, 5, 9, 0, 0, 6, 0, 8, 3, 4, 4, 8, 8, 0, 5, 9, -1],
"ct" : [1, 1, 0, 8, 4, 9, 6, 6, 2, 7, 3, 3, 9, 9, 1, 0, 8, 6, 1, 9, 5, 5, 4, 6, 7, 8, 3, 7, 8, 7, 4],
"result" : "invalid"
},
{
"tcId" : 1163,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "d97f2724d026e7b1be7669adb20edcbb",
"tweak" : "a41e0ae1f7d9c886",
"msg" : [10, 5, 2, 1, 8, 8, 0, 9, 7, 7, 0, 8, 0, 4, 3, 8, 8, 9, 6, 4, 4, 2, 6, 4, 8, 8, 2, 9, 9, 8, 3],
"ct" : [0, 4, 6, 3, 3, 6, 5, 6, 5, 9, 5, 6, 0, 7, 8, 5, 3, 6, 4, 3, 9, 8, 1, 3, 1, 3, 0, 4, 1, 1, 7],
"result" : "invalid"
},
{
"tcId" : 1164,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "d97f2724d026e7b1be7669adb20edcbb",
"tweak" : "a41e0ae1f7d9c886",
"msg" : [1, 5, 2, 1, 8, 8, 0, 9, 7, 7, 10, 8, 0, 4, 3, 8, 8, 9, 6, 4, 4, 2, 6, 4, 8, 8, 2, 9, 9, 8, 3],
"ct" : [3, 7, 5, 4, 6, 3, 6, 9, 6, 6, 3, 8, 1, 2, 9, 0, 5, 8, 0, 5, 7, 9, 5, 9, 8, 4, 8, 7, 0, 9, 6],
"result" : "invalid"
},
{
"tcId" : 1165,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "d97f2724d026e7b1be7669adb20edcbb",
"tweak" : "a41e0ae1f7d9c886",
"msg" : [1, 5, 2, 1, 8, 8, 0, 9, 7, 7, 0, 8, 0, 4, 3, 8, 8, 9, 6, 4, 4, 2, 6, 4, 8, 8, 2, 9, 9, 8, 10],
"ct" : [8, 3, 0, 9, 9, 1, 6, 2, 0, 9, 8, 7, 8, 8, 5, 5, 5, 6, 1, 9, 8, 6, 0, 8, 0, 5, 8, 2, 6, 6, 6],
"result" : "invalid"
}
]
},
{
"keySize" : 128,
"msgSize" : 32,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 1166,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "1ee98a204d8de6bc2fb2416fa2efe03f",
"tweak" : "302f76d9825d6eb5",
"msg" : [8, 3, 3, 3, 5, 9, 4, 7, 7, 9, 5, 0, 7, 7, 2, 2, 0, 5, 6, 6, 6, 9, 8, 8, 1, 0, 0, 0, 2, 1, 6, 8],
"ct" : [4, 3, 2, 2, 0, 4, 7, 9, 7, 1, 4, 5, 0, 6, 3, 3, 6, 1, 9, 9, 6, 1, 7, 2, 7, 6, 8, 5, 9, 5, 8, 2],
"result" : "valid"
},
{
"tcId" : 1167,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "32a208856ebf6021133b9b7dcf14c862",
"tweak" : "a32edf79e6d54898",
"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, 0, 0, 0, 0, 0],
"ct" : [8, 9, 0, 0, 8, 9, 1, 9, 4, 5, 5, 8, 6, 0, 2, 0, 3, 2, 7, 1, 9, 7, 0, 4, 5, 0, 1, 5, 1, 9, 1, 7],
"result" : "valid"
},
{
"tcId" : 1168,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "32a208856ebf6021133b9b7dcf14c862",
"tweak" : "a32edf79e6d54898",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [7, 1, 7, 4, 9, 8, 5, 5, 7, 5, 6, 9, 6, 8, 2, 2, 5, 1, 4, 1, 5, 9, 8, 8, 5, 1, 9, 3, 8, 1, 1, 6],
"result" : "valid"
},
{
"tcId" : 1169,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "32a208856ebf6021133b9b7dcf14c862",
"tweak" : "a32edf79e6d54898",
"msg" : [9, 0, 0, 7, 1, 9, 9, 2, 5, 4, 7, 4, 0, 9, 9, 2, 9, 0, 0, 7, 1, 9, 9, 2, 5, 4, 7, 4, 0, 9, 9, 2],
"ct" : [6, 8, 7, 4, 2, 6, 3, 9, 5, 8, 2, 7, 7, 6, 7, 4, 3, 8, 0, 6, 2, 9, 4, 5, 3, 1, 0, 3, 9, 6, 5, 3],
"result" : "valid"
},
{
"tcId" : 1170,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "32a208856ebf6021133b9b7dcf14c862",
"tweak" : "a32edf79e6d54898",
"msg" : [9, 0, 0, 7, 1, 9, 9, 2, 5, 4, 7, 4, 0, 9, 9, 1, 9, 0, 0, 7, 1, 9, 9, 2, 5, 4, 7, 4, 0, 9, 9, 1],
"ct" : [9, 9, 0, 9, 8, 8, 2, 0, 2, 1, 5, 9, 9, 3, 8, 7, 7, 2, 3, 3, 5, 7, 7, 9, 3, 2, 2, 3, 2, 1, 1, 0],
"result" : "valid"
},
{
"tcId" : 1171,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "32a208856ebf6021133b9b7dcf14c862",
"tweak" : "a32edf79e6d54898",
"msg" : [9, 9, 1, 5, 1, 6, 2, 9, 4, 5, 0, 6, 3, 7, 7, 3, 0, 6, 3, 0, 2, 8, 3, 1, 6, 5, 3, 5, 8, 9, 3, 8],
"ct" : [5, 2, 1, 8, 7, 6, 0, 3, 6, 9, 3, 2, 9, 9, 0, 4, 1, 8, 3, 7, 0, 6, 0, 3, 9, 1, 7, 7, 5, 3, 0, 4],
"result" : "valid"
},
{
"tcId" : 1172,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "32a208856ebf6021133b9b7dcf14c862",
"tweak" : "a32edf79e6d54898",
"msg" : [9, 0, 1, 7, 2, 3, 2, 0, 8, 9, 7, 3, 4, 0, 8, 7, 5, 8, 0, 9, 5, 4, 3, 3, 5, 5, 2, 7, 9, 2, 9, 8],
"ct" : [8, 0, 4, 7, 3, 2, 7, 7, 2, 6, 1, 3, 7, 6, 0, 8, 6, 7, 4, 9, 5, 9, 4, 2, 0, 8, 7, 6, 1, 1, 1, 7],
"result" : "valid"
},
{
"tcId" : 1173,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "32a208856ebf6021133b9b7dcf14c862",
"tweak" : "a32edf79e6d54898",
"msg" : [6, 3, 2, 2, 9, 4, 2, 8, 5, 4, 6, 1, 6, 9, 4, 3, 1, 0, 1, 0, 9, 6, 2, 5, 5, 1, 9, 0, 5, 2, 6, 7],
"ct" : [0, 9, 4, 0, 2, 5, 7, 2, 0, 2, 7, 2, 5, 1, 7, 5, 2, 3, 8, 5, 0, 3, 4, 4, 9, 9, 6, 5, 4, 8, 9, 8],
"result" : "valid"
},
{
"tcId" : 1174,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "32a208856ebf6021133b9b7dcf14c862",
"tweak" : "a32edf79e6d54898",
"msg" : [1, 2, 5, 6, 0, 4, 3, 0, 5, 7, 1, 8, 8, 7, 2, 9, 1, 8, 3, 3, 2, 1, 0, 3, 0, 4, 2, 0, 8, 1, 2, 3],
"ct" : [3, 2, 9, 0, 3, 7, 9, 8, 6, 9, 4, 0, 4, 9, 8, 2, 4, 9, 9, 5, 7, 3, 8, 6, 3, 5, 0, 8, 7, 0, 9, 3],
"result" : "valid"
},
{
"tcId" : 1175,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "32a208856ebf6021133b9b7dcf14c862",
"tweak" : "a32edf79e6d54898",
"msg" : [2, 3, 7, 1, 6, 7, 3, 6, 1, 1, 1, 9, 7, 0, 1, 8, 2, 9, 4, 6, 0, 8, 9, 8, 8, 0, 0, 2, 2, 7, 1, 9],
"ct" : [1, 4, 5, 8, 6, 8, 9, 2, 4, 0, 1, 3, 5, 7, 5, 3, 8, 1, 4, 5, 6, 6, 7, 6, 4, 4, 0, 8, 4, 7, 8, 1],
"result" : "valid"
},
{
"tcId" : 1176,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "32a208856ebf6021133b9b7dcf14c862",
"tweak" : "a32edf79e6d54898",
"msg" : [1, 6, 6, 1, 0, 4, 0, 1, 9, 4, 1, 5, 7, 8, 4, 8, 7, 9, 2, 9, 5, 2, 8, 8, 8, 4, 5, 5, 4, 1, 0, 3],
"ct" : [9, 2, 4, 3, 1, 1, 0, 9, 5, 0, 1, 6, 3, 6, 7, 0, 8, 2, 9, 0, 5, 3, 2, 5, 9, 3, 1, 8, 6, 9, 1, 5],
"result" : "valid"
},
{
"tcId" : 1177,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "32a208856ebf6021133b9b7dcf14c862",
"tweak" : "a32edf79e6d54898",
"msg" : [4, 7, 1, 5, 7, 5, 4, 7, 9, 4, 2, 3, 0, 0, 1, 5, 0, 9, 7, 5, 6, 8, 7, 3, 5, 8, 5, 3, 6, 5, 9, 6],
"ct" : [9, 5, 4, 7, 5, 3, 6, 6, 4, 0, 3, 8, 0, 2, 0, 0, 5, 3, 8, 9, 6, 8, 6, 5, 5, 8, 4, 6, 9, 9, 3, 0],
"result" : "valid"
},
{
"tcId" : 1178,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "32a208856ebf6021133b9b7dcf14c862",
"tweak" : "a32edf79e6d54898",
"msg" : [4, 5, 1, 3, 6, 7, 4, 4, 9, 4, 7, 7, 4, 6, 1, 9, 4, 0, 2, 6, 3, 1, 1, 1, 4, 5, 9, 5, 1, 7, 1, 1],
"ct" : [6, 9, 9, 1, 9, 0, 7, 1, 1, 0, 7, 7, 2, 8, 5, 1, 3, 4, 1, 6, 1, 5, 7, 3, 5, 8, 9, 9, 9, 4, 5, 0],
"result" : "valid"
},
{
"tcId" : 1179,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "32a208856ebf6021133b9b7dcf14c862",
"tweak" : "a32edf79e6d54898",
"msg" : [5, 5, 7, 7, 5, 2, 6, 6, 6, 4, 6, 9, 0, 9, 8, 4, 9, 3, 2, 3, 2, 1, 5, 4, 8, 1, 6, 1, 8, 8, 6, 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, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 1180,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "32a208856ebf6021133b9b7dcf14c862",
"tweak" : "a32edf79e6d54898",
"msg" : [2, 8, 7, 8, 4, 3, 0, 9, 7, 6, 6, 5, 7, 1, 2, 0, 0, 6, 7, 3, 3, 9, 6, 4, 2, 0, 3, 9, 6, 9, 2, 5],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 1181,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "32a208856ebf6021133b9b7dcf14c862",
"tweak" : "a32edf79e6d54898",
"msg" : [1, 5, 7, 4, 0, 0, 8, 9, 0, 2, 9, 5, 4, 8, 6, 7, 2, 8, 6, 2, 7, 8, 7, 7, 6, 5, 5, 3, 6, 0, 2, 4],
"ct" : [9, 0, 0, 7, 1, 9, 9, 2, 5, 4, 7, 4, 0, 9, 9, 2, 9, 0, 0, 7, 1, 9, 9, 2, 5, 4, 7, 4, 0, 9, 9, 2],
"result" : "valid"
},
{
"tcId" : 1182,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "32a208856ebf6021133b9b7dcf14c862",
"tweak" : "a32edf79e6d54898",
"msg" : [7, 1, 1, 2, 8, 5, 5, 7, 9, 0, 7, 7, 3, 2, 3, 7, 8, 8, 5, 9, 0, 5, 4, 0, 0, 5, 5, 6, 8, 5, 1, 5],
"ct" : [9, 0, 0, 7, 1, 9, 9, 2, 5, 4, 7, 4, 0, 9, 9, 1, 9, 0, 0, 7, 1, 9, 9, 2, 5, 4, 7, 4, 0, 9, 9, 1],
"result" : "valid"
},
{
"tcId" : 1183,
"comment" : "y = 0 and (y + a) % radix**16 == 0 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "f0a4f0f7c55b4f9763e6f071bcca5930",
"tweak" : "8fc1f13148ac4802",
"msg" : [4, 9, 7, 8, 2, 5, 6, 2, 1, 0, 8, 1, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [3, 5, 7, 7, 4, 2, 1, 9, 8, 9, 6, 4, 4, 5, 7, 0, 6, 4, 2, 8, 9, 5, 9, 5, 3, 1, 5, 6, 1, 5, 0, 7],
"result" : "valid"
},
{
"tcId" : 1184,
"comment" : "y = 0 and a = 1 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "f0a4f0f7c55b4f9763e6f071bcca5930",
"tweak" : "8fc1f13148ac4802",
"msg" : [4, 8, 4, 4, 3, 9, 3, 1, 5, 7, 5, 3, 9, 4, 8, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1],
"ct" : [6, 1, 6, 4, 8, 8, 4, 9, 6, 1, 1, 5, 6, 9, 8, 1, 0, 5, 3, 9, 5, 0, 8, 1, 9, 9, 7, 0, 7, 4, 0, 1],
"result" : "valid"
},
{
"tcId" : 1185,
"comment" : "y = 0 and a has large Hamming weight in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "f0a4f0f7c55b4f9763e6f071bcca5930",
"tweak" : "8fc1f13148ac4802",
"msg" : [0, 1, 7, 4, 6, 0, 2, 0, 3, 0, 2, 6, 4, 5, 0, 0, 9, 0, 0, 7, 1, 9, 9, 2, 5, 4, 7, 4, 0, 9, 9, 2],
"ct" : [7, 3, 5, 8, 5, 4, 0, 9, 6, 3, 8, 1, 3, 7, 6, 2, 2, 8, 9, 3, 1, 0, 1, 5, 2, 7, 8, 4, 9, 6, 7, 2],
"result" : "valid"
},
{
"tcId" : 1186,
"comment" : "y = 0 and (y + a) % radix**16 is maximal in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "f0a4f0f7c55b4f9763e6f071bcca5930",
"tweak" : "8fc1f13148ac4802",
"msg" : [7, 4, 6, 3, 3, 8, 7, 4, 8, 2, 5, 2, 9, 5, 7, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [7, 4, 5, 2, 1, 6, 1, 1, 3, 2, 3, 7, 9, 2, 3, 0, 0, 7, 6, 0, 1, 0, 3, 4, 8, 7, 1, 7, 1, 0, 8, 9],
"result" : "valid"
},
{
"tcId" : 1187,
"comment" : "y = 1 and a = 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "f0a4f0f7c55b4f9763e6f071bcca5930",
"tweak" : "1403450400c0b0bd",
"msg" : [8, 8, 3, 3, 2, 9, 6, 7, 5, 3, 6, 8, 8, 3, 1, 2, 5, 5, 4, 4, 8, 0, 9, 9, 3, 9, 4, 4, 0, 4, 1, 4],
"ct" : [0, 7, 1, 1, 9, 3, 8, 1, 8, 5, 9, 0, 4, 0, 1, 2, 5, 1, 8, 1, 5, 0, 7, 7, 8, 1, 5, 2, 4, 0, 8, 4],
"result" : "valid"
},
{
"tcId" : 1188,
"comment" : "y = 1 and a = 1 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "f0a4f0f7c55b4f9763e6f071bcca5930",
"tweak" : "1403450400c0b0bd",
"msg" : [9, 6, 3, 5, 2, 0, 0, 1, 8, 5, 8, 5, 1, 9, 0, 7, 2, 5, 1, 5, 3, 1, 9, 7, 6, 2, 9, 9, 3, 5, 9, 8],
"ct" : [6, 4, 5, 6, 4, 3, 8, 1, 8, 0, 1, 5, 8, 3, 0, 1, 1, 9, 9, 7, 3, 7, 4, 3, 4, 1, 9, 6, 5, 5, 9, 6],
"result" : "valid"
},
{
"tcId" : 1189,
"comment" : "y = 1 and a has large Hamming weight in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "f0a4f0f7c55b4f9763e6f071bcca5930",
"tweak" : "1403450400c0b0bd",
"msg" : [4, 7, 0, 8, 1, 7, 3, 6, 1, 2, 5, 6, 7, 0, 4, 0, 7, 1, 8, 0, 4, 4, 2, 2, 4, 8, 8, 6, 9, 1, 0, 0],
"ct" : [0, 1, 5, 8, 4, 6, 6, 6, 7, 5, 4, 9, 6, 7, 1, 4, 8, 2, 7, 7, 9, 8, 5, 1, 4, 0, 8, 0, 2, 7, 3, 7],
"result" : "valid"
},
{
"tcId" : 1190,
"comment" : "y = 1 and (y + a) % radix**16 is maximal in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "f0a4f0f7c55b4f9763e6f071bcca5930",
"tweak" : "1403450400c0b0bd",
"msg" : [7, 0, 1, 1, 7, 5, 8, 0, 9, 8, 3, 4, 8, 6, 3, 5, 3, 6, 3, 3, 2, 1, 6, 7, 0, 0, 1, 9, 5, 3, 8, 2],
"ct" : [7, 8, 8, 6, 0, 6, 6, 8, 9, 7, 8, 8, 9, 2, 7, 5, 7, 9, 3, 8, 6, 4, 7, 4, 3, 4, 3, 4, 5, 7, 8, 7],
"result" : "valid"
},
{
"tcId" : 1191,
"comment" : "y = 1 and (y + a) % radix**16 == 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "f0a4f0f7c55b4f9763e6f071bcca5930",
"tweak" : "1403450400c0b0bd",
"msg" : [2, 1, 0, 5, 9, 0, 1, 0, 7, 3, 3, 2, 7, 2, 2, 4, 3, 4, 5, 2, 6, 1, 1, 9, 8, 8, 5, 6, 4, 1, 1, 4],
"ct" : [1, 1, 5, 7, 5, 0, 0, 1, 0, 6, 0, 0, 1, 2, 0, 4, 3, 7, 5, 4, 3, 3, 1, 1, 0, 5, 8, 0, 8, 3, 8, 1],
"result" : "valid"
},
{
"tcId" : 1192,
"comment" : "y is maximal and a = 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "f0a4f0f7c55b4f9763e6f071bcca5930",
"tweak" : "880851aa060e4b9c",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, 6, 4, 5, 3, 5, 9, 7, 0, 6, 4, 8, 3, 7, 4],
"ct" : [6, 1, 4, 9, 6, 2, 9, 2, 0, 1, 7, 9, 1, 0, 4, 1, 8, 4, 0, 7, 3, 0, 1, 0, 6, 3, 1, 4, 1, 0, 0, 8],
"result" : "valid"
},
{
"tcId" : 1193,
"comment" : "y is maximal and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "f0a4f0f7c55b4f9763e6f071bcca5930",
"tweak" : "880851aa060e4b9c",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 8, 0, 6, 4, 5, 3, 5, 9, 7, 0, 6, 4, 8, 3, 7, 4],
"ct" : [3, 2, 9, 9, 7, 5, 8, 0, 8, 8, 0, 2, 9, 7, 5, 7, 8, 4, 9, 9, 8, 3, 0, 7, 8, 9, 3, 2, 7, 5, 2, 1],
"result" : "valid"
},
{
"tcId" : 1194,
"comment" : "y is maximal and (y + a) % radix**16 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "f0a4f0f7c55b4f9763e6f071bcca5930",
"tweak" : "880851aa060e4b9c",
"msg" : [5, 6, 6, 2, 4, 0, 6, 4, 5, 6, 0, 4, 9, 6, 6, 4, 8, 0, 6, 4, 5, 3, 5, 9, 7, 0, 6, 4, 8, 3, 7, 4],
"ct" : [4, 5, 4, 9, 2, 6, 8, 3, 2, 9, 5, 1, 9, 4, 0, 6, 3, 5, 1, 9, 6, 1, 7, 5, 3, 5, 3, 8, 2, 1, 7, 1],
"result" : "valid"
},
{
"tcId" : 1195,
"comment" : "y is maximal and (y + a) % radix**16 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "f0a4f0f7c55b4f9763e6f071bcca5930",
"tweak" : "880851aa060e4b9c",
"msg" : [5, 6, 6, 2, 4, 0, 6, 4, 5, 6, 0, 4, 9, 6, 6, 5, 8, 0, 6, 4, 5, 3, 5, 9, 7, 0, 6, 4, 8, 3, 7, 4],
"ct" : [5, 6, 4, 2, 1, 5, 4, 1, 6, 7, 9, 3, 7, 4, 4, 6, 9, 4, 8, 1, 7, 8, 0, 9, 4, 2, 3, 6, 5, 5, 9, 6],
"result" : "valid"
},
{
"tcId" : 1196,
"comment" : "y is maximal and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "f0a4f0f7c55b4f9763e6f071bcca5930",
"tweak" : "880851aa060e4b9c",
"msg" : [9, 0, 0, 7, 1, 9, 9, 2, 5, 4, 7, 4, 0, 9, 9, 2, 8, 0, 6, 4, 5, 3, 5, 9, 7, 0, 6, 4, 8, 3, 7, 4],
"ct" : [1, 4, 0, 5, 3, 7, 0, 0, 7, 6, 6, 6, 2, 6, 5, 0, 4, 5, 4, 5, 9, 9, 9, 6, 4, 5, 0, 6, 7, 6, 4, 1],
"result" : "valid"
},
{
"tcId" : 1197,
"comment" : "y is maximal and a is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "f0a4f0f7c55b4f9763e6f071bcca5930",
"tweak" : "880851aa060e4b9c",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 8, 0, 6, 4, 5, 3, 5, 9, 7, 0, 6, 4, 8, 3, 7, 4],
"ct" : [1, 6, 1, 6, 9, 5, 6, 0, 6, 2, 0, 9, 2, 9, 5, 6, 1, 2, 0, 1, 8, 2, 2, 5, 0, 9, 6, 8, 2, 3, 0, 1],
"result" : "valid"
},
{
"tcId" : 1198,
"comment" : "y is edge case for modular reduction and a = 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "f0a4f0f7c55b4f9763e6f071bcca5930",
"tweak" : "8e8f84e5743247e1",
"msg" : [3, 9, 0, 5, 8, 1, 9, 9, 3, 9, 3, 1, 8, 5, 1, 4, 5, 5, 2, 3, 4, 4, 7, 4, 7, 6, 2, 2, 2, 9, 1, 1],
"ct" : [7, 7, 0, 6, 4, 0, 0, 1, 7, 2, 1, 2, 7, 8, 6, 0, 1, 3, 8, 7, 0, 3, 7, 9, 4, 2, 6, 8, 7, 6, 9, 8],
"result" : "valid"
},
{
"tcId" : 1199,
"comment" : "y is edge case for modular reduction and a = 1 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "f0a4f0f7c55b4f9763e6f071bcca5930",
"tweak" : "8e8f84e5743247e1",
"msg" : [3, 3, 7, 4, 9, 1, 6, 6, 5, 7, 4, 1, 9, 1, 9, 9, 3, 2, 2, 7, 9, 5, 0, 4, 7, 2, 3, 9, 5, 9, 0, 8],
"ct" : [1, 3, 6, 8, 0, 7, 7, 4, 0, 1, 8, 7, 9, 8, 8, 7, 6, 4, 5, 4, 9, 7, 8, 6, 4, 2, 6, 4, 1, 0, 7, 9],
"result" : "valid"
},
{
"tcId" : 1200,
"comment" : "y is edge case for modular reduction and (y + a) % radix**16 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "f0a4f0f7c55b4f9763e6f071bcca5930",
"tweak" : "8e8f84e5743247e1",
"msg" : [2, 9, 1, 7, 6, 3, 1, 3, 8, 3, 1, 8, 3, 1, 8, 8, 6, 9, 3, 7, 8, 5, 7, 2, 3, 8, 7, 1, 5, 4, 8, 0],
"ct" : [6, 3, 0, 8, 9, 0, 2, 6, 2, 2, 8, 3, 4, 6, 2, 6, 5, 2, 3, 9, 5, 4, 5, 4, 4, 8, 4, 0, 5, 6, 2, 2],
"result" : "valid"
},
{
"tcId" : 1201,
"comment" : "y is edge case for modular reduction and (y + a) % radix**16 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "f0a4f0f7c55b4f9763e6f071bcca5930",
"tweak" : "8e8f84e5743247e1",
"msg" : [7, 3, 5, 6, 3, 5, 5, 0, 6, 2, 5, 0, 9, 7, 7, 6, 2, 5, 9, 7, 5, 3, 6, 0, 0, 7, 1, 5, 2, 9, 6, 5],
"ct" : [4, 5, 8, 6, 8, 5, 0, 6, 6, 7, 8, 9, 9, 9, 2, 4, 0, 0, 6, 8, 9, 1, 2, 5, 0, 6, 9, 8, 7, 3, 9, 6],
"result" : "valid"
},
{
"tcId" : 1202,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "f0a4f0f7c55b4f9763e6f071bcca5930",
"tweak" : "8e8f84e5743247e1",
"msg" : [8, 0, 9, 6, 8, 4, 8, 7, 2, 6, 8, 5, 6, 8, 5, 1, 9, 3, 3, 7, 5, 6, 3, 5, 1, 3, 8, 4, 1, 7, 6, 1],
"ct" : [3, 6, 0, 5, 7, 4, 0, 0, 2, 5, 9, 7, 2, 8, 6, 1, 3, 4, 6, 1, 3, 0, 0, 3, 0, 2, 2, 3, 1, 1, 9, 5],
"result" : "valid"
},
{
"tcId" : 1203,
"comment" : "y is edge case for modular reduction and a is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "f0a4f0f7c55b4f9763e6f071bcca5930",
"tweak" : "8e8f84e5743247e1",
"msg" : [3, 3, 9, 1, 7, 0, 5, 3, 4, 7, 6, 4, 6, 3, 4, 0, 9, 9, 9, 2, 9, 9, 6, 3, 3, 4, 3, 8, 5, 8, 6, 9],
"ct" : [2, 6, 9, 7, 3, 0, 1, 4, 9, 9, 5, 1, 6, 0, 6, 9, 1, 0, 6, 0, 8, 2, 7, 8, 7, 6, 4, 5, 1, 0, 3, 2],
"result" : "valid"
},
{
"tcId" : 1204,
"comment" : "y is maximal after modular reduction and (y + a) % radix**16 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "f0a4f0f7c55b4f9763e6f071bcca5930",
"tweak" : "76e993265cb9d1b4",
"msg" : [0, 0, 2, 7, 8, 9, 8, 8, 4, 1, 2, 5, 5, 9, 4, 4, 3, 5, 5, 5, 6, 5, 0, 6, 4, 6, 0, 3, 3, 3, 3, 0],
"ct" : [4, 8, 8, 0, 1, 3, 9, 4, 4, 6, 2, 0, 2, 2, 3, 4, 6, 9, 1, 5, 8, 1, 6, 4, 6, 4, 2, 9, 2, 0, 4, 7],
"result" : "valid"
},
{
"tcId" : 1205,
"comment" : "y is maximal after modular reduction and (y + a) % radix**16 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "f0a4f0f7c55b4f9763e6f071bcca5930",
"tweak" : "76e993265cb9d1b4",
"msg" : [4, 8, 3, 7, 2, 6, 9, 3, 1, 7, 1, 6, 2, 1, 7, 5, 5, 3, 6, 9, 8, 3, 4, 8, 2, 2, 1, 6, 5, 3, 1, 7],
"ct" : [1, 2, 2, 0, 8, 2, 4, 5, 7, 9, 1, 6, 7, 3, 0, 8, 0, 5, 7, 1, 7, 5, 2, 1, 1, 0, 5, 4, 4, 6, 9, 6],
"result" : "valid"
},
{
"tcId" : 1206,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "f0a4f0f7c55b4f9763e6f071bcca5930",
"tweak" : "76e993265cb9d1b4",
"msg" : [9, 8, 5, 3, 7, 9, 2, 7, 1, 9, 3, 6, 6, 0, 8, 2, 9, 8, 4, 1, 2, 5, 3, 6, 6, 9, 5, 7, 6, 0, 7, 6],
"ct" : [6, 4, 8, 9, 0, 6, 2, 5, 7, 9, 8, 1, 3, 7, 0, 3, 2, 7, 6, 7, 4, 8, 6, 7, 2, 2, 3, 9, 2, 4, 1, 0],
"result" : "valid"
},
{
"tcId" : 1207,
"comment" : "y is maximal after modular reduction and a is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "f0a4f0f7c55b4f9763e6f071bcca5930",
"tweak" : "76e993265cb9d1b4",
"msg" : [7, 8, 7, 8, 4, 5, 6, 9, 4, 8, 0, 0, 5, 0, 8, 0, 9, 4, 5, 4, 7, 6, 3, 3, 8, 6, 2, 5, 1, 1, 3, 0],
"ct" : [2, 7, 2, 9, 5, 6, 9, 4, 7, 7, 9, 2, 9, 4, 1, 6, 0, 0, 4, 4, 0, 2, 4, 8, 9, 3, 8, 4, 8, 9, 3, 0],
"result" : "valid"
},
{
"tcId" : 1208,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "ad37094b233a3db9d271247e8555bef3",
"tweak" : "2ed6d72d98ac2efd",
"msg" : [-1, 9, 6, 7, 5, 9, 1, 9, 8, 1, 8, 0, 7, 9, 0, 0, 5, 6, 3, 9, 4, 4, 6, 3, 2, 4, 7, 4, 9, 7, 6, 4],
"ct" : [0, 0, 0, 4, 9, 5, 6, 3, 9, 6, 1, 1, 8, 2, 9, 4, 8, 6, 5, 0, 9, 1, 9, 9, 3, 7, 8, 3, 0, 8, 6, 5],
"result" : "invalid"
},
{
"tcId" : 1209,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "ad37094b233a3db9d271247e8555bef3",
"tweak" : "2ed6d72d98ac2efd",
"msg" : [0, 9, 6, 7, 5, 9, 1, 9, 8, 1, -1, 0, 7, 9, 0, 0, 5, 6, 3, 9, 4, 4, 6, 3, 2, 4, 7, 4, 9, 7, 6, 4],
"ct" : [6, 2, 0, 0, 8, 7, 9, 1, 4, 7, 2, 0, 4, 9, 3, 7, 1, 8, 1, 0, 8, 5, 4, 1, 2, 4, 4, 1, 4, 6, 3, 4],
"result" : "invalid"
},
{
"tcId" : 1210,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "ad37094b233a3db9d271247e8555bef3",
"tweak" : "2ed6d72d98ac2efd",
"msg" : [0, 9, 6, 7, 5, 9, 1, 9, 8, 1, 8, 0, 7, 9, 0, 0, 5, 6, 3, 9, 4, 4, 6, 3, 2, 4, 7, 4, 9, 7, 6, -1],
"ct" : [7, 3, 4, 4, 6, 1, 3, 7, 3, 5, 9, 0, 0, 3, 7, 2, 9, 0, 4, 8, 6, 9, 4, 1, 9, 0, 1, 2, 9, 9, 1, 3],
"result" : "invalid"
},
{
"tcId" : 1211,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "fec50f94dcbd14d957c5ba9f96160df7",
"tweak" : "6f2a228a4e36a2ed",
"msg" : [10, 4, 8, 8, 3, 3, 1, 3, 3, 3, 5, 7, 2, 1, 1, 5, 5, 5, 6, 1, 0, 6, 6, 8, 6, 1, 0, 7, 8, 2, 9, 3],
"ct" : [8, 2, 9, 5, 4, 7, 6, 6, 9, 8, 8, 2, 0, 6, 7, 3, 0, 1, 8, 6, 2, 0, 6, 5, 8, 1, 0, 3, 7, 7, 6, 8],
"result" : "invalid"
},
{
"tcId" : 1212,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "fec50f94dcbd14d957c5ba9f96160df7",
"tweak" : "6f2a228a4e36a2ed",
"msg" : [2, 4, 8, 8, 3, 3, 1, 3, 3, 3, 10, 7, 2, 1, 1, 5, 5, 5, 6, 1, 0, 6, 6, 8, 6, 1, 0, 7, 8, 2, 9, 3],
"ct" : [2, 8, 1, 6, 8, 3, 8, 2, 3, 0, 4, 2, 1, 5, 2, 0, 9, 5, 6, 0, 8, 8, 7, 8, 6, 8, 1, 8, 8, 2, 5, 7],
"result" : "invalid"
},
{
"tcId" : 1213,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "fec50f94dcbd14d957c5ba9f96160df7",
"tweak" : "6f2a228a4e36a2ed",
"msg" : [2, 4, 8, 8, 3, 3, 1, 3, 3, 3, 5, 7, 2, 1, 1, 5, 5, 5, 6, 1, 0, 6, 6, 8, 6, 1, 0, 7, 8, 2, 9, 10],
"ct" : [5, 9, 9, 0, 8, 6, 7, 5, 0, 7, 3, 8, 8, 1, 1, 8, 8, 1, 6, 9, 4, 6, 7, 9, 4, 6, 1, 4, 8, 0, 7, 8],
"result" : "invalid"
}
]
},
{
"keySize" : 128,
"msgSize" : 33,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 1214,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "df76fc71b7d899068b43f16bc5858dbd",
"tweak" : "8e55911ef156dfe2",
"msg" : [5, 0, 4, 6, 9, 2, 3, 8, 9, 4, 3, 4, 7, 6, 6, 0, 6, 1, 6, 2, 0, 1, 5, 2, 4, 0, 4, 8, 5, 9, 0, 0, 1],
"ct" : [0, 3, 2, 8, 0, 7, 4, 1, 2, 1, 1, 9, 6, 0, 7, 1, 7, 7, 4, 5, 1, 4, 9, 0, 1, 5, 2, 6, 6, 8, 2, 4, 8],
"result" : "valid"
},
{
"tcId" : 1215,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "2f4bf72d1ef39bf25630f78f3731dc8e",
"tweak" : "c681328bedc2348a",
"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, 0, 0, 0, 0, 0, 0],
"ct" : [9, 4, 9, 8, 8, 4, 8, 2, 0, 8, 6, 2, 6, 0, 7, 7, 9, 8, 7, 4, 3, 7, 7, 2, 7, 1, 9, 2, 9, 9, 6, 7, 9],
"result" : "valid"
},
{
"tcId" : 1216,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "2f4bf72d1ef39bf25630f78f3731dc8e",
"tweak" : "c681328bedc2348a",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [3, 2, 5, 9, 7, 7, 5, 3, 0, 7, 4, 0, 7, 1, 3, 0, 5, 6, 4, 6, 6, 3, 2, 0, 8, 2, 3, 1, 8, 6, 1, 4, 7],
"result" : "valid"
},
{
"tcId" : 1217,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "2f4bf72d1ef39bf25630f78f3731dc8e",
"tweak" : "c681328bedc2348a",
"msg" : [9, 0, 0, 7, 1, 9, 9, 2, 5, 4, 7, 4, 0, 9, 9, 2, 7, 2, 0, 5, 7, 5, 9, 4, 0, 3, 7, 9, 2, 7, 9, 3, 6],
"ct" : [8, 5, 1, 3, 8, 9, 5, 0, 0, 1, 7, 8, 1, 9, 4, 4, 9, 2, 7, 7, 1, 0, 2, 5, 8, 8, 4, 9, 3, 7, 0, 2, 3],
"result" : "valid"
},
{
"tcId" : 1218,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "2f4bf72d1ef39bf25630f78f3731dc8e",
"tweak" : "c681328bedc2348a",
"msg" : [9, 0, 0, 7, 1, 9, 9, 2, 5, 4, 7, 4, 0, 9, 9, 1, 7, 2, 0, 5, 7, 5, 9, 4, 0, 3, 7, 9, 2, 7, 9, 3, 5],
"ct" : [4, 3, 1, 1, 3, 9, 2, 2, 0, 8, 0, 6, 3, 3, 2, 0, 8, 2, 5, 3, 7, 6, 5, 9, 5, 1, 2, 9, 7, 5, 7, 5, 3],
"result" : "valid"
},
{
"tcId" : 1219,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "2f4bf72d1ef39bf25630f78f3731dc8e",
"tweak" : "c681328bedc2348a",
"msg" : [0, 8, 5, 8, 2, 8, 3, 6, 1, 3, 0, 1, 2, 1, 5, 5, 1, 7, 5, 9, 8, 3, 6, 9, 0, 2, 1, 1, 8, 2, 6, 1, 4],
"ct" : [3, 0, 0, 2, 7, 5, 6, 0, 5, 1, 8, 9, 0, 5, 2, 6, 3, 7, 5, 0, 8, 1, 6, 1, 8, 4, 1, 5, 1, 6, 9, 0, 0],
"result" : "valid"
},
{
"tcId" : 1220,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "2f4bf72d1ef39bf25630f78f3731dc8e",
"tweak" : "c681328bedc2348a",
"msg" : [4, 7, 6, 7, 4, 3, 7, 4, 0, 5, 9, 2, 0, 9, 6, 8, 3, 8, 9, 1, 2, 5, 4, 5, 3, 6, 8, 4, 9, 8, 7, 0, 9],
"ct" : [1, 6, 7, 2, 0, 3, 9, 3, 9, 6, 7, 1, 8, 5, 3, 4, 3, 3, 4, 5, 8, 7, 5, 0, 0, 2, 1, 3, 6, 9, 6, 9, 5],
"result" : "valid"
},
{
"tcId" : 1221,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "2f4bf72d1ef39bf25630f78f3731dc8e",
"tweak" : "c681328bedc2348a",
"msg" : [5, 8, 9, 2, 7, 5, 8, 2, 4, 0, 7, 8, 2, 8, 3, 5, 3, 9, 4, 1, 0, 3, 8, 6, 0, 7, 9, 4, 2, 9, 9, 6, 5],
"ct" : [6, 1, 5, 6, 9, 7, 7, 9, 9, 8, 6, 3, 2, 0, 8, 1, 5, 2, 6, 6, 3, 1, 6, 8, 0, 1, 0, 7, 1, 7, 7, 0, 0],
"result" : "valid"
},
{
"tcId" : 1222,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "2f4bf72d1ef39bf25630f78f3731dc8e",
"tweak" : "c681328bedc2348a",
"msg" : [5, 4, 9, 9, 8, 2, 7, 5, 6, 3, 8, 6, 5, 1, 5, 8, 4, 1, 4, 6, 2, 3, 7, 6, 7, 3, 6, 9, 6, 9, 7, 5, 9],
"ct" : [9, 5, 6, 1, 3, 0, 7, 1, 8, 9, 8, 8, 9, 6, 7, 5, 4, 8, 0, 0, 9, 0, 4, 8, 3, 5, 4, 1, 6, 1, 3, 1, 6],
"result" : "valid"
},
{
"tcId" : 1223,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "2f4bf72d1ef39bf25630f78f3731dc8e",
"tweak" : "c681328bedc2348a",
"msg" : [9, 0, 8, 2, 6, 8, 6, 4, 8, 2, 4, 4, 6, 4, 5, 4, 6, 8, 9, 9, 5, 6, 7, 4, 4, 5, 7, 8, 3, 8, 7, 6, 7],
"ct" : [0, 3, 1, 7, 9, 6, 4, 6, 1, 0, 5, 5, 7, 8, 1, 1, 4, 4, 2, 5, 5, 8, 4, 6, 9, 9, 5, 0, 3, 8, 7, 4, 9],
"result" : "valid"
},
{
"tcId" : 1224,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "2f4bf72d1ef39bf25630f78f3731dc8e",
"tweak" : "c681328bedc2348a",
"msg" : [6, 3, 0, 1, 2, 7, 7, 1, 3, 5, 4, 1, 9, 9, 2, 9, 5, 7, 2, 8, 2, 2, 9, 6, 3, 7, 0, 5, 3, 0, 0, 5, 6],
"ct" : [9, 0, 7, 2, 6, 9, 2, 1, 2, 1, 0, 8, 5, 4, 8, 5, 9, 0, 6, 0, 9, 1, 3, 3, 9, 8, 6, 0, 8, 9, 2, 3, 4],
"result" : "valid"
},
{
"tcId" : 1225,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "2f4bf72d1ef39bf25630f78f3731dc8e",
"tweak" : "c681328bedc2348a",
"msg" : [7, 5, 6, 2, 4, 1, 1, 0, 5, 1, 1, 3, 7, 1, 8, 0, 2, 4, 0, 1, 7, 8, 0, 9, 8, 6, 6, 4, 0, 8, 7, 6, 5],
"ct" : [4, 1, 3, 5, 0, 2, 6, 3, 5, 2, 3, 2, 4, 6, 9, 4, 9, 8, 9, 0, 8, 8, 0, 1, 6, 1, 1, 1, 1, 8, 2, 9, 6],
"result" : "valid"
},
{
"tcId" : 1226,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "2f4bf72d1ef39bf25630f78f3731dc8e",
"tweak" : "c681328bedc2348a",
"msg" : [6, 7, 8, 1, 8, 0, 3, 7, 0, 9, 0, 6, 6, 2, 7, 3, 9, 6, 2, 8, 0, 9, 9, 9, 4, 1, 4, 9, 0, 7, 2, 6, 1],
"ct" : [9, 7, 4, 3, 5, 0, 0, 1, 3, 4, 2, 5, 5, 5, 7, 2, 0, 6, 0, 0, 1, 7, 7, 6, 1, 6, 5, 0, 9, 2, 8, 5, 2],
"result" : "valid"
},
{
"tcId" : 1227,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "2f4bf72d1ef39bf25630f78f3731dc8e",
"tweak" : "c681328bedc2348a",
"msg" : [3, 5, 4, 1, 2, 5, 5, 7, 4, 9, 8, 5, 8, 4, 4, 3, 6, 4, 7, 7, 7, 6, 0, 2, 9, 7, 0, 9, 1, 5, 2, 0, 8],
"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, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 1228,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "2f4bf72d1ef39bf25630f78f3731dc8e",
"tweak" : "c681328bedc2348a",
"msg" : [3, 8, 2, 2, 2, 1, 2, 0, 9, 8, 5, 1, 9, 0, 4, 4, 2, 9, 1, 5, 1, 2, 8, 9, 1, 2, 0, 9, 6, 4, 5, 9, 3],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 1229,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "2f4bf72d1ef39bf25630f78f3731dc8e",
"tweak" : "c681328bedc2348a",
"msg" : [6, 8, 6, 2, 3, 7, 0, 6, 5, 5, 4, 3, 2, 7, 2, 0, 9, 2, 0, 3, 8, 5, 6, 5, 0, 8, 1, 8, 6, 3, 4, 5, 4],
"ct" : [9, 0, 0, 7, 1, 9, 9, 2, 5, 4, 7, 4, 0, 9, 9, 2, 7, 2, 0, 5, 7, 5, 9, 4, 0, 3, 7, 9, 2, 7, 9, 3, 6],
"result" : "valid"
},
{
"tcId" : 1230,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "2f4bf72d1ef39bf25630f78f3731dc8e",
"tweak" : "c681328bedc2348a",
"msg" : [3, 4, 5, 9, 6, 9, 7, 2, 9, 5, 3, 7, 8, 2, 6, 6, 2, 1, 9, 3, 3, 1, 5, 9, 7, 6, 8, 9, 1, 9, 1, 5, 6],
"ct" : [9, 0, 0, 7, 1, 9, 9, 2, 5, 4, 7, 4, 0, 9, 9, 1, 7, 2, 0, 5, 7, 5, 9, 4, 0, 3, 7, 9, 2, 7, 9, 3, 5],
"result" : "valid"
},
{
"tcId" : 1231,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "a6fef3af952a69e60878a8bacf189f04",
"tweak" : "b3ac4562169e178f",
"msg" : [-1, 0, 7, 4, 6, 5, 6, 9, 3, 2, 8, 3, 9, 7, 8, 8, 2, 3, 0, 4, 9, 5, 5, 8, 8, 0, 0, 0, 1, 9, 1, 1, 6],
"ct" : [2, 8, 7, 5, 9, 8, 8, 4, 8, 6, 2, 8, 7, 8, 3, 3, 1, 1, 9, 1, 4, 1, 9, 3, 2, 9, 5, 6, 4, 8, 1, 6, 6],
"result" : "invalid"
},
{
"tcId" : 1232,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "a6fef3af952a69e60878a8bacf189f04",
"tweak" : "b3ac4562169e178f",
"msg" : [7, 0, 7, 4, 6, 5, 6, 9, 3, 2, 8, -1, 9, 7, 8, 8, 2, 3, 0, 4, 9, 5, 5, 8, 8, 0, 0, 0, 1, 9, 1, 1, 6],
"ct" : [8, 1, 8, 5, 0, 4, 6, 3, 5, 4, 3, 7, 1, 1, 3, 5, 1, 0, 1, 3, 6, 4, 4, 4, 5, 4, 7, 3, 1, 6, 9, 3, 4],
"result" : "invalid"
},
{
"tcId" : 1233,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "a6fef3af952a69e60878a8bacf189f04",
"tweak" : "b3ac4562169e178f",
"msg" : [7, 0, 7, 4, 6, 5, 6, 9, 3, 2, 8, 3, 9, 7, 8, 8, 2, 3, 0, 4, 9, 5, 5, 8, 8, 0, 0, 0, 1, 9, 1, 1, -1],
"ct" : [3, 5, 9, 1, 8, 5, 0, 5, 7, 5, 6, 3, 9, 4, 7, 7, 8, 9, 2, 8, 0, 5, 1, 1, 7, 1, 7, 7, 4, 0, 5, 3, 0],
"result" : "invalid"
},
{
"tcId" : 1234,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "ff51f703f6b785ac34281dcaa13f91bf",
"tweak" : "ee6f0937bc2edf10",
"msg" : [10, 9, 1, 1, 0, 4, 5, 0, 2, 3, 0, 0, 7, 9, 6, 6, 0, 1, 7, 5, 8, 9, 6, 2, 3, 4, 5, 8, 5, 5, 4, 3, 8],
"ct" : [8, 7, 3, 6, 3, 6, 9, 8, 3, 4, 1, 1, 1, 3, 5, 8, 9, 3, 6, 9, 4, 1, 4, 4, 8, 2, 5, 6, 2, 9, 0, 9, 2],
"result" : "invalid"
},
{
"tcId" : 1235,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "ff51f703f6b785ac34281dcaa13f91bf",
"tweak" : "ee6f0937bc2edf10",
"msg" : [6, 9, 1, 1, 0, 4, 5, 0, 2, 3, 0, 10, 7, 9, 6, 6, 0, 1, 7, 5, 8, 9, 6, 2, 3, 4, 5, 8, 5, 5, 4, 3, 8],
"ct" : [0, 9, 7, 9, 3, 4, 2, 5, 3, 1, 8, 9, 9, 6, 3, 2, 4, 1, 1, 6, 1, 8, 6, 8, 7, 3, 7, 3, 2, 0, 4, 0, 8],
"result" : "invalid"
},
{
"tcId" : 1236,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "ff51f703f6b785ac34281dcaa13f91bf",
"tweak" : "ee6f0937bc2edf10",
"msg" : [6, 9, 1, 1, 0, 4, 5, 0, 2, 3, 0, 0, 7, 9, 6, 6, 0, 1, 7, 5, 8, 9, 6, 2, 3, 4, 5, 8, 5, 5, 4, 3, 10],
"ct" : [1, 1, 3, 0, 0, 1, 6, 3, 2, 0, 2, 2, 6, 2, 3, 0, 1, 7, 3, 2, 8, 4, 5, 2, 2, 5, 2, 0, 7, 2, 1, 0, 7],
"result" : "invalid"
}
]
},
{
"keySize" : 128,
"msgSize" : 38,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 1237,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "1882ed1962852c6fc7c2218ba48d3c58",
"tweak" : "25e032b39da50d1e",
"msg" : [5, 2, 7, 4, 6, 9, 6, 3, 7, 9, 6, 0, 6, 6, 7, 8, 5, 6, 2, 8, 5, 8, 7, 6, 1, 8, 7, 0, 7, 1, 0, 3, 8, 8, 3, 2, 1, 0],
"ct" : [5, 1, 3, 5, 4, 7, 1, 5, 6, 3, 4, 6, 5, 0, 6, 9, 5, 9, 7, 4, 4, 8, 1, 4, 8, 6, 1, 6, 5, 5, 6, 2, 1, 7, 8, 1, 8, 6],
"result" : "valid"
},
{
"tcId" : 1238,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "cd1d0dacdfdf97ab08f6bb0a38b8429b",
"tweak" : "428e4f66832904d6",
"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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [4, 5, 1, 9, 3, 6, 3, 1, 9, 2, 3, 3, 7, 1, 6, 7, 1, 8, 1, 1, 8, 6, 4, 8, 7, 1, 3, 2, 5, 8, 8, 5, 9, 2, 3, 1, 1, 3],
"result" : "valid"
},
{
"tcId" : 1239,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "cd1d0dacdfdf97ab08f6bb0a38b8429b",
"tweak" : "428e4f66832904d6",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [0, 9, 8, 1, 1, 0, 7, 4, 6, 6, 6, 4, 8, 1, 1, 2, 1, 6, 3, 4, 7, 2, 6, 5, 7, 1, 0, 1, 0, 2, 9, 0, 2, 7, 1, 2, 3, 5],
"result" : "valid"
},
{
"tcId" : 1240,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "cd1d0dacdfdf97ab08f6bb0a38b8429b",
"tweak" : "428e4f66832904d6",
"msg" : [9, 2, 2, 3, 3, 7, 2, 0, 3, 6, 8, 5, 4, 7, 7, 5, 8, 0, 8, 9, 2, 2, 3, 3, 7, 2, 0, 3, 6, 8, 5, 4, 7, 7, 5, 8, 0, 8],
"ct" : [6, 3, 1, 5, 0, 3, 5, 2, 4, 2, 2, 3, 4, 3, 2, 2, 3, 0, 3, 6, 0, 9, 3, 6, 1, 1, 1, 2, 4, 1, 7, 8, 7, 6, 9, 8, 1, 2],
"result" : "valid"
},
{
"tcId" : 1241,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "cd1d0dacdfdf97ab08f6bb0a38b8429b",
"tweak" : "428e4f66832904d6",
"msg" : [9, 2, 2, 3, 3, 7, 2, 0, 3, 6, 8, 5, 4, 7, 7, 5, 8, 0, 7, 9, 2, 2, 3, 3, 7, 2, 0, 3, 6, 8, 5, 4, 7, 7, 5, 8, 0, 7],
"ct" : [3, 7, 0, 4, 4, 5, 4, 2, 5, 0, 9, 4, 6, 7, 2, 3, 6, 5, 9, 2, 2, 1, 5, 9, 7, 2, 6, 9, 5, 6, 3, 2, 0, 2, 2, 0, 6, 8],
"result" : "valid"
},
{
"tcId" : 1242,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "cd1d0dacdfdf97ab08f6bb0a38b8429b",
"tweak" : "428e4f66832904d6",
"msg" : [5, 8, 5, 4, 6, 2, 7, 7, 0, 4, 9, 3, 9, 8, 7, 8, 7, 1, 1, 2, 0, 4, 0, 4, 9, 0, 8, 1, 8, 1, 3, 4, 3, 2, 6, 0, 2, 6],
"ct" : [2, 6, 8, 5, 8, 2, 4, 4, 7, 7, 2, 6, 2, 1, 1, 9, 7, 1, 4, 0, 9, 1, 2, 8, 0, 9, 8, 9, 7, 5, 3, 6, 7, 5, 2, 5, 1, 7],
"result" : "valid"
},
{
"tcId" : 1243,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "cd1d0dacdfdf97ab08f6bb0a38b8429b",
"tweak" : "428e4f66832904d6",
"msg" : [2, 3, 7, 3, 4, 1, 2, 4, 4, 3, 0, 4, 5, 9, 2, 0, 8, 6, 7, 3, 3, 0, 5, 3, 4, 1, 2, 9, 1, 6, 8, 3, 3, 0, 2, 2, 3, 4],
"ct" : [1, 9, 5, 4, 1, 6, 9, 5, 1, 6, 2, 5, 0, 6, 1, 5, 6, 9, 1, 4, 7, 8, 7, 1, 7, 3, 8, 8, 4, 6, 2, 1, 4, 5, 6, 0, 2, 8],
"result" : "valid"
},
{
"tcId" : 1244,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "cd1d0dacdfdf97ab08f6bb0a38b8429b",
"tweak" : "428e4f66832904d6",
"msg" : [5, 3, 3, 3, 8, 6, 7, 8, 9, 8, 0, 4, 8, 6, 3, 9, 5, 2, 4, 1, 7, 9, 6, 0, 6, 7, 1, 4, 7, 0, 2, 4, 7, 6, 2, 1, 3, 5],
"ct" : [9, 5, 1, 7, 2, 2, 4, 8, 1, 3, 9, 1, 1, 8, 3, 1, 1, 4, 6, 8, 7, 0, 1, 0, 6, 9, 8, 3, 0, 9, 0, 3, 9, 7, 0, 8, 4, 5],
"result" : "valid"
},
{
"tcId" : 1245,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "cd1d0dacdfdf97ab08f6bb0a38b8429b",
"tweak" : "428e4f66832904d6",
"msg" : [7, 1, 3, 7, 0, 5, 5, 9, 5, 1, 2, 5, 5, 7, 8, 4, 1, 3, 4, 8, 5, 1, 9, 8, 1, 7, 5, 4, 9, 0, 7, 7, 6, 9, 4, 1, 6, 2],
"ct" : [7, 5, 7, 9, 2, 5, 2, 6, 7, 9, 8, 6, 6, 5, 5, 4, 5, 9, 2, 8, 2, 0, 9, 5, 6, 7, 6, 9, 6, 6, 9, 3, 8, 3, 1, 7, 2, 0],
"result" : "valid"
},
{
"tcId" : 1246,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "cd1d0dacdfdf97ab08f6bb0a38b8429b",
"tweak" : "428e4f66832904d6",
"msg" : [2, 2, 2, 7, 1, 5, 6, 4, 7, 8, 8, 2, 9, 7, 0, 4, 6, 8, 7, 4, 9, 9, 0, 1, 2, 9, 3, 5, 7, 9, 5, 4, 6, 6, 4, 5, 2, 6],
"ct" : [4, 1, 4, 9, 4, 9, 4, 9, 5, 4, 9, 1, 0, 0, 0, 3, 5, 0, 4, 6, 7, 5, 5, 7, 5, 5, 6, 6, 5, 1, 7, 0, 8, 2, 9, 6, 7, 4],
"result" : "valid"
},
{
"tcId" : 1247,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "cd1d0dacdfdf97ab08f6bb0a38b8429b",
"tweak" : "428e4f66832904d6",
"msg" : [5, 7, 8, 2, 0, 0, 6, 0, 2, 7, 5, 8, 5, 9, 3, 4, 8, 6, 5, 6, 2, 1, 1, 5, 9, 3, 4, 8, 5, 3, 0, 3, 3, 7, 6, 1, 1, 8],
"ct" : [0, 9, 0, 8, 0, 2, 9, 4, 6, 4, 4, 7, 1, 7, 9, 5, 3, 3, 6, 4, 4, 5, 0, 8, 6, 5, 3, 0, 4, 5, 8, 0, 5, 1, 6, 6, 4, 0],
"result" : "valid"
},
{
"tcId" : 1248,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "cd1d0dacdfdf97ab08f6bb0a38b8429b",
"tweak" : "428e4f66832904d6",
"msg" : [0, 4, 5, 7, 8, 9, 3, 9, 9, 7, 4, 3, 1, 8, 4, 2, 9, 8, 3, 1, 3, 1, 4, 5, 0, 4, 0, 0, 4, 6, 4, 8, 3, 1, 1, 7, 8, 4],
"ct" : [4, 0, 7, 2, 5, 1, 0, 4, 4, 4, 2, 0, 6, 2, 4, 8, 7, 8, 7, 2, 4, 5, 2, 0, 8, 4, 7, 5, 2, 0, 6, 5, 6, 7, 0, 3, 3, 9],
"result" : "valid"
},
{
"tcId" : 1249,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "cd1d0dacdfdf97ab08f6bb0a38b8429b",
"tweak" : "428e4f66832904d6",
"msg" : [0, 2, 9, 2, 9, 8, 5, 3, 8, 1, 1, 3, 3, 2, 8, 4, 3, 5, 8, 0, 1, 0, 9, 0, 6, 9, 3, 2, 0, 1, 7, 4, 9, 6, 1, 0, 4, 9],
"ct" : [4, 7, 0, 3, 2, 2, 3, 7, 6, 1, 6, 1, 2, 7, 0, 2, 8, 0, 6, 8, 8, 3, 5, 6, 4, 7, 0, 3, 7, 0, 2, 8, 0, 4, 4, 8, 8, 1],
"result" : "valid"
},
{
"tcId" : 1250,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "cd1d0dacdfdf97ab08f6bb0a38b8429b",
"tweak" : "428e4f66832904d6",
"msg" : [9, 6, 5, 7, 7, 2, 9, 0, 3, 2, 9, 7, 8, 8, 1, 9, 0, 3, 8, 9, 4, 7, 7, 3, 1, 2, 8, 8, 3, 9, 9, 7, 9, 9, 1, 0, 0, 2],
"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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 1251,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "cd1d0dacdfdf97ab08f6bb0a38b8429b",
"tweak" : "428e4f66832904d6",
"msg" : [6, 1, 8, 7, 4, 0, 0, 8, 8, 1, 2, 4, 8, 0, 9, 3, 2, 4, 9, 1, 2, 2, 2, 3, 6, 9, 7, 4, 8, 9, 3, 0, 6, 8, 2, 2, 2, 7],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 1252,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "cd1d0dacdfdf97ab08f6bb0a38b8429b",
"tweak" : "428e4f66832904d6",
"msg" : [0, 3, 8, 1, 7, 4, 6, 1, 3, 4, 0, 1, 6, 5, 2, 9, 3, 0, 9, 2, 0, 1, 0, 5, 7, 5, 6, 0, 8, 8, 9, 3, 1, 3, 7, 2, 3, 2],
"ct" : [9, 2, 2, 3, 3, 7, 2, 0, 3, 6, 8, 5, 4, 7, 7, 5, 8, 0, 8, 9, 2, 2, 3, 3, 7, 2, 0, 3, 6, 8, 5, 4, 7, 7, 5, 8, 0, 8],
"result" : "valid"
},
{
"tcId" : 1253,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "cd1d0dacdfdf97ab08f6bb0a38b8429b",
"tweak" : "428e4f66832904d6",
"msg" : [5, 5, 9, 2, 9, 4, 0, 9, 2, 8, 4, 0, 3, 3, 4, 7, 4, 7, 4, 5, 1, 3, 8, 3, 6, 5, 0, 0, 7, 6, 0, 5, 3, 6, 5, 1, 3, 7],
"ct" : [9, 2, 2, 3, 3, 7, 2, 0, 3, 6, 8, 5, 4, 7, 7, 5, 8, 0, 7, 9, 2, 2, 3, 3, 7, 2, 0, 3, 6, 8, 5, 4, 7, 7, 5, 8, 0, 7],
"result" : "valid"
},
{
"tcId" : 1254,
"comment" : "y = 0 and (y + a) % radix**19 == 0 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "b7be1e4ce30f84cd385c8f703d0981ab",
"tweak" : "15d149c3b2c35e",
"msg" : [1, 2, 0, 3, 1, 0, 4, 0, 1, 0, 6, 6, 3, 0, 5, 9, 9, 2, 7, 9, 5, 8, 0, 9, 8, 8, 0, 6, 7, 8, 0, 8, 6, 6, 7, 0, 4, 1],
"ct" : [5, 7, 7, 0, 5, 4, 0, 7, 0, 4, 5, 6, 6, 2, 6, 3, 3, 9, 2, 1, 8, 7, 8, 1, 4, 2, 7, 3, 4, 1, 8, 4, 0, 0, 4, 3, 5, 9],
"result" : "valid"
},
{
"tcId" : 1255,
"comment" : "y = 0 and a = 1 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "b7be1e4ce30f84cd385c8f703d0981ab",
"tweak" : "15d149c3b2c35e",
"msg" : [8, 5, 3, 1, 6, 5, 9, 5, 3, 6, 6, 3, 5, 8, 1, 3, 0, 3, 6, 5, 8, 9, 2, 6, 9, 9, 6, 6, 4, 5, 4, 2, 3, 9, 8, 3, 4, 0],
"ct" : [8, 2, 9, 0, 0, 5, 5, 3, 1, 1, 7, 7, 9, 0, 6, 5, 7, 0, 6, 8, 4, 0, 1, 9, 7, 8, 8, 8, 8, 0, 6, 0, 8, 8, 3, 0, 0, 8],
"result" : "valid"
},
{
"tcId" : 1256,
"comment" : "y = 0 and a has large Hamming weight in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "b7be1e4ce30f84cd385c8f703d0981ab",
"tweak" : "15d149c3b2c35e",
"msg" : [3, 6, 7, 8, 8, 3, 8, 6, 7, 8, 5, 6, 7, 0, 7, 7, 6, 5, 7, 0, 3, 0, 0, 0, 1, 9, 1, 8, 9, 5, 6, 1, 3, 2, 2, 8, 6, 3],
"ct" : [7, 4, 4, 7, 0, 3, 5, 9, 3, 5, 7, 0, 9, 2, 8, 3, 0, 7, 7, 7, 9, 0, 1, 7, 6, 2, 6, 7, 3, 8, 0, 2, 7, 2, 8, 9, 1, 4],
"result" : "valid"
},
{
"tcId" : 1257,
"comment" : "y = 0 and (y + a) % radix**19 is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "b7be1e4ce30f84cd385c8f703d0981ab",
"tweak" : "15d149c3b2c35e",
"msg" : [3, 7, 0, 4, 7, 4, 9, 7, 2, 6, 1, 5, 6, 0, 5, 3, 5, 2, 4, 2, 9, 3, 9, 5, 4, 6, 2, 7, 8, 2, 2, 2, 0, 5, 2, 4, 8, 6],
"ct" : [4, 7, 0, 4, 0, 5, 1, 4, 8, 5, 1, 2, 6, 9, 4, 7, 0, 6, 0, 9, 3, 9, 3, 8, 0, 7, 7, 7, 3, 5, 6, 4, 8, 8, 1, 7, 6, 2],
"result" : "valid"
},
{
"tcId" : 1258,
"comment" : "y = 1 and a = 0 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "b7be1e4ce30f84cd385c8f703d0981ab",
"tweak" : "5a2c457a303f29",
"msg" : [3, 6, 2, 9, 7, 1, 8, 0, 6, 6, 1, 3, 2, 4, 9, 9, 5, 5, 2, 4, 7, 4, 5, 4, 7, 7, 3, 1, 0, 9, 7, 5, 6, 0, 8, 7, 3, 8],
"ct" : [5, 0, 0, 4, 1, 4, 9, 8, 2, 6, 7, 4, 5, 8, 4, 2, 9, 5, 0, 2, 9, 5, 5, 4, 1, 7, 2, 9, 4, 2, 9, 5, 8, 9, 1, 2, 7, 3],
"result" : "valid"
},
{
"tcId" : 1259,
"comment" : "y = 1 and a = 1 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "b7be1e4ce30f84cd385c8f703d0981ab",
"tweak" : "5a2c457a303f29",
"msg" : [0, 4, 5, 4, 2, 1, 9, 7, 5, 4, 7, 8, 4, 0, 0, 8, 4, 7, 0, 9, 2, 1, 2, 6, 4, 6, 9, 8, 2, 7, 8, 2, 9, 1, 0, 8, 4, 4],
"ct" : [5, 1, 2, 0, 4, 1, 6, 1, 1, 2, 6, 4, 2, 7, 7, 5, 2, 6, 7, 1, 3, 4, 4, 0, 2, 4, 5, 5, 2, 4, 7, 6, 0, 8, 2, 2, 0, 6],
"result" : "valid"
},
{
"tcId" : 1260,
"comment" : "y = 1 and a has large Hamming weight in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "b7be1e4ce30f84cd385c8f703d0981ab",
"tweak" : "5a2c457a303f29",
"msg" : [8, 2, 3, 9, 7, 4, 9, 6, 7, 4, 8, 7, 6, 7, 2, 9, 6, 1, 6, 9, 4, 6, 3, 4, 6, 7, 9, 1, 6, 2, 6, 7, 7, 6, 7, 9, 9, 3],
"ct" : [6, 6, 2, 7, 8, 3, 8, 7, 2, 7, 1, 3, 0, 5, 4, 9, 3, 1, 7, 3, 2, 7, 2, 0, 4, 8, 3, 9, 1, 1, 6, 0, 5, 4, 7, 7, 2, 7],
"result" : "valid"
},
{
"tcId" : 1261,
"comment" : "y = 1 and (y + a) % radix**19 is maximal in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "b7be1e4ce30f84cd385c8f703d0981ab",
"tweak" : "5a2c457a303f29",
"msg" : [7, 4, 3, 6, 4, 8, 8, 8, 8, 2, 7, 1, 4, 4, 2, 5, 0, 7, 1, 6, 6, 8, 9, 3, 5, 4, 8, 1, 2, 6, 5, 9, 7, 7, 1, 6, 0, 0],
"ct" : [5, 0, 8, 4, 7, 8, 6, 9, 9, 6, 4, 9, 3, 5, 5, 0, 2, 0, 1, 3, 1, 6, 3, 8, 1, 1, 5, 0, 0, 0, 1, 7, 1, 7, 0, 6, 2, 4],
"result" : "valid"
},
{
"tcId" : 1262,
"comment" : "y = 1 and (y + a) % radix**19 == 0 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "b7be1e4ce30f84cd385c8f703d0981ab",
"tweak" : "5a2c457a303f29",
"msg" : [5, 4, 7, 2, 5, 8, 1, 0, 1, 7, 5, 5, 0, 4, 2, 7, 0, 9, 7, 7, 3, 7, 0, 7, 9, 1, 5, 4, 4, 6, 1, 2, 9, 4, 6, 2, 2, 2],
"ct" : [8, 8, 5, 8, 7, 5, 4, 1, 5, 2, 0, 6, 8, 2, 5, 9, 5, 9, 4, 6, 6, 6, 1, 1, 0, 1, 3, 5, 1, 6, 6, 4, 4, 4, 1, 0, 1, 0],
"result" : "valid"
},
{
"tcId" : 1263,
"comment" : "y is maximal and a = 0 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "b7be1e4ce30f84cd385c8f703d0981ab",
"tweak" : "956f36973369dc",
"msg" : [6, 1, 5, 0, 0, 0, 7, 7, 8, 5, 7, 0, 5, 5, 0, 4, 5, 1, 9, 9, 5, 1, 3, 1, 4, 0, 5, 3, 9, 9, 1, 3, 2, 1, 7, 3, 1, 1],
"ct" : [7, 0, 1, 2, 2, 9, 7, 1, 4, 4, 1, 1, 0, 0, 2, 1, 1, 4, 2, 4, 4, 9, 5, 1, 7, 6, 1, 2, 3, 1, 9, 3, 7, 4, 3, 2, 7, 5],
"result" : "valid"
},
{
"tcId" : 1264,
"comment" : "y is maximal and a = 1 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "b7be1e4ce30f84cd385c8f703d0981ab",
"tweak" : "956f36973369dc",
"msg" : [8, 8, 1, 6, 7, 7, 8, 7, 4, 1, 5, 7, 0, 0, 9, 3, 0, 0, 2, 0, 1, 2, 0, 8, 2, 7, 2, 4, 8, 4, 1, 2, 6, 2, 2, 5, 8, 8],
"ct" : [8, 0, 5, 8, 2, 7, 2, 5, 0, 7, 9, 8, 7, 6, 5, 7, 7, 6, 0, 0, 4, 0, 2, 2, 6, 9, 3, 0, 9, 9, 6, 4, 2, 2, 3, 9, 9, 3],
"result" : "valid"
},
{
"tcId" : 1265,
"comment" : "y is maximal and (y + a) % radix**19 is maximal in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "b7be1e4ce30f84cd385c8f703d0981ab",
"tweak" : "956f36973369dc",
"msg" : [3, 2, 4, 4, 5, 1, 4, 1, 8, 3, 0, 8, 6, 3, 8, 6, 7, 5, 9, 6, 4, 6, 4, 9, 3, 7, 6, 6, 3, 8, 7, 0, 7, 8, 7, 5, 2, 6],
"ct" : [1, 0, 6, 7, 4, 2, 2, 8, 8, 0, 6, 0, 1, 1, 3, 1, 2, 3, 7, 5, 4, 9, 8, 5, 6, 4, 4, 7, 9, 7, 8, 7, 9, 8, 9, 8, 9, 6],
"result" : "valid"
},
{
"tcId" : 1266,
"comment" : "y is maximal and (y + a) % radix**19 == 0 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "b7be1e4ce30f84cd385c8f703d0981ab",
"tweak" : "956f36973369dc",
"msg" : [8, 3, 1, 6, 0, 3, 7, 0, 6, 3, 5, 4, 9, 0, 4, 6, 3, 7, 9, 1, 3, 4, 4, 4, 3, 1, 0, 8, 7, 0, 7, 9, 0, 1, 8, 2, 6, 4],
"ct" : [9, 3, 7, 8, 3, 4, 3, 0, 8, 9, 1, 3, 0, 8, 5, 2, 4, 5, 6, 4, 8, 0, 4, 3, 0, 2, 4, 3, 2, 4, 2, 4, 8, 1, 4, 4, 7, 0],
"result" : "valid"
},
{
"tcId" : 1267,
"comment" : "y is maximal and a has large Hamming weight in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "b7be1e4ce30f84cd385c8f703d0981ab",
"tweak" : "956f36973369dc",
"msg" : [0, 2, 5, 2, 5, 8, 8, 1, 2, 7, 8, 1, 9, 7, 0, 8, 4, 7, 6, 0, 1, 7, 9, 8, 2, 5, 7, 2, 8, 7, 4, 2, 2, 9, 3, 4, 2, 5],
"ct" : [5, 4, 0, 2, 2, 7, 5, 1, 3, 1, 0, 7, 2, 7, 5, 8, 3, 6, 0, 4, 1, 3, 5, 0, 9, 3, 6, 3, 7, 8, 1, 8, 1, 9, 9, 1, 0, 3],
"result" : "valid"
},
{
"tcId" : 1268,
"comment" : "y is maximal and a is maximal in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "b7be1e4ce30f84cd385c8f703d0981ab",
"tweak" : "956f36973369dc",
"msg" : [4, 6, 8, 5, 6, 6, 5, 2, 7, 8, 4, 8, 6, 2, 9, 9, 2, 0, 3, 3, 4, 5, 6, 7, 3, 7, 1, 9, 6, 8, 7, 1, 9, 2, 4, 4, 4, 3],
"ct" : [7, 5, 8, 4, 1, 8, 7, 2, 2, 3, 3, 7, 2, 0, 5, 7, 3, 0, 3, 4, 2, 5, 7, 5, 6, 9, 2, 7, 8, 4, 4, 9, 6, 8, 8, 6, 4, 5],
"result" : "valid"
},
{
"tcId" : 1269,
"comment" : "y is edge case for modular reduction and a = 0 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "b7be1e4ce30f84cd385c8f703d0981ab",
"tweak" : "e1ebecadaebca6",
"msg" : [1, 4, 2, 2, 3, 7, 7, 6, 9, 3, 1, 9, 0, 6, 2, 7, 2, 7, 0, 2, 5, 8, 3, 3, 6, 3, 4, 3, 5, 4, 9, 4, 4, 5, 9, 6, 2, 1],
"ct" : [9, 8, 6, 9, 7, 9, 0, 5, 2, 0, 3, 1, 0, 6, 5, 5, 7, 2, 7, 4, 8, 8, 0, 5, 9, 3, 7, 6, 6, 3, 3, 6, 9, 1, 1, 4, 0, 6],
"result" : "valid"
},
{
"tcId" : 1270,
"comment" : "y is edge case for modular reduction and a = 1 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "b7be1e4ce30f84cd385c8f703d0981ab",
"tweak" : "e1ebecadaebca6",
"msg" : [2, 8, 8, 5, 4, 8, 7, 9, 4, 4, 1, 1, 8, 1, 9, 9, 2, 5, 4, 0, 6, 1, 5, 5, 5, 1, 2, 6, 3, 5, 5, 2, 1, 4, 2, 2, 5, 1],
"ct" : [7, 9, 2, 0, 4, 8, 8, 7, 9, 7, 1, 8, 0, 4, 7, 9, 3, 4, 7, 2, 2, 8, 4, 8, 1, 1, 3, 5, 6, 9, 4, 5, 8, 1, 1, 2, 9, 2],
"result" : "valid"
},
{
"tcId" : 1271,
"comment" : "y is edge case for modular reduction and (y + a) % radix**19 is maximal in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "b7be1e4ce30f84cd385c8f703d0981ab",
"tweak" : "e1ebecadaebca6",
"msg" : [7, 0, 3, 9, 4, 5, 4, 3, 4, 8, 0, 8, 0, 4, 8, 7, 5, 9, 2, 8, 7, 4, 4, 2, 0, 8, 6, 9, 0, 6, 8, 2, 2, 4, 7, 1, 1, 0],
"ct" : [0, 7, 5, 4, 1, 3, 7, 8, 6, 5, 6, 9, 5, 1, 2, 2, 8, 6, 1, 8, 8, 4, 4, 0, 1, 5, 0, 6, 4, 0, 4, 2, 0, 0, 0, 7, 1, 2],
"result" : "valid"
},
{
"tcId" : 1272,
"comment" : "y is edge case for modular reduction and (y + a) % radix**19 == 0 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "b7be1e4ce30f84cd385c8f703d0981ab",
"tweak" : "e1ebecadaebca6",
"msg" : [4, 8, 5, 5, 2, 7, 2, 9, 0, 2, 7, 3, 1, 6, 1, 0, 8, 9, 6, 7, 3, 7, 3, 3, 9, 9, 6, 8, 6, 2, 1, 5, 6, 9, 6, 1, 9, 0],
"ct" : [6, 6, 8, 6, 5, 8, 1, 7, 8, 3, 0, 7, 7, 1, 6, 5, 8, 9, 4, 1, 7, 9, 4, 8, 9, 0, 8, 5, 8, 8, 7, 0, 4, 3, 7, 3, 7, 6],
"result" : "valid"
},
{
"tcId" : 1273,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "b7be1e4ce30f84cd385c8f703d0981ab",
"tweak" : "e1ebecadaebca6",
"msg" : [9, 3, 7, 1, 0, 4, 9, 8, 4, 4, 3, 5, 5, 6, 1, 2, 1, 8, 7, 0, 1, 1, 7, 3, 9, 6, 2, 5, 8, 6, 0, 6, 7, 1, 3, 0, 8, 0],
"ct" : [8, 1, 2, 4, 8, 5, 1, 7, 4, 9, 3, 1, 5, 7, 6, 3, 4, 7, 5, 7, 1, 9, 7, 4, 5, 5, 8, 2, 0, 8, 9, 4, 1, 5, 1, 0, 4, 4],
"result" : "valid"
},
{
"tcId" : 1274,
"comment" : "y is edge case for modular reduction and a is maximal in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "b7be1e4ce30f84cd385c8f703d0981ab",
"tweak" : "e1ebecadaebca6",
"msg" : [4, 8, 6, 6, 2, 9, 0, 3, 9, 2, 4, 4, 0, 7, 0, 6, 9, 4, 7, 8, 9, 9, 8, 8, 4, 3, 7, 8, 7, 6, 5, 6, 9, 1, 3, 5, 5, 2],
"ct" : [7, 5, 2, 9, 4, 7, 8, 7, 8, 0, 7, 7, 0, 4, 9, 6, 7, 0, 9, 2, 6, 6, 5, 3, 3, 4, 9, 6, 2, 9, 6, 0, 1, 9, 2, 3, 6, 8],
"result" : "valid"
},
{
"tcId" : 1275,
"comment" : "y is maximal after modular reduction and (y + a) % radix**19 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "b7be1e4ce30f84cd385c8f703d0981ab",
"tweak" : "27f5921f2881a8",
"msg" : [7, 5, 7, 1, 9, 6, 8, 9, 5, 7, 3, 5, 6, 2, 5, 4, 5, 0, 3, 9, 0, 5, 8, 4, 7, 4, 3, 3, 9, 7, 4, 0, 6, 4, 3, 4, 9, 3],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 5, 0, 9, 5, 6, 7, 3, 9, 3, 1, 7, 7, 6, 4, 8, 1, 7, 5, 6],
"result" : "valid"
},
{
"tcId" : 1276,
"comment" : "y is maximal after modular reduction and (y + a) % radix**19 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "b7be1e4ce30f84cd385c8f703d0981ab",
"tweak" : "27f5921f2881a8",
"msg" : [8, 9, 9, 0, 4, 8, 6, 8, 7, 2, 5, 1, 9, 8, 3, 6, 3, 2, 1, 2, 7, 7, 5, 5, 7, 8, 8, 3, 8, 4, 2, 4, 9, 8, 4, 0, 5, 0],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 5, 0, 9, 4, 9, 1, 4, 3, 7, 7, 6, 4, 7, 4, 9, 3, 5, 4],
"result" : "valid"
},
{
"tcId" : 1277,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "b7be1e4ce30f84cd385c8f703d0981ab",
"tweak" : "27f5921f2881a8",
"msg" : [1, 5, 9, 6, 0, 8, 0, 9, 7, 7, 7, 3, 8, 3, 6, 8, 2, 5, 6, 7, 0, 6, 8, 7, 2, 3, 6, 0, 3, 5, 4, 3, 6, 7, 3, 5, 8, 3],
"ct" : [9, 2, 2, 3, 3, 7, 2, 0, 3, 6, 8, 5, 4, 7, 7, 5, 8, 0, 7, 0, 7, 0, 0, 8, 1, 4, 8, 2, 8, 1, 6, 8, 2, 2, 9, 0, 5, 8],
"result" : "valid"
},
{
"tcId" : 1278,
"comment" : "y is maximal after modular reduction and a is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "b7be1e4ce30f84cd385c8f703d0981ab",
"tweak" : "27f5921f2881a8",
"msg" : [4, 9, 9, 4, 2, 9, 9, 2, 8, 8, 2, 7, 1, 3, 5, 1, 0, 2, 5, 9, 6, 5, 8, 0, 3, 1, 1, 3, 1, 0, 8, 3, 3, 2, 9, 3, 2, 3],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 8, 9, 4, 7, 2, 4, 3, 6, 3, 1, 4, 7, 2, 4, 8, 1, 0, 8, 5, 6],
"result" : "valid"
},
{
"tcId" : 1279,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "d219b02b6ad4dc93f25b29845a5d379a",
"tweak" : "d014dadc58d337e3",
"msg" : [-1, 2, 6, 3, 4, 3, 6, 3, 9, 2, 4, 4, 4, 7, 9, 0, 1, 5, 8, 1, 3, 0, 1, 3, 1, 9, 1, 3, 7, 0, 4, 9, 4, 9, 8, 6, 0, 2],
"ct" : [0, 5, 3, 5, 9, 2, 3, 4, 4, 6, 1, 6, 0, 0, 5, 6, 8, 8, 3, 9, 5, 8, 5, 5, 4, 9, 7, 6, 9, 5, 7, 8, 9, 9, 1, 7, 1, 2],
"result" : "invalid"
},
{
"tcId" : 1280,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "d219b02b6ad4dc93f25b29845a5d379a",
"tweak" : "d014dadc58d337e3",
"msg" : [7, 2, 6, 3, 4, 3, 6, 3, 9, 2, 4, 4, -1, 7, 9, 0, 1, 5, 8, 1, 3, 0, 1, 3, 1, 9, 1, 3, 7, 0, 4, 9, 4, 9, 8, 6, 0, 2],
"ct" : [7, 0, 8, 6, 8, 9, 5, 2, 3, 8, 5, 6, 5, 9, 4, 8, 4, 6, 5, 8, 3, 9, 1, 6, 4, 7, 4, 4, 2, 8, 7, 9, 2, 1, 3, 8, 6, 2],
"result" : "invalid"
},
{
"tcId" : 1281,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "d219b02b6ad4dc93f25b29845a5d379a",
"tweak" : "d014dadc58d337e3",
"msg" : [7, 2, 6, 3, 4, 3, 6, 3, 9, 2, 4, 4, 4, 7, 9, 0, 1, 5, 8, 1, 3, 0, 1, 3, 1, 9, 1, 3, 7, 0, 4, 9, 4, 9, 8, 6, 0, -1],
"ct" : [7, 7, 4, 7, 2, 8, 7, 3, 0, 5, 6, 6, 5, 0, 6, 6, 0, 4, 5, 2, 8, 5, 4, 2, 7, 1, 9, 8, 5, 5, 1, 9, 3, 8, 7, 0, 1, 3],
"result" : "invalid"
},
{
"tcId" : 1282,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "a91af56ef82437c0c6f7bea9e13f732f",
"tweak" : "60d5f9eec1eee7ef",
"msg" : [10, 5, 5, 8, 6, 4, 4, 8, 8, 6, 2, 6, 8, 2, 5, 3, 3, 7, 2, 4, 7, 4, 8, 5, 8, 8, 0, 8, 2, 8, 1, 9, 2, 7, 2, 8, 9, 2],
"ct" : [3, 1, 0, 8, 1, 0, 5, 0, 5, 8, 3, 2, 1, 1, 7, 7, 3, 9, 3, 5, 6, 0, 1, 1, 4, 6, 7, 7, 2, 0, 0, 0, 3, 8, 5, 2, 4, 0],
"result" : "invalid"
},
{
"tcId" : 1283,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "a91af56ef82437c0c6f7bea9e13f732f",
"tweak" : "60d5f9eec1eee7ef",
"msg" : [3, 5, 5, 8, 6, 4, 4, 8, 8, 6, 2, 6, 10, 2, 5, 3, 3, 7, 2, 4, 7, 4, 8, 5, 8, 8, 0, 8, 2, 8, 1, 9, 2, 7, 2, 8, 9, 2],
"ct" : [2, 5, 9, 2, 2, 0, 5, 6, 2, 8, 2, 9, 3, 7, 0, 6, 2, 6, 7, 2, 5, 7, 1, 5, 3, 6, 2, 6, 3, 7, 3, 8, 0, 5, 8, 0, 4, 9],
"result" : "invalid"
},
{
"tcId" : 1284,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "a91af56ef82437c0c6f7bea9e13f732f",
"tweak" : "60d5f9eec1eee7ef",
"msg" : [3, 5, 5, 8, 6, 4, 4, 8, 8, 6, 2, 6, 8, 2, 5, 3, 3, 7, 2, 4, 7, 4, 8, 5, 8, 8, 0, 8, 2, 8, 1, 9, 2, 7, 2, 8, 9, 10],
"ct" : [4, 9, 6, 6, 0, 4, 6, 1, 7, 9, 8, 1, 8, 1, 8, 0, 2, 1, 2, 5, 1, 2, 8, 7, 8, 6, 8, 8, 4, 3, 9, 1, 2, 2, 0, 8, 0, 4],
"result" : "invalid"
}
]
},
{
"keySize" : 192,
"msgSize" : 6,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 1285,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "4d7429ddc83d27457a152d4981aab3ddf56dd2410647ad47",
"tweak" : "ada060734534dfa1",
"msg" : [8, 8, 8, 6, 2, 9],
"ct" : [6, 0, 4, 1, 0, 1],
"result" : "valid"
},
{
"tcId" : 1286,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "fb11ec30c2d9417c1a8e1484073c1d8e73277b92880ff21e",
"tweak" : "94045aa1a1f8fef4",
"msg" : [0, 0, 0, 0, 0, 0],
"ct" : [4, 9, 2, 4, 0, 6],
"result" : "valid"
},
{
"tcId" : 1287,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "fb11ec30c2d9417c1a8e1484073c1d8e73277b92880ff21e",
"tweak" : "94045aa1a1f8fef4",
"msg" : [9, 9, 9, 9, 9, 9],
"ct" : [3, 2, 3, 0, 9, 0],
"result" : "valid"
},
{
"tcId" : 1288,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "fb11ec30c2d9417c1a8e1484073c1d8e73277b92880ff21e",
"tweak" : "94045aa1a1f8fef4",
"msg" : [5, 1, 2, 5, 1, 2],
"ct" : [8, 9, 0, 8, 3, 0],
"result" : "valid"
},
{
"tcId" : 1289,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "fb11ec30c2d9417c1a8e1484073c1d8e73277b92880ff21e",
"tweak" : "94045aa1a1f8fef4",
"msg" : [5, 1, 1, 5, 1, 1],
"ct" : [1, 7, 3, 3, 6, 4],
"result" : "valid"
},
{
"tcId" : 1290,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "fb11ec30c2d9417c1a8e1484073c1d8e73277b92880ff21e",
"tweak" : "94045aa1a1f8fef4",
"msg" : [7, 2, 8, 1, 4, 0],
"ct" : [7, 3, 6, 3, 1, 8],
"result" : "valid"
},
{
"tcId" : 1291,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "fb11ec30c2d9417c1a8e1484073c1d8e73277b92880ff21e",
"tweak" : "94045aa1a1f8fef4",
"msg" : [5, 1, 6, 3, 7, 5],
"ct" : [5, 1, 1, 8, 1, 6],
"result" : "valid"
},
{
"tcId" : 1292,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "fb11ec30c2d9417c1a8e1484073c1d8e73277b92880ff21e",
"tweak" : "94045aa1a1f8fef4",
"msg" : [3, 5, 0, 1, 3, 5],
"ct" : [9, 3, 5, 4, 0, 9],
"result" : "valid"
},
{
"tcId" : 1293,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "fb11ec30c2d9417c1a8e1484073c1d8e73277b92880ff21e",
"tweak" : "94045aa1a1f8fef4",
"msg" : [0, 1, 9, 1, 8, 4],
"ct" : [3, 2, 3, 2, 6, 3],
"result" : "valid"
},
{
"tcId" : 1294,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "fb11ec30c2d9417c1a8e1484073c1d8e73277b92880ff21e",
"tweak" : "94045aa1a1f8fef4",
"msg" : [9, 1, 1, 6, 1, 2],
"ct" : [3, 5, 9, 9, 9, 4],
"result" : "valid"
},
{
"tcId" : 1295,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "fb11ec30c2d9417c1a8e1484073c1d8e73277b92880ff21e",
"tweak" : "94045aa1a1f8fef4",
"msg" : [9, 0, 4, 0, 0, 3],
"ct" : [9, 0, 2, 5, 7, 5],
"result" : "valid"
},
{
"tcId" : 1296,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "fb11ec30c2d9417c1a8e1484073c1d8e73277b92880ff21e",
"tweak" : "94045aa1a1f8fef4",
"msg" : [0, 1, 2, 1, 3, 1],
"ct" : [3, 8, 6, 7, 5, 3],
"result" : "valid"
},
{
"tcId" : 1297,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "fb11ec30c2d9417c1a8e1484073c1d8e73277b92880ff21e",
"tweak" : "94045aa1a1f8fef4",
"msg" : [4, 2, 5, 2, 4, 2],
"ct" : [6, 2, 7, 6, 7, 2],
"result" : "valid"
},
{
"tcId" : 1298,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "fb11ec30c2d9417c1a8e1484073c1d8e73277b92880ff21e",
"tweak" : "94045aa1a1f8fef4",
"msg" : [6, 6, 0, 3, 7, 3],
"ct" : [0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 1299,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "fb11ec30c2d9417c1a8e1484073c1d8e73277b92880ff21e",
"tweak" : "94045aa1a1f8fef4",
"msg" : [7, 6, 4, 0, 5, 9],
"ct" : [9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 1300,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "fb11ec30c2d9417c1a8e1484073c1d8e73277b92880ff21e",
"tweak" : "94045aa1a1f8fef4",
"msg" : [2, 9, 4, 1, 4, 6],
"ct" : [5, 1, 2, 5, 1, 2],
"result" : "valid"
},
{
"tcId" : 1301,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "fb11ec30c2d9417c1a8e1484073c1d8e73277b92880ff21e",
"tweak" : "94045aa1a1f8fef4",
"msg" : [5, 8, 8, 6, 5, 6],
"ct" : [5, 1, 1, 5, 1, 1],
"result" : "valid"
},
{
"tcId" : 1302,
"comment" : "y = 1 and a = 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "554366274f70a25ea36c134016e632c910fb14f397c950ed",
"tweak" : "b13df75903667c994a087188f2",
"msg" : [7, 9, 0, 8, 4, 9],
"ct" : [7, 3, 7, 7, 5, 9],
"result" : "valid"
},
{
"tcId" : 1303,
"comment" : "y = 1 and a = 1 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "554366274f70a25ea36c134016e632c910fb14f397c950ed",
"tweak" : "b13df75903667c994a087188f2",
"msg" : [1, 0, 2, 3, 8, 1],
"ct" : [8, 4, 6, 0, 0, 6],
"result" : "valid"
},
{
"tcId" : 1304,
"comment" : "y = 1 and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "554366274f70a25ea36c134016e632c910fb14f397c950ed",
"tweak" : "b13df75903667c994a087188f2",
"msg" : [1, 9, 1, 1, 5, 3],
"ct" : [7, 6, 3, 1, 8, 8],
"result" : "valid"
},
{
"tcId" : 1305,
"comment" : "y = 1 and (y + a) % radix**3 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "554366274f70a25ea36c134016e632c910fb14f397c950ed",
"tweak" : "b13df75903667c994a087188f2",
"msg" : [9, 3, 3, 0, 5, 1],
"ct" : [4, 3, 4, 5, 9, 8],
"result" : "valid"
},
{
"tcId" : 1306,
"comment" : "y = 1 and (y + a) % radix**3 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "554366274f70a25ea36c134016e632c910fb14f397c950ed",
"tweak" : "b13df75903667c994a087188f2",
"msg" : [9, 2, 5, 4, 8, 6],
"ct" : [1, 7, 0, 2, 3, 7],
"result" : "valid"
},
{
"tcId" : 1307,
"comment" : "y is maximal and a = 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "554366274f70a25ea36c134016e632c910fb14f397c950ed",
"tweak" : "13ac6f4e504c7d105dc96c809d",
"msg" : [4, 8, 8, 5, 9, 0],
"ct" : [6, 9, 4, 6, 1, 5],
"result" : "valid"
},
{
"tcId" : 1308,
"comment" : "y is maximal and a = 1 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "554366274f70a25ea36c134016e632c910fb14f397c950ed",
"tweak" : "13ac6f4e504c7d105dc96c809d",
"msg" : [3, 6, 8, 2, 7, 3],
"ct" : [6, 9, 4, 6, 1, 6],
"result" : "valid"
},
{
"tcId" : 1309,
"comment" : "y is maximal and (y + a) % radix**3 is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "554366274f70a25ea36c134016e632c910fb14f397c950ed",
"tweak" : "13ac6f4e504c7d105dc96c809d",
"msg" : [5, 8, 1, 5, 2, 3],
"ct" : [6, 9, 4, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 1310,
"comment" : "y is maximal and (y + a) % radix**3 == 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "554366274f70a25ea36c134016e632c910fb14f397c950ed",
"tweak" : "13ac6f4e504c7d105dc96c809d",
"msg" : [8, 1, 2, 7, 3, 8],
"ct" : [6, 9, 4, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 1311,
"comment" : "y is maximal and a has large Hamming weight in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "554366274f70a25ea36c134016e632c910fb14f397c950ed",
"tweak" : "13ac6f4e504c7d105dc96c809d",
"msg" : [4, 1, 9, 8, 2, 0],
"ct" : [6, 9, 4, 1, 2, 7],
"result" : "valid"
},
{
"tcId" : 1312,
"comment" : "y is maximal and a is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "554366274f70a25ea36c134016e632c910fb14f397c950ed",
"tweak" : "13ac6f4e504c7d105dc96c809d",
"msg" : [9, 1, 7, 0, 1, 2],
"ct" : [6, 9, 4, 6, 1, 4],
"result" : "valid"
},
{
"tcId" : 1313,
"comment" : "y is maximal after modular reduction and (y + a) % radix**3 is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "554366274f70a25ea36c134016e632c910fb14f397c950ed",
"tweak" : "23e1673b0da03c95825dcd7de5",
"msg" : [7, 6, 9, 8, 3, 1],
"ct" : [5, 5, 1, 7, 5, 3],
"result" : "valid"
},
{
"tcId" : 1314,
"comment" : "y is maximal after modular reduction and (y + a) % radix**3 == 0 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "554366274f70a25ea36c134016e632c910fb14f397c950ed",
"tweak" : "23e1673b0da03c95825dcd7de5",
"msg" : [6, 7, 2, 8, 6, 0],
"ct" : [0, 5, 8, 5, 5, 2],
"result" : "valid"
},
{
"tcId" : 1315,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "554366274f70a25ea36c134016e632c910fb14f397c950ed",
"tweak" : "23e1673b0da03c95825dcd7de5",
"msg" : [9, 9, 2, 9, 3, 2],
"ct" : [5, 3, 6, 2, 4, 7],
"result" : "valid"
},
{
"tcId" : 1316,
"comment" : "y is maximal after modular reduction and a is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "554366274f70a25ea36c134016e632c910fb14f397c950ed",
"tweak" : "23e1673b0da03c95825dcd7de5",
"msg" : [5, 7, 9, 8, 7, 1],
"ct" : [4, 4, 6, 2, 0, 6],
"result" : "valid"
},
{
"tcId" : 1317,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "88167c8609d65b4d1f5f83c582b079e4ef7079b329a49fda",
"tweak" : "c0b22a647b59d5ca",
"msg" : [-1, 5, 5, 4, 6, 9],
"ct" : [7, 7, 3, 7, 3, 4],
"result" : "invalid"
},
{
"tcId" : 1318,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "88167c8609d65b4d1f5f83c582b079e4ef7079b329a49fda",
"tweak" : "c0b22a647b59d5ca",
"msg" : [6, 5, -1, 4, 6, 9],
"ct" : [4, 8, 6, 2, 5, 0],
"result" : "invalid"
},
{
"tcId" : 1319,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "88167c8609d65b4d1f5f83c582b079e4ef7079b329a49fda",
"tweak" : "c0b22a647b59d5ca",
"msg" : [6, 5, 5, 4, 6, -1],
"ct" : [6, 5, 4, 6, 3, 6],
"result" : "invalid"
},
{
"tcId" : 1320,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "feebd5b769f886bb7253d04ca863d232a45bc580a5ac30dd",
"tweak" : "a8e928b64b13cb57",
"msg" : [10, 5, 3, 8, 7, 4],
"ct" : [6, 3, 7, 6, 8, 5],
"result" : "invalid"
},
{
"tcId" : 1321,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "feebd5b769f886bb7253d04ca863d232a45bc580a5ac30dd",
"tweak" : "a8e928b64b13cb57",
"msg" : [5, 5, 10, 8, 7, 4],
"ct" : [6, 9, 8, 7, 7, 2],
"result" : "invalid"
},
{
"tcId" : 1322,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "feebd5b769f886bb7253d04ca863d232a45bc580a5ac30dd",
"tweak" : "a8e928b64b13cb57",
"msg" : [5, 5, 3, 8, 7, 10],
"ct" : [4, 0, 1, 7, 4, 1],
"result" : "invalid"
}
]
},
{
"keySize" : 192,
"msgSize" : 7,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 1323,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "87f7c60d04f5313cff17a4e7fad56c33b0afb439939c1ab5",
"tweak" : "20e854d3f367ab8e",
"msg" : [8, 7, 1, 2, 2, 0, 4],
"ct" : [3, 0, 3, 0, 0, 9, 3],
"result" : "valid"
},
{
"tcId" : 1324,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "75cab941d9824399ade8dd4b38df396804fe8d43296f901c",
"tweak" : "b08eb74eb083e732",
"msg" : [0, 0, 0, 0, 0, 0, 0],
"ct" : [2, 7, 6, 5, 2, 8, 3],
"result" : "valid"
},
{
"tcId" : 1325,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "75cab941d9824399ade8dd4b38df396804fe8d43296f901c",
"tweak" : "b08eb74eb083e732",
"msg" : [9, 9, 9, 9, 9, 9, 9],
"ct" : [7, 1, 7, 8, 5, 1, 7],
"result" : "valid"
},
{
"tcId" : 1326,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "75cab941d9824399ade8dd4b38df396804fe8d43296f901c",
"tweak" : "b08eb74eb083e732",
"msg" : [5, 1, 2, 8, 1, 9, 2],
"ct" : [7, 7, 8, 1, 8, 3, 8],
"result" : "valid"
},
{
"tcId" : 1327,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "75cab941d9824399ade8dd4b38df396804fe8d43296f901c",
"tweak" : "b08eb74eb083e732",
"msg" : [5, 1, 1, 8, 1, 9, 1],
"ct" : [6, 9, 1, 8, 5, 9, 8],
"result" : "valid"
},
{
"tcId" : 1328,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "75cab941d9824399ade8dd4b38df396804fe8d43296f901c",
"tweak" : "b08eb74eb083e732",
"msg" : [3, 7, 8, 0, 4, 5, 0],
"ct" : [8, 5, 3, 4, 8, 2, 3],
"result" : "valid"
},
{
"tcId" : 1329,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "75cab941d9824399ade8dd4b38df396804fe8d43296f901c",
"tweak" : "b08eb74eb083e732",
"msg" : [6, 0, 3, 9, 4, 4, 5],
"ct" : [4, 4, 4, 8, 1, 0, 5],
"result" : "valid"
},
{
"tcId" : 1330,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "75cab941d9824399ade8dd4b38df396804fe8d43296f901c",
"tweak" : "b08eb74eb083e732",
"msg" : [6, 9, 7, 6, 3, 9, 0],
"ct" : [9, 0, 9, 5, 9, 1, 4],
"result" : "valid"
},
{
"tcId" : 1331,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "75cab941d9824399ade8dd4b38df396804fe8d43296f901c",
"tweak" : "b08eb74eb083e732",
"msg" : [4, 4, 5, 2, 8, 3, 7],
"ct" : [9, 9, 0, 6, 4, 7, 3],
"result" : "valid"
},
{
"tcId" : 1332,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "75cab941d9824399ade8dd4b38df396804fe8d43296f901c",
"tweak" : "b08eb74eb083e732",
"msg" : [9, 6, 1, 1, 5, 3, 8],
"ct" : [7, 5, 3, 8, 0, 5, 7],
"result" : "valid"
},
{
"tcId" : 1333,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "75cab941d9824399ade8dd4b38df396804fe8d43296f901c",
"tweak" : "b08eb74eb083e732",
"msg" : [7, 0, 6, 0, 2, 2, 8],
"ct" : [6, 3, 7, 2, 4, 7, 0],
"result" : "valid"
},
{
"tcId" : 1334,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "75cab941d9824399ade8dd4b38df396804fe8d43296f901c",
"tweak" : "b08eb74eb083e732",
"msg" : [4, 2, 3, 9, 7, 5, 6],
"ct" : [0, 5, 1, 9, 1, 1, 4],
"result" : "valid"
},
{
"tcId" : 1335,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "75cab941d9824399ade8dd4b38df396804fe8d43296f901c",
"tweak" : "b08eb74eb083e732",
"msg" : [0, 9, 3, 7, 6, 6, 5],
"ct" : [2, 7, 6, 2, 5, 5, 5],
"result" : "valid"
},
{
"tcId" : 1336,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "75cab941d9824399ade8dd4b38df396804fe8d43296f901c",
"tweak" : "b08eb74eb083e732",
"msg" : [3, 3, 7, 7, 6, 9, 0],
"ct" : [0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 1337,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "75cab941d9824399ade8dd4b38df396804fe8d43296f901c",
"tweak" : "b08eb74eb083e732",
"msg" : [6, 7, 3, 3, 7, 2, 4],
"ct" : [9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 1338,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "75cab941d9824399ade8dd4b38df396804fe8d43296f901c",
"tweak" : "b08eb74eb083e732",
"msg" : [6, 5, 0, 1, 2, 2, 7],
"ct" : [5, 1, 2, 8, 1, 9, 2],
"result" : "valid"
},
{
"tcId" : 1339,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "75cab941d9824399ade8dd4b38df396804fe8d43296f901c",
"tweak" : "b08eb74eb083e732",
"msg" : [8, 3, 5, 7, 2, 4, 4],
"ct" : [5, 1, 1, 8, 1, 9, 1],
"result" : "valid"
},
{
"tcId" : 1340,
"comment" : "y = 0 and (y + a) % radix**3 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "5770c68113fac20abbd419d0c588e7929dd202a9829db695",
"tweak" : "6d33290ac94835f30ae25eaa89",
"msg" : [7, 6, 6, 3, 4, 9, 4],
"ct" : [0, 0, 0, 1, 5, 0, 3],
"result" : "valid"
},
{
"tcId" : 1341,
"comment" : "y = 0 and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "5770c68113fac20abbd419d0c588e7929dd202a9829db695",
"tweak" : "6d33290ac94835f30ae25eaa89",
"msg" : [4, 1, 0, 0, 3, 1, 3],
"ct" : [0, 0, 1, 1, 1, 5, 0],
"result" : "valid"
},
{
"tcId" : 1342,
"comment" : "y = 0 and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "5770c68113fac20abbd419d0c588e7929dd202a9829db695",
"tweak" : "6d33290ac94835f30ae25eaa89",
"msg" : [2, 2, 6, 9, 1, 7, 0],
"ct" : [5, 1, 2, 4, 1, 9, 5],
"result" : "valid"
},
{
"tcId" : 1343,
"comment" : "y = 0 and (y + a) % radix**3 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "5770c68113fac20abbd419d0c588e7929dd202a9829db695",
"tweak" : "6d33290ac94835f30ae25eaa89",
"msg" : [0, 4, 6, 7, 3, 0, 1],
"ct" : [9, 9, 9, 3, 8, 4, 1],
"result" : "valid"
},
{
"tcId" : 1344,
"comment" : "y = 1 and a = 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "5770c68113fac20abbd419d0c588e7929dd202a9829db695",
"tweak" : "3f6772136483af6facf3c44f6f",
"msg" : [7, 7, 9, 7, 0, 9, 7],
"ct" : [0, 2, 6, 4, 2, 3, 8],
"result" : "valid"
},
{
"tcId" : 1345,
"comment" : "y = 1 and a = 1 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "5770c68113fac20abbd419d0c588e7929dd202a9829db695",
"tweak" : "3f6772136483af6facf3c44f6f",
"msg" : [2, 7, 1, 5, 6, 3, 4],
"ct" : [7, 6, 6, 2, 7, 2, 6],
"result" : "valid"
},
{
"tcId" : 1346,
"comment" : "y = 1 and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "5770c68113fac20abbd419d0c588e7929dd202a9829db695",
"tweak" : "3f6772136483af6facf3c44f6f",
"msg" : [2, 4, 4, 3, 4, 6, 9],
"ct" : [3, 6, 1, 3, 0, 1, 8],
"result" : "valid"
},
{
"tcId" : 1347,
"comment" : "y = 1 and (y + a) % radix**3 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "5770c68113fac20abbd419d0c588e7929dd202a9829db695",
"tweak" : "3f6772136483af6facf3c44f6f",
"msg" : [1, 1, 9, 7, 1, 1, 9],
"ct" : [9, 2, 5, 2, 7, 7, 3],
"result" : "valid"
},
{
"tcId" : 1348,
"comment" : "y = 1 and (y + a) % radix**3 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "5770c68113fac20abbd419d0c588e7929dd202a9829db695",
"tweak" : "3f6772136483af6facf3c44f6f",
"msg" : [9, 3, 5, 1, 9, 4, 7],
"ct" : [1, 0, 4, 7, 9, 2, 7],
"result" : "valid"
},
{
"tcId" : 1349,
"comment" : "y is maximal and a = 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "5770c68113fac20abbd419d0c588e7929dd202a9829db695",
"tweak" : "ebfe98c6a29dc84a5073079e60",
"msg" : [0, 8, 8, 2, 0, 4, 8],
"ct" : [4, 2, 3, 1, 2, 1, 1],
"result" : "valid"
},
{
"tcId" : 1350,
"comment" : "y is maximal and a = 1 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "5770c68113fac20abbd419d0c588e7929dd202a9829db695",
"tweak" : "ebfe98c6a29dc84a5073079e60",
"msg" : [1, 3, 2, 8, 9, 6, 5],
"ct" : [1, 3, 5, 6, 9, 6, 4],
"result" : "valid"
},
{
"tcId" : 1351,
"comment" : "y is maximal and (y + a) % radix**3 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "5770c68113fac20abbd419d0c588e7929dd202a9829db695",
"tweak" : "ebfe98c6a29dc84a5073079e60",
"msg" : [9, 8, 8, 8, 8, 6, 5],
"ct" : [0, 2, 0, 9, 2, 1, 1],
"result" : "valid"
},
{
"tcId" : 1352,
"comment" : "y is maximal and (y + a) % radix**3 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "5770c68113fac20abbd419d0c588e7929dd202a9829db695",
"tweak" : "ebfe98c6a29dc84a5073079e60",
"msg" : [1, 8, 1, 7, 0, 9, 9],
"ct" : [9, 5, 6, 3, 4, 3, 7],
"result" : "valid"
},
{
"tcId" : 1353,
"comment" : "y is maximal and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "5770c68113fac20abbd419d0c588e7929dd202a9829db695",
"tweak" : "ebfe98c6a29dc84a5073079e60",
"msg" : [5, 2, 7, 5, 6, 5, 2],
"ct" : [4, 6, 2, 3, 2, 1, 6],
"result" : "valid"
},
{
"tcId" : 1354,
"comment" : "y is maximal and a is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "5770c68113fac20abbd419d0c588e7929dd202a9829db695",
"tweak" : "ebfe98c6a29dc84a5073079e60",
"msg" : [0, 8, 7, 0, 6, 3, 6],
"ct" : [0, 8, 4, 1, 6, 5, 6],
"result" : "valid"
},
{
"tcId" : 1355,
"comment" : "y is edge case for modular reduction and a = 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "5770c68113fac20abbd419d0c588e7929dd202a9829db695",
"tweak" : "3840f0062d2e3aa16696977763",
"msg" : [0, 1, 9, 8, 1, 7, 9],
"ct" : [3, 0, 3, 3, 0, 1, 4],
"result" : "valid"
},
{
"tcId" : 1356,
"comment" : "y is edge case for modular reduction and a = 1 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "5770c68113fac20abbd419d0c588e7929dd202a9829db695",
"tweak" : "3840f0062d2e3aa16696977763",
"msg" : [1, 6, 1, 5, 7, 6, 5],
"ct" : [5, 3, 8, 7, 2, 5, 0],
"result" : "valid"
},
{
"tcId" : 1357,
"comment" : "y is edge case for modular reduction and (y + a) % radix**3 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "5770c68113fac20abbd419d0c588e7929dd202a9829db695",
"tweak" : "3840f0062d2e3aa16696977763",
"msg" : [1, 1, 8, 2, 5, 7, 5],
"ct" : [1, 1, 0, 6, 7, 8, 4],
"result" : "valid"
},
{
"tcId" : 1358,
"comment" : "y is edge case for modular reduction and (y + a) % radix**3 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "5770c68113fac20abbd419d0c588e7929dd202a9829db695",
"tweak" : "3840f0062d2e3aa16696977763",
"msg" : [7, 0, 8, 2, 0, 9, 4],
"ct" : [7, 2, 4, 3, 9, 3, 9],
"result" : "valid"
},
{
"tcId" : 1359,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "5770c68113fac20abbd419d0c588e7929dd202a9829db695",
"tweak" : "3840f0062d2e3aa16696977763",
"msg" : [3, 3, 0, 5, 1, 8, 7],
"ct" : [9, 6, 0, 3, 9, 3, 9],
"result" : "valid"
},
{
"tcId" : 1360,
"comment" : "y is edge case for modular reduction and a is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "5770c68113fac20abbd419d0c588e7929dd202a9829db695",
"tweak" : "3840f0062d2e3aa16696977763",
"msg" : [5, 3, 5, 8, 0, 8, 9],
"ct" : [1, 7, 7, 9, 5, 8, 7],
"result" : "valid"
},
{
"tcId" : 1361,
"comment" : "y is maximal after modular reduction and (y + a) % radix**3 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "5770c68113fac20abbd419d0c588e7929dd202a9829db695",
"tweak" : "6e06a972a01d7864d6d6c51be4",
"msg" : [6, 7, 7, 9, 0, 8, 6],
"ct" : [9, 9, 9, 9, 4, 9, 8],
"result" : "valid"
},
{
"tcId" : 1362,
"comment" : "y is maximal after modular reduction and (y + a) % radix**3 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "5770c68113fac20abbd419d0c588e7929dd202a9829db695",
"tweak" : "6e06a972a01d7864d6d6c51be4",
"msg" : [2, 6, 9, 9, 6, 7, 0],
"ct" : [0, 0, 0, 3, 8, 4, 2],
"result" : "valid"
},
{
"tcId" : 1363,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "5770c68113fac20abbd419d0c588e7929dd202a9829db695",
"tweak" : "6e06a972a01d7864d6d6c51be4",
"msg" : [7, 7, 1, 8, 5, 8, 6],
"ct" : [5, 1, 1, 7, 7, 5, 6],
"result" : "valid"
},
{
"tcId" : 1364,
"comment" : "y is maximal after modular reduction and a is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "5770c68113fac20abbd419d0c588e7929dd202a9829db695",
"tweak" : "6e06a972a01d7864d6d6c51be4",
"msg" : [1, 6, 5, 5, 8, 7, 2],
"ct" : [9, 9, 8, 4, 2, 4, 6],
"result" : "valid"
},
{
"tcId" : 1365,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "feb4107ae457413c5445e8f77175ea0ee1d610dcea97129b",
"tweak" : "60ffe987c829b479",
"msg" : [-1, 5, 0, 8, 0, 2, 0],
"ct" : [3, 8, 5, 1, 5, 8, 7],
"result" : "invalid"
},
{
"tcId" : 1366,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "feb4107ae457413c5445e8f77175ea0ee1d610dcea97129b",
"tweak" : "60ffe987c829b479",
"msg" : [3, 5, -1, 8, 0, 2, 0],
"ct" : [7, 6, 7, 1, 8, 4, 3],
"result" : "invalid"
},
{
"tcId" : 1367,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "feb4107ae457413c5445e8f77175ea0ee1d610dcea97129b",
"tweak" : "60ffe987c829b479",
"msg" : [3, 5, 0, 8, 0, 2, -1],
"ct" : [5, 9, 1, 4, 9, 8, 2],
"result" : "invalid"
},
{
"tcId" : 1368,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "98aea9bf199424d38857b6cd4b0cf39b8c78a6f2b40c3d45",
"tweak" : "49868bb832c3fb42",
"msg" : [10, 2, 7, 3, 8, 4, 9],
"ct" : [5, 0, 6, 3, 2, 4, 0],
"result" : "invalid"
},
{
"tcId" : 1369,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "98aea9bf199424d38857b6cd4b0cf39b8c78a6f2b40c3d45",
"tweak" : "49868bb832c3fb42",
"msg" : [4, 2, 10, 3, 8, 4, 9],
"ct" : [0, 0, 4, 8, 1, 4, 3],
"result" : "invalid"
},
{
"tcId" : 1370,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "98aea9bf199424d38857b6cd4b0cf39b8c78a6f2b40c3d45",
"tweak" : "49868bb832c3fb42",
"msg" : [4, 2, 7, 3, 8, 4, 10],
"ct" : [7, 2, 2, 8, 7, 7, 9],
"result" : "invalid"
}
]
},
{
"keySize" : 192,
"msgSize" : 8,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 1371,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "92a79c3f030f2aba3096f2537c9d47403d9f4b2ede166d87",
"tweak" : "3146e53b9e1162f2",
"msg" : [6, 8, 5, 3, 4, 7, 4, 4],
"ct" : [0, 2, 2, 6, 0, 8, 7, 6],
"result" : "valid"
},
{
"tcId" : 1372,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "51457a1a434804c4b210581136078cce2b56562af03b5e4b",
"tweak" : "b8519119f55eeaa7",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [3, 9, 6, 6, 6, 2, 4, 3],
"result" : "valid"
},
{
"tcId" : 1373,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "51457a1a434804c4b210581136078cce2b56562af03b5e4b",
"tweak" : "b8519119f55eeaa7",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [7, 8, 0, 4, 0, 4, 9, 9],
"result" : "valid"
},
{
"tcId" : 1374,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "51457a1a434804c4b210581136078cce2b56562af03b5e4b",
"tweak" : "b8519119f55eeaa7",
"msg" : [8, 1, 9, 2, 8, 1, 9, 2],
"ct" : [0, 5, 7, 1, 1, 8, 8, 2],
"result" : "valid"
},
{
"tcId" : 1375,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "51457a1a434804c4b210581136078cce2b56562af03b5e4b",
"tweak" : "b8519119f55eeaa7",
"msg" : [8, 1, 9, 1, 8, 1, 9, 1],
"ct" : [6, 4, 9, 9, 7, 7, 3, 9],
"result" : "valid"
},
{
"tcId" : 1376,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "51457a1a434804c4b210581136078cce2b56562af03b5e4b",
"tweak" : "b8519119f55eeaa7",
"msg" : [6, 3, 2, 0, 5, 3, 6, 9],
"ct" : [9, 4, 1, 6, 5, 4, 7, 8],
"result" : "valid"
},
{
"tcId" : 1377,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "51457a1a434804c4b210581136078cce2b56562af03b5e4b",
"tweak" : "b8519119f55eeaa7",
"msg" : [7, 8, 6, 4, 9, 9, 8, 6],
"ct" : [4, 4, 1, 9, 4, 7, 2, 4],
"result" : "valid"
},
{
"tcId" : 1378,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "51457a1a434804c4b210581136078cce2b56562af03b5e4b",
"tweak" : "b8519119f55eeaa7",
"msg" : [1, 2, 6, 6, 5, 0, 4, 7],
"ct" : [6, 9, 5, 5, 7, 6, 0, 9],
"result" : "valid"
},
{
"tcId" : 1379,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "51457a1a434804c4b210581136078cce2b56562af03b5e4b",
"tweak" : "b8519119f55eeaa7",
"msg" : [3, 5, 2, 3, 9, 2, 1, 6],
"ct" : [0, 6, 6, 0, 3, 5, 6, 7],
"result" : "valid"
},
{
"tcId" : 1380,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "51457a1a434804c4b210581136078cce2b56562af03b5e4b",
"tweak" : "b8519119f55eeaa7",
"msg" : [6, 3, 4, 6, 4, 1, 9, 6],
"ct" : [0, 5, 0, 8, 1, 6, 2, 5],
"result" : "valid"
},
{
"tcId" : 1381,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "51457a1a434804c4b210581136078cce2b56562af03b5e4b",
"tweak" : "b8519119f55eeaa7",
"msg" : [8, 5, 8, 8, 9, 2, 3, 8],
"ct" : [1, 7, 8, 3, 4, 1, 6, 1],
"result" : "valid"
},
{
"tcId" : 1382,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "51457a1a434804c4b210581136078cce2b56562af03b5e4b",
"tweak" : "b8519119f55eeaa7",
"msg" : [7, 8, 3, 2, 0, 6, 1, 3],
"ct" : [8, 7, 9, 6, 4, 5, 0, 5],
"result" : "valid"
},
{
"tcId" : 1383,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "51457a1a434804c4b210581136078cce2b56562af03b5e4b",
"tweak" : "b8519119f55eeaa7",
"msg" : [6, 6, 0, 1, 3, 1, 3, 2],
"ct" : [1, 6, 7, 4, 9, 8, 4, 1],
"result" : "valid"
},
{
"tcId" : 1384,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "51457a1a434804c4b210581136078cce2b56562af03b5e4b",
"tweak" : "b8519119f55eeaa7",
"msg" : [8, 7, 9, 1, 5, 1, 5, 8],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 1385,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "51457a1a434804c4b210581136078cce2b56562af03b5e4b",
"tweak" : "b8519119f55eeaa7",
"msg" : [0, 6, 2, 8, 8, 8, 9, 4],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 1386,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "51457a1a434804c4b210581136078cce2b56562af03b5e4b",
"tweak" : "b8519119f55eeaa7",
"msg" : [1, 8, 0, 6, 7, 9, 9, 1],
"ct" : [8, 1, 9, 2, 8, 1, 9, 2],
"result" : "valid"
},
{
"tcId" : 1387,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "51457a1a434804c4b210581136078cce2b56562af03b5e4b",
"tweak" : "b8519119f55eeaa7",
"msg" : [7, 1, 3, 6, 6, 2, 3, 3],
"ct" : [8, 1, 9, 1, 8, 1, 9, 1],
"result" : "valid"
},
{
"tcId" : 1388,
"comment" : "y = 0 and (y + a) % radix**4 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "2b2051b7468176d99a241501f41a390fa53b7b9f88048e81",
"tweak" : "95120d4f8eb90ce193f0a20144",
"msg" : [6, 8, 4, 7, 9, 8, 1, 1],
"ct" : [2, 5, 1, 0, 2, 7, 5, 3],
"result" : "valid"
},
{
"tcId" : 1389,
"comment" : "y = 0 and a = 1 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "2b2051b7468176d99a241501f41a390fa53b7b9f88048e81",
"tweak" : "95120d4f8eb90ce193f0a20144",
"msg" : [2, 9, 3, 9, 5, 3, 1, 4],
"ct" : [1, 0, 1, 3, 7, 4, 1, 9],
"result" : "valid"
},
{
"tcId" : 1390,
"comment" : "y = 0 and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "2b2051b7468176d99a241501f41a390fa53b7b9f88048e81",
"tweak" : "95120d4f8eb90ce193f0a20144",
"msg" : [7, 6, 6, 1, 9, 1, 4, 8],
"ct" : [7, 1, 8, 2, 3, 4, 2, 2],
"result" : "valid"
},
{
"tcId" : 1391,
"comment" : "y = 0 and (y + a) % radix**4 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "2b2051b7468176d99a241501f41a390fa53b7b9f88048e81",
"tweak" : "95120d4f8eb90ce193f0a20144",
"msg" : [3, 1, 7, 4, 6, 3, 1, 2],
"ct" : [1, 5, 9, 8, 3, 2, 5, 6],
"result" : "valid"
},
{
"tcId" : 1392,
"comment" : "y = 1 and a = 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "2b2051b7468176d99a241501f41a390fa53b7b9f88048e81",
"tweak" : "415713a1271c08f76ec9b29c17",
"msg" : [6, 9, 6, 2, 2, 8, 3, 2],
"ct" : [4, 4, 3, 3, 7, 0, 7, 7],
"result" : "valid"
},
{
"tcId" : 1393,
"comment" : "y = 1 and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "2b2051b7468176d99a241501f41a390fa53b7b9f88048e81",
"tweak" : "415713a1271c08f76ec9b29c17",
"msg" : [5, 4, 7, 8, 8, 2, 9, 0],
"ct" : [7, 6, 9, 0, 1, 2, 3, 0],
"result" : "valid"
},
{
"tcId" : 1394,
"comment" : "y = 1 and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "2b2051b7468176d99a241501f41a390fa53b7b9f88048e81",
"tweak" : "415713a1271c08f76ec9b29c17",
"msg" : [0, 4, 2, 9, 1, 5, 6, 2],
"ct" : [0, 8, 1, 5, 7, 5, 4, 6],
"result" : "valid"
},
{
"tcId" : 1395,
"comment" : "y = 1 and (y + a) % radix**4 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "2b2051b7468176d99a241501f41a390fa53b7b9f88048e81",
"tweak" : "415713a1271c08f76ec9b29c17",
"msg" : [5, 2, 4, 6, 3, 1, 6, 1],
"ct" : [5, 3, 8, 6, 5, 9, 2, 5],
"result" : "valid"
},
{
"tcId" : 1396,
"comment" : "y = 1 and (y + a) % radix**4 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "2b2051b7468176d99a241501f41a390fa53b7b9f88048e81",
"tweak" : "415713a1271c08f76ec9b29c17",
"msg" : [3, 5, 1, 7, 3, 2, 5, 0],
"ct" : [4, 8, 2, 7, 8, 9, 2, 7],
"result" : "valid"
},
{
"tcId" : 1397,
"comment" : "y is maximal and a = 0 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "2b2051b7468176d99a241501f41a390fa53b7b9f88048e81",
"tweak" : "1bc59db97a3da783348f22fa8b",
"msg" : [9, 9, 6, 7, 1, 9, 0, 9],
"ct" : [0, 1, 3, 1, 7, 1, 1, 2],
"result" : "valid"
},
{
"tcId" : 1398,
"comment" : "y is maximal and a = 1 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "2b2051b7468176d99a241501f41a390fa53b7b9f88048e81",
"tweak" : "1bc59db97a3da783348f22fa8b",
"msg" : [7, 8, 2, 3, 3, 3, 5, 3],
"ct" : [3, 7, 9, 9, 2, 4, 3, 3],
"result" : "valid"
},
{
"tcId" : 1399,
"comment" : "y is maximal and a has large Hamming weight in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "2b2051b7468176d99a241501f41a390fa53b7b9f88048e81",
"tweak" : "1bc59db97a3da783348f22fa8b",
"msg" : [3, 0, 7, 6, 4, 9, 0, 8],
"ct" : [0, 4, 7, 7, 7, 0, 0, 5],
"result" : "valid"
},
{
"tcId" : 1400,
"comment" : "y is maximal and (y + a) % radix**4 is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "2b2051b7468176d99a241501f41a390fa53b7b9f88048e81",
"tweak" : "1bc59db97a3da783348f22fa8b",
"msg" : [5, 8, 6, 9, 7, 8, 1, 6],
"ct" : [5, 4, 9, 9, 9, 8, 2, 6],
"result" : "valid"
},
{
"tcId" : 1401,
"comment" : "y is maximal and (y + a) % radix**4 == 0 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "2b2051b7468176d99a241501f41a390fa53b7b9f88048e81",
"tweak" : "1bc59db97a3da783348f22fa8b",
"msg" : [4, 7, 6, 8, 1, 7, 8, 7],
"ct" : [0, 7, 5, 9, 7, 1, 7, 5],
"result" : "valid"
},
{
"tcId" : 1402,
"comment" : "y is maximal and a is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "2b2051b7468176d99a241501f41a390fa53b7b9f88048e81",
"tweak" : "1bc59db97a3da783348f22fa8b",
"msg" : [1, 2, 5, 4, 5, 1, 5, 1],
"ct" : [6, 9, 0, 1, 7, 0, 7, 4],
"result" : "valid"
},
{
"tcId" : 1403,
"comment" : "y is edge case for modular reduction and a = 0 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "2b2051b7468176d99a241501f41a390fa53b7b9f88048e81",
"tweak" : "c10e11ec79fd5674ace87080ee",
"msg" : [7, 2, 5, 6, 9, 6, 6, 8],
"ct" : [2, 9, 7, 9, 4, 5, 3, 2],
"result" : "valid"
},
{
"tcId" : 1404,
"comment" : "y is edge case for modular reduction and a = 1 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "2b2051b7468176d99a241501f41a390fa53b7b9f88048e81",
"tweak" : "c10e11ec79fd5674ace87080ee",
"msg" : [3, 4, 0, 5, 9, 4, 9, 2],
"ct" : [9, 4, 9, 3, 1, 5, 8, 9],
"result" : "valid"
},
{
"tcId" : 1405,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "2b2051b7468176d99a241501f41a390fa53b7b9f88048e81",
"tweak" : "c10e11ec79fd5674ace87080ee",
"msg" : [3, 7, 9, 6, 4, 4, 3, 2],
"ct" : [7, 6, 5, 8, 2, 1, 1, 2],
"result" : "valid"
},
{
"tcId" : 1406,
"comment" : "y is edge case for modular reduction and (y + a) % radix**4 is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "2b2051b7468176d99a241501f41a390fa53b7b9f88048e81",
"tweak" : "c10e11ec79fd5674ace87080ee",
"msg" : [7, 1, 3, 7, 3, 7, 9, 0],
"ct" : [8, 7, 5, 8, 0, 9, 3, 5],
"result" : "valid"
},
{
"tcId" : 1407,
"comment" : "y is edge case for modular reduction and (y + a) % radix**4 == 0 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "2b2051b7468176d99a241501f41a390fa53b7b9f88048e81",
"tweak" : "c10e11ec79fd5674ace87080ee",
"msg" : [5, 5, 7, 4, 0, 1, 3, 2],
"ct" : [8, 1, 8, 7, 2, 2, 3, 0],
"result" : "valid"
},
{
"tcId" : 1408,
"comment" : "y is edge case for modular reduction and a is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "2b2051b7468176d99a241501f41a390fa53b7b9f88048e81",
"tweak" : "c10e11ec79fd5674ace87080ee",
"msg" : [7, 4, 3, 1, 3, 6, 2, 7],
"ct" : [7, 7, 5, 6, 5, 4, 1, 3],
"result" : "valid"
},
{
"tcId" : 1409,
"comment" : "y is maximal after modular reduction and (y + a) % radix**4 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "2b2051b7468176d99a241501f41a390fa53b7b9f88048e81",
"tweak" : "9557e51de8968ba5e7ca3955fa",
"msg" : [0, 0, 0, 0, 6, 6, 6, 2],
"ct" : [0, 9, 4, 3, 4, 8, 5, 9],
"result" : "valid"
},
{
"tcId" : 1410,
"comment" : "y is maximal after modular reduction and (y + a) % radix**4 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "2b2051b7468176d99a241501f41a390fa53b7b9f88048e81",
"tweak" : "9557e51de8968ba5e7ca3955fa",
"msg" : [0, 0, 0, 1, 6, 6, 6, 2],
"ct" : [7, 9, 4, 2, 8, 1, 5, 2],
"result" : "valid"
},
{
"tcId" : 1411,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "2b2051b7468176d99a241501f41a390fa53b7b9f88048e81",
"tweak" : "9557e51de8968ba5e7ca3955fa",
"msg" : [8, 1, 9, 2, 6, 6, 6, 2],
"ct" : [3, 9, 1, 7, 1, 0, 3, 4],
"result" : "valid"
},
{
"tcId" : 1412,
"comment" : "y is maximal after modular reduction and a is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "2b2051b7468176d99a241501f41a390fa53b7b9f88048e81",
"tweak" : "9557e51de8968ba5e7ca3955fa",
"msg" : [9, 9, 9, 9, 6, 6, 6, 2],
"ct" : [0, 3, 3, 2, 4, 4, 7, 4],
"result" : "valid"
},
{
"tcId" : 1413,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "26269e1a26e94d2e2ea71b104dc4b9e1bcd2b0ba346514c9",
"tweak" : "1a7d6192c4daa46f",
"msg" : [-1, 2, 9, 5, 0, 0, 7, 9],
"ct" : [7, 2, 6, 0, 0, 7, 8, 2],
"result" : "invalid"
},
{
"tcId" : 1414,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "26269e1a26e94d2e2ea71b104dc4b9e1bcd2b0ba346514c9",
"tweak" : "1a7d6192c4daa46f",
"msg" : [5, 2, -1, 5, 0, 0, 7, 9],
"ct" : [3, 9, 6, 2, 6, 6, 9, 0],
"result" : "invalid"
},
{
"tcId" : 1415,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "26269e1a26e94d2e2ea71b104dc4b9e1bcd2b0ba346514c9",
"tweak" : "1a7d6192c4daa46f",
"msg" : [5, 2, 9, 5, 0, 0, 7, -1],
"ct" : [7, 2, 4, 9, 5, 8, 7, 1],
"result" : "invalid"
},
{
"tcId" : 1416,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "a7a80dc60d516ff2fa92c976e419b3a312e97d79fd290773",
"tweak" : "43d61569292df776",
"msg" : [10, 7, 5, 1, 7, 0, 6, 9],
"ct" : [0, 7, 6, 4, 3, 6, 4, 7],
"result" : "invalid"
},
{
"tcId" : 1417,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "a7a80dc60d516ff2fa92c976e419b3a312e97d79fd290773",
"tweak" : "43d61569292df776",
"msg" : [0, 7, 10, 1, 7, 0, 6, 9],
"ct" : [2, 1, 0, 3, 3, 0, 5, 6],
"result" : "invalid"
},
{
"tcId" : 1418,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "a7a80dc60d516ff2fa92c976e419b3a312e97d79fd290773",
"tweak" : "43d61569292df776",
"msg" : [0, 7, 5, 1, 7, 0, 6, 10],
"ct" : [1, 7, 2, 5, 3, 1, 5, 9],
"result" : "invalid"
}
]
},
{
"keySize" : 192,
"msgSize" : 9,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 1419,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "c5fa236ae679d3c1d533758578e3a5c48752179eb298ac0e",
"tweak" : "72ac4fc84f5bc825",
"msg" : [1, 9, 1, 3, 7, 5, 4, 3, 8],
"ct" : [3, 7, 1, 1, 8, 1, 7, 9, 6],
"result" : "valid"
},
{
"tcId" : 1420,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "3f923c61df065e0134b869fc00291ad841dc168a6d7a8706",
"tweak" : "2f9eb9835c605c21",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [6, 4, 9, 0, 5, 7, 8, 1, 3],
"result" : "valid"
},
{
"tcId" : 1421,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "3f923c61df065e0134b869fc00291ad841dc168a6d7a8706",
"tweak" : "2f9eb9835c605c21",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [0, 6, 7, 1, 8, 4, 9, 8, 4],
"result" : "valid"
},
{
"tcId" : 1422,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "3f923c61df065e0134b869fc00291ad841dc168a6d7a8706",
"tweak" : "2f9eb9835c605c21",
"msg" : [8, 1, 9, 2, 6, 5, 5, 3, 6],
"ct" : [7, 2, 9, 6, 3, 3, 1, 7, 1],
"result" : "valid"
},
{
"tcId" : 1423,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "3f923c61df065e0134b869fc00291ad841dc168a6d7a8706",
"tweak" : "2f9eb9835c605c21",
"msg" : [8, 1, 9, 1, 6, 5, 5, 3, 5],
"ct" : [5, 3, 8, 2, 1, 1, 4, 4, 4],
"result" : "valid"
},
{
"tcId" : 1424,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "3f923c61df065e0134b869fc00291ad841dc168a6d7a8706",
"tweak" : "2f9eb9835c605c21",
"msg" : [0, 7, 2, 2, 0, 2, 1, 4, 4],
"ct" : [6, 0, 2, 8, 9, 3, 1, 1, 3],
"result" : "valid"
},
{
"tcId" : 1425,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "3f923c61df065e0134b869fc00291ad841dc168a6d7a8706",
"tweak" : "2f9eb9835c605c21",
"msg" : [3, 0, 1, 7, 9, 5, 3, 0, 2],
"ct" : [5, 2, 5, 1, 3, 3, 9, 2, 3],
"result" : "valid"
},
{
"tcId" : 1426,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "3f923c61df065e0134b869fc00291ad841dc168a6d7a8706",
"tweak" : "2f9eb9835c605c21",
"msg" : [2, 3, 6, 5, 7, 7, 0, 9, 3],
"ct" : [0, 2, 6, 2, 8, 1, 7, 3, 0],
"result" : "valid"
},
{
"tcId" : 1427,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "3f923c61df065e0134b869fc00291ad841dc168a6d7a8706",
"tweak" : "2f9eb9835c605c21",
"msg" : [7, 6, 3, 4, 8, 1, 3, 4, 2],
"ct" : [0, 5, 5, 6, 7, 9, 8, 5, 4],
"result" : "valid"
},
{
"tcId" : 1428,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "3f923c61df065e0134b869fc00291ad841dc168a6d7a8706",
"tweak" : "2f9eb9835c605c21",
"msg" : [8, 6, 6, 8, 9, 2, 5, 9, 5],
"ct" : [9, 5, 9, 3, 1, 1, 4, 3, 1],
"result" : "valid"
},
{
"tcId" : 1429,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "3f923c61df065e0134b869fc00291ad841dc168a6d7a8706",
"tweak" : "2f9eb9835c605c21",
"msg" : [8, 8, 0, 1, 7, 2, 6, 4, 9],
"ct" : [7, 1, 9, 6, 8, 1, 4, 9, 5],
"result" : "valid"
},
{
"tcId" : 1430,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "3f923c61df065e0134b869fc00291ad841dc168a6d7a8706",
"tweak" : "2f9eb9835c605c21",
"msg" : [8, 7, 0, 9, 3, 1, 8, 8, 4],
"ct" : [6, 4, 5, 9, 5, 5, 2, 1, 6],
"result" : "valid"
},
{
"tcId" : 1431,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "3f923c61df065e0134b869fc00291ad841dc168a6d7a8706",
"tweak" : "2f9eb9835c605c21",
"msg" : [7, 1, 4, 9, 4, 8, 4, 1, 6],
"ct" : [2, 3, 3, 7, 3, 6, 3, 8, 5],
"result" : "valid"
},
{
"tcId" : 1432,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "3f923c61df065e0134b869fc00291ad841dc168a6d7a8706",
"tweak" : "2f9eb9835c605c21",
"msg" : [5, 1, 7, 8, 2, 2, 3, 4, 5],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 1433,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "3f923c61df065e0134b869fc00291ad841dc168a6d7a8706",
"tweak" : "2f9eb9835c605c21",
"msg" : [0, 2, 4, 4, 0, 0, 4, 0, 4],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 1434,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "3f923c61df065e0134b869fc00291ad841dc168a6d7a8706",
"tweak" : "2f9eb9835c605c21",
"msg" : [5, 6, 6, 9, 4, 4, 7, 7, 8],
"ct" : [8, 1, 9, 2, 6, 5, 5, 3, 6],
"result" : "valid"
},
{
"tcId" : 1435,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "3f923c61df065e0134b869fc00291ad841dc168a6d7a8706",
"tweak" : "2f9eb9835c605c21",
"msg" : [1, 0, 4, 8, 5, 0, 8, 3, 8],
"ct" : [8, 1, 9, 1, 6, 5, 5, 3, 5],
"result" : "valid"
},
{
"tcId" : 1436,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "88a0eae50953549253b7548d6d10ae9c77957524fe235909",
"tweak" : "2f4481b579f8a5f8",
"msg" : [-1, 1, 0, 5, 3, 1, 9, 2, 8],
"ct" : [5, 8, 1, 0, 3, 3, 4, 0, 5],
"result" : "invalid"
},
{
"tcId" : 1437,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "88a0eae50953549253b7548d6d10ae9c77957524fe235909",
"tweak" : "2f4481b579f8a5f8",
"msg" : [8, 1, 0, -1, 3, 1, 9, 2, 8],
"ct" : [1, 5, 4, 0, 0, 7, 3, 0, 7],
"result" : "invalid"
},
{
"tcId" : 1438,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "88a0eae50953549253b7548d6d10ae9c77957524fe235909",
"tweak" : "2f4481b579f8a5f8",
"msg" : [8, 1, 0, 5, 3, 1, 9, 2, -1],
"ct" : [5, 0, 6, 7, 0, 1, 9, 5, 6],
"result" : "invalid"
},
{
"tcId" : 1439,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "d791478586f7c0b847f7f1d0307bfbc1c5be928e5b999b74",
"tweak" : "76a991044699e6c4",
"msg" : [10, 9, 6, 7, 7, 5, 0, 6, 4],
"ct" : [5, 3, 6, 8, 7, 7, 3, 3, 6],
"result" : "invalid"
},
{
"tcId" : 1440,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "d791478586f7c0b847f7f1d0307bfbc1c5be928e5b999b74",
"tweak" : "76a991044699e6c4",
"msg" : [0, 9, 6, 10, 7, 5, 0, 6, 4],
"ct" : [3, 4, 9, 0, 3, 3, 0, 8, 9],
"result" : "invalid"
},
{
"tcId" : 1441,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "d791478586f7c0b847f7f1d0307bfbc1c5be928e5b999b74",
"tweak" : "76a991044699e6c4",
"msg" : [0, 9, 6, 7, 7, 5, 0, 6, 10],
"ct" : [3, 7, 8, 3, 2, 3, 5, 2, 4],
"result" : "invalid"
}
]
},
{
"keySize" : 192,
"msgSize" : 10,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 1442,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "8cf0a0e458eba1cc12ed18041ba331835519346134d0e908",
"tweak" : "ea8c0ae555bb05ce",
"msg" : [8, 1, 7, 2, 3, 5, 3, 3, 0, 7],
"ct" : [5, 3, 6, 1, 6, 0, 6, 6, 2, 5],
"result" : "valid"
},
{
"tcId" : 1443,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "215232d3b718e6b5faa380fd00ba41ba3a8a900b258c5d46",
"tweak" : "6652c929f1c728b2",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [5, 4, 5, 1, 1, 6, 3, 8, 9, 9],
"result" : "valid"
},
{
"tcId" : 1444,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "215232d3b718e6b5faa380fd00ba41ba3a8a900b258c5d46",
"tweak" : "6652c929f1c728b2",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [1, 3, 7, 3, 2, 0, 3, 8, 2, 1],
"result" : "valid"
},
{
"tcId" : 1445,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "215232d3b718e6b5faa380fd00ba41ba3a8a900b258c5d46",
"tweak" : "6652c929f1c728b2",
"msg" : [6, 5, 5, 3, 6, 6, 5, 5, 3, 6],
"ct" : [1, 4, 0, 5, 3, 6, 3, 5, 5, 0],
"result" : "valid"
},
{
"tcId" : 1446,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "215232d3b718e6b5faa380fd00ba41ba3a8a900b258c5d46",
"tweak" : "6652c929f1c728b2",
"msg" : [6, 5, 5, 3, 5, 6, 5, 5, 3, 5],
"ct" : [8, 7, 7, 1, 8, 0, 5, 7, 6, 3],
"result" : "valid"
},
{
"tcId" : 1447,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "215232d3b718e6b5faa380fd00ba41ba3a8a900b258c5d46",
"tweak" : "6652c929f1c728b2",
"msg" : [1, 5, 6, 3, 9, 2, 2, 8, 9, 0],
"ct" : [4, 9, 5, 5, 4, 4, 3, 5, 3, 2],
"result" : "valid"
},
{
"tcId" : 1448,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "215232d3b718e6b5faa380fd00ba41ba3a8a900b258c5d46",
"tweak" : "6652c929f1c728b2",
"msg" : [8, 2, 9, 6, 2, 4, 5, 3, 4, 0],
"ct" : [1, 8, 4, 4, 7, 0, 8, 8, 0, 1],
"result" : "valid"
},
{
"tcId" : 1449,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "215232d3b718e6b5faa380fd00ba41ba3a8a900b258c5d46",
"tweak" : "6652c929f1c728b2",
"msg" : [8, 0, 7, 2, 9, 3, 2, 7, 7, 2],
"ct" : [7, 6, 6, 3, 2, 8, 8, 0, 7, 2],
"result" : "valid"
},
{
"tcId" : 1450,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "215232d3b718e6b5faa380fd00ba41ba3a8a900b258c5d46",
"tweak" : "6652c929f1c728b2",
"msg" : [9, 3, 6, 0, 7, 5, 3, 6, 8, 7],
"ct" : [7, 4, 3, 2, 4, 0, 4, 0, 3, 8],
"result" : "valid"
},
{
"tcId" : 1451,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "215232d3b718e6b5faa380fd00ba41ba3a8a900b258c5d46",
"tweak" : "6652c929f1c728b2",
"msg" : [2, 3, 3, 3, 0, 2, 8, 4, 8, 1],
"ct" : [5, 6, 3, 8, 1, 6, 6, 9, 6, 3],
"result" : "valid"
},
{
"tcId" : 1452,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "215232d3b718e6b5faa380fd00ba41ba3a8a900b258c5d46",
"tweak" : "6652c929f1c728b2",
"msg" : [7, 9, 5, 8, 3, 8, 2, 1, 6, 9],
"ct" : [2, 8, 1, 6, 4, 3, 8, 8, 6, 1],
"result" : "valid"
},
{
"tcId" : 1453,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "215232d3b718e6b5faa380fd00ba41ba3a8a900b258c5d46",
"tweak" : "6652c929f1c728b2",
"msg" : [6, 5, 7, 7, 6, 8, 3, 5, 3, 6],
"ct" : [9, 7, 1, 1, 6, 0, 9, 1, 3, 4],
"result" : "valid"
},
{
"tcId" : 1454,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "215232d3b718e6b5faa380fd00ba41ba3a8a900b258c5d46",
"tweak" : "6652c929f1c728b2",
"msg" : [2, 9, 9, 7, 2, 7, 9, 2, 2, 9],
"ct" : [8, 0, 9, 0, 1, 0, 8, 1, 8, 2],
"result" : "valid"
},
{
"tcId" : 1455,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "215232d3b718e6b5faa380fd00ba41ba3a8a900b258c5d46",
"tweak" : "6652c929f1c728b2",
"msg" : [5, 6, 6, 8, 3, 9, 3, 0, 6, 3],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 1456,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "215232d3b718e6b5faa380fd00ba41ba3a8a900b258c5d46",
"tweak" : "6652c929f1c728b2",
"msg" : [8, 3, 2, 7, 0, 5, 1, 5, 5, 1],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 1457,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "215232d3b718e6b5faa380fd00ba41ba3a8a900b258c5d46",
"tweak" : "6652c929f1c728b2",
"msg" : [5, 7, 7, 1, 2, 0, 8, 6, 6, 6],
"ct" : [6, 5, 5, 3, 6, 6, 5, 5, 3, 6],
"result" : "valid"
},
{
"tcId" : 1458,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "215232d3b718e6b5faa380fd00ba41ba3a8a900b258c5d46",
"tweak" : "6652c929f1c728b2",
"msg" : [7, 4, 7, 5, 3, 4, 5, 9, 4, 8],
"ct" : [6, 5, 5, 3, 5, 6, 5, 5, 3, 5],
"result" : "valid"
},
{
"tcId" : 1459,
"comment" : "y is edge case for modular reduction and a = 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "fea03dae3a5126a20eff79dbfac4d88012f3527cb6b8b91d",
"tweak" : "710dad6c8a3b8413516b0d44",
"msg" : [4, 0, 7, 6, 7, 1, 4, 3, 6, 1],
"ct" : [7, 5, 4, 7, 5, 8, 8, 6, 7, 3],
"result" : "valid"
},
{
"tcId" : 1460,
"comment" : "y is edge case for modular reduction and a = 1 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "fea03dae3a5126a20eff79dbfac4d88012f3527cb6b8b91d",
"tweak" : "710dad6c8a3b8413516b0d44",
"msg" : [1, 2, 2, 2, 1, 8, 8, 3, 0, 6],
"ct" : [2, 7, 4, 6, 3, 9, 9, 0, 5, 1],
"result" : "valid"
},
{
"tcId" : 1461,
"comment" : "y is edge case for modular reduction and (y + a) % radix**5 is maximal in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "fea03dae3a5126a20eff79dbfac4d88012f3527cb6b8b91d",
"tweak" : "710dad6c8a3b8413516b0d44",
"msg" : [8, 6, 4, 9, 9, 5, 2, 1, 4, 9],
"ct" : [6, 7, 1, 4, 6, 2, 6, 8, 7, 5],
"result" : "valid"
},
{
"tcId" : 1462,
"comment" : "y is edge case for modular reduction and (y + a) % radix**5 == 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "fea03dae3a5126a20eff79dbfac4d88012f3527cb6b8b91d",
"tweak" : "710dad6c8a3b8413516b0d44",
"msg" : [5, 4, 0, 5, 0, 7, 9, 4, 3, 1],
"ct" : [6, 3, 9, 1, 9, 0, 0, 9, 0, 8],
"result" : "valid"
},
{
"tcId" : 1463,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "fea03dae3a5126a20eff79dbfac4d88012f3527cb6b8b91d",
"tweak" : "710dad6c8a3b8413516b0d44",
"msg" : [9, 7, 3, 2, 7, 6, 2, 0, 2, 6],
"ct" : [2, 3, 6, 1, 1, 4, 3, 2, 2, 2],
"result" : "valid"
},
{
"tcId" : 1464,
"comment" : "y is edge case for modular reduction and a is maximal in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "fea03dae3a5126a20eff79dbfac4d88012f3527cb6b8b91d",
"tweak" : "710dad6c8a3b8413516b0d44",
"msg" : [5, 5, 1, 3, 0, 7, 3, 5, 4, 3],
"ct" : [4, 0, 5, 8, 9, 4, 5, 8, 4, 0],
"result" : "valid"
},
{
"tcId" : 1465,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "3c32e710dccd059569c0914f7c4324e4d8276073fa8634ee",
"tweak" : "4343b0033d260a29",
"msg" : [-1, 3, 4, 0, 0, 8, 3, 9, 3, 2],
"ct" : [8, 9, 2, 4, 5, 6, 4, 8, 7, 4],
"result" : "invalid"
},
{
"tcId" : 1466,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "3c32e710dccd059569c0914f7c4324e4d8276073fa8634ee",
"tweak" : "4343b0033d260a29",
"msg" : [0, 3, 4, -1, 0, 8, 3, 9, 3, 2],
"ct" : [4, 6, 8, 7, 5, 0, 0, 2, 9, 5],
"result" : "invalid"
},
{
"tcId" : 1467,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "3c32e710dccd059569c0914f7c4324e4d8276073fa8634ee",
"tweak" : "4343b0033d260a29",
"msg" : [0, 3, 4, 0, 0, 8, 3, 9, 3, -1],
"ct" : [7, 6, 1, 5, 4, 0, 9, 6, 6, 2],
"result" : "invalid"
},
{
"tcId" : 1468,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "eebfda83d9b7499c225293ab115e6f5aeed28252ff4e8d5b",
"tweak" : "8b7b4dabfcf1d531",
"msg" : [10, 4, 9, 1, 5, 9, 3, 9, 0, 7],
"ct" : [7, 3, 7, 1, 9, 9, 0, 6, 5, 9],
"result" : "invalid"
},
{
"tcId" : 1469,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "eebfda83d9b7499c225293ab115e6f5aeed28252ff4e8d5b",
"tweak" : "8b7b4dabfcf1d531",
"msg" : [8, 4, 9, 10, 5, 9, 3, 9, 0, 7],
"ct" : [2, 3, 9, 4, 2, 7, 1, 7, 0, 4],
"result" : "invalid"
},
{
"tcId" : 1470,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "eebfda83d9b7499c225293ab115e6f5aeed28252ff4e8d5b",
"tweak" : "8b7b4dabfcf1d531",
"msg" : [8, 4, 9, 1, 5, 9, 3, 9, 0, 10],
"ct" : [7, 5, 0, 5, 8, 3, 8, 8, 3, 5],
"result" : "invalid"
}
]
},
{
"keySize" : 192,
"msgSize" : 11,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 1471,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "f8a4cc9863b4aa6eb5b16e9401b0b83e25dd78a96abe6870",
"tweak" : "8d5a3a9b130e7bad",
"msg" : [4, 9, 7, 7, 6, 3, 6, 7, 2, 1, 0],
"ct" : [9, 4, 6, 1, 2, 1, 5, 3, 0, 4, 5],
"result" : "valid"
},
{
"tcId" : 1472,
"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" : [4, 3, 0, 9, 2, 3, 7, 2, 6, 3, 4],
"result" : "valid"
},
{
"tcId" : 1473,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "2d8a82f408b54773fa16bcaa10478bccda856f1532f55924",
"tweak" : "60ba1190480fd9b7",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [1, 9, 8, 2, 7, 9, 8, 0, 9, 6, 0],
"result" : "valid"
},
{
"tcId" : 1474,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "2d8a82f408b54773fa16bcaa10478bccda856f1532f55924",
"tweak" : "60ba1190480fd9b7",
"msg" : [6, 5, 5, 3, 6, 5, 2, 4, 2, 8, 8],
"ct" : [9, 6, 7, 1, 2, 6, 4, 1, 7, 8, 9],
"result" : "valid"
},
{
"tcId" : 1475,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "2d8a82f408b54773fa16bcaa10478bccda856f1532f55924",
"tweak" : "60ba1190480fd9b7",
"msg" : [6, 5, 5, 3, 5, 5, 2, 4, 2, 8, 7],
"ct" : [3, 3, 2, 2, 1, 4, 9, 0, 6, 3, 6],
"result" : "valid"
},
{
"tcId" : 1476,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "2d8a82f408b54773fa16bcaa10478bccda856f1532f55924",
"tweak" : "60ba1190480fd9b7",
"msg" : [2, 2, 9, 7, 6, 7, 4, 3, 1, 1, 7],
"ct" : [8, 1, 5, 8, 9, 1, 8, 6, 1, 2, 8],
"result" : "valid"
},
{
"tcId" : 1477,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "2d8a82f408b54773fa16bcaa10478bccda856f1532f55924",
"tweak" : "60ba1190480fd9b7",
"msg" : [3, 8, 7, 4, 4, 2, 8, 5, 6, 4, 5],
"ct" : [5, 4, 8, 0, 2, 6, 6, 9, 6, 8, 5],
"result" : "valid"
},
{
"tcId" : 1478,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "2d8a82f408b54773fa16bcaa10478bccda856f1532f55924",
"tweak" : "60ba1190480fd9b7",
"msg" : [0, 8, 4, 0, 4, 0, 2, 2, 1, 6, 5],
"ct" : [0, 1, 8, 0, 8, 5, 9, 1, 1, 6, 3],
"result" : "valid"
},
{
"tcId" : 1479,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "2d8a82f408b54773fa16bcaa10478bccda856f1532f55924",
"tweak" : "60ba1190480fd9b7",
"msg" : [1, 7, 8, 6, 7, 1, 1, 8, 5, 1, 9],
"ct" : [5, 6, 9, 6, 5, 2, 6, 9, 8, 9, 3],
"result" : "valid"
},
{
"tcId" : 1480,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "2d8a82f408b54773fa16bcaa10478bccda856f1532f55924",
"tweak" : "60ba1190480fd9b7",
"msg" : [5, 8, 8, 3, 1, 7, 9, 9, 5, 9, 6],
"ct" : [8, 9, 6, 8, 7, 4, 0, 9, 2, 3, 7],
"result" : "valid"
},
{
"tcId" : 1481,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "2d8a82f408b54773fa16bcaa10478bccda856f1532f55924",
"tweak" : "60ba1190480fd9b7",
"msg" : [6, 1, 3, 9, 7, 4, 7, 0, 9, 5, 1],
"ct" : [1, 5, 8, 6, 1, 2, 0, 8, 6, 1, 1],
"result" : "valid"
},
{
"tcId" : 1482,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "2d8a82f408b54773fa16bcaa10478bccda856f1532f55924",
"tweak" : "60ba1190480fd9b7",
"msg" : [2, 0, 2, 7, 3, 5, 8, 7, 4, 8, 4],
"ct" : [0, 5, 1, 5, 4, 7, 3, 2, 8, 6, 2],
"result" : "valid"
},
{
"tcId" : 1483,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "2d8a82f408b54773fa16bcaa10478bccda856f1532f55924",
"tweak" : "60ba1190480fd9b7",
"msg" : [4, 2, 3, 0, 5, 6, 7, 2, 0, 1, 6],
"ct" : [8, 7, 2, 1, 4, 1, 6, 8, 5, 3, 1],
"result" : "valid"
},
{
"tcId" : 1484,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "2d8a82f408b54773fa16bcaa10478bccda856f1532f55924",
"tweak" : "60ba1190480fd9b7",
"msg" : [3, 9, 7, 2, 9, 7, 7, 0, 1, 8, 2],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 1485,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "2d8a82f408b54773fa16bcaa10478bccda856f1532f55924",
"tweak" : "60ba1190480fd9b7",
"msg" : [1, 6, 4, 6, 8, 4, 2, 3, 7, 9, 1],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 1486,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "2d8a82f408b54773fa16bcaa10478bccda856f1532f55924",
"tweak" : "60ba1190480fd9b7",
"msg" : [9, 1, 2, 7, 3, 8, 6, 7, 6, 5, 6],
"ct" : [6, 5, 5, 3, 6, 5, 2, 4, 2, 8, 8],
"result" : "valid"
},
{
"tcId" : 1487,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "2d8a82f408b54773fa16bcaa10478bccda856f1532f55924",
"tweak" : "60ba1190480fd9b7",
"msg" : [4, 1, 0, 8, 7, 2, 2, 5, 9, 1, 3],
"ct" : [6, 5, 5, 3, 5, 5, 2, 4, 2, 8, 7],
"result" : "valid"
},
{
"tcId" : 1488,
"comment" : "y = 0 and (y + a) % radix**5 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "092bf9051ef5a50c6b8c6118d4596f2edcbb964daf240aa3",
"tweak" : "117567a5eaf289d2e204a62f",
"msg" : [2, 5, 3, 7, 5, 5, 4, 3, 3, 4, 2],
"ct" : [2, 1, 7, 6, 6, 3, 5, 4, 0, 1, 6],
"result" : "valid"
},
{
"tcId" : 1489,
"comment" : "y = 0 and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "092bf9051ef5a50c6b8c6118d4596f2edcbb964daf240aa3",
"tweak" : "117567a5eaf289d2e204a62f",
"msg" : [6, 6, 0, 0, 3, 7, 9, 8, 1, 0, 6],
"ct" : [1, 6, 3, 6, 4, 4, 5, 0, 1, 3, 7],
"result" : "valid"
},
{
"tcId" : 1490,
"comment" : "y = 0 and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "092bf9051ef5a50c6b8c6118d4596f2edcbb964daf240aa3",
"tweak" : "117567a5eaf289d2e204a62f",
"msg" : [1, 7, 8, 8, 8, 9, 3, 9, 6, 3, 5],
"ct" : [0, 7, 8, 8, 6, 3, 2, 7, 5, 6, 4],
"result" : "valid"
},
{
"tcId" : 1491,
"comment" : "y = 0 and (y + a) % radix**5 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "092bf9051ef5a50c6b8c6118d4596f2edcbb964daf240aa3",
"tweak" : "117567a5eaf289d2e204a62f",
"msg" : [7, 6, 4, 7, 1, 0, 2, 9, 6, 6, 4],
"ct" : [7, 8, 5, 9, 3, 6, 3, 6, 9, 3, 6],
"result" : "valid"
},
{
"tcId" : 1492,
"comment" : "y = 1 and a = 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "092bf9051ef5a50c6b8c6118d4596f2edcbb964daf240aa3",
"tweak" : "662608d6b28cc387a0ca10d9",
"msg" : [5, 5, 1, 3, 5, 7, 5, 8, 6, 2, 5],
"ct" : [0, 0, 0, 0, 1, 4, 1, 1, 7, 7, 4],
"result" : "valid"
},
{
"tcId" : 1493,
"comment" : "y = 1 and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "092bf9051ef5a50c6b8c6118d4596f2edcbb964daf240aa3",
"tweak" : "662608d6b28cc387a0ca10d9",
"msg" : [5, 4, 6, 2, 7, 0, 0, 2, 6, 5, 1],
"ct" : [0, 0, 0, 0, 2, 3, 2, 7, 1, 1, 0],
"result" : "valid"
},
{
"tcId" : 1494,
"comment" : "y = 1 and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "092bf9051ef5a50c6b8c6118d4596f2edcbb964daf240aa3",
"tweak" : "662608d6b28cc387a0ca10d9",
"msg" : [8, 5, 1, 3, 9, 8, 6, 5, 2, 6, 3],
"ct" : [6, 5, 5, 3, 7, 0, 1, 0, 5, 3, 6],
"result" : "valid"
},
{
"tcId" : 1495,
"comment" : "y = 1 and (y + a) % radix**5 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "092bf9051ef5a50c6b8c6118d4596f2edcbb964daf240aa3",
"tweak" : "662608d6b28cc387a0ca10d9",
"msg" : [1, 7, 7, 6, 3, 3, 8, 6, 1, 7, 6],
"ct" : [9, 9, 9, 9, 9, 8, 7, 0, 2, 9, 5],
"result" : "valid"
},
{
"tcId" : 1496,
"comment" : "y = 1 and (y + a) % radix**5 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "092bf9051ef5a50c6b8c6118d4596f2edcbb964daf240aa3",
"tweak" : "662608d6b28cc387a0ca10d9",
"msg" : [9, 2, 5, 5, 6, 8, 3, 6, 8, 2, 3],
"ct" : [0, 0, 0, 0, 0, 8, 3, 6, 2, 8, 8],
"result" : "valid"
},
{
"tcId" : 1497,
"comment" : "y is maximal and a = 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "092bf9051ef5a50c6b8c6118d4596f2edcbb964daf240aa3",
"tweak" : "8ca19751a3bf0b2ca89404b2",
"msg" : [4, 7, 7, 2, 1, 4, 7, 1, 9, 1, 9],
"ct" : [5, 1, 6, 1, 5, 0, 1, 9, 4, 0, 2],
"result" : "valid"
},
{
"tcId" : 1498,
"comment" : "y is maximal and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "092bf9051ef5a50c6b8c6118d4596f2edcbb964daf240aa3",
"tweak" : "8ca19751a3bf0b2ca89404b2",
"msg" : [0, 2, 6, 2, 1, 8, 5, 1, 1, 3, 0],
"ct" : [5, 1, 6, 1, 6, 0, 8, 4, 6, 5, 1],
"result" : "valid"
},
{
"tcId" : 1499,
"comment" : "y is maximal and (y + a) % radix**5 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "092bf9051ef5a50c6b8c6118d4596f2edcbb964daf240aa3",
"tweak" : "8ca19751a3bf0b2ca89404b2",
"msg" : [9, 9, 6, 6, 7, 1, 5, 8, 5, 0, 4],
"ct" : [9, 9, 9, 9, 9, 2, 6, 8, 0, 5, 7],
"result" : "valid"
},
{
"tcId" : 1500,
"comment" : "y is maximal and (y + a) % radix**5 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "092bf9051ef5a50c6b8c6118d4596f2edcbb964daf240aa3",
"tweak" : "8ca19751a3bf0b2ca89404b2",
"msg" : [5, 4, 4, 8, 7, 1, 7, 1, 5, 4, 1],
"ct" : [0, 0, 0, 0, 0, 5, 4, 5, 0, 5, 7],
"result" : "valid"
},
{
"tcId" : 1501,
"comment" : "y is maximal and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "092bf9051ef5a50c6b8c6118d4596f2edcbb964daf240aa3",
"tweak" : "8ca19751a3bf0b2ca89404b2",
"msg" : [4, 2, 1, 0, 7, 7, 3, 0, 0, 9, 9],
"ct" : [1, 7, 1, 5, 1, 0, 6, 9, 4, 0, 9],
"result" : "valid"
},
{
"tcId" : 1502,
"comment" : "y is maximal and a is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "092bf9051ef5a50c6b8c6118d4596f2edcbb964daf240aa3",
"tweak" : "8ca19751a3bf0b2ca89404b2",
"msg" : [7, 8, 6, 7, 5, 9, 9, 8, 3, 2, 0],
"ct" : [5, 1, 6, 1, 4, 6, 8, 9, 2, 0, 6],
"result" : "valid"
},
{
"tcId" : 1503,
"comment" : "y is edge case for modular reduction and a = 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "092bf9051ef5a50c6b8c6118d4596f2edcbb964daf240aa3",
"tweak" : "d90d9e7076194b126df920bd",
"msg" : [4, 9, 2, 7, 3, 7, 7, 2, 2, 1, 7],
"ct" : [7, 8, 7, 7, 4, 0, 7, 0, 6, 5, 2],
"result" : "valid"
},
{
"tcId" : 1504,
"comment" : "y is edge case for modular reduction and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "092bf9051ef5a50c6b8c6118d4596f2edcbb964daf240aa3",
"tweak" : "d90d9e7076194b126df920bd",
"msg" : [1, 0, 9, 3, 7, 4, 1, 4, 5, 4, 9],
"ct" : [2, 7, 7, 9, 1, 1, 8, 0, 6, 9, 5],
"result" : "valid"
},
{
"tcId" : 1505,
"comment" : "y is edge case for modular reduction and (y + a) % radix**5 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "092bf9051ef5a50c6b8c6118d4596f2edcbb964daf240aa3",
"tweak" : "d90d9e7076194b126df920bd",
"msg" : [4, 9, 5, 5, 5, 3, 5, 2, 9, 2, 0],
"ct" : [8, 8, 5, 8, 4, 1, 2, 7, 3, 1, 1],
"result" : "valid"
},
{
"tcId" : 1506,
"comment" : "y is edge case for modular reduction and (y + a) % radix**5 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "092bf9051ef5a50c6b8c6118d4596f2edcbb964daf240aa3",
"tweak" : "d90d9e7076194b126df920bd",
"msg" : [3, 6, 7, 9, 4, 1, 1, 5, 1, 8, 9],
"ct" : [8, 8, 5, 4, 4, 8, 8, 2, 0, 1, 1],
"result" : "valid"
},
{
"tcId" : 1507,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "092bf9051ef5a50c6b8c6118d4596f2edcbb964daf240aa3",
"tweak" : "d90d9e7076194b126df920bd",
"msg" : [0, 7, 8, 3, 3, 4, 4, 3, 7, 8, 3],
"ct" : [3, 6, 9, 5, 4, 1, 0, 8, 2, 4, 4],
"result" : "valid"
},
{
"tcId" : 1508,
"comment" : "y is edge case for modular reduction and a is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "092bf9051ef5a50c6b8c6118d4596f2edcbb964daf240aa3",
"tweak" : "d90d9e7076194b126df920bd",
"msg" : [4, 4, 4, 6, 8, 9, 8, 8, 2, 3, 1],
"ct" : [5, 3, 5, 4, 0, 5, 5, 9, 8, 4, 2],
"result" : "valid"
},
{
"tcId" : 1509,
"comment" : "y is maximal after modular reduction and (y + a) % radix**5 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "092bf9051ef5a50c6b8c6118d4596f2edcbb964daf240aa3",
"tweak" : "6670548b6476b75c4690ba73",
"msg" : [6, 6, 8, 0, 3, 0, 5, 9, 4, 5, 9],
"ct" : [8, 6, 5, 2, 8, 4, 9, 3, 0, 7, 6],
"result" : "valid"
},
{
"tcId" : 1510,
"comment" : "y is maximal after modular reduction and (y + a) % radix**5 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "092bf9051ef5a50c6b8c6118d4596f2edcbb964daf240aa3",
"tweak" : "6670548b6476b75c4690ba73",
"msg" : [6, 8, 0, 6, 2, 3, 9, 8, 6, 5, 1],
"ct" : [6, 5, 9, 3, 2, 3, 2, 6, 2, 1, 7],
"result" : "valid"
},
{
"tcId" : 1511,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "092bf9051ef5a50c6b8c6118d4596f2edcbb964daf240aa3",
"tweak" : "6670548b6476b75c4690ba73",
"msg" : [7, 6, 4, 5, 6, 6, 5, 7, 6, 7, 1],
"ct" : [9, 8, 7, 4, 8, 4, 9, 9, 7, 1, 4],
"result" : "valid"
},
{
"tcId" : 1512,
"comment" : "y is maximal after modular reduction and a is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "092bf9051ef5a50c6b8c6118d4596f2edcbb964daf240aa3",
"tweak" : "6670548b6476b75c4690ba73",
"msg" : [9, 9, 2, 7, 1, 4, 9, 4, 6, 6, 2],
"ct" : [2, 8, 3, 0, 3, 1, 2, 7, 4, 9, 1],
"result" : "valid"
},
{
"tcId" : 1513,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "dd81747a21e5de1b0fa9db957426890649f89d790877fe07",
"tweak" : "d0d85e79b79f69f7",
"msg" : [-1, 7, 3, 2, 0, 6, 4, 2, 2, 7, 6],
"ct" : [1, 4, 4, 8, 5, 9, 2, 0, 9, 0, 2],
"result" : "invalid"
},
{
"tcId" : 1514,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "dd81747a21e5de1b0fa9db957426890649f89d790877fe07",
"tweak" : "d0d85e79b79f69f7",
"msg" : [5, 7, 3, -1, 0, 6, 4, 2, 2, 7, 6],
"ct" : [6, 1, 6, 3, 8, 1, 7, 4, 6, 1, 2],
"result" : "invalid"
},
{
"tcId" : 1515,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "dd81747a21e5de1b0fa9db957426890649f89d790877fe07",
"tweak" : "d0d85e79b79f69f7",
"msg" : [5, 7, 3, 2, 0, 6, 4, 2, 2, 7, -1],
"ct" : [2, 4, 6, 8, 6, 9, 0, 6, 5, 3, 4],
"result" : "invalid"
},
{
"tcId" : 1516,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "31456eea6e1b58d91d9ddc8e68c2bd7a369c2a925a7154a9",
"tweak" : "56394daed07e1ca2",
"msg" : [10, 8, 1, 7, 7, 9, 6, 5, 3, 1, 1],
"ct" : [6, 7, 8, 4, 9, 2, 9, 1, 9, 0, 7],
"result" : "invalid"
},
{
"tcId" : 1517,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "31456eea6e1b58d91d9ddc8e68c2bd7a369c2a925a7154a9",
"tweak" : "56394daed07e1ca2",
"msg" : [8, 8, 1, 10, 7, 9, 6, 5, 3, 1, 1],
"ct" : [9, 8, 5, 7, 6, 2, 6, 9, 3, 0, 0],
"result" : "invalid"
},
{
"tcId" : 1518,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "31456eea6e1b58d91d9ddc8e68c2bd7a369c2a925a7154a9",
"tweak" : "56394daed07e1ca2",
"msg" : [8, 8, 1, 7, 7, 9, 6, 5, 3, 1, 10],
"ct" : [1, 9, 7, 8, 7, 6, 9, 6, 3, 9, 9],
"result" : "invalid"
}
]
},
{
"keySize" : 192,
"msgSize" : 12,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 1519,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "f095a5d39f0b499cef0130b4eb3bfae90253a1f30270efb5",
"tweak" : "36b5ea2cee9c08d6",
"msg" : [1, 2, 8, 5, 8, 2, 9, 6, 3, 7, 6, 1],
"ct" : [3, 6, 0, 6, 9, 5, 7, 1, 8, 6, 6, 5],
"result" : "valid"
},
{
"tcId" : 1520,
"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" : [5, 8, 2, 1, 5, 7, 1, 9, 8, 6, 9, 3],
"result" : "valid"
},
{
"tcId" : 1521,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "c44759a3f9a5010cbb35c7c9c7c470ae5d1aff3dceddeafd",
"tweak" : "8f5a4485255e9e7a",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [5, 7, 9, 0, 3, 3, 8, 2, 8, 7, 4, 6],
"result" : "valid"
},
{
"tcId" : 1522,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "c44759a3f9a5010cbb35c7c9c7c470ae5d1aff3dceddeafd",
"tweak" : "8f5a4485255e9e7a",
"msg" : [5, 2, 4, 2, 8, 8, 5, 2, 4, 2, 8, 8],
"ct" : [0, 1, 2, 6, 7, 9, 8, 9, 9, 4, 9, 5],
"result" : "valid"
},
{
"tcId" : 1523,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "c44759a3f9a5010cbb35c7c9c7c470ae5d1aff3dceddeafd",
"tweak" : "8f5a4485255e9e7a",
"msg" : [5, 2, 4, 2, 8, 7, 5, 2, 4, 2, 8, 7],
"ct" : [6, 8, 1, 7, 8, 5, 0, 7, 5, 1, 3, 0],
"result" : "valid"
},
{
"tcId" : 1524,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "c44759a3f9a5010cbb35c7c9c7c470ae5d1aff3dceddeafd",
"tweak" : "8f5a4485255e9e7a",
"msg" : [6, 3, 2, 8, 1, 6, 7, 5, 0, 2, 2, 7],
"ct" : [2, 1, 6, 5, 6, 3, 7, 2, 0, 3, 3, 6],
"result" : "valid"
},
{
"tcId" : 1525,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "c44759a3f9a5010cbb35c7c9c7c470ae5d1aff3dceddeafd",
"tweak" : "8f5a4485255e9e7a",
"msg" : [0, 9, 4, 1, 7, 5, 6, 1, 2, 6, 3, 0],
"ct" : [0, 3, 4, 1, 9, 7, 5, 9, 8, 5, 3, 3],
"result" : "valid"
},
{
"tcId" : 1526,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "c44759a3f9a5010cbb35c7c9c7c470ae5d1aff3dceddeafd",
"tweak" : "8f5a4485255e9e7a",
"msg" : [1, 8, 7, 5, 5, 1, 8, 8, 1, 5, 1, 1],
"ct" : [2, 6, 5, 1, 5, 3, 3, 2, 7, 8, 2, 2],
"result" : "valid"
},
{
"tcId" : 1527,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "c44759a3f9a5010cbb35c7c9c7c470ae5d1aff3dceddeafd",
"tweak" : "8f5a4485255e9e7a",
"msg" : [3, 1, 2, 2, 7, 0, 1, 2, 1, 1, 7, 3],
"ct" : [2, 3, 8, 1, 7, 8, 3, 3, 4, 7, 9, 9],
"result" : "valid"
},
{
"tcId" : 1528,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "c44759a3f9a5010cbb35c7c9c7c470ae5d1aff3dceddeafd",
"tweak" : "8f5a4485255e9e7a",
"msg" : [4, 8, 9, 4, 0, 7, 0, 1, 0, 4, 4, 4],
"ct" : [5, 0, 4, 1, 6, 8, 2, 7, 9, 0, 3, 5],
"result" : "valid"
},
{
"tcId" : 1529,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "c44759a3f9a5010cbb35c7c9c7c470ae5d1aff3dceddeafd",
"tweak" : "8f5a4485255e9e7a",
"msg" : [5, 4, 8, 9, 5, 5, 3, 1, 5, 4, 5, 1],
"ct" : [7, 5, 7, 4, 2, 9, 6, 3, 3, 5, 0, 6],
"result" : "valid"
},
{
"tcId" : 1530,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "c44759a3f9a5010cbb35c7c9c7c470ae5d1aff3dceddeafd",
"tweak" : "8f5a4485255e9e7a",
"msg" : [5, 8, 1, 9, 0, 8, 6, 2, 1, 7, 9, 8],
"ct" : [9, 3, 5, 5, 5, 6, 5, 5, 7, 6, 3, 6],
"result" : "valid"
},
{
"tcId" : 1531,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "c44759a3f9a5010cbb35c7c9c7c470ae5d1aff3dceddeafd",
"tweak" : "8f5a4485255e9e7a",
"msg" : [8, 8, 5, 9, 1, 4, 8, 8, 5, 4, 3, 1],
"ct" : [1, 0, 1, 4, 5, 2, 4, 7, 6, 0, 2, 3],
"result" : "valid"
},
{
"tcId" : 1532,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "c44759a3f9a5010cbb35c7c9c7c470ae5d1aff3dceddeafd",
"tweak" : "8f5a4485255e9e7a",
"msg" : [7, 5, 1, 5, 2, 3, 3, 9, 6, 2, 3, 5],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 1533,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "c44759a3f9a5010cbb35c7c9c7c470ae5d1aff3dceddeafd",
"tweak" : "8f5a4485255e9e7a",
"msg" : [3, 5, 9, 7, 3, 2, 9, 9, 4, 2, 7, 7],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 1534,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "c44759a3f9a5010cbb35c7c9c7c470ae5d1aff3dceddeafd",
"tweak" : "8f5a4485255e9e7a",
"msg" : [4, 4, 5, 9, 8, 6, 5, 0, 3, 4, 5, 4],
"ct" : [5, 2, 4, 2, 8, 8, 5, 2, 4, 2, 8, 8],
"result" : "valid"
},
{
"tcId" : 1535,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "c44759a3f9a5010cbb35c7c9c7c470ae5d1aff3dceddeafd",
"tweak" : "8f5a4485255e9e7a",
"msg" : [1, 1, 5, 7, 2, 0, 3, 5, 6, 8, 7, 5],
"ct" : [5, 2, 4, 2, 8, 7, 5, 2, 4, 2, 8, 7],
"result" : "valid"
},
{
"tcId" : 1536,
"comment" : "y = 0 and (y + a) % radix**6 == 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "b87921481252dee6c5917131e239a7e970010043b8ef047a",
"tweak" : "3414f4cc1f90095f60340541",
"msg" : [3, 5, 3, 1, 7, 5, 5, 6, 3, 0, 5, 0],
"ct" : [0, 9, 6, 1, 1, 5, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 1537,
"comment" : "y = 0 and a = 1 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "b87921481252dee6c5917131e239a7e970010043b8ef047a",
"tweak" : "3414f4cc1f90095f60340541",
"msg" : [2, 3, 9, 1, 3, 7, 9, 5, 4, 2, 5, 9],
"ct" : [0, 9, 6, 1, 1, 5, 0, 0, 0, 0, 0, 1],
"result" : "valid"
},
{
"tcId" : 1538,
"comment" : "y = 0 and a has large Hamming weight in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "b87921481252dee6c5917131e239a7e970010043b8ef047a",
"tweak" : "3414f4cc1f90095f60340541",
"msg" : [5, 5, 6, 7, 0, 6, 7, 0, 4, 8, 8, 2],
"ct" : [0, 9, 6, 1, 1, 5, 5, 2, 4, 2, 8, 8],
"result" : "valid"
},
{
"tcId" : 1539,
"comment" : "y = 0 and (y + a) % radix**6 is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "b87921481252dee6c5917131e239a7e970010043b8ef047a",
"tweak" : "3414f4cc1f90095f60340541",
"msg" : [7, 5, 2, 7, 7, 6, 0, 8, 9, 3, 6, 6],
"ct" : [0, 9, 6, 1, 1, 5, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 1540,
"comment" : "y = 1 and a = 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "b87921481252dee6c5917131e239a7e970010043b8ef047a",
"tweak" : "1c34bd23b1831f48a4a67952",
"msg" : [1, 2, 6, 1, 6, 9, 0, 0, 5, 8, 2, 1],
"ct" : [0, 0, 0, 0, 0, 1, 6, 7, 5, 0, 9, 0],
"result" : "valid"
},
{
"tcId" : 1541,
"comment" : "y = 1 and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "b87921481252dee6c5917131e239a7e970010043b8ef047a",
"tweak" : "1c34bd23b1831f48a4a67952",
"msg" : [0, 7, 4, 9, 8, 9, 3, 1, 5, 9, 1, 0],
"ct" : [0, 0, 0, 0, 0, 2, 3, 7, 4, 8, 0, 0],
"result" : "valid"
},
{
"tcId" : 1542,
"comment" : "y = 1 and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "b87921481252dee6c5917131e239a7e970010043b8ef047a",
"tweak" : "1c34bd23b1831f48a4a67952",
"msg" : [4, 6, 8, 3, 1, 8, 6, 1, 5, 5, 6, 5],
"ct" : [5, 2, 4, 2, 8, 9, 3, 8, 3, 4, 0, 7],
"result" : "valid"
},
{
"tcId" : 1543,
"comment" : "y = 1 and (y + a) % radix**6 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "b87921481252dee6c5917131e239a7e970010043b8ef047a",
"tweak" : "1c34bd23b1831f48a4a67952",
"msg" : [4, 4, 1, 6, 4, 0, 1, 0, 0, 6, 7, 9],
"ct" : [9, 9, 9, 9, 9, 9, 2, 7, 0, 1, 7, 4],
"result" : "valid"
},
{
"tcId" : 1544,
"comment" : "y = 1 and (y + a) % radix**6 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "b87921481252dee6c5917131e239a7e970010043b8ef047a",
"tweak" : "1c34bd23b1831f48a4a67952",
"msg" : [7, 7, 6, 3, 5, 6, 3, 1, 4, 8, 5, 5],
"ct" : [0, 0, 0, 0, 0, 0, 1, 7, 9, 5, 0, 5],
"result" : "valid"
},
{
"tcId" : 1545,
"comment" : "y is maximal and a = 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "b87921481252dee6c5917131e239a7e970010043b8ef047a",
"tweak" : "27c2599dd332ec8f3f95f06b",
"msg" : [9, 1, 0, 1, 3, 4, 8, 7, 0, 6, 4, 5],
"ct" : [7, 2, 2, 4, 9, 2, 5, 5, 1, 6, 1, 5],
"result" : "valid"
},
{
"tcId" : 1546,
"comment" : "y is maximal and a = 1 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "b87921481252dee6c5917131e239a7e970010043b8ef047a",
"tweak" : "27c2599dd332ec8f3f95f06b",
"msg" : [5, 7, 3, 6, 6, 2, 1, 6, 1, 5, 3, 4],
"ct" : [7, 2, 2, 4, 9, 2, 5, 5, 1, 6, 1, 6],
"result" : "valid"
},
{
"tcId" : 1547,
"comment" : "y is maximal and (y + a) % radix**6 is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "b87921481252dee6c5917131e239a7e970010043b8ef047a",
"tweak" : "27c2599dd332ec8f3f95f06b",
"msg" : [2, 6, 5, 0, 1, 8, 8, 2, 7, 0, 7, 8],
"ct" : [7, 2, 2, 4, 9, 2, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 1548,
"comment" : "y is maximal and (y + a) % radix**6 == 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "b87921481252dee6c5917131e239a7e970010043b8ef047a",
"tweak" : "27c2599dd332ec8f3f95f06b",
"msg" : [1, 4, 0, 4, 4, 6, 3, 7, 6, 7, 6, 9],
"ct" : [7, 2, 2, 4, 9, 2, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 1549,
"comment" : "y is maximal and a has large Hamming weight in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "b87921481252dee6c5917131e239a7e970010043b8ef047a",
"tweak" : "27c2599dd332ec8f3f95f06b",
"msg" : [3, 3, 8, 8, 4, 5, 8, 6, 7, 7, 9, 4],
"ct" : [7, 2, 2, 4, 9, 2, 0, 7, 5, 9, 0, 3],
"result" : "valid"
},
{
"tcId" : 1550,
"comment" : "y is maximal and a is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "b87921481252dee6c5917131e239a7e970010043b8ef047a",
"tweak" : "27c2599dd332ec8f3f95f06b",
"msg" : [4, 2, 5, 4, 7, 4, 2, 0, 0, 3, 1, 3],
"ct" : [7, 2, 2, 4, 9, 2, 5, 5, 1, 6, 1, 4],
"result" : "valid"
},
{
"tcId" : 1551,
"comment" : "y is edge case for modular reduction and a = 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "b87921481252dee6c5917131e239a7e970010043b8ef047a",
"tweak" : "befd5ae5b186547b9403734e",
"msg" : [0, 0, 0, 0, 0, 0, 7, 5, 3, 5, 4, 7],
"ct" : [5, 6, 6, 1, 0, 4, 1, 7, 4, 4, 3, 7],
"result" : "valid"
},
{
"tcId" : 1552,
"comment" : "y is edge case for modular reduction and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "b87921481252dee6c5917131e239a7e970010043b8ef047a",
"tweak" : "befd5ae5b186547b9403734e",
"msg" : [0, 0, 0, 0, 0, 1, 7, 5, 3, 5, 4, 7],
"ct" : [0, 7, 3, 3, 0, 9, 8, 6, 1, 7, 9, 3],
"result" : "valid"
},
{
"tcId" : 1553,
"comment" : "y is edge case for modular reduction and (y + a) % radix**6 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "b87921481252dee6c5917131e239a7e970010043b8ef047a",
"tweak" : "befd5ae5b186547b9403734e",
"msg" : [4, 4, 8, 3, 8, 9, 7, 5, 3, 5, 4, 7],
"ct" : [2, 5, 0, 8, 9, 7, 0, 5, 7, 1, 6, 1],
"result" : "valid"
},
{
"tcId" : 1554,
"comment" : "y is edge case for modular reduction and (y + a) % radix**6 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "b87921481252dee6c5917131e239a7e970010043b8ef047a",
"tweak" : "befd5ae5b186547b9403734e",
"msg" : [4, 4, 8, 3, 9, 0, 7, 5, 3, 5, 4, 7],
"ct" : [0, 7, 0, 7, 1, 8, 6, 5, 3, 7, 2, 7],
"result" : "valid"
},
{
"tcId" : 1555,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "b87921481252dee6c5917131e239a7e970010043b8ef047a",
"tweak" : "befd5ae5b186547b9403734e",
"msg" : [5, 2, 4, 2, 8, 8, 7, 5, 3, 5, 4, 7],
"ct" : [5, 8, 8, 0, 5, 6, 1, 0, 9, 5, 8, 2],
"result" : "valid"
},
{
"tcId" : 1556,
"comment" : "y is edge case for modular reduction and a is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "b87921481252dee6c5917131e239a7e970010043b8ef047a",
"tweak" : "befd5ae5b186547b9403734e",
"msg" : [9, 9, 9, 9, 9, 9, 7, 5, 3, 5, 4, 7],
"ct" : [0, 5, 2, 2, 8, 6, 4, 1, 3, 3, 6, 2],
"result" : "valid"
},
{
"tcId" : 1557,
"comment" : "y is maximal after modular reduction and (y + a) % radix**6 is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "b87921481252dee6c5917131e239a7e970010043b8ef047a",
"tweak" : "05fb36c277ada51396001c83",
"msg" : [6, 1, 3, 1, 2, 9, 2, 1, 8, 4, 4, 3],
"ct" : [3, 2, 8, 5, 1, 5, 2, 7, 3, 0, 5, 2],
"result" : "valid"
},
{
"tcId" : 1558,
"comment" : "y is maximal after modular reduction and (y + a) % radix**6 == 0 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "b87921481252dee6c5917131e239a7e970010043b8ef047a",
"tweak" : "05fb36c277ada51396001c83",
"msg" : [0, 1, 2, 9, 2, 2, 5, 5, 7, 2, 3, 7],
"ct" : [4, 0, 3, 0, 0, 5, 0, 6, 0, 0, 2, 3],
"result" : "valid"
},
{
"tcId" : 1559,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "b87921481252dee6c5917131e239a7e970010043b8ef047a",
"tweak" : "05fb36c277ada51396001c83",
"msg" : [4, 7, 6, 1, 9, 4, 9, 2, 8, 9, 4, 5],
"ct" : [3, 1, 2, 4, 8, 8, 4, 4, 3, 0, 5, 3],
"result" : "valid"
},
{
"tcId" : 1560,
"comment" : "y is maximal after modular reduction and a is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "b87921481252dee6c5917131e239a7e970010043b8ef047a",
"tweak" : "05fb36c277ada51396001c83",
"msg" : [3, 7, 5, 6, 9, 0, 3, 3, 1, 3, 1, 0],
"ct" : [6, 4, 5, 2, 9, 8, 1, 1, 7, 8, 8, 2],
"result" : "valid"
},
{
"tcId" : 1561,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "dc7952cb430a0f36a83b3361821e7e3232b8fc5cabd1cf7f",
"tweak" : "1f8dcd3dd4e01cbd",
"msg" : [-1, 7, 5, 3, 7, 0, 5, 7, 9, 1, 1, 1],
"ct" : [6, 4, 2, 6, 7, 5, 9, 1, 0, 2, 9, 9],
"result" : "invalid"
},
{
"tcId" : 1562,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "dc7952cb430a0f36a83b3361821e7e3232b8fc5cabd1cf7f",
"tweak" : "1f8dcd3dd4e01cbd",
"msg" : [7, 7, 5, 3, -1, 0, 5, 7, 9, 1, 1, 1],
"ct" : [8, 1, 7, 9, 6, 7, 2, 6, 8, 3, 7, 9],
"result" : "invalid"
},
{
"tcId" : 1563,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "dc7952cb430a0f36a83b3361821e7e3232b8fc5cabd1cf7f",
"tweak" : "1f8dcd3dd4e01cbd",
"msg" : [7, 7, 5, 3, 7, 0, 5, 7, 9, 1, 1, -1],
"ct" : [2, 9, 6, 0, 6, 2, 0, 6, 6, 0, 6, 1],
"result" : "invalid"
},
{
"tcId" : 1564,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "07ff8e05c50269d749f6c70dc50416b97081d97c9b87cb67",
"tweak" : "00c423ee70ec6d83",
"msg" : [10, 0, 2, 6, 0, 0, 3, 5, 4, 0, 6, 6],
"ct" : [3, 2, 1, 6, 5, 7, 2, 3, 1, 0, 8, 7],
"result" : "invalid"
},
{
"tcId" : 1565,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "07ff8e05c50269d749f6c70dc50416b97081d97c9b87cb67",
"tweak" : "00c423ee70ec6d83",
"msg" : [2, 0, 2, 6, 10, 0, 3, 5, 4, 0, 6, 6],
"ct" : [4, 2, 5, 2, 9, 7, 3, 9, 0, 4, 9, 6],
"result" : "invalid"
},
{
"tcId" : 1566,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "07ff8e05c50269d749f6c70dc50416b97081d97c9b87cb67",
"tweak" : "00c423ee70ec6d83",
"msg" : [2, 0, 2, 6, 0, 0, 3, 5, 4, 0, 6, 10],
"ct" : [5, 0, 6, 3, 6, 0, 2, 2, 0, 5, 7, 9],
"result" : "invalid"
}
]
},
{
"keySize" : 192,
"msgSize" : 13,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 1567,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "2b36e8a149dbee09bdfc43feaab6aa2d22f6b46b5a967013",
"tweak" : "506f5152883327d6",
"msg" : [4, 3, 4, 0, 5, 7, 4, 7, 7, 8, 8, 2, 9],
"ct" : [3, 9, 4, 7, 2, 2, 6, 9, 2, 6, 5, 9, 7],
"result" : "valid"
},
{
"tcId" : 1568,
"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" : [4, 0, 3, 5, 0, 8, 1, 6, 8, 8, 5, 4, 0],
"result" : "valid"
},
{
"tcId" : 1569,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "2f585639e28c4f1f5c5aa7ff5302f66893103019eaebcf52",
"tweak" : "6512674893abe1ba",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [5, 0, 7, 1, 4, 5, 9, 7, 4, 7, 5, 7, 4],
"result" : "valid"
},
{
"tcId" : 1570,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "2f585639e28c4f1f5c5aa7ff5302f66893103019eaebcf52",
"tweak" : "6512674893abe1ba",
"msg" : [5, 2, 4, 2, 8, 8, 8, 3, 8, 8, 6, 0, 8],
"ct" : [5, 4, 0, 5, 2, 3, 9, 2, 6, 0, 1, 6, 4],
"result" : "valid"
},
{
"tcId" : 1571,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "2f585639e28c4f1f5c5aa7ff5302f66893103019eaebcf52",
"tweak" : "6512674893abe1ba",
"msg" : [5, 2, 4, 2, 8, 7, 8, 3, 8, 8, 6, 0, 7],
"ct" : [1, 5, 1, 1, 0, 4, 6, 1, 1, 1, 5, 8, 0],
"result" : "valid"
},
{
"tcId" : 1572,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "2f585639e28c4f1f5c5aa7ff5302f66893103019eaebcf52",
"tweak" : "6512674893abe1ba",
"msg" : [1, 0, 9, 9, 5, 9, 7, 2, 8, 2, 4, 0, 4],
"ct" : [9, 2, 7, 3, 8, 5, 2, 4, 9, 5, 7, 1, 3],
"result" : "valid"
},
{
"tcId" : 1573,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "2f585639e28c4f1f5c5aa7ff5302f66893103019eaebcf52",
"tweak" : "6512674893abe1ba",
"msg" : [4, 1, 8, 2, 8, 3, 9, 3, 4, 8, 1, 2, 1],
"ct" : [9, 0, 0, 3, 7, 4, 7, 9, 3, 5, 3, 9, 3],
"result" : "valid"
},
{
"tcId" : 1574,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "2f585639e28c4f1f5c5aa7ff5302f66893103019eaebcf52",
"tweak" : "6512674893abe1ba",
"msg" : [0, 3, 9, 6, 1, 5, 0, 1, 4, 8, 3, 9, 1],
"ct" : [4, 4, 0, 7, 3, 2, 9, 5, 3, 3, 9, 5, 8],
"result" : "valid"
},
{
"tcId" : 1575,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "2f585639e28c4f1f5c5aa7ff5302f66893103019eaebcf52",
"tweak" : "6512674893abe1ba",
"msg" : [7, 4, 0, 0, 6, 8, 0, 6, 7, 7, 6, 4, 0],
"ct" : [2, 7, 2, 5, 1, 3, 5, 2, 7, 5, 9, 3, 9],
"result" : "valid"
},
{
"tcId" : 1576,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "2f585639e28c4f1f5c5aa7ff5302f66893103019eaebcf52",
"tweak" : "6512674893abe1ba",
"msg" : [0, 2, 5, 3, 3, 9, 8, 7, 1, 8, 1, 5, 7],
"ct" : [7, 0, 7, 1, 6, 5, 7, 0, 4, 2, 5, 9, 3],
"result" : "valid"
},
{
"tcId" : 1577,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "2f585639e28c4f1f5c5aa7ff5302f66893103019eaebcf52",
"tweak" : "6512674893abe1ba",
"msg" : [8, 3, 2, 7, 1, 0, 3, 0, 8, 2, 9, 1, 1],
"ct" : [6, 1, 2, 7, 1, 0, 7, 2, 6, 7, 4, 8, 1],
"result" : "valid"
},
{
"tcId" : 1578,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "2f585639e28c4f1f5c5aa7ff5302f66893103019eaebcf52",
"tweak" : "6512674893abe1ba",
"msg" : [1, 2, 6, 3, 0, 0, 9, 8, 6, 7, 7, 4, 8],
"ct" : [4, 3, 3, 2, 0, 3, 8, 8, 3, 7, 9, 5, 8],
"result" : "valid"
},
{
"tcId" : 1579,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "2f585639e28c4f1f5c5aa7ff5302f66893103019eaebcf52",
"tweak" : "6512674893abe1ba",
"msg" : [5, 7, 8, 4, 0, 0, 7, 4, 9, 1, 6, 2, 8],
"ct" : [3, 0, 8, 7, 7, 2, 7, 8, 5, 6, 7, 9, 5],
"result" : "valid"
},
{
"tcId" : 1580,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "2f585639e28c4f1f5c5aa7ff5302f66893103019eaebcf52",
"tweak" : "6512674893abe1ba",
"msg" : [0, 6, 4, 6, 5, 7, 6, 5, 5, 1, 3, 7, 3],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 1581,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "2f585639e28c4f1f5c5aa7ff5302f66893103019eaebcf52",
"tweak" : "6512674893abe1ba",
"msg" : [8, 2, 9, 3, 1, 0, 9, 9, 0, 3, 5, 7, 5],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 1582,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "2f585639e28c4f1f5c5aa7ff5302f66893103019eaebcf52",
"tweak" : "6512674893abe1ba",
"msg" : [2, 3, 2, 1, 8, 1, 0, 1, 0, 6, 4, 2, 4],
"ct" : [5, 2, 4, 2, 8, 8, 8, 3, 8, 8, 6, 0, 8],
"result" : "valid"
},
{
"tcId" : 1583,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "2f585639e28c4f1f5c5aa7ff5302f66893103019eaebcf52",
"tweak" : "6512674893abe1ba",
"msg" : [3, 0, 2, 8, 3, 1, 6, 1, 8, 8, 0, 5, 1],
"ct" : [5, 2, 4, 2, 8, 7, 8, 3, 8, 8, 6, 0, 7],
"result" : "valid"
},
{
"tcId" : 1584,
"comment" : "y = 0 and (y + a) % radix**6 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "17ffee64e8c82cbf8509c89c1c5f9a5b8a139bf95bfaa728",
"tweak" : "ef0977c0cadced642f7cdfd2",
"msg" : [2, 3, 5, 0, 5, 2, 5, 1, 3, 8, 9, 7, 3],
"ct" : [0, 0, 0, 0, 0, 0, 5, 9, 4, 6, 6, 0, 6],
"result" : "valid"
},
{
"tcId" : 1585,
"comment" : "y = 0 and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "17ffee64e8c82cbf8509c89c1c5f9a5b8a139bf95bfaa728",
"tweak" : "ef0977c0cadced642f7cdfd2",
"msg" : [2, 3, 5, 5, 5, 7, 9, 1, 6, 1, 9, 6, 1],
"ct" : [0, 0, 0, 0, 0, 1, 1, 6, 4, 9, 2, 9, 2],
"result" : "valid"
},
{
"tcId" : 1586,
"comment" : "y = 0 and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "17ffee64e8c82cbf8509c89c1c5f9a5b8a139bf95bfaa728",
"tweak" : "ef0977c0cadced642f7cdfd2",
"msg" : [1, 5, 2, 5, 7, 7, 0, 5, 5, 3, 1, 7, 3],
"ct" : [5, 2, 4, 2, 8, 8, 0, 1, 3, 2, 0, 0, 8],
"result" : "valid"
},
{
"tcId" : 1587,
"comment" : "y = 0 and (y + a) % radix**6 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "17ffee64e8c82cbf8509c89c1c5f9a5b8a139bf95bfaa728",
"tweak" : "ef0977c0cadced642f7cdfd2",
"msg" : [6, 1, 9, 1, 2, 1, 7, 5, 5, 1, 7, 0, 7],
"ct" : [9, 9, 9, 9, 9, 9, 8, 8, 2, 3, 6, 2, 1],
"result" : "valid"
},
{
"tcId" : 1588,
"comment" : "y = 1 and a = 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "17ffee64e8c82cbf8509c89c1c5f9a5b8a139bf95bfaa728",
"tweak" : "19844803572e02ba591d1428",
"msg" : [3, 5, 1, 1, 9, 3, 5, 1, 6, 0, 1, 3, 8],
"ct" : [4, 8, 8, 7, 6, 1, 1, 1, 7, 6, 4, 4, 2],
"result" : "valid"
},
{
"tcId" : 1589,
"comment" : "y = 1 and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "17ffee64e8c82cbf8509c89c1c5f9a5b8a139bf95bfaa728",
"tweak" : "19844803572e02ba591d1428",
"msg" : [0, 3, 7, 6, 5, 7, 1, 7, 7, 1, 1, 7, 9],
"ct" : [0, 0, 4, 7, 7, 0, 1, 5, 0, 7, 3, 2, 4],
"result" : "valid"
},
{
"tcId" : 1590,
"comment" : "y = 1 and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "17ffee64e8c82cbf8509c89c1c5f9a5b8a139bf95bfaa728",
"tweak" : "19844803572e02ba591d1428",
"msg" : [0, 5, 1, 5, 4, 2, 8, 1, 7, 4, 7, 7, 7],
"ct" : [6, 8, 2, 4, 6, 9, 1, 4, 0, 2, 7, 3, 4],
"result" : "valid"
},
{
"tcId" : 1591,
"comment" : "y = 1 and (y + a) % radix**6 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "17ffee64e8c82cbf8509c89c1c5f9a5b8a139bf95bfaa728",
"tweak" : "19844803572e02ba591d1428",
"msg" : [2, 2, 2, 3, 4, 2, 6, 8, 3, 5, 1, 4, 3],
"ct" : [5, 0, 6, 5, 4, 1, 0, 8, 1, 5, 5, 6, 8],
"result" : "valid"
},
{
"tcId" : 1592,
"comment" : "y = 1 and (y + a) % radix**6 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "17ffee64e8c82cbf8509c89c1c5f9a5b8a139bf95bfaa728",
"tweak" : "19844803572e02ba591d1428",
"msg" : [4, 0, 3, 7, 3, 7, 1, 4, 0, 4, 8, 8, 3],
"ct" : [1, 6, 9, 8, 9, 6, 3, 5, 6, 9, 3, 5, 3],
"result" : "valid"
},
{
"tcId" : 1593,
"comment" : "y is maximal and a = 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "17ffee64e8c82cbf8509c89c1c5f9a5b8a139bf95bfaa728",
"tweak" : "d4abaa7b9e5ed13cdd35604d",
"msg" : [0, 9, 0, 5, 2, 1, 6, 0, 3, 6, 6, 0, 9],
"ct" : [1, 3, 9, 6, 8, 0, 8, 3, 3, 2, 3, 1, 0],
"result" : "valid"
},
{
"tcId" : 1594,
"comment" : "y is maximal and a = 1 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "17ffee64e8c82cbf8509c89c1c5f9a5b8a139bf95bfaa728",
"tweak" : "d4abaa7b9e5ed13cdd35604d",
"msg" : [8, 7, 3, 3, 4, 3, 1, 9, 0, 2, 6, 7, 9],
"ct" : [4, 6, 1, 0, 9, 7, 5, 2, 5, 0, 6, 1, 0],
"result" : "valid"
},
{
"tcId" : 1595,
"comment" : "y is maximal and (y + a) % radix**6 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "17ffee64e8c82cbf8509c89c1c5f9a5b8a139bf95bfaa728",
"tweak" : "d4abaa7b9e5ed13cdd35604d",
"msg" : [0, 7, 3, 0, 2, 7, 8, 0, 2, 2, 9, 0, 9],
"ct" : [2, 4, 7, 0, 0, 4, 2, 6, 7, 1, 6, 5, 1],
"result" : "valid"
},
{
"tcId" : 1596,
"comment" : "y is maximal and (y + a) % radix**6 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "17ffee64e8c82cbf8509c89c1c5f9a5b8a139bf95bfaa728",
"tweak" : "d4abaa7b9e5ed13cdd35604d",
"msg" : [5, 3, 1, 2, 3, 2, 8, 4, 9, 3, 8, 5, 5],
"ct" : [5, 4, 0, 9, 8, 6, 4, 4, 2, 5, 5, 0, 7],
"result" : "valid"
},
{
"tcId" : 1597,
"comment" : "y is maximal and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "17ffee64e8c82cbf8509c89c1c5f9a5b8a139bf95bfaa728",
"tweak" : "d4abaa7b9e5ed13cdd35604d",
"msg" : [1, 7, 5, 5, 3, 3, 7, 3, 4, 3, 7, 3, 9],
"ct" : [8, 5, 7, 4, 5, 5, 1, 4, 7, 1, 0, 8, 2],
"result" : "valid"
},
{
"tcId" : 1598,
"comment" : "y is maximal and a is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "17ffee64e8c82cbf8509c89c1c5f9a5b8a139bf95bfaa728",
"tweak" : "d4abaa7b9e5ed13cdd35604d",
"msg" : [1, 8, 3, 2, 3, 8, 9, 5, 4, 8, 7, 0, 7],
"ct" : [3, 4, 2, 1, 0, 8, 8, 1, 5, 4, 2, 9, 7],
"result" : "valid"
},
{
"tcId" : 1599,
"comment" : "y is edge case for modular reduction and a = 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "17ffee64e8c82cbf8509c89c1c5f9a5b8a139bf95bfaa728",
"tweak" : "40cc7e615db8bed91495c1f0",
"msg" : [2, 9, 9, 8, 6, 9, 9, 9, 8, 4, 6, 5, 2],
"ct" : [5, 5, 1, 6, 1, 0, 7, 4, 3, 4, 5, 4, 4],
"result" : "valid"
},
{
"tcId" : 1600,
"comment" : "y is edge case for modular reduction and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "17ffee64e8c82cbf8509c89c1c5f9a5b8a139bf95bfaa728",
"tweak" : "40cc7e615db8bed91495c1f0",
"msg" : [0, 0, 5, 0, 8, 5, 2, 7, 1, 7, 7, 4, 2],
"ct" : [5, 5, 1, 6, 1, 1, 2, 2, 1, 7, 5, 9, 1],
"result" : "valid"
},
{
"tcId" : 1601,
"comment" : "y is edge case for modular reduction and (y + a) % radix**6 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "17ffee64e8c82cbf8509c89c1c5f9a5b8a139bf95bfaa728",
"tweak" : "40cc7e615db8bed91495c1f0",
"msg" : [5, 1, 3, 7, 5, 6, 4, 5, 1, 7, 9, 3, 2],
"ct" : [9, 9, 9, 9, 9, 9, 5, 6, 3, 2, 3, 6, 5],
"result" : "valid"
},
{
"tcId" : 1602,
"comment" : "y is edge case for modular reduction and (y + a) % radix**6 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "17ffee64e8c82cbf8509c89c1c5f9a5b8a139bf95bfaa728",
"tweak" : "40cc7e615db8bed91495c1f0",
"msg" : [3, 0, 2, 2, 7, 4, 0, 4, 0, 3, 4, 5, 1],
"ct" : [0, 0, 0, 0, 0, 0, 1, 6, 8, 5, 9, 6, 0],
"result" : "valid"
},
{
"tcId" : 1603,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "17ffee64e8c82cbf8509c89c1c5f9a5b8a139bf95bfaa728",
"tweak" : "40cc7e615db8bed91495c1f0",
"msg" : [9, 8, 6, 3, 7, 8, 1, 9, 5, 9, 7, 4, 7],
"ct" : [0, 7, 5, 8, 9, 8, 8, 3, 8, 6, 8, 8, 5],
"result" : "valid"
},
{
"tcId" : 1604,
"comment" : "y is edge case for modular reduction and a is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "17ffee64e8c82cbf8509c89c1c5f9a5b8a139bf95bfaa728",
"tweak" : "40cc7e615db8bed91495c1f0",
"msg" : [1, 5, 0, 8, 1, 2, 7, 6, 5, 1, 4, 6, 3],
"ct" : [5, 5, 1, 6, 0, 9, 8, 5, 3, 5, 8, 8, 9],
"result" : "valid"
},
{
"tcId" : 1605,
"comment" : "y is maximal after modular reduction and (y + a) % radix**6 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "17ffee64e8c82cbf8509c89c1c5f9a5b8a139bf95bfaa728",
"tweak" : "52c95d8c1cbdb2539ee48fdb",
"msg" : [5, 7, 6, 1, 2, 4, 9, 8, 9, 5, 5, 8, 5],
"ct" : [8, 0, 3, 5, 4, 4, 4, 1, 9, 3, 2, 5, 7],
"result" : "valid"
},
{
"tcId" : 1606,
"comment" : "y is maximal after modular reduction and (y + a) % radix**6 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "17ffee64e8c82cbf8509c89c1c5f9a5b8a139bf95bfaa728",
"tweak" : "52c95d8c1cbdb2539ee48fdb",
"msg" : [8, 1, 2, 7, 0, 4, 2, 4, 8, 0, 0, 1, 9],
"ct" : [2, 1, 4, 0, 6, 5, 4, 5, 6, 7, 1, 4, 5],
"result" : "valid"
},
{
"tcId" : 1607,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "17ffee64e8c82cbf8509c89c1c5f9a5b8a139bf95bfaa728",
"tweak" : "52c95d8c1cbdb2539ee48fdb",
"msg" : [9, 4, 4, 5, 9, 9, 8, 8, 8, 9, 6, 1, 0],
"ct" : [1, 5, 1, 5, 5, 4, 0, 2, 1, 6, 1, 4, 6],
"result" : "valid"
},
{
"tcId" : 1608,
"comment" : "y is maximal after modular reduction and a is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "17ffee64e8c82cbf8509c89c1c5f9a5b8a139bf95bfaa728",
"tweak" : "52c95d8c1cbdb2539ee48fdb",
"msg" : [6, 9, 8, 2, 4, 7, 8, 7, 8, 1, 0, 5, 0],
"ct" : [5, 3, 0, 4, 9, 0, 7, 9, 7, 8, 0, 1, 1],
"result" : "valid"
},
{
"tcId" : 1609,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "41b66fccbe91dcec1c918f4857177869a5ae99d40d71ab0f",
"tweak" : "bd80cf69edccc86d",
"msg" : [-1, 9, 8, 1, 2, 7, 2, 2, 1, 6, 9, 0, 7],
"ct" : [3, 7, 3, 5, 5, 0, 4, 9, 2, 4, 7, 7, 6],
"result" : "invalid"
},
{
"tcId" : 1610,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "41b66fccbe91dcec1c918f4857177869a5ae99d40d71ab0f",
"tweak" : "bd80cf69edccc86d",
"msg" : [8, 9, 8, 1, -1, 7, 2, 2, 1, 6, 9, 0, 7],
"ct" : [0, 6, 8, 5, 3, 0, 1, 9, 8, 1, 4, 0, 6],
"result" : "invalid"
},
{
"tcId" : 1611,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "41b66fccbe91dcec1c918f4857177869a5ae99d40d71ab0f",
"tweak" : "bd80cf69edccc86d",
"msg" : [8, 9, 8, 1, 2, 7, 2, 2, 1, 6, 9, 0, -1],
"ct" : [9, 6, 9, 2, 7, 2, 9, 9, 7, 8, 0, 9, 9],
"result" : "invalid"
},
{
"tcId" : 1612,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "fe11bd9bade9a77d2abc7543ccd06b9237b27d69f6018df5",
"tweak" : "35ab449cac844248",
"msg" : [10, 6, 7, 1, 8, 0, 9, 2, 8, 8, 0, 5, 9],
"ct" : [8, 9, 2, 3, 1, 1, 1, 4, 2, 8, 5, 1, 0],
"result" : "invalid"
},
{
"tcId" : 1613,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "fe11bd9bade9a77d2abc7543ccd06b9237b27d69f6018df5",
"tweak" : "35ab449cac844248",
"msg" : [4, 6, 7, 1, 10, 0, 9, 2, 8, 8, 0, 5, 9],
"ct" : [8, 7, 8, 9, 0, 2, 9, 3, 5, 1, 5, 8, 3],
"result" : "invalid"
},
{
"tcId" : 1614,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "fe11bd9bade9a77d2abc7543ccd06b9237b27d69f6018df5",
"tweak" : "35ab449cac844248",
"msg" : [4, 6, 7, 1, 8, 0, 9, 2, 8, 8, 0, 5, 10],
"ct" : [0, 0, 8, 3, 2, 2, 0, 2, 7, 4, 0, 0, 8],
"result" : "invalid"
}
]
},
{
"keySize" : 192,
"msgSize" : 14,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 1615,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "4a9421ed0d8105f41f06225c61a861adc98d34d2700dfd63",
"tweak" : "6f60cf632424685f",
"msg" : [8, 8, 3, 3, 2, 4, 2, 5, 1, 2, 4, 5, 8, 9],
"ct" : [6, 4, 4, 2, 5, 1, 2, 2, 6, 6, 1, 7, 1, 1],
"result" : "valid"
},
{
"tcId" : 1616,
"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" : [7, 8, 8, 5, 3, 2, 4, 8, 5, 5, 5, 1, 2, 6],
"result" : "valid"
},
{
"tcId" : 1617,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "bf06988e3a766872c5eb7df74db8ce8824d4b6ef4fc6613f",
"tweak" : "78ed1f1221af7407",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [0, 3, 7, 7, 8, 8, 0, 6, 8, 9, 9, 8, 2, 8],
"result" : "valid"
},
{
"tcId" : 1618,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "bf06988e3a766872c5eb7df74db8ce8824d4b6ef4fc6613f",
"tweak" : "78ed1f1221af7407",
"msg" : [8, 3, 8, 8, 6, 0, 8, 8, 3, 8, 8, 6, 0, 8],
"ct" : [3, 2, 4, 0, 1, 3, 4, 9, 6, 9, 2, 7, 2, 6],
"result" : "valid"
},
{
"tcId" : 1619,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "bf06988e3a766872c5eb7df74db8ce8824d4b6ef4fc6613f",
"tweak" : "78ed1f1221af7407",
"msg" : [8, 3, 8, 8, 6, 0, 7, 8, 3, 8, 8, 6, 0, 7],
"ct" : [8, 8, 6, 3, 3, 0, 1, 7, 2, 7, 3, 2, 0, 4],
"result" : "valid"
},
{
"tcId" : 1620,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "bf06988e3a766872c5eb7df74db8ce8824d4b6ef4fc6613f",
"tweak" : "78ed1f1221af7407",
"msg" : [0, 7, 6, 3, 4, 4, 6, 1, 2, 0, 1, 5, 3, 1],
"ct" : [4, 0, 1, 8, 2, 7, 5, 9, 8, 0, 9, 2, 2, 0],
"result" : "valid"
},
{
"tcId" : 1621,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "bf06988e3a766872c5eb7df74db8ce8824d4b6ef4fc6613f",
"tweak" : "78ed1f1221af7407",
"msg" : [2, 8, 1, 6, 0, 6, 9, 0, 7, 5, 0, 1, 2, 0],
"ct" : [6, 5, 6, 5, 1, 4, 8, 8, 9, 9, 7, 1, 0, 4],
"result" : "valid"
},
{
"tcId" : 1622,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "bf06988e3a766872c5eb7df74db8ce8824d4b6ef4fc6613f",
"tweak" : "78ed1f1221af7407",
"msg" : [1, 8, 9, 5, 4, 7, 9, 2, 7, 0, 9, 5, 2, 3],
"ct" : [8, 2, 6, 2, 3, 7, 6, 2, 4, 6, 6, 8, 1, 9],
"result" : "valid"
},
{
"tcId" : 1623,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "bf06988e3a766872c5eb7df74db8ce8824d4b6ef4fc6613f",
"tweak" : "78ed1f1221af7407",
"msg" : [1, 1, 1, 4, 4, 9, 6, 6, 6, 4, 1, 5, 7, 0],
"ct" : [8, 9, 6, 9, 7, 6, 1, 3, 0, 6, 1, 7, 2, 3],
"result" : "valid"
},
{
"tcId" : 1624,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "bf06988e3a766872c5eb7df74db8ce8824d4b6ef4fc6613f",
"tweak" : "78ed1f1221af7407",
"msg" : [8, 2, 5, 4, 5, 3, 4, 4, 0, 1, 8, 6, 9, 0],
"ct" : [5, 4, 4, 4, 0, 2, 0, 5, 2, 1, 7, 0, 5, 9],
"result" : "valid"
},
{
"tcId" : 1625,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "bf06988e3a766872c5eb7df74db8ce8824d4b6ef4fc6613f",
"tweak" : "78ed1f1221af7407",
"msg" : [1, 1, 7, 5, 5, 4, 5, 7, 7, 4, 3, 4, 2, 1],
"ct" : [6, 2, 5, 6, 3, 2, 3, 4, 5, 2, 1, 2, 7, 1],
"result" : "valid"
},
{
"tcId" : 1626,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "bf06988e3a766872c5eb7df74db8ce8824d4b6ef4fc6613f",
"tweak" : "78ed1f1221af7407",
"msg" : [5, 4, 8, 3, 4, 7, 7, 5, 9, 9, 5, 4, 8, 7],
"ct" : [5, 8, 3, 8, 7, 4, 2, 3, 9, 1, 1, 5, 8, 4],
"result" : "valid"
},
{
"tcId" : 1627,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "bf06988e3a766872c5eb7df74db8ce8824d4b6ef4fc6613f",
"tweak" : "78ed1f1221af7407",
"msg" : [2, 1, 3, 1, 8, 5, 8, 2, 7, 1, 2, 0, 5, 8],
"ct" : [7, 3, 4, 4, 9, 2, 2, 0, 5, 5, 7, 5, 0, 2],
"result" : "valid"
},
{
"tcId" : 1628,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "bf06988e3a766872c5eb7df74db8ce8824d4b6ef4fc6613f",
"tweak" : "78ed1f1221af7407",
"msg" : [2, 5, 2, 9, 0, 1, 4, 8, 9, 7, 5, 1, 2, 6],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 1629,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "bf06988e3a766872c5eb7df74db8ce8824d4b6ef4fc6613f",
"tweak" : "78ed1f1221af7407",
"msg" : [8, 9, 5, 1, 8, 3, 0, 3, 1, 6, 2, 3, 4, 5],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 1630,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "bf06988e3a766872c5eb7df74db8ce8824d4b6ef4fc6613f",
"tweak" : "78ed1f1221af7407",
"msg" : [7, 3, 5, 6, 9, 7, 0, 2, 4, 0, 4, 9, 9, 6],
"ct" : [8, 3, 8, 8, 6, 0, 8, 8, 3, 8, 8, 6, 0, 8],
"result" : "valid"
},
{
"tcId" : 1631,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "bf06988e3a766872c5eb7df74db8ce8824d4b6ef4fc6613f",
"tweak" : "78ed1f1221af7407",
"msg" : [0, 5, 1, 4, 2, 7, 7, 4, 7, 0, 9, 9, 1, 5],
"ct" : [8, 3, 8, 8, 6, 0, 7, 8, 3, 8, 8, 6, 0, 7],
"result" : "valid"
},
{
"tcId" : 1632,
"comment" : "y = 0 and (y + a) % radix**7 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "dd08ecfede8e6529e397d5659c0cc83b95fa9cf6a024c3fe",
"tweak" : "0117376b28856c3a4fc11e0a",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 7, 2, 3, 5, 4, 6],
"ct" : [7, 0, 2, 9, 4, 6, 4, 6, 2, 9, 8, 5, 7, 1],
"result" : "valid"
},
{
"tcId" : 1633,
"comment" : "y = 0 and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "dd08ecfede8e6529e397d5659c0cc83b95fa9cf6a024c3fe",
"tweak" : "0117376b28856c3a4fc11e0a",
"msg" : [0, 0, 0, 0, 0, 0, 1, 0, 7, 2, 3, 5, 4, 6],
"ct" : [0, 6, 7, 7, 8, 4, 2, 4, 8, 4, 2, 0, 5, 2],
"result" : "valid"
},
{
"tcId" : 1634,
"comment" : "y = 0 and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "dd08ecfede8e6529e397d5659c0cc83b95fa9cf6a024c3fe",
"tweak" : "0117376b28856c3a4fc11e0a",
"msg" : [8, 3, 8, 8, 6, 0, 8, 0, 7, 2, 3, 5, 4, 6],
"ct" : [6, 6, 2, 6, 8, 1, 2, 2, 4, 9, 2, 5, 1, 2],
"result" : "valid"
},
{
"tcId" : 1635,
"comment" : "y = 0 and (y + a) % radix**7 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "dd08ecfede8e6529e397d5659c0cc83b95fa9cf6a024c3fe",
"tweak" : "0117376b28856c3a4fc11e0a",
"msg" : [9, 9, 9, 9, 9, 9, 9, 0, 7, 2, 3, 5, 4, 6],
"ct" : [2, 3, 8, 7, 5, 2, 6, 7, 2, 6, 6, 4, 1, 9],
"result" : "valid"
},
{
"tcId" : 1636,
"comment" : "y = 1 and a = 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "dd08ecfede8e6529e397d5659c0cc83b95fa9cf6a024c3fe",
"tweak" : "2a43e2fd48c1a9350824e855",
"msg" : [8, 8, 3, 2, 6, 4, 0, 2, 6, 9, 4, 3, 6, 8],
"ct" : [0, 0, 7, 6, 1, 1, 3, 8, 4, 9, 3, 1, 1, 8],
"result" : "valid"
},
{
"tcId" : 1637,
"comment" : "y = 1 and a = 1 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "dd08ecfede8e6529e397d5659c0cc83b95fa9cf6a024c3fe",
"tweak" : "2a43e2fd48c1a9350824e855",
"msg" : [2, 8, 2, 0, 0, 2, 4, 5, 9, 8, 9, 4, 5, 6],
"ct" : [7, 6, 4, 5, 5, 6, 6, 3, 3, 0, 0, 0, 9, 7],
"result" : "valid"
},
{
"tcId" : 1638,
"comment" : "y = 1 and a has large Hamming weight in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "dd08ecfede8e6529e397d5659c0cc83b95fa9cf6a024c3fe",
"tweak" : "2a43e2fd48c1a9350824e855",
"msg" : [4, 0, 2, 9, 4, 8, 1, 4, 5, 5, 7, 0, 6, 4],
"ct" : [1, 5, 1, 2, 2, 7, 1, 3, 4, 3, 0, 2, 0, 3],
"result" : "valid"
},
{
"tcId" : 1639,
"comment" : "y = 1 and (y + a) % radix**7 is maximal in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "dd08ecfede8e6529e397d5659c0cc83b95fa9cf6a024c3fe",
"tweak" : "2a43e2fd48c1a9350824e855",
"msg" : [8, 3, 1, 6, 1, 9, 2, 3, 8, 3, 7, 9, 8, 0],
"ct" : [6, 1, 1, 8, 1, 9, 7, 5, 5, 3, 4, 3, 1, 4],
"result" : "valid"
},
{
"tcId" : 1640,
"comment" : "y = 1 and (y + a) % radix**7 == 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "dd08ecfede8e6529e397d5659c0cc83b95fa9cf6a024c3fe",
"tweak" : "2a43e2fd48c1a9350824e855",
"msg" : [8, 4, 7, 1, 1, 9, 3, 6, 7, 6, 9, 2, 4, 4],
"ct" : [0, 8, 6, 5, 2, 9, 7, 4, 0, 4, 4, 7, 3, 5],
"result" : "valid"
},
{
"tcId" : 1641,
"comment" : "y is maximal and a = 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "dd08ecfede8e6529e397d5659c0cc83b95fa9cf6a024c3fe",
"tweak" : "6c4bc604aee55daa5ceca1f9",
"msg" : [9, 4, 1, 9, 9, 8, 0, 3, 9, 3, 6, 1, 8, 9],
"ct" : [9, 5, 5, 1, 6, 1, 5, 9, 0, 5, 1, 5, 8, 3],
"result" : "valid"
},
{
"tcId" : 1642,
"comment" : "y is maximal and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "dd08ecfede8e6529e397d5659c0cc83b95fa9cf6a024c3fe",
"tweak" : "6c4bc604aee55daa5ceca1f9",
"msg" : [3, 9, 0, 6, 6, 2, 3, 8, 6, 7, 1, 2, 9, 8],
"ct" : [9, 5, 5, 1, 6, 1, 6, 2, 9, 0, 1, 9, 7, 9],
"result" : "valid"
},
{
"tcId" : 1643,
"comment" : "y is maximal and (y + a) % radix**7 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "dd08ecfede8e6529e397d5659c0cc83b95fa9cf6a024c3fe",
"tweak" : "6c4bc604aee55daa5ceca1f9",
"msg" : [0, 0, 2, 2, 2, 3, 3, 4, 7, 2, 2, 9, 0, 0],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 5, 7, 4, 9, 0, 9],
"result" : "valid"
},
{
"tcId" : 1644,
"comment" : "y is maximal and (y + a) % radix**7 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "dd08ecfede8e6529e397d5659c0cc83b95fa9cf6a024c3fe",
"tweak" : "6c4bc604aee55daa5ceca1f9",
"msg" : [7, 4, 0, 1, 1, 7, 5, 3, 3, 3, 1, 3, 7, 8],
"ct" : [0, 0, 0, 0, 0, 0, 0, 9, 9, 0, 2, 9, 7, 2],
"result" : "valid"
},
{
"tcId" : 1645,
"comment" : "y is maximal and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "dd08ecfede8e6529e397d5659c0cc83b95fa9cf6a024c3fe",
"tweak" : "6c4bc604aee55daa5ceca1f9",
"msg" : [1, 1, 2, 9, 0, 9, 4, 1, 4, 3, 2, 5, 7, 0],
"ct" : [7, 9, 4, 0, 2, 2, 3, 7, 6, 0, 0, 0, 7, 5],
"result" : "valid"
},
{
"tcId" : 1646,
"comment" : "y is maximal and a is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "dd08ecfede8e6529e397d5659c0cc83b95fa9cf6a024c3fe",
"tweak" : "6c4bc604aee55daa5ceca1f9",
"msg" : [1, 0, 5, 5, 3, 8, 9, 4, 8, 1, 2, 2, 9, 8],
"ct" : [9, 5, 5, 1, 6, 1, 4, 0, 0, 8, 3, 1, 2, 3],
"result" : "valid"
},
{
"tcId" : 1647,
"comment" : "y is edge case for modular reduction and a = 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "dd08ecfede8e6529e397d5659c0cc83b95fa9cf6a024c3fe",
"tweak" : "895310dc02aefe87b02e8b97",
"msg" : [2, 9, 5, 0, 9, 8, 7, 4, 6, 6, 3, 1, 5, 8],
"ct" : [8, 7, 1, 0, 5, 6, 5, 1, 1, 8, 6, 5, 7, 2],
"result" : "valid"
},
{
"tcId" : 1648,
"comment" : "y is edge case for modular reduction and a = 1 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "dd08ecfede8e6529e397d5659c0cc83b95fa9cf6a024c3fe",
"tweak" : "895310dc02aefe87b02e8b97",
"msg" : [7, 1, 7, 6, 7, 1, 5, 5, 8, 4, 3, 9, 4, 4],
"ct" : [6, 9, 8, 9, 2, 2, 5, 8, 8, 6, 7, 4, 1, 7],
"result" : "valid"
},
{
"tcId" : 1649,
"comment" : "y is edge case for modular reduction and (y + a) % radix**7 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "dd08ecfede8e6529e397d5659c0cc83b95fa9cf6a024c3fe",
"tweak" : "895310dc02aefe87b02e8b97",
"msg" : [5, 8, 6, 3, 7, 4, 0, 3, 1, 6, 4, 3, 1, 5],
"ct" : [1, 7, 5, 8, 0, 2, 7, 2, 6, 9, 9, 8, 5, 0],
"result" : "valid"
},
{
"tcId" : 1650,
"comment" : "y is edge case for modular reduction and (y + a) % radix**7 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "dd08ecfede8e6529e397d5659c0cc83b95fa9cf6a024c3fe",
"tweak" : "895310dc02aefe87b02e8b97",
"msg" : [2, 0, 3, 0, 3, 2, 3, 4, 7, 1, 3, 2, 9, 4],
"ct" : [7, 8, 4, 6, 3, 9, 4, 3, 0, 8, 0, 0, 9, 8],
"result" : "valid"
},
{
"tcId" : 1651,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "dd08ecfede8e6529e397d5659c0cc83b95fa9cf6a024c3fe",
"tweak" : "895310dc02aefe87b02e8b97",
"msg" : [0, 3, 8, 1, 4, 5, 9, 4, 0, 4, 9, 1, 0, 2],
"ct" : [0, 5, 1, 3, 9, 9, 6, 0, 7, 1, 1, 3, 6, 7],
"result" : "valid"
},
{
"tcId" : 1652,
"comment" : "y is edge case for modular reduction and a is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "dd08ecfede8e6529e397d5659c0cc83b95fa9cf6a024c3fe",
"tweak" : "895310dc02aefe87b02e8b97",
"msg" : [7, 4, 5, 0, 6, 1, 2, 8, 9, 3, 0, 1, 1, 7],
"ct" : [8, 3, 5, 5, 2, 7, 2, 2, 8, 2, 5, 4, 8, 0],
"result" : "valid"
},
{
"tcId" : 1653,
"comment" : "y is maximal after modular reduction and (y + a) % radix**7 is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "dd08ecfede8e6529e397d5659c0cc83b95fa9cf6a024c3fe",
"tweak" : "c69c9c64dfadb4ca5b02af16",
"msg" : [0, 4, 4, 2, 4, 6, 5, 1, 9, 5, 6, 1, 0, 1],
"ct" : [3, 5, 6, 8, 3, 5, 0, 6, 8, 7, 2, 9, 9, 4],
"result" : "valid"
},
{
"tcId" : 1654,
"comment" : "y is maximal after modular reduction and (y + a) % radix**7 == 0 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "dd08ecfede8e6529e397d5659c0cc83b95fa9cf6a024c3fe",
"tweak" : "c69c9c64dfadb4ca5b02af16",
"msg" : [5, 5, 0, 1, 7, 6, 3, 4, 1, 4, 1, 7, 1, 6],
"ct" : [9, 5, 3, 3, 0, 9, 5, 9, 8, 2, 2, 7, 8, 9],
"result" : "valid"
},
{
"tcId" : 1655,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "dd08ecfede8e6529e397d5659c0cc83b95fa9cf6a024c3fe",
"tweak" : "c69c9c64dfadb4ca5b02af16",
"msg" : [4, 3, 0, 4, 8, 2, 6, 1, 9, 3, 7, 6, 1, 4],
"ct" : [9, 2, 7, 1, 8, 5, 1, 7, 4, 0, 0, 0, 0, 4],
"result" : "valid"
},
{
"tcId" : 1656,
"comment" : "y is maximal after modular reduction and a is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "dd08ecfede8e6529e397d5659c0cc83b95fa9cf6a024c3fe",
"tweak" : "c69c9c64dfadb4ca5b02af16",
"msg" : [1, 7, 6, 4, 7, 1, 0, 8, 9, 1, 9, 0, 3, 8],
"ct" : [4, 1, 4, 4, 5, 7, 5, 5, 9, 9, 0, 7, 9, 6],
"result" : "valid"
},
{
"tcId" : 1657,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "2107bd496fa7845242858b98d22ba4d43c2644fabf0caeb5",
"tweak" : "9a07b801ec3e37d6",
"msg" : [-1, 4, 4, 4, 1, 1, 0, 5, 6, 6, 0, 1, 0, 0],
"ct" : [6, 2, 2, 3, 7, 4, 1, 4, 7, 1, 5, 4, 2, 6],
"result" : "invalid"
},
{
"tcId" : 1658,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "2107bd496fa7845242858b98d22ba4d43c2644fabf0caeb5",
"tweak" : "9a07b801ec3e37d6",
"msg" : [9, 4, 4, 4, -1, 1, 0, 5, 6, 6, 0, 1, 0, 0],
"ct" : [6, 9, 7, 2, 7, 7, 5, 6, 0, 3, 4, 9, 8, 2],
"result" : "invalid"
},
{
"tcId" : 1659,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "2107bd496fa7845242858b98d22ba4d43c2644fabf0caeb5",
"tweak" : "9a07b801ec3e37d6",
"msg" : [9, 4, 4, 4, 1, 1, 0, 5, 6, 6, 0, 1, 0, -1],
"ct" : [9, 7, 9, 9, 4, 1, 4, 1, 0, 5, 2, 3, 3, 0],
"result" : "invalid"
},
{
"tcId" : 1660,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "8d60da76d404702e38094fd64e1a935e1da43763508b388d",
"tweak" : "ea06479d3a1d08df",
"msg" : [10, 7, 4, 4, 7, 2, 7, 1, 5, 0, 1, 9, 4, 1],
"ct" : [4, 5, 5, 8, 2, 7, 7, 2, 2, 3, 6, 9, 8, 8],
"result" : "invalid"
},
{
"tcId" : 1661,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "8d60da76d404702e38094fd64e1a935e1da43763508b388d",
"tweak" : "ea06479d3a1d08df",
"msg" : [8, 7, 4, 4, 10, 2, 7, 1, 5, 0, 1, 9, 4, 1],
"ct" : [9, 6, 1, 8, 9, 0, 2, 5, 1, 3, 2, 3, 6, 1],
"result" : "invalid"
},
{
"tcId" : 1662,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "8d60da76d404702e38094fd64e1a935e1da43763508b388d",
"tweak" : "ea06479d3a1d08df",
"msg" : [8, 7, 4, 4, 7, 2, 7, 1, 5, 0, 1, 9, 4, 10],
"ct" : [9, 4, 5, 0, 6, 8, 7, 7, 1, 8, 2, 8, 8, 9],
"result" : "invalid"
}
]
},
{
"keySize" : 192,
"msgSize" : 15,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 1663,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "38c2d6d8d1717f48e8e7bc3d54820ee7de2cecf0fc6f167b",
"tweak" : "7a3ce6a3066b2e0b",
"msg" : [4, 4, 5, 5, 9, 0, 6, 7, 4, 3, 3, 2, 0, 4, 2],
"ct" : [0, 5, 0, 4, 7, 1, 4, 2, 6, 6, 6, 3, 4, 8, 2],
"result" : "valid"
},
{
"tcId" : 1664,
"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" : [8, 8, 5, 8, 9, 7, 4, 2, 7, 0, 1, 3, 6, 0, 5],
"result" : "valid"
},
{
"tcId" : 1665,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "43ab05932af579c659d6070b3378f5fa29ec02a71944c442",
"tweak" : "19c77fee40ebf48e",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [3, 2, 6, 0, 1, 6, 0, 2, 3, 1, 4, 7, 9, 3, 5],
"result" : "valid"
},
{
"tcId" : 1666,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "43ab05932af579c659d6070b3378f5fa29ec02a71944c442",
"tweak" : "19c77fee40ebf48e",
"msg" : [8, 3, 8, 8, 6, 0, 8, 6, 7, 1, 0, 8, 8, 6, 4],
"ct" : [7, 2, 8, 0, 5, 4, 6, 4, 4, 9, 3, 1, 0, 1, 0],
"result" : "valid"
},
{
"tcId" : 1667,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "43ab05932af579c659d6070b3378f5fa29ec02a71944c442",
"tweak" : "19c77fee40ebf48e",
"msg" : [8, 3, 8, 8, 6, 0, 7, 6, 7, 1, 0, 8, 8, 6, 3],
"ct" : [9, 4, 9, 5, 6, 3, 4, 5, 6, 7, 7, 3, 3, 2, 0],
"result" : "valid"
},
{
"tcId" : 1668,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "43ab05932af579c659d6070b3378f5fa29ec02a71944c442",
"tweak" : "19c77fee40ebf48e",
"msg" : [4, 5, 9, 3, 4, 1, 8, 7, 7, 9, 3, 4, 6, 2, 9],
"ct" : [9, 5, 3, 3, 2, 2, 9, 3, 0, 5, 2, 4, 0, 6, 0],
"result" : "valid"
},
{
"tcId" : 1669,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "43ab05932af579c659d6070b3378f5fa29ec02a71944c442",
"tweak" : "19c77fee40ebf48e",
"msg" : [2, 6, 5, 6, 6, 4, 8, 1, 4, 5, 9, 1, 7, 8, 1],
"ct" : [2, 7, 1, 7, 6, 2, 4, 9, 8, 3, 4, 0, 5, 9, 7],
"result" : "valid"
},
{
"tcId" : 1670,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "43ab05932af579c659d6070b3378f5fa29ec02a71944c442",
"tweak" : "19c77fee40ebf48e",
"msg" : [9, 9, 8, 1, 2, 5, 9, 9, 0, 7, 0, 5, 4, 5, 4],
"ct" : [5, 7, 3, 3, 0, 6, 5, 6, 9, 5, 8, 8, 8, 9, 4],
"result" : "valid"
},
{
"tcId" : 1671,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "43ab05932af579c659d6070b3378f5fa29ec02a71944c442",
"tweak" : "19c77fee40ebf48e",
"msg" : [0, 5, 1, 7, 9, 8, 6, 3, 3, 5, 4, 7, 9, 3, 6],
"ct" : [4, 5, 5, 7, 8, 7, 2, 0, 8, 7, 8, 7, 3, 0, 4],
"result" : "valid"
},
{
"tcId" : 1672,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "43ab05932af579c659d6070b3378f5fa29ec02a71944c442",
"tweak" : "19c77fee40ebf48e",
"msg" : [7, 9, 8, 9, 5, 7, 6, 8, 8, 2, 6, 3, 4, 2, 0],
"ct" : [0, 6, 7, 8, 7, 4, 4, 6, 0, 1, 4, 1, 1, 4, 4],
"result" : "valid"
},
{
"tcId" : 1673,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "43ab05932af579c659d6070b3378f5fa29ec02a71944c442",
"tweak" : "19c77fee40ebf48e",
"msg" : [5, 9, 7, 5, 3, 2, 1, 6, 7, 7, 6, 7, 8, 5, 9],
"ct" : [0, 2, 4, 5, 1, 5, 9, 8, 4, 8, 4, 3, 4, 0, 3],
"result" : "valid"
},
{
"tcId" : 1674,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "43ab05932af579c659d6070b3378f5fa29ec02a71944c442",
"tweak" : "19c77fee40ebf48e",
"msg" : [2, 5, 1, 4, 8, 9, 7, 8, 2, 0, 7, 0, 4, 5, 6],
"ct" : [7, 0, 0, 1, 2, 3, 5, 4, 6, 7, 5, 6, 1, 0, 4],
"result" : "valid"
},
{
"tcId" : 1675,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "43ab05932af579c659d6070b3378f5fa29ec02a71944c442",
"tweak" : "19c77fee40ebf48e",
"msg" : [3, 1, 4, 8, 1, 4, 9, 5, 6, 9, 1, 1, 2, 0, 9],
"ct" : [1, 4, 6, 4, 7, 1, 7, 6, 3, 3, 3, 1, 6, 7, 7],
"result" : "valid"
},
{
"tcId" : 1676,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "43ab05932af579c659d6070b3378f5fa29ec02a71944c442",
"tweak" : "19c77fee40ebf48e",
"msg" : [7, 1, 6, 1, 8, 6, 7, 8, 8, 2, 8, 7, 7, 9, 1],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 1677,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "43ab05932af579c659d6070b3378f5fa29ec02a71944c442",
"tweak" : "19c77fee40ebf48e",
"msg" : [7, 1, 9, 0, 0, 0, 5, 1, 3, 1, 5, 7, 0, 8, 2],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 1678,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "43ab05932af579c659d6070b3378f5fa29ec02a71944c442",
"tweak" : "19c77fee40ebf48e",
"msg" : [4, 3, 8, 4, 3, 9, 3, 9, 5, 0, 9, 7, 4, 6, 2],
"ct" : [8, 3, 8, 8, 6, 0, 8, 6, 7, 1, 0, 8, 8, 6, 4],
"result" : "valid"
},
{
"tcId" : 1679,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "43ab05932af579c659d6070b3378f5fa29ec02a71944c442",
"tweak" : "19c77fee40ebf48e",
"msg" : [2, 2, 3, 4, 3, 7, 1, 2, 1, 7, 9, 8, 0, 8, 2],
"ct" : [8, 3, 8, 8, 6, 0, 7, 6, 7, 1, 0, 8, 8, 6, 3],
"result" : "valid"
},
{
"tcId" : 1680,
"comment" : "y = 0 and (y + a) % radix**8 == 0 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "3ca92a1143c2b711b30aa46ca8bf730caefa2d20dd755c5d",
"tweak" : "01c45dda44a4b4604a5740",
"msg" : [4, 1, 5, 9, 4, 5, 9, 9, 2, 0, 2, 1, 7, 7, 6],
"ct" : [1, 0, 2, 2, 2, 6, 5, 4, 6, 9, 2, 2, 9, 5, 7],
"result" : "valid"
},
{
"tcId" : 1681,
"comment" : "y = 0 and a = 1 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "3ca92a1143c2b711b30aa46ca8bf730caefa2d20dd755c5d",
"tweak" : "01c45dda44a4b4604a5740",
"msg" : [2, 6, 7, 7, 8, 9, 7, 8, 1, 7, 8, 0, 3, 0, 5],
"ct" : [4, 3, 7, 3, 5, 6, 7, 0, 0, 7, 3, 4, 7, 4, 1],
"result" : "valid"
},
{
"tcId" : 1682,
"comment" : "y = 0 and a has large Hamming weight in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "3ca92a1143c2b711b30aa46ca8bf730caefa2d20dd755c5d",
"tweak" : "01c45dda44a4b4604a5740",
"msg" : [2, 9, 0, 2, 1, 0, 7, 0, 7, 4, 7, 7, 9, 8, 6],
"ct" : [9, 9, 6, 2, 9, 5, 7, 5, 1, 0, 3, 8, 3, 1, 9],
"result" : "valid"
},
{
"tcId" : 1683,
"comment" : "y = 0 and (y + a) % radix**8 is maximal in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "3ca92a1143c2b711b30aa46ca8bf730caefa2d20dd755c5d",
"tweak" : "01c45dda44a4b4604a5740",
"msg" : [3, 8, 9, 4, 4, 4, 4, 0, 5, 2, 1, 4, 1, 3, 2],
"ct" : [0, 4, 7, 1, 6, 1, 0, 7, 7, 7, 1, 9, 7, 3, 9],
"result" : "valid"
},
{
"tcId" : 1684,
"comment" : "y = 1 and a = 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "3ca92a1143c2b711b30aa46ca8bf730caefa2d20dd755c5d",
"tweak" : "e6a24655bdcc41e49551ee",
"msg" : [1, 0, 0, 3, 3, 5, 7, 7, 0, 1, 1, 8, 7, 8, 8],
"ct" : [0, 0, 0, 0, 0, 0, 1, 8, 9, 2, 4, 7, 2, 3, 9],
"result" : "valid"
},
{
"tcId" : 1685,
"comment" : "y = 1 and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "3ca92a1143c2b711b30aa46ca8bf730caefa2d20dd755c5d",
"tweak" : "e6a24655bdcc41e49551ee",
"msg" : [5, 2, 1, 0, 3, 2, 8, 1, 4, 7, 6, 5, 4, 1, 4],
"ct" : [0, 0, 0, 0, 0, 0, 2, 0, 8, 4, 2, 4, 3, 5, 5],
"result" : "valid"
},
{
"tcId" : 1686,
"comment" : "y = 1 and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "3ca92a1143c2b711b30aa46ca8bf730caefa2d20dd755c5d",
"tweak" : "e6a24655bdcc41e49551ee",
"msg" : [4, 4, 9, 1, 0, 9, 0, 6, 5, 6, 8, 3, 5, 3, 1],
"ct" : [8, 3, 8, 8, 6, 0, 9, 9, 2, 3, 0, 3, 3, 7, 3],
"result" : "valid"
},
{
"tcId" : 1687,
"comment" : "y = 1 and (y + a) % radix**7 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "3ca92a1143c2b711b30aa46ca8bf730caefa2d20dd755c5d",
"tweak" : "e6a24655bdcc41e49551ee",
"msg" : [1, 1, 6, 3, 6, 0, 8, 5, 6, 6, 8, 3, 9, 7, 4],
"ct" : [9, 9, 9, 9, 9, 9, 9, 1, 9, 6, 9, 1, 3, 7, 8],
"result" : "valid"
},
{
"tcId" : 1688,
"comment" : "y = 1 and (y + a) % radix**7 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "3ca92a1143c2b711b30aa46ca8bf730caefa2d20dd755c5d",
"tweak" : "e6a24655bdcc41e49551ee",
"msg" : [4, 9, 8, 5, 9, 9, 8, 5, 4, 9, 3, 0, 8, 9, 0],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 6, 3, 6, 7, 1],
"result" : "valid"
},
{
"tcId" : 1689,
"comment" : "y is maximal and a = 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "3ca92a1143c2b711b30aa46ca8bf730caefa2d20dd755c5d",
"tweak" : "a3537123102bc632eea24d",
"msg" : [0, 8, 8, 2, 2, 4, 9, 7, 7, 3, 8, 1, 7, 6, 9],
"ct" : [5, 9, 9, 1, 9, 1, 1, 9, 4, 6, 7, 8, 1, 3, 4],
"result" : "valid"
},
{
"tcId" : 1690,
"comment" : "y is maximal and a = 1 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "3ca92a1143c2b711b30aa46ca8bf730caefa2d20dd755c5d",
"tweak" : "a3537123102bc632eea24d",
"msg" : [4, 2, 4, 8, 3, 9, 2, 6, 8, 0, 5, 4, 0, 4, 9],
"ct" : [6, 9, 2, 7, 1, 2, 8, 8, 4, 0, 5, 9, 5, 8, 4],
"result" : "valid"
},
{
"tcId" : 1691,
"comment" : "y is maximal and (y + a) % radix**7 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "3ca92a1143c2b711b30aa46ca8bf730caefa2d20dd755c5d",
"tweak" : "a3537123102bc632eea24d",
"msg" : [3, 3, 6, 9, 8, 7, 6, 6, 3, 2, 9, 0, 5, 8, 7],
"ct" : [5, 5, 8, 9, 0, 8, 8, 7, 4, 0, 8, 1, 9, 9, 2],
"result" : "valid"
},
{
"tcId" : 1692,
"comment" : "y is maximal and (y + a) % radix**7 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "3ca92a1143c2b711b30aa46ca8bf730caefa2d20dd755c5d",
"tweak" : "a3537123102bc632eea24d",
"msg" : [3, 4, 4, 1, 2, 2, 8, 1, 6, 8, 8, 4, 3, 1, 3],
"ct" : [5, 0, 8, 1, 3, 7, 5, 4, 4, 4, 1, 0, 9, 8, 3],
"result" : "valid"
},
{
"tcId" : 1693,
"comment" : "y is maximal and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "3ca92a1143c2b711b30aa46ca8bf730caefa2d20dd755c5d",
"tweak" : "a3537123102bc632eea24d",
"msg" : [1, 5, 0, 5, 0, 5, 6, 3, 6, 9, 4, 6, 8, 0, 2],
"ct" : [8, 3, 5, 5, 3, 2, 2, 1, 5, 2, 5, 6, 6, 3, 8],
"result" : "valid"
},
{
"tcId" : 1694,
"comment" : "y is maximal and a is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "3ca92a1143c2b711b30aa46ca8bf730caefa2d20dd755c5d",
"tweak" : "a3537123102bc632eea24d",
"msg" : [0, 0, 0, 8, 5, 0, 1, 3, 3, 7, 5, 4, 2, 5, 2],
"ct" : [1, 7, 1, 3, 5, 3, 8, 4, 3, 5, 5, 6, 0, 9, 2],
"result" : "valid"
},
{
"tcId" : 1695,
"comment" : "y is edge case for modular reduction and a = 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "3ca92a1143c2b711b30aa46ca8bf730caefa2d20dd755c5d",
"tweak" : "f758db63c0d0142318c999",
"msg" : [3, 5, 3, 5, 0, 7, 8, 7, 9, 8, 9, 7, 0, 1, 8],
"ct" : [9, 5, 5, 1, 6, 1, 0, 6, 4, 6, 8, 7, 9, 6, 7],
"result" : "valid"
},
{
"tcId" : 1696,
"comment" : "y is edge case for modular reduction and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "3ca92a1143c2b711b30aa46ca8bf730caefa2d20dd755c5d",
"tweak" : "f758db63c0d0142318c999",
"msg" : [9, 5, 2, 4, 9, 6, 3, 7, 7, 5, 9, 4, 9, 2, 5],
"ct" : [9, 5, 5, 1, 6, 1, 1, 8, 1, 7, 4, 2, 7, 6, 2],
"result" : "valid"
},
{
"tcId" : 1697,
"comment" : "y is edge case for modular reduction and (y + a) % radix**7 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "3ca92a1143c2b711b30aa46ca8bf730caefa2d20dd755c5d",
"tweak" : "f758db63c0d0142318c999",
"msg" : [6, 0, 3, 5, 0, 5, 4, 3, 1, 0, 1, 0, 9, 8, 5],
"ct" : [9, 9, 9, 9, 9, 9, 9, 0, 5, 6, 2, 8, 9, 3, 9],
"result" : "valid"
},
{
"tcId" : 1698,
"comment" : "y is edge case for modular reduction and (y + a) % radix**7 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "3ca92a1143c2b711b30aa46ca8bf730caefa2d20dd755c5d",
"tweak" : "f758db63c0d0142318c999",
"msg" : [5, 2, 6, 7, 3, 9, 3, 3, 6, 0, 4, 2, 3, 5, 2],
"ct" : [0, 0, 0, 0, 0, 0, 0, 1, 7, 0, 2, 2, 9, 0, 7],
"result" : "valid"
},
{
"tcId" : 1699,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "3ca92a1143c2b711b30aa46ca8bf730caefa2d20dd755c5d",
"tweak" : "f758db63c0d0142318c999",
"msg" : [7, 6, 9, 6, 2, 4, 7, 8, 2, 7, 7, 6, 3, 1, 9],
"ct" : [7, 9, 4, 0, 2, 1, 8, 7, 1, 3, 4, 9, 8, 0, 1],
"result" : "valid"
},
{
"tcId" : 1700,
"comment" : "y is edge case for modular reduction and a is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "3ca92a1143c2b711b30aa46ca8bf730caefa2d20dd755c5d",
"tweak" : "f758db63c0d0142318c999",
"msg" : [4, 2, 4, 6, 4, 8, 7, 6, 4, 3, 7, 0, 9, 3, 8],
"ct" : [9, 5, 5, 1, 6, 0, 9, 5, 5, 3, 1, 8, 2, 9, 8],
"result" : "valid"
},
{
"tcId" : 1701,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "537f91a1404831c02aff71525895c914be0f0b626b189c2c",
"tweak" : "ba017ceaf04a7470",
"msg" : [-1, 4, 5, 2, 1, 9, 7, 1, 1, 0, 4, 3, 6, 6, 2],
"ct" : [1, 2, 9, 6, 6, 2, 8, 2, 1, 0, 6, 9, 6, 9, 7],
"result" : "invalid"
},
{
"tcId" : 1702,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "537f91a1404831c02aff71525895c914be0f0b626b189c2c",
"tweak" : "ba017ceaf04a7470",
"msg" : [9, 4, 5, 2, 1, -1, 7, 1, 1, 0, 4, 3, 6, 6, 2],
"ct" : [0, 0, 4, 0, 7, 8, 7, 0, 1, 3, 9, 7, 2, 4, 5],
"result" : "invalid"
},
{
"tcId" : 1703,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "537f91a1404831c02aff71525895c914be0f0b626b189c2c",
"tweak" : "ba017ceaf04a7470",
"msg" : [9, 4, 5, 2, 1, 9, 7, 1, 1, 0, 4, 3, 6, 6, -1],
"ct" : [1, 7, 6, 5, 1, 7, 4, 5, 5, 3, 8, 7, 2, 4, 8],
"result" : "invalid"
},
{
"tcId" : 1704,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "599ef9e7e14717a0b8ac8b7ebca4a1b65f843d849f421845",
"tweak" : "04b63add63b57b56",
"msg" : [10, 9, 9, 4, 5, 3, 7, 3, 9, 0, 6, 1, 6, 1, 0],
"ct" : [0, 8, 5, 7, 6, 1, 4, 2, 8, 4, 2, 7, 3, 4, 1],
"result" : "invalid"
},
{
"tcId" : 1705,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "599ef9e7e14717a0b8ac8b7ebca4a1b65f843d849f421845",
"tweak" : "04b63add63b57b56",
"msg" : [9, 9, 9, 4, 5, 10, 7, 3, 9, 0, 6, 1, 6, 1, 0],
"ct" : [8, 8, 8, 7, 0, 1, 6, 2, 8, 8, 5, 8, 1, 6, 5],
"result" : "invalid"
},
{
"tcId" : 1706,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "599ef9e7e14717a0b8ac8b7ebca4a1b65f843d849f421845",
"tweak" : "04b63add63b57b56",
"msg" : [9, 9, 9, 4, 5, 3, 7, 3, 9, 0, 6, 1, 6, 1, 10],
"ct" : [2, 8, 3, 0, 2, 9, 9, 2, 3, 0, 2, 2, 1, 6, 3],
"result" : "invalid"
}
]
},
{
"keySize" : 192,
"msgSize" : 16,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 1707,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "28d8da67806410e5565bcc5a9d7ab9fb357413fa0158378c",
"tweak" : "63ff6d96b7960f8a",
"msg" : [9, 3, 0, 3, 2, 6, 7, 7, 0, 3, 5, 1, 1, 4, 9, 4],
"ct" : [6, 6, 3, 1, 9, 5, 6, 3, 2, 9, 7, 1, 1, 2, 1, 9],
"result" : "valid"
},
{
"tcId" : 1708,
"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" : [9, 0, 7, 2, 3, 9, 1, 2, 4, 3, 6, 6, 2, 1, 1, 7],
"result" : "valid"
},
{
"tcId" : 1709,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "2bb7e01d6ad98bb2457d16a95fe117731f3c2bf0f4ab1c36",
"tweak" : "9fe4a8c4cc889cfa",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [0, 6, 2, 7, 3, 9, 8, 3, 3, 1, 6, 3, 4, 9, 2, 0],
"result" : "valid"
},
{
"tcId" : 1710,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "2bb7e01d6ad98bb2457d16a95fe117731f3c2bf0f4ab1c36",
"tweak" : "9fe4a8c4cc889cfa",
"msg" : [6, 7, 1, 0, 8, 8, 6, 4, 6, 7, 1, 0, 8, 8, 6, 4],
"ct" : [8, 6, 8, 2, 3, 1, 8, 6, 8, 1, 8, 3, 8, 4, 8, 9],
"result" : "valid"
},
{
"tcId" : 1711,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "2bb7e01d6ad98bb2457d16a95fe117731f3c2bf0f4ab1c36",
"tweak" : "9fe4a8c4cc889cfa",
"msg" : [6, 7, 1, 0, 8, 8, 6, 3, 6, 7, 1, 0, 8, 8, 6, 3],
"ct" : [0, 6, 4, 5, 8, 2, 3, 6, 1, 8, 6, 6, 4, 5, 7, 1],
"result" : "valid"
},
{
"tcId" : 1712,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "2bb7e01d6ad98bb2457d16a95fe117731f3c2bf0f4ab1c36",
"tweak" : "9fe4a8c4cc889cfa",
"msg" : [2, 0, 8, 4, 5, 4, 7, 8, 5, 4, 3, 0, 1, 3, 8, 5],
"ct" : [6, 2, 8, 0, 5, 5, 4, 3, 3, 2, 0, 3, 8, 6, 6, 4],
"result" : "valid"
},
{
"tcId" : 1713,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "2bb7e01d6ad98bb2457d16a95fe117731f3c2bf0f4ab1c36",
"tweak" : "9fe4a8c4cc889cfa",
"msg" : [7, 3, 0, 3, 6, 3, 4, 1, 8, 0, 7, 7, 6, 2, 9, 5],
"ct" : [6, 5, 1, 7, 4, 1, 0, 3, 2, 3, 3, 0, 7, 7, 1, 9],
"result" : "valid"
},
{
"tcId" : 1714,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "2bb7e01d6ad98bb2457d16a95fe117731f3c2bf0f4ab1c36",
"tweak" : "9fe4a8c4cc889cfa",
"msg" : [4, 9, 9, 5, 7, 4, 7, 2, 3, 0, 7, 8, 1, 7, 2, 0],
"ct" : [4, 8, 1, 6, 3, 7, 0, 4, 4, 4, 9, 4, 1, 4, 9, 0],
"result" : "valid"
},
{
"tcId" : 1715,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "2bb7e01d6ad98bb2457d16a95fe117731f3c2bf0f4ab1c36",
"tweak" : "9fe4a8c4cc889cfa",
"msg" : [2, 8, 6, 8, 4, 0, 2, 4, 3, 6, 9, 6, 7, 4, 7, 5],
"ct" : [8, 2, 4, 9, 7, 2, 1, 5, 4, 9, 6, 6, 9, 0, 2, 8],
"result" : "valid"
},
{
"tcId" : 1716,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "2bb7e01d6ad98bb2457d16a95fe117731f3c2bf0f4ab1c36",
"tweak" : "9fe4a8c4cc889cfa",
"msg" : [6, 3, 8, 9, 3, 2, 4, 6, 6, 8, 5, 0, 8, 3, 8, 4],
"ct" : [6, 5, 4, 9, 4, 8, 1, 5, 8, 7, 0, 1, 1, 9, 4, 0],
"result" : "valid"
},
{
"tcId" : 1717,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "2bb7e01d6ad98bb2457d16a95fe117731f3c2bf0f4ab1c36",
"tweak" : "9fe4a8c4cc889cfa",
"msg" : [5, 0, 5, 1, 7, 9, 7, 7, 5, 0, 5, 4, 0, 3, 1, 4],
"ct" : [7, 4, 4, 5, 4, 7, 2, 4, 0, 4, 3, 4, 7, 8, 2, 5],
"result" : "valid"
},
{
"tcId" : 1718,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "2bb7e01d6ad98bb2457d16a95fe117731f3c2bf0f4ab1c36",
"tweak" : "9fe4a8c4cc889cfa",
"msg" : [2, 3, 2, 6, 3, 3, 7, 1, 7, 6, 9, 3, 0, 3, 4, 1],
"ct" : [7, 3, 8, 2, 8, 7, 5, 3, 9, 8, 7, 0, 1, 6, 2, 3],
"result" : "valid"
},
{
"tcId" : 1719,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "2bb7e01d6ad98bb2457d16a95fe117731f3c2bf0f4ab1c36",
"tweak" : "9fe4a8c4cc889cfa",
"msg" : [3, 9, 5, 1, 0, 4, 6, 9, 4, 8, 4, 7, 4, 7, 5, 4],
"ct" : [7, 7, 9, 2, 6, 2, 3, 4, 5, 1, 2, 4, 1, 6, 3, 1],
"result" : "valid"
},
{
"tcId" : 1720,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "2bb7e01d6ad98bb2457d16a95fe117731f3c2bf0f4ab1c36",
"tweak" : "9fe4a8c4cc889cfa",
"msg" : [4, 2, 8, 8, 9, 0, 9, 6, 1, 8, 8, 4, 4, 6, 5, 6],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 1721,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "2bb7e01d6ad98bb2457d16a95fe117731f3c2bf0f4ab1c36",
"tweak" : "9fe4a8c4cc889cfa",
"msg" : [2, 2, 7, 1, 5, 9, 0, 5, 2, 0, 7, 0, 2, 6, 7, 7],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 1722,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "2bb7e01d6ad98bb2457d16a95fe117731f3c2bf0f4ab1c36",
"tweak" : "9fe4a8c4cc889cfa",
"msg" : [4, 0, 0, 2, 5, 4, 8, 8, 8, 3, 8, 6, 2, 5, 9, 3],
"ct" : [6, 7, 1, 0, 8, 8, 6, 4, 6, 7, 1, 0, 8, 8, 6, 4],
"result" : "valid"
},
{
"tcId" : 1723,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "2bb7e01d6ad98bb2457d16a95fe117731f3c2bf0f4ab1c36",
"tweak" : "9fe4a8c4cc889cfa",
"msg" : [0, 0, 5, 8, 3, 4, 8, 5, 0, 7, 5, 0, 0, 9, 3, 2],
"ct" : [6, 7, 1, 0, 8, 8, 6, 3, 6, 7, 1, 0, 8, 8, 6, 3],
"result" : "valid"
},
{
"tcId" : 1724,
"comment" : "y = 0 and (y + a) % radix**8 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "b05b4d0496ec1b3501c2a0136db871974cebb1f70cc5b2b1",
"tweak" : "c532ebace233425031b5a0",
"msg" : [8, 4, 5, 8, 2, 4, 9, 7, 9, 3, 4, 6, 6, 5, 0, 2],
"ct" : [9, 4, 3, 3, 7, 6, 2, 0, 2, 2, 7, 5, 8, 5, 0, 7],
"result" : "valid"
},
{
"tcId" : 1725,
"comment" : "y = 0 and a = 1 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "b05b4d0496ec1b3501c2a0136db871974cebb1f70cc5b2b1",
"tweak" : "c532ebace233425031b5a0",
"msg" : [1, 7, 0, 4, 1, 0, 6, 1, 9, 3, 5, 1, 1, 2, 6, 1],
"ct" : [1, 3, 0, 1, 8, 0, 5, 7, 5, 8, 4, 5, 6, 8, 2, 5],
"result" : "valid"
},
{
"tcId" : 1726,
"comment" : "y = 0 and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "b05b4d0496ec1b3501c2a0136db871974cebb1f70cc5b2b1",
"tweak" : "c532ebace233425031b5a0",
"msg" : [0, 1, 6, 6, 7, 6, 3, 5, 7, 5, 1, 5, 3, 2, 1, 9],
"ct" : [4, 5, 1, 4, 5, 9, 1, 2, 1, 9, 5, 2, 0, 3, 4, 2],
"result" : "valid"
},
{
"tcId" : 1727,
"comment" : "y = 0 and (y + a) % radix**8 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "b05b4d0496ec1b3501c2a0136db871974cebb1f70cc5b2b1",
"tweak" : "c532ebace233425031b5a0",
"msg" : [0, 3, 5, 6, 9, 8, 0, 6, 8, 3, 5, 4, 4, 6, 2, 9],
"ct" : [2, 1, 8, 7, 5, 2, 0, 8, 0, 1, 4, 3, 1, 1, 6, 6],
"result" : "valid"
},
{
"tcId" : 1728,
"comment" : "y = 1 and a = 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "b05b4d0496ec1b3501c2a0136db871974cebb1f70cc5b2b1",
"tweak" : "eb7881c59574efe306e832",
"msg" : [4, 0, 1, 1, 7, 0, 6, 1, 5, 3, 3, 1, 3, 4, 0, 5],
"ct" : [4, 7, 5, 6, 6, 7, 4, 5, 0, 0, 0, 0, 0, 0, 0, 1],
"result" : "valid"
},
{
"tcId" : 1729,
"comment" : "y = 1 and a = 1 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "b05b4d0496ec1b3501c2a0136db871974cebb1f70cc5b2b1",
"tweak" : "eb7881c59574efe306e832",
"msg" : [5, 1, 0, 1, 0, 2, 6, 1, 1, 7, 5, 3, 7, 0, 7, 1],
"ct" : [4, 7, 5, 6, 6, 7, 4, 5, 0, 0, 0, 0, 0, 0, 0, 2],
"result" : "valid"
},
{
"tcId" : 1730,
"comment" : "y = 1 and a has large Hamming weight in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "b05b4d0496ec1b3501c2a0136db871974cebb1f70cc5b2b1",
"tweak" : "eb7881c59574efe306e832",
"msg" : [3, 9, 5, 0, 2, 7, 7, 4, 2, 5, 9, 4, 6, 0, 9, 6],
"ct" : [4, 7, 5, 6, 6, 7, 4, 5, 6, 7, 1, 0, 8, 8, 6, 5],
"result" : "valid"
},
{
"tcId" : 1731,
"comment" : "y = 1 and (y + a) % radix**8 is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "b05b4d0496ec1b3501c2a0136db871974cebb1f70cc5b2b1",
"tweak" : "eb7881c59574efe306e832",
"msg" : [9, 9, 6, 4, 0, 4, 2, 5, 0, 2, 1, 1, 8, 1, 8, 2],
"ct" : [4, 7, 5, 6, 6, 7, 4, 5, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 1732,
"comment" : "y = 1 and (y + a) % radix**8 == 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "b05b4d0496ec1b3501c2a0136db871974cebb1f70cc5b2b1",
"tweak" : "eb7881c59574efe306e832",
"msg" : [9, 0, 5, 1, 9, 0, 4, 9, 5, 3, 3, 6, 9, 8, 6, 8],
"ct" : [4, 7, 5, 6, 6, 7, 4, 5, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 1733,
"comment" : "y is edge case for modular reduction and a = 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "b05b4d0496ec1b3501c2a0136db871974cebb1f70cc5b2b1",
"tweak" : "a2db82b9ab77365a7c3517",
"msg" : [2, 0, 8, 1, 7, 7, 2, 3, 3, 0, 8, 0, 3, 2, 0, 5],
"ct" : [8, 6, 8, 1, 4, 5, 8, 3, 3, 8, 8, 3, 7, 7, 0, 8],
"result" : "valid"
},
{
"tcId" : 1734,
"comment" : "y is edge case for modular reduction and a = 1 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "b05b4d0496ec1b3501c2a0136db871974cebb1f70cc5b2b1",
"tweak" : "a2db82b9ab77365a7c3517",
"msg" : [3, 6, 5, 6, 6, 3, 2, 6, 6, 1, 0, 4, 3, 6, 0, 7],
"ct" : [5, 7, 4, 1, 1, 4, 8, 6, 0, 2, 4, 9, 2, 3, 5, 9],
"result" : "valid"
},
{
"tcId" : 1735,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "b05b4d0496ec1b3501c2a0136db871974cebb1f70cc5b2b1",
"tweak" : "a2db82b9ab77365a7c3517",
"msg" : [6, 6, 1, 8, 6, 0, 9, 6, 2, 9, 2, 7, 8, 6, 3, 7],
"ct" : [7, 4, 2, 0, 1, 6, 8, 6, 0, 2, 0, 3, 6, 2, 4, 7],
"result" : "valid"
},
{
"tcId" : 1736,
"comment" : "y is edge case for modular reduction and (y + a) % radix**8 is maximal in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "b05b4d0496ec1b3501c2a0136db871974cebb1f70cc5b2b1",
"tweak" : "a2db82b9ab77365a7c3517",
"msg" : [2, 0, 9, 1, 1, 0, 5, 0, 6, 8, 7, 0, 6, 9, 3, 5],
"ct" : [5, 8, 9, 6, 1, 6, 8, 9, 5, 2, 6, 4, 8, 3, 0, 4],
"result" : "valid"
},
{
"tcId" : 1737,
"comment" : "y is edge case for modular reduction and (y + a) % radix**8 == 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "b05b4d0496ec1b3501c2a0136db871974cebb1f70cc5b2b1",
"tweak" : "a2db82b9ab77365a7c3517",
"msg" : [1, 9, 0, 0, 4, 3, 2, 7, 7, 3, 4, 0, 2, 4, 4, 7],
"ct" : [1, 2, 6, 4, 0, 9, 9, 8, 7, 0, 8, 5, 7, 8, 7, 3],
"result" : "valid"
},
{
"tcId" : 1738,
"comment" : "y is edge case for modular reduction and a is maximal in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "b05b4d0496ec1b3501c2a0136db871974cebb1f70cc5b2b1",
"tweak" : "a2db82b9ab77365a7c3517",
"msg" : [0, 4, 9, 7, 8, 8, 0, 3, 3, 9, 4, 1, 7, 4, 5, 5],
"ct" : [8, 3, 7, 7, 0, 0, 5, 0, 7, 4, 9, 1, 6, 4, 8, 3],
"result" : "valid"
},
{
"tcId" : 1739,
"comment" : "y is maximal after modular reduction and (y + a) % radix**8 is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "b05b4d0496ec1b3501c2a0136db871974cebb1f70cc5b2b1",
"tweak" : "929264a07bf0865341b2bf",
"msg" : [8, 2, 6, 9, 3, 9, 7, 1, 3, 1, 1, 1, 6, 4, 2, 8],
"ct" : [8, 9, 6, 3, 2, 9, 0, 8, 9, 7, 1, 7, 6, 5, 3, 2],
"result" : "valid"
},
{
"tcId" : 1740,
"comment" : "y is maximal after modular reduction and (y + a) % radix**8 == 0 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "b05b4d0496ec1b3501c2a0136db871974cebb1f70cc5b2b1",
"tweak" : "929264a07bf0865341b2bf",
"msg" : [8, 1, 6, 9, 4, 4, 8, 0, 5, 5, 6, 0, 5, 4, 3, 6],
"ct" : [2, 3, 4, 6, 7, 5, 6, 9, 4, 0, 2, 2, 8, 6, 4, 1],
"result" : "valid"
},
{
"tcId" : 1741,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "b05b4d0496ec1b3501c2a0136db871974cebb1f70cc5b2b1",
"tweak" : "929264a07bf0865341b2bf",
"msg" : [0, 8, 6, 9, 0, 5, 6, 9, 3, 4, 5, 5, 1, 3, 3, 1],
"ct" : [7, 0, 2, 9, 7, 8, 5, 4, 4, 5, 9, 6, 5, 8, 6, 7],
"result" : "valid"
},
{
"tcId" : 1742,
"comment" : "y is maximal after modular reduction and a is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "b05b4d0496ec1b3501c2a0136db871974cebb1f70cc5b2b1",
"tweak" : "929264a07bf0865341b2bf",
"msg" : [5, 9, 1, 1, 4, 8, 6, 2, 0, 5, 0, 1, 9, 0, 0, 7],
"ct" : [3, 5, 6, 3, 0, 6, 5, 5, 0, 5, 6, 4, 9, 1, 1, 5],
"result" : "valid"
},
{
"tcId" : 1743,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "771592477eb1f2cbafd80567f2adaf6625618f2b9c161cb6",
"tweak" : "81c9e9d9fc6bb6db",
"msg" : [-1, 8, 0, 3, 1, 9, 1, 3, 1, 6, 7, 7, 6, 9, 4, 3],
"ct" : [2, 4, 6, 1, 9, 8, 0, 6, 3, 0, 6, 1, 1, 8, 1, 1],
"result" : "invalid"
},
{
"tcId" : 1744,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "771592477eb1f2cbafd80567f2adaf6625618f2b9c161cb6",
"tweak" : "81c9e9d9fc6bb6db",
"msg" : [5, 8, 0, 3, 1, -1, 1, 3, 1, 6, 7, 7, 6, 9, 4, 3],
"ct" : [2, 3, 6, 3, 7, 4, 2, 3, 0, 1, 3, 8, 1, 8, 2, 3],
"result" : "invalid"
},
{
"tcId" : 1745,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "771592477eb1f2cbafd80567f2adaf6625618f2b9c161cb6",
"tweak" : "81c9e9d9fc6bb6db",
"msg" : [5, 8, 0, 3, 1, 9, 1, 3, 1, 6, 7, 7, 6, 9, 4, -1],
"ct" : [3, 2, 5, 8, 1, 6, 1, 3, 7, 3, 8, 5, 2, 1, 8, 4],
"result" : "invalid"
},
{
"tcId" : 1746,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "6db3061b32cbbc52936d28fdc27f6ce811a13c7bdbb0c7b5",
"tweak" : "825ee85ef44d61a9",
"msg" : [10, 0, 5, 6, 0, 1, 9, 6, 2, 3, 5, 9, 5, 7, 9, 7],
"ct" : [8, 7, 6, 2, 2, 6, 9, 1, 7, 0, 5, 2, 3, 1, 7, 3],
"result" : "invalid"
},
{
"tcId" : 1747,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "6db3061b32cbbc52936d28fdc27f6ce811a13c7bdbb0c7b5",
"tweak" : "825ee85ef44d61a9",
"msg" : [4, 0, 5, 6, 0, 10, 9, 6, 2, 3, 5, 9, 5, 7, 9, 7],
"ct" : [4, 4, 5, 8, 3, 2, 0, 5, 8, 3, 3, 1, 4, 8, 1, 3],
"result" : "invalid"
},
{
"tcId" : 1748,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "6db3061b32cbbc52936d28fdc27f6ce811a13c7bdbb0c7b5",
"tweak" : "825ee85ef44d61a9",
"msg" : [4, 0, 5, 6, 0, 1, 9, 6, 2, 3, 5, 9, 5, 7, 9, 10],
"ct" : [3, 6, 9, 5, 2, 3, 8, 3, 8, 4, 5, 1, 3, 9, 4, 3],
"result" : "invalid"
}
]
},
{
"keySize" : 192,
"msgSize" : 17,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 1749,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "f620ff36bcd7f62b38ee8dc91b2a1d1ac5645e4c31432921",
"tweak" : "fedb3a07315c4484",
"msg" : [1, 7, 6, 0, 6, 4, 8, 8, 5, 8, 7, 7, 5, 3, 3, 2, 0],
"ct" : [6, 7, 2, 9, 5, 1, 5, 4, 8, 2, 2, 1, 0, 7, 2, 3, 6],
"result" : "valid"
},
{
"tcId" : 1750,
"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" : [6, 2, 5, 6, 5, 0, 0, 0, 4, 9, 5, 4, 3, 1, 1, 4, 4],
"result" : "valid"
},
{
"tcId" : 1751,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "de9df32f9a861ddcae277ddad3061ffce4f43582604996e0",
"tweak" : "13d480958d51fab5",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [6, 1, 8, 6, 6, 6, 8, 2, 7, 6, 1, 7, 6, 9, 1, 3, 1],
"result" : "valid"
},
{
"tcId" : 1752,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "de9df32f9a861ddcae277ddad3061ffce4f43582604996e0",
"tweak" : "13d480958d51fab5",
"msg" : [6, 7, 1, 0, 8, 8, 6, 4, 5, 3, 6, 8, 7, 0, 9, 1, 2],
"ct" : [4, 1, 8, 4, 3, 7, 3, 5, 3, 9, 5, 9, 0, 7, 5, 4, 1],
"result" : "valid"
},
{
"tcId" : 1753,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "de9df32f9a861ddcae277ddad3061ffce4f43582604996e0",
"tweak" : "13d480958d51fab5",
"msg" : [6, 7, 1, 0, 8, 8, 6, 3, 5, 3, 6, 8, 7, 0, 9, 1, 1],
"ct" : [9, 7, 6, 4, 2, 6, 2, 9, 0, 7, 7, 7, 9, 4, 3, 4, 8],
"result" : "valid"
},
{
"tcId" : 1754,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "de9df32f9a861ddcae277ddad3061ffce4f43582604996e0",
"tweak" : "13d480958d51fab5",
"msg" : [1, 0, 1, 1, 5, 1, 1, 2, 8, 9, 8, 8, 6, 4, 5, 9, 9],
"ct" : [3, 1, 8, 8, 2, 3, 4, 0, 0, 5, 0, 3, 8, 0, 6, 7, 7],
"result" : "valid"
},
{
"tcId" : 1755,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "de9df32f9a861ddcae277ddad3061ffce4f43582604996e0",
"tweak" : "13d480958d51fab5",
"msg" : [3, 1, 5, 0, 9, 2, 1, 3, 0, 7, 0, 2, 7, 4, 4, 1, 5],
"ct" : [6, 6, 4, 6, 2, 0, 4, 1, 9, 4, 6, 8, 7, 8, 9, 1, 3],
"result" : "valid"
},
{
"tcId" : 1756,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "de9df32f9a861ddcae277ddad3061ffce4f43582604996e0",
"tweak" : "13d480958d51fab5",
"msg" : [1, 5, 6, 9, 9, 5, 0, 0, 4, 4, 3, 6, 0, 7, 3, 4, 8],
"ct" : [9, 5, 6, 4, 9, 1, 5, 3, 4, 0, 8, 3, 1, 7, 9, 7, 3],
"result" : "valid"
},
{
"tcId" : 1757,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "de9df32f9a861ddcae277ddad3061ffce4f43582604996e0",
"tweak" : "13d480958d51fab5",
"msg" : [0, 2, 2, 9, 8, 8, 6, 9, 3, 1, 4, 4, 2, 2, 2, 5, 7],
"ct" : [7, 4, 5, 4, 7, 5, 1, 7, 8, 3, 3, 0, 9, 3, 1, 4, 3],
"result" : "valid"
},
{
"tcId" : 1758,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "de9df32f9a861ddcae277ddad3061ffce4f43582604996e0",
"tweak" : "13d480958d51fab5",
"msg" : [1, 4, 7, 7, 6, 0, 1, 3, 4, 5, 9, 8, 3, 4, 8, 7, 8],
"ct" : [8, 6, 3, 3, 1, 7, 4, 8, 4, 5, 2, 3, 6, 2, 2, 3, 4],
"result" : "valid"
},
{
"tcId" : 1759,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "de9df32f9a861ddcae277ddad3061ffce4f43582604996e0",
"tweak" : "13d480958d51fab5",
"msg" : [6, 7, 9, 4, 5, 1, 6, 0, 2, 1, 5, 9, 7, 8, 1, 2, 9],
"ct" : [0, 0, 9, 1, 4, 3, 1, 7, 1, 9, 6, 9, 8, 7, 7, 3, 4],
"result" : "valid"
},
{
"tcId" : 1760,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "de9df32f9a861ddcae277ddad3061ffce4f43582604996e0",
"tweak" : "13d480958d51fab5",
"msg" : [2, 4, 5, 9, 6, 3, 8, 5, 7, 7, 3, 8, 4, 2, 2, 1, 1],
"ct" : [8, 4, 3, 5, 2, 8, 2, 8, 6, 6, 1, 5, 1, 8, 1, 9, 0],
"result" : "valid"
},
{
"tcId" : 1761,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "de9df32f9a861ddcae277ddad3061ffce4f43582604996e0",
"tweak" : "13d480958d51fab5",
"msg" : [5, 8, 7, 4, 9, 7, 4, 8, 8, 9, 8, 3, 6, 3, 4, 7, 8],
"ct" : [9, 7, 3, 7, 6, 1, 6, 2, 5, 8, 1, 6, 4, 8, 9, 9, 5],
"result" : "valid"
},
{
"tcId" : 1762,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "de9df32f9a861ddcae277ddad3061ffce4f43582604996e0",
"tweak" : "13d480958d51fab5",
"msg" : [7, 3, 9, 7, 2, 7, 8, 7, 7, 8, 2, 1, 4, 5, 9, 7, 6],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 1763,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "de9df32f9a861ddcae277ddad3061ffce4f43582604996e0",
"tweak" : "13d480958d51fab5",
"msg" : [8, 4, 3, 2, 8, 2, 6, 4, 4, 2, 0, 2, 3, 2, 3, 4, 4],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 1764,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "de9df32f9a861ddcae277ddad3061ffce4f43582604996e0",
"tweak" : "13d480958d51fab5",
"msg" : [8, 2, 8, 3, 1, 5, 1, 4, 2, 0, 6, 2, 9, 7, 8, 6, 5],
"ct" : [6, 7, 1, 0, 8, 8, 6, 4, 5, 3, 6, 8, 7, 0, 9, 1, 2],
"result" : "valid"
},
{
"tcId" : 1765,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "de9df32f9a861ddcae277ddad3061ffce4f43582604996e0",
"tweak" : "13d480958d51fab5",
"msg" : [4, 7, 2, 5, 8, 8, 6, 3, 5, 4, 6, 8, 4, 4, 8, 2, 1],
"ct" : [6, 7, 1, 0, 8, 8, 6, 3, 5, 3, 6, 8, 7, 0, 9, 1, 1],
"result" : "valid"
},
{
"tcId" : 1766,
"comment" : "y = 0 and (y + a) % radix**8 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "c3b02d8febc431681dab0a13b1e082a0891e62ae573ee2b2",
"tweak" : "565b621c48c5b6d960a40d",
"msg" : [0, 2, 2, 3, 0, 2, 2, 6, 3, 7, 4, 8, 1, 3, 4, 2, 7],
"ct" : [5, 9, 1, 7, 6, 5, 7, 2, 3, 0, 1, 1, 1, 6, 9, 4, 3],
"result" : "valid"
},
{
"tcId" : 1767,
"comment" : "y = 0 and a = 1 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "c3b02d8febc431681dab0a13b1e082a0891e62ae573ee2b2",
"tweak" : "565b621c48c5b6d960a40d",
"msg" : [0, 6, 0, 1, 9, 4, 6, 8, 1, 8, 9, 0, 5, 4, 2, 5, 1],
"ct" : [5, 5, 7, 7, 4, 4, 8, 4, 2, 4, 9, 4, 0, 7, 9, 6, 1],
"result" : "valid"
},
{
"tcId" : 1768,
"comment" : "y = 0 and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "c3b02d8febc431681dab0a13b1e082a0891e62ae573ee2b2",
"tweak" : "565b621c48c5b6d960a40d",
"msg" : [6, 7, 2, 8, 5, 5, 4, 5, 6, 3, 2, 5, 1, 3, 0, 1, 9],
"ct" : [6, 3, 5, 7, 3, 1, 5, 9, 3, 7, 3, 7, 2, 6, 3, 4, 0],
"result" : "valid"
},
{
"tcId" : 1769,
"comment" : "y = 0 and (y + a) % radix**8 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "c3b02d8febc431681dab0a13b1e082a0891e62ae573ee2b2",
"tweak" : "565b621c48c5b6d960a40d",
"msg" : [4, 2, 6, 8, 2, 2, 6, 1, 3, 6, 1, 4, 8, 6, 6, 1, 2],
"ct" : [0, 2, 9, 6, 2, 4, 9, 4, 1, 6, 2, 3, 7, 3, 7, 5, 0],
"result" : "valid"
},
{
"tcId" : 1770,
"comment" : "y = 1 and a = 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "c3b02d8febc431681dab0a13b1e082a0891e62ae573ee2b2",
"tweak" : "480ae0aa9ebdd771d63a62",
"msg" : [3, 4, 1, 0, 2, 6, 9, 3, 4, 0, 8, 0, 0, 5, 8, 0, 6],
"ct" : [6, 3, 0, 6, 4, 0, 7, 4, 8, 8, 8, 9, 2, 2, 5, 5, 1],
"result" : "valid"
},
{
"tcId" : 1771,
"comment" : "y = 1 and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "c3b02d8febc431681dab0a13b1e082a0891e62ae573ee2b2",
"tweak" : "480ae0aa9ebdd771d63a62",
"msg" : [7, 8, 9, 3, 3, 3, 8, 1, 0, 8, 8, 8, 1, 6, 0, 9, 4],
"ct" : [9, 6, 5, 1, 8, 4, 3, 5, 1, 6, 7, 4, 9, 2, 8, 1, 6],
"result" : "valid"
},
{
"tcId" : 1772,
"comment" : "y = 1 and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "c3b02d8febc431681dab0a13b1e082a0891e62ae573ee2b2",
"tweak" : "480ae0aa9ebdd771d63a62",
"msg" : [6, 7, 6, 8, 6, 7, 6, 2, 5, 8, 4, 1, 9, 6, 1, 8, 8],
"ct" : [9, 1, 0, 3, 2, 9, 3, 7, 4, 9, 3, 8, 9, 0, 4, 1, 3],
"result" : "valid"
},
{
"tcId" : 1773,
"comment" : "y = 1 and (y + a) % radix**8 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "c3b02d8febc431681dab0a13b1e082a0891e62ae573ee2b2",
"tweak" : "480ae0aa9ebdd771d63a62",
"msg" : [8, 9, 1, 9, 1, 9, 6, 5, 6, 9, 4, 4, 6, 1, 2, 7, 7],
"ct" : [9, 1, 2, 7, 0, 3, 7, 8, 2, 9, 0, 9, 0, 1, 6, 0, 1],
"result" : "valid"
},
{
"tcId" : 1774,
"comment" : "y = 1 and (y + a) % radix**8 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "c3b02d8febc431681dab0a13b1e082a0891e62ae573ee2b2",
"tweak" : "480ae0aa9ebdd771d63a62",
"msg" : [5, 6, 3, 6, 6, 8, 1, 4, 8, 0, 1, 9, 9, 4, 2, 1, 8],
"ct" : [3, 7, 3, 7, 6, 5, 6, 1, 8, 1, 0, 4, 6, 9, 8, 7, 2],
"result" : "valid"
},
{
"tcId" : 1775,
"comment" : "y is maximal and a = 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "c3b02d8febc431681dab0a13b1e082a0891e62ae573ee2b2",
"tweak" : "402d5678f0f32e54aa2f3d",
"msg" : [1, 6, 9, 0, 8, 2, 9, 8, 3, 6, 7, 0, 0, 6, 7, 8, 6],
"ct" : [7, 5, 5, 0, 3, 6, 0, 0, 9, 9, 1, 5, 0, 8, 1, 0, 3],
"result" : "valid"
},
{
"tcId" : 1776,
"comment" : "y is maximal and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "c3b02d8febc431681dab0a13b1e082a0891e62ae573ee2b2",
"tweak" : "402d5678f0f32e54aa2f3d",
"msg" : [3, 4, 3, 2, 7, 3, 1, 9, 5, 6, 9, 8, 5, 0, 3, 3, 0],
"ct" : [9, 4, 2, 1, 3, 3, 9, 0, 2, 3, 5, 6, 1, 1, 5, 4, 6],
"result" : "valid"
},
{
"tcId" : 1777,
"comment" : "y is maximal and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "c3b02d8febc431681dab0a13b1e082a0891e62ae573ee2b2",
"tweak" : "402d5678f0f32e54aa2f3d",
"msg" : [9, 1, 5, 0, 1, 0, 4, 6, 5, 4, 2, 9, 2, 1, 2, 9, 5],
"ct" : [6, 6, 5, 9, 6, 7, 1, 3, 1, 8, 5, 9, 2, 0, 5, 4, 3],
"result" : "valid"
},
{
"tcId" : 1778,
"comment" : "y is maximal and (y + a) % radix**8 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "c3b02d8febc431681dab0a13b1e082a0891e62ae573ee2b2",
"tweak" : "402d5678f0f32e54aa2f3d",
"msg" : [8, 0, 3, 0, 2, 6, 3, 8, 5, 7, 1, 8, 2, 7, 7, 7, 1],
"ct" : [7, 9, 8, 2, 3, 8, 5, 4, 9, 8, 2, 6, 2, 7, 2, 9, 9],
"result" : "valid"
},
{
"tcId" : 1779,
"comment" : "y is maximal and (y + a) % radix**8 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "c3b02d8febc431681dab0a13b1e082a0891e62ae573ee2b2",
"tweak" : "402d5678f0f32e54aa2f3d",
"msg" : [9, 7, 6, 0, 5, 3, 1, 6, 2, 9, 7, 9, 1, 4, 8, 7, 1],
"ct" : [8, 4, 3, 0, 5, 8, 3, 4, 5, 0, 1, 2, 7, 4, 9, 2, 2],
"result" : "valid"
},
{
"tcId" : 1780,
"comment" : "y is maximal and a is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "c3b02d8febc431681dab0a13b1e082a0891e62ae573ee2b2",
"tweak" : "402d5678f0f32e54aa2f3d",
"msg" : [4, 0, 5, 9, 1, 4, 3, 1, 9, 2, 0, 1, 0, 5, 2, 2, 2],
"ct" : [9, 8, 7, 5, 7, 9, 9, 6, 7, 3, 0, 7, 9, 1, 0, 6, 5],
"result" : "valid"
},
{
"tcId" : 1781,
"comment" : "y is edge case for modular reduction and a = 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "c3b02d8febc431681dab0a13b1e082a0891e62ae573ee2b2",
"tweak" : "79c6842e47479f464d0e3c",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 5, 9, 3, 4, 2, 5, 2, 4, 2],
"ct" : [3, 1, 6, 3, 2, 8, 9, 9, 2, 8, 4, 7, 3, 9, 4, 4, 1],
"result" : "valid"
},
{
"tcId" : 1782,
"comment" : "y is edge case for modular reduction and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "c3b02d8febc431681dab0a13b1e082a0891e62ae573ee2b2",
"tweak" : "79c6842e47479f464d0e3c",
"msg" : [0, 0, 0, 0, 0, 0, 0, 1, 5, 9, 3, 4, 2, 5, 2, 4, 2],
"ct" : [4, 8, 2, 1, 9, 6, 8, 8, 7, 1, 8, 8, 9, 7, 2, 7, 5],
"result" : "valid"
},
{
"tcId" : 1783,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "c3b02d8febc431681dab0a13b1e082a0891e62ae573ee2b2",
"tweak" : "79c6842e47479f464d0e3c",
"msg" : [6, 7, 1, 0, 8, 8, 6, 4, 5, 9, 3, 4, 2, 5, 2, 4, 2],
"ct" : [9, 0, 7, 8, 6, 5, 0, 5, 1, 4, 9, 6, 5, 5, 2, 1, 5],
"result" : "valid"
},
{
"tcId" : 1784,
"comment" : "y is edge case for modular reduction and (y + a) % radix**8 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "c3b02d8febc431681dab0a13b1e082a0891e62ae573ee2b2",
"tweak" : "79c6842e47479f464d0e3c",
"msg" : [9, 0, 4, 4, 8, 3, 8, 9, 5, 9, 3, 4, 2, 5, 2, 4, 2],
"ct" : [8, 7, 8, 8, 5, 0, 2, 0, 2, 2, 3, 9, 4, 7, 1, 2, 8],
"result" : "valid"
},
{
"tcId" : 1785,
"comment" : "y is edge case for modular reduction and (y + a) % radix**8 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "c3b02d8febc431681dab0a13b1e082a0891e62ae573ee2b2",
"tweak" : "79c6842e47479f464d0e3c",
"msg" : [9, 0, 4, 4, 8, 3, 9, 0, 5, 9, 3, 4, 2, 5, 2, 4, 2],
"ct" : [5, 1, 8, 3, 1, 4, 4, 7, 3, 0, 3, 4, 6, 4, 4, 6, 8],
"result" : "valid"
},
{
"tcId" : 1786,
"comment" : "y is edge case for modular reduction and a is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "c3b02d8febc431681dab0a13b1e082a0891e62ae573ee2b2",
"tweak" : "79c6842e47479f464d0e3c",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 5, 9, 3, 4, 2, 5, 2, 4, 2],
"ct" : [9, 3, 9, 4, 6, 8, 0, 8, 4, 9, 6, 5, 6, 6, 2, 9, 0],
"result" : "valid"
},
{
"tcId" : 1787,
"comment" : "y is maximal after modular reduction and (y + a) % radix**8 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "c3b02d8febc431681dab0a13b1e082a0891e62ae573ee2b2",
"tweak" : "2e4b15184395a802e049d7",
"msg" : [6, 6, 8, 5, 0, 5, 5, 1, 4, 6, 8, 8, 5, 4, 6, 1, 0],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 2, 0, 5, 2, 5, 1, 0, 3, 8],
"result" : "valid"
},
{
"tcId" : 1788,
"comment" : "y is maximal after modular reduction and (y + a) % radix**8 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "c3b02d8febc431681dab0a13b1e082a0891e62ae573ee2b2",
"tweak" : "2e4b15184395a802e049d7",
"msg" : [3, 3, 2, 7, 1, 2, 7, 8, 2, 5, 1, 1, 3, 5, 7, 9, 8],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 9, 0, 8, 6, 9, 2, 1, 0, 8],
"result" : "valid"
},
{
"tcId" : 1789,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "c3b02d8febc431681dab0a13b1e082a0891e62ae573ee2b2",
"tweak" : "2e4b15184395a802e049d7",
"msg" : [3, 2, 9, 7, 7, 2, 1, 2, 9, 6, 1, 2, 6, 9, 7, 5, 1],
"ct" : [6, 7, 1, 0, 8, 8, 6, 3, 9, 6, 8, 9, 7, 4, 9, 6, 6],
"result" : "valid"
},
{
"tcId" : 1790,
"comment" : "y is maximal after modular reduction and a is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "c3b02d8febc431681dab0a13b1e082a0891e62ae573ee2b2",
"tweak" : "2e4b15184395a802e049d7",
"msg" : [8, 5, 5, 7, 3, 6, 7, 3, 3, 9, 7, 0, 2, 8, 9, 8, 1],
"ct" : [9, 9, 9, 9, 9, 9, 9, 8, 8, 1, 6, 4, 7, 8, 0, 9, 0],
"result" : "valid"
},
{
"tcId" : 1791,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "3cef98a039613df2af2eb3c602a98dace8ce3b905959b872",
"tweak" : "0284255ddf9a1021",
"msg" : [-1, 8, 7, 4, 3, 2, 4, 1, 1, 8, 8, 4, 9, 4, 0, 1, 6],
"ct" : [8, 9, 5, 9, 7, 5, 0, 4, 4, 2, 3, 5, 2, 6, 8, 4, 2],
"result" : "invalid"
},
{
"tcId" : 1792,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "3cef98a039613df2af2eb3c602a98dace8ce3b905959b872",
"tweak" : "0284255ddf9a1021",
"msg" : [5, 8, 7, 4, 3, -1, 4, 1, 1, 8, 8, 4, 9, 4, 0, 1, 6],
"ct" : [1, 4, 1, 7, 8, 0, 7, 2, 7, 7, 5, 3, 4, 7, 0, 0, 7],
"result" : "invalid"
},
{
"tcId" : 1793,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "3cef98a039613df2af2eb3c602a98dace8ce3b905959b872",
"tweak" : "0284255ddf9a1021",
"msg" : [5, 8, 7, 4, 3, 2, 4, 1, 1, 8, 8, 4, 9, 4, 0, 1, -1],
"ct" : [4, 3, 9, 9, 2, 0, 5, 4, 5, 9, 1, 0, 7, 8, 1, 2, 9],
"result" : "invalid"
},
{
"tcId" : 1794,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "14ceb7c458a1b964e79ae6f1d68dfe9caffe7f2b60b31566",
"tweak" : "a940b10d8b6d2bbf",
"msg" : [10, 0, 3, 0, 1, 2, 7, 2, 6, 0, 9, 7, 8, 6, 0, 1, 3],
"ct" : [7, 2, 4, 2, 1, 1, 2, 1, 9, 3, 1, 6, 0, 4, 8, 6, 1],
"result" : "invalid"
},
{
"tcId" : 1795,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "14ceb7c458a1b964e79ae6f1d68dfe9caffe7f2b60b31566",
"tweak" : "a940b10d8b6d2bbf",
"msg" : [1, 0, 3, 0, 1, 10, 7, 2, 6, 0, 9, 7, 8, 6, 0, 1, 3],
"ct" : [4, 2, 6, 3, 2, 2, 5, 6, 3, 1, 1, 3, 9, 5, 7, 6, 9],
"result" : "invalid"
},
{
"tcId" : 1796,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "14ceb7c458a1b964e79ae6f1d68dfe9caffe7f2b60b31566",
"tweak" : "a940b10d8b6d2bbf",
"msg" : [1, 0, 3, 0, 1, 2, 7, 2, 6, 0, 9, 7, 8, 6, 0, 1, 10],
"ct" : [7, 1, 2, 0, 4, 4, 5, 1, 9, 6, 3, 8, 5, 9, 8, 2, 8],
"result" : "invalid"
}
]
},
{
"keySize" : 192,
"msgSize" : 18,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 1797,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "47eb4430ea1cb545acc8f09ada1ecc8574d394b5a20e5017",
"tweak" : "683baf80b9d31daa",
"msg" : [1, 1, 0, 2, 3, 3, 4, 9, 8, 6, 5, 6, 7, 7, 3, 4, 6, 2],
"ct" : [6, 5, 4, 9, 5, 0, 0, 1, 2, 7, 0, 8, 0, 3, 0, 1, 8, 3],
"result" : "valid"
},
{
"tcId" : 1798,
"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" : [2, 1, 5, 9, 9, 9, 0, 6, 4, 4, 8, 7, 2, 0, 5, 3, 8, 4],
"result" : "valid"
},
{
"tcId" : 1799,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "1d950d20d93140a7d5fa11ba5925c80dfed1cf97e4627f6d",
"tweak" : "8ef1d4315ed3c68f",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [9, 9, 1, 7, 9, 2, 8, 1, 6, 0, 2, 8, 1, 0, 3, 7, 0, 6],
"result" : "valid"
},
{
"tcId" : 1800,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "1d950d20d93140a7d5fa11ba5925c80dfed1cf97e4627f6d",
"tweak" : "8ef1d4315ed3c68f",
"msg" : [5, 3, 6, 8, 7, 0, 9, 1, 2, 5, 3, 6, 8, 7, 0, 9, 1, 2],
"ct" : [9, 6, 7, 1, 0, 9, 5, 0, 1, 5, 5, 5, 8, 4, 7, 7, 0, 3],
"result" : "valid"
},
{
"tcId" : 1801,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "1d950d20d93140a7d5fa11ba5925c80dfed1cf97e4627f6d",
"tweak" : "8ef1d4315ed3c68f",
"msg" : [5, 3, 6, 8, 7, 0, 9, 1, 1, 5, 3, 6, 8, 7, 0, 9, 1, 1],
"ct" : [1, 3, 4, 7, 4, 6, 2, 3, 5, 0, 4, 4, 0, 9, 0, 4, 8, 8],
"result" : "valid"
},
{
"tcId" : 1802,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "1d950d20d93140a7d5fa11ba5925c80dfed1cf97e4627f6d",
"tweak" : "8ef1d4315ed3c68f",
"msg" : [4, 1, 8, 9, 6, 6, 0, 9, 6, 9, 8, 4, 9, 5, 7, 5, 1, 4],
"ct" : [4, 6, 6, 2, 1, 3, 9, 7, 4, 2, 6, 9, 0, 8, 9, 6, 4, 9],
"result" : "valid"
},
{
"tcId" : 1803,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "1d950d20d93140a7d5fa11ba5925c80dfed1cf97e4627f6d",
"tweak" : "8ef1d4315ed3c68f",
"msg" : [9, 7, 5, 3, 9, 2, 7, 1, 7, 2, 0, 5, 8, 0, 1, 2, 8, 0],
"ct" : [6, 9, 5, 9, 1, 7, 3, 0, 5, 4, 2, 6, 5, 3, 6, 5, 1, 6],
"result" : "valid"
},
{
"tcId" : 1804,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "1d950d20d93140a7d5fa11ba5925c80dfed1cf97e4627f6d",
"tweak" : "8ef1d4315ed3c68f",
"msg" : [4, 0, 0, 6, 3, 9, 4, 4, 4, 7, 9, 6, 5, 5, 3, 2, 0, 5],
"ct" : [8, 7, 6, 7, 2, 7, 7, 0, 3, 7, 3, 6, 5, 6, 9, 3, 7, 8],
"result" : "valid"
},
{
"tcId" : 1805,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "1d950d20d93140a7d5fa11ba5925c80dfed1cf97e4627f6d",
"tweak" : "8ef1d4315ed3c68f",
"msg" : [2, 9, 9, 2, 6, 8, 1, 6, 8, 5, 3, 4, 7, 3, 3, 4, 7, 8],
"ct" : [3, 3, 6, 3, 3, 9, 6, 1, 7, 6, 2, 6, 0, 7, 6, 5, 4, 9],
"result" : "valid"
},
{
"tcId" : 1806,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "1d950d20d93140a7d5fa11ba5925c80dfed1cf97e4627f6d",
"tweak" : "8ef1d4315ed3c68f",
"msg" : [3, 3, 3, 6, 2, 1, 1, 1, 6, 5, 7, 1, 1, 7, 0, 5, 6, 4],
"ct" : [2, 7, 6, 3, 7, 0, 6, 9, 5, 4, 6, 4, 8, 0, 9, 2, 8, 4],
"result" : "valid"
},
{
"tcId" : 1807,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "1d950d20d93140a7d5fa11ba5925c80dfed1cf97e4627f6d",
"tweak" : "8ef1d4315ed3c68f",
"msg" : [0, 8, 3, 1, 9, 0, 3, 2, 7, 6, 4, 0, 0, 0, 2, 6, 6, 4],
"ct" : [1, 8, 5, 1, 8, 8, 9, 0, 8, 8, 9, 6, 7, 9, 5, 5, 2, 7],
"result" : "valid"
},
{
"tcId" : 1808,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "1d950d20d93140a7d5fa11ba5925c80dfed1cf97e4627f6d",
"tweak" : "8ef1d4315ed3c68f",
"msg" : [5, 7, 2, 3, 0, 2, 0, 6, 4, 7, 9, 3, 6, 5, 9, 1, 2, 8],
"ct" : [8, 0, 9, 1, 9, 7, 4, 3, 3, 6, 4, 2, 5, 1, 5, 5, 8, 8],
"result" : "valid"
},
{
"tcId" : 1809,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "1d950d20d93140a7d5fa11ba5925c80dfed1cf97e4627f6d",
"tweak" : "8ef1d4315ed3c68f",
"msg" : [4, 1, 1, 9, 7, 9, 7, 1, 9, 8, 7, 7, 3, 6, 5, 5, 8, 0],
"ct" : [0, 4, 1, 5, 5, 9, 1, 9, 6, 7, 1, 9, 1, 2, 6, 6, 2, 3],
"result" : "valid"
},
{
"tcId" : 1810,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "1d950d20d93140a7d5fa11ba5925c80dfed1cf97e4627f6d",
"tweak" : "8ef1d4315ed3c68f",
"msg" : [4, 0, 7, 4, 8, 0, 5, 5, 1, 2, 5, 3, 8, 2, 1, 7, 7, 2],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 1811,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "1d950d20d93140a7d5fa11ba5925c80dfed1cf97e4627f6d",
"tweak" : "8ef1d4315ed3c68f",
"msg" : [6, 4, 3, 8, 8, 4, 3, 3, 9, 3, 3, 7, 0, 7, 2, 5, 4, 7],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 1812,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "1d950d20d93140a7d5fa11ba5925c80dfed1cf97e4627f6d",
"tweak" : "8ef1d4315ed3c68f",
"msg" : [7, 5, 4, 2, 9, 2, 1, 1, 7, 0, 8, 9, 1, 6, 3, 3, 0, 6],
"ct" : [5, 3, 6, 8, 7, 0, 9, 1, 2, 5, 3, 6, 8, 7, 0, 9, 1, 2],
"result" : "valid"
},
{
"tcId" : 1813,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "1d950d20d93140a7d5fa11ba5925c80dfed1cf97e4627f6d",
"tweak" : "8ef1d4315ed3c68f",
"msg" : [5, 5, 8, 8, 4, 2, 2, 3, 8, 6, 8, 2, 3, 3, 3, 4, 4, 4],
"ct" : [5, 3, 6, 8, 7, 0, 9, 1, 1, 5, 3, 6, 8, 7, 0, 9, 1, 1],
"result" : "valid"
},
{
"tcId" : 1814,
"comment" : "y = 0 and (y + a) % radix**9 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "22a428a12b3e0997d57269dd636522a55205836e84c76bb6",
"tweak" : "514dc02ba2d4b71d9a29b9",
"msg" : [5, 8, 3, 7, 2, 4, 4, 9, 7, 9, 5, 4, 1, 3, 3, 6, 2, 2],
"ct" : [2, 9, 6, 3, 3, 2, 7, 5, 2, 5, 6, 1, 7, 5, 4, 1, 5, 9],
"result" : "valid"
},
{
"tcId" : 1815,
"comment" : "y = 0 and a = 1 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "22a428a12b3e0997d57269dd636522a55205836e84c76bb6",
"tweak" : "514dc02ba2d4b71d9a29b9",
"msg" : [6, 9, 4, 9, 8, 7, 7, 7, 0, 7, 0, 8, 3, 5, 6, 5, 9, 0],
"ct" : [5, 8, 7, 7, 3, 4, 9, 9, 2, 1, 3, 0, 8, 8, 0, 7, 6, 6],
"result" : "valid"
},
{
"tcId" : 1816,
"comment" : "y = 0 and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "22a428a12b3e0997d57269dd636522a55205836e84c76bb6",
"tweak" : "514dc02ba2d4b71d9a29b9",
"msg" : [1, 6, 9, 7, 7, 8, 4, 9, 1, 2, 1, 1, 6, 4, 1, 8, 7, 0],
"ct" : [5, 1, 4, 6, 2, 3, 0, 6, 6, 0, 9, 8, 6, 2, 9, 4, 7, 9],
"result" : "valid"
},
{
"tcId" : 1817,
"comment" : "y = 0 and (y + a) % radix**9 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "22a428a12b3e0997d57269dd636522a55205836e84c76bb6",
"tweak" : "514dc02ba2d4b71d9a29b9",
"msg" : [2, 6, 0, 0, 5, 1, 5, 5, 5, 3, 3, 1, 7, 3, 1, 4, 3, 2],
"ct" : [9, 9, 8, 7, 7, 4, 4, 5, 3, 1, 6, 2, 7, 0, 4, 5, 4, 2],
"result" : "valid"
},
{
"tcId" : 1818,
"comment" : "y = 1 and a = 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "22a428a12b3e0997d57269dd636522a55205836e84c76bb6",
"tweak" : "f6fe9589e01eb0f17cc310",
"msg" : [2, 3, 3, 6, 9, 5, 8, 9, 1, 9, 5, 2, 0, 6, 5, 5, 9, 8],
"ct" : [4, 4, 9, 4, 2, 5, 4, 1, 9, 4, 0, 6, 3, 7, 6, 9, 2, 3],
"result" : "valid"
},
{
"tcId" : 1819,
"comment" : "y = 1 and a = 1 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "22a428a12b3e0997d57269dd636522a55205836e84c76bb6",
"tweak" : "f6fe9589e01eb0f17cc310",
"msg" : [6, 8, 3, 7, 7, 1, 7, 4, 3, 4, 8, 9, 4, 1, 5, 3, 7, 0],
"ct" : [9, 0, 7, 2, 9, 8, 3, 0, 4, 6, 8, 9, 4, 6, 2, 4, 6, 2],
"result" : "valid"
},
{
"tcId" : 1820,
"comment" : "y = 1 and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "22a428a12b3e0997d57269dd636522a55205836e84c76bb6",
"tweak" : "f6fe9589e01eb0f17cc310",
"msg" : [6, 4, 0, 6, 7, 8, 6, 1, 2, 8, 5, 6, 9, 7, 5, 1, 9, 1],
"ct" : [9, 6, 6, 6, 9, 7, 9, 8, 8, 0, 1, 5, 2, 4, 5, 8, 0, 2],
"result" : "valid"
},
{
"tcId" : 1821,
"comment" : "y = 1 and (y + a) % radix**9 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "22a428a12b3e0997d57269dd636522a55205836e84c76bb6",
"tweak" : "f6fe9589e01eb0f17cc310",
"msg" : [7, 4, 3, 1, 3, 6, 1, 3, 3, 3, 6, 3, 9, 2, 4, 5, 3, 2],
"ct" : [4, 2, 4, 8, 0, 9, 2, 4, 2, 0, 0, 2, 5, 2, 7, 3, 6, 6],
"result" : "valid"
},
{
"tcId" : 1822,
"comment" : "y = 1 and (y + a) % radix**9 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "22a428a12b3e0997d57269dd636522a55205836e84c76bb6",
"tweak" : "f6fe9589e01eb0f17cc310",
"msg" : [8, 8, 9, 9, 1, 2, 7, 6, 2, 9, 6, 9, 9, 1, 7, 6, 2, 5],
"ct" : [6, 2, 9, 4, 2, 3, 1, 9, 6, 8, 0, 1, 4, 7, 4, 9, 8, 2],
"result" : "valid"
},
{
"tcId" : 1823,
"comment" : "y is maximal and a = 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "22a428a12b3e0997d57269dd636522a55205836e84c76bb6",
"tweak" : "537d3d40633a26517676d1",
"msg" : [1, 7, 2, 9, 0, 8, 8, 5, 0, 8, 5, 5, 1, 7, 7, 9, 0, 2],
"ct" : [7, 6, 0, 8, 5, 2, 5, 2, 4, 7, 0, 9, 5, 5, 1, 6, 1, 5],
"result" : "valid"
},
{
"tcId" : 1824,
"comment" : "y is maximal and a = 1 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "22a428a12b3e0997d57269dd636522a55205836e84c76bb6",
"tweak" : "537d3d40633a26517676d1",
"msg" : [8, 3, 4, 9, 2, 8, 1, 9, 9, 8, 0, 5, 9, 5, 8, 4, 3, 2],
"ct" : [7, 6, 0, 8, 5, 2, 5, 2, 4, 7, 0, 9, 5, 5, 1, 6, 1, 6],
"result" : "valid"
},
{
"tcId" : 1825,
"comment" : "y is maximal and (y + a) % radix**9 is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "22a428a12b3e0997d57269dd636522a55205836e84c76bb6",
"tweak" : "537d3d40633a26517676d1",
"msg" : [8, 4, 7, 4, 1, 9, 9, 8, 6, 7, 1, 7, 9, 6, 6, 7, 3, 7],
"ct" : [7, 6, 0, 8, 5, 2, 5, 2, 4, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 1826,
"comment" : "y is maximal and (y + a) % radix**9 == 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "22a428a12b3e0997d57269dd636522a55205836e84c76bb6",
"tweak" : "537d3d40633a26517676d1",
"msg" : [3, 9, 2, 1, 8, 8, 9, 3, 0, 2, 1, 1, 2, 0, 2, 4, 0, 4],
"ct" : [7, 6, 0, 8, 5, 2, 5, 2, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 1827,
"comment" : "y is maximal and a has large Hamming weight in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "22a428a12b3e0997d57269dd636522a55205836e84c76bb6",
"tweak" : "537d3d40633a26517676d1",
"msg" : [7, 6, 4, 6, 7, 6, 6, 8, 0, 0, 8, 0, 1, 9, 4, 7, 8, 1],
"ct" : [7, 6, 0, 8, 5, 2, 5, 2, 4, 2, 4, 6, 4, 2, 2, 5, 2, 7],
"result" : "valid"
},
{
"tcId" : 1828,
"comment" : "y is maximal and a is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "22a428a12b3e0997d57269dd636522a55205836e84c76bb6",
"tweak" : "537d3d40633a26517676d1",
"msg" : [9, 1, 8, 7, 9, 9, 8, 7, 9, 7, 1, 8, 9, 8, 8, 7, 2, 1],
"ct" : [7, 6, 0, 8, 5, 2, 5, 2, 4, 7, 0, 9, 5, 5, 1, 6, 1, 4],
"result" : "valid"
},
{
"tcId" : 1829,
"comment" : "y is edge case for modular reduction and a = 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "22a428a12b3e0997d57269dd636522a55205836e84c76bb6",
"tweak" : "fecebec6e926bc11c1300d",
"msg" : [2, 0, 2, 6, 4, 2, 4, 9, 0, 2, 9, 6, 9, 3, 2, 7, 9, 3],
"ct" : [6, 5, 6, 2, 6, 3, 6, 4, 0, 5, 7, 4, 7, 1, 3, 8, 0, 7],
"result" : "valid"
},
{
"tcId" : 1830,
"comment" : "y is edge case for modular reduction and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "22a428a12b3e0997d57269dd636522a55205836e84c76bb6",
"tweak" : "fecebec6e926bc11c1300d",
"msg" : [6, 9, 1, 8, 9, 8, 2, 3, 9, 3, 1, 2, 2, 1, 0, 4, 6, 0],
"ct" : [2, 3, 6, 1, 1, 4, 0, 6, 6, 9, 5, 7, 7, 8, 2, 0, 4, 7],
"result" : "valid"
},
{
"tcId" : 1831,
"comment" : "y is edge case for modular reduction and (y + a) % radix**9 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "22a428a12b3e0997d57269dd636522a55205836e84c76bb6",
"tweak" : "fecebec6e926bc11c1300d",
"msg" : [3, 5, 3, 9, 5, 8, 8, 9, 5, 2, 8, 2, 5, 3, 2, 1, 6, 9],
"ct" : [1, 1, 4, 2, 0, 9, 2, 2, 1, 8, 3, 6, 6, 9, 9, 5, 7, 8],
"result" : "valid"
},
{
"tcId" : 1832,
"comment" : "y is edge case for modular reduction and (y + a) % radix**9 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "22a428a12b3e0997d57269dd636522a55205836e84c76bb6",
"tweak" : "fecebec6e926bc11c1300d",
"msg" : [3, 6, 3, 8, 6, 9, 4, 9, 1, 3, 1, 0, 5, 7, 8, 7, 7, 1],
"ct" : [9, 6, 3, 5, 5, 2, 7, 3, 2, 8, 5, 9, 2, 3, 3, 5, 1, 2],
"result" : "valid"
},
{
"tcId" : 1833,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "22a428a12b3e0997d57269dd636522a55205836e84c76bb6",
"tweak" : "fecebec6e926bc11c1300d",
"msg" : [0, 0, 4, 1, 5, 3, 0, 6, 8, 9, 4, 0, 5, 0, 6, 7, 2, 8],
"ct" : [7, 1, 8, 1, 7, 8, 0, 2, 9, 2, 3, 1, 2, 6, 9, 8, 3, 7],
"result" : "valid"
},
{
"tcId" : 1834,
"comment" : "y is edge case for modular reduction and a is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "22a428a12b3e0997d57269dd636522a55205836e84c76bb6",
"tweak" : "fecebec6e926bc11c1300d",
"msg" : [9, 8, 7, 1, 9, 3, 1, 4, 3, 8, 6, 7, 8, 4, 8, 5, 0, 2],
"ct" : [5, 3, 5, 3, 1, 0, 1, 6, 4, 3, 3, 5, 3, 0, 3, 4, 7, 0],
"result" : "valid"
},
{
"tcId" : 1835,
"comment" : "y is maximal after modular reduction and (y + a) % radix**9 is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "22a428a12b3e0997d57269dd636522a55205836e84c76bb6",
"tweak" : "70b2bf3685c3c92d771eec",
"msg" : [5, 2, 6, 2, 0, 9, 7, 5, 2, 0, 6, 8, 0, 1, 6, 3, 5, 1],
"ct" : [6, 7, 5, 4, 0, 1, 6, 6, 8, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 1836,
"comment" : "y is maximal after modular reduction and (y + a) % radix**9 == 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "22a428a12b3e0997d57269dd636522a55205836e84c76bb6",
"tweak" : "70b2bf3685c3c92d771eec",
"msg" : [4, 8, 3, 9, 0, 3, 3, 1, 8, 1, 4, 9, 2, 6, 7, 6, 4, 1],
"ct" : [6, 7, 5, 4, 0, 1, 6, 6, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 1837,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "22a428a12b3e0997d57269dd636522a55205836e84c76bb6",
"tweak" : "70b2bf3685c3c92d771eec",
"msg" : [0, 8, 5, 2, 9, 8, 9, 0, 4, 4, 4, 5, 7, 9, 5, 6, 1, 1],
"ct" : [6, 7, 5, 4, 0, 1, 6, 6, 8, 5, 3, 6, 8, 7, 0, 9, 1, 1],
"result" : "valid"
},
{
"tcId" : 1838,
"comment" : "y is maximal after modular reduction and a is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "22a428a12b3e0997d57269dd636522a55205836e84c76bb6",
"tweak" : "70b2bf3685c3c92d771eec",
"msg" : [1, 4, 4, 7, 8, 6, 6, 6, 3, 3, 5, 1, 0, 1, 9, 4, 3, 4],
"ct" : [6, 7, 5, 4, 0, 1, 6, 6, 8, 9, 9, 9, 9, 9, 9, 9, 9, 8],
"result" : "valid"
},
{
"tcId" : 1839,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "7d2f8122f40d9e7abdfdc5533d00861d4c2e02b4f78f9b8f",
"tweak" : "8fb4ffb3514c5fcc",
"msg" : [-1, 3, 8, 1, 4, 1, 8, 9, 4, 6, 8, 1, 9, 1, 9, 6, 4, 8],
"ct" : [9, 5, 8, 7, 8, 2, 1, 3, 1, 3, 8, 9, 1, 7, 8, 2, 7, 3],
"result" : "invalid"
},
{
"tcId" : 1840,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "7d2f8122f40d9e7abdfdc5533d00861d4c2e02b4f78f9b8f",
"tweak" : "8fb4ffb3514c5fcc",
"msg" : [0, 3, 8, 1, 4, 1, -1, 9, 4, 6, 8, 1, 9, 1, 9, 6, 4, 8],
"ct" : [6, 6, 3, 6, 1, 1, 8, 0, 7, 7, 3, 8, 6, 0, 2, 7, 2, 3],
"result" : "invalid"
},
{
"tcId" : 1841,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "7d2f8122f40d9e7abdfdc5533d00861d4c2e02b4f78f9b8f",
"tweak" : "8fb4ffb3514c5fcc",
"msg" : [0, 3, 8, 1, 4, 1, 8, 9, 4, 6, 8, 1, 9, 1, 9, 6, 4, -1],
"ct" : [4, 2, 8, 8, 5, 5, 1, 8, 8, 2, 0, 7, 4, 0, 5, 7, 2, 3],
"result" : "invalid"
},
{
"tcId" : 1842,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "4440328099baa0655457b9dc75dd0f05f07c13003fc02287",
"tweak" : "ea508820e9ed378d",
"msg" : [10, 0, 7, 3, 9, 6, 3, 7, 3, 3, 9, 5, 6, 4, 3, 7, 5, 1],
"ct" : [6, 1, 1, 7, 8, 5, 2, 8, 0, 7, 3, 2, 9, 1, 3, 5, 4, 6],
"result" : "invalid"
},
{
"tcId" : 1843,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "4440328099baa0655457b9dc75dd0f05f07c13003fc02287",
"tweak" : "ea508820e9ed378d",
"msg" : [4, 0, 7, 3, 9, 6, 10, 7, 3, 3, 9, 5, 6, 4, 3, 7, 5, 1],
"ct" : [6, 8, 3, 3, 9, 1, 4, 1, 5, 3, 9, 5, 8, 9, 8, 0, 9, 4],
"result" : "invalid"
},
{
"tcId" : 1844,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "4440328099baa0655457b9dc75dd0f05f07c13003fc02287",
"tweak" : "ea508820e9ed378d",
"msg" : [4, 0, 7, 3, 9, 6, 3, 7, 3, 3, 9, 5, 6, 4, 3, 7, 5, 10],
"ct" : [8, 4, 5, 5, 9, 4, 2, 9, 0, 7, 6, 4, 7, 6, 7, 1, 3, 5],
"result" : "invalid"
}
]
},
{
"keySize" : 192,
"msgSize" : 19,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 1845,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "ba47709f6c5147bb5e20ee8869b439706fef5f984862cc0d",
"tweak" : "1a8494e5274bc2df",
"msg" : [6, 8, 6, 3, 8, 6, 0, 7, 5, 2, 7, 5, 0, 3, 5, 3, 8, 1, 1],
"ct" : [5, 5, 1, 2, 7, 1, 6, 6, 7, 8, 1, 0, 1, 1, 1, 3, 0, 3, 0],
"result" : "valid"
},
{
"tcId" : 1846,
"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" : [8, 0, 8, 5, 7, 3, 4, 7, 6, 3, 1, 2, 7, 4, 0, 6, 5, 3, 3],
"result" : "valid"
},
{
"tcId" : 1847,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "bb0a13e9ed20862fab51dbd134fd658cbf3a610e0100fc78",
"tweak" : "eb0ec722d32a5563",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [2, 2, 2, 6, 4, 4, 3, 8, 2, 9, 6, 6, 0, 0, 6, 6, 5, 2, 3],
"result" : "valid"
},
{
"tcId" : 1848,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "bb0a13e9ed20862fab51dbd134fd658cbf3a610e0100fc78",
"tweak" : "eb0ec722d32a5563",
"msg" : [5, 3, 6, 8, 7, 0, 9, 1, 2, 8, 5, 8, 9, 9, 3, 4, 5, 9, 2],
"ct" : [5, 4, 5, 3, 7, 2, 8, 7, 6, 3, 9, 5, 0, 8, 6, 1, 5, 6, 8],
"result" : "valid"
},
{
"tcId" : 1849,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "bb0a13e9ed20862fab51dbd134fd658cbf3a610e0100fc78",
"tweak" : "eb0ec722d32a5563",
"msg" : [5, 3, 6, 8, 7, 0, 9, 1, 1, 8, 5, 8, 9, 9, 3, 4, 5, 9, 1],
"ct" : [9, 6, 1, 0, 7, 0, 5, 6, 8, 3, 2, 8, 2, 4, 4, 9, 0, 9, 1],
"result" : "valid"
},
{
"tcId" : 1850,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "bb0a13e9ed20862fab51dbd134fd658cbf3a610e0100fc78",
"tweak" : "eb0ec722d32a5563",
"msg" : [8, 6, 2, 0, 1, 1, 7, 9, 9, 6, 0, 8, 9, 1, 1, 3, 8, 5, 0],
"ct" : [3, 8, 7, 7, 0, 3, 9, 4, 8, 9, 8, 8, 1, 3, 7, 4, 5, 4, 5],
"result" : "valid"
},
{
"tcId" : 1851,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "bb0a13e9ed20862fab51dbd134fd658cbf3a610e0100fc78",
"tweak" : "eb0ec722d32a5563",
"msg" : [7, 7, 2, 1, 7, 6, 4, 0, 6, 1, 6, 8, 0, 9, 9, 3, 2, 9, 9],
"ct" : [3, 2, 1, 7, 8, 4, 2, 2, 9, 8, 5, 2, 7, 6, 4, 1, 7, 3, 2],
"result" : "valid"
},
{
"tcId" : 1852,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "bb0a13e9ed20862fab51dbd134fd658cbf3a610e0100fc78",
"tweak" : "eb0ec722d32a5563",
"msg" : [0, 4, 2, 1, 9, 4, 1, 2, 2, 3, 4, 9, 4, 8, 8, 2, 5, 5, 9],
"ct" : [8, 9, 8, 8, 8, 1, 4, 0, 2, 0, 8, 0, 6, 3, 6, 5, 6, 4, 6],
"result" : "valid"
},
{
"tcId" : 1853,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "bb0a13e9ed20862fab51dbd134fd658cbf3a610e0100fc78",
"tweak" : "eb0ec722d32a5563",
"msg" : [6, 7, 7, 2, 4, 8, 8, 2, 8, 1, 1, 1, 4, 1, 1, 8, 3, 8, 4],
"ct" : [4, 3, 3, 1, 7, 3, 0, 6, 1, 3, 8, 5, 4, 8, 8, 0, 8, 6, 1],
"result" : "valid"
},
{
"tcId" : 1854,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "bb0a13e9ed20862fab51dbd134fd658cbf3a610e0100fc78",
"tweak" : "eb0ec722d32a5563",
"msg" : [8, 9, 6, 9, 8, 7, 5, 8, 8, 5, 5, 6, 4, 3, 6, 7, 9, 4, 4],
"ct" : [9, 0, 6, 4, 0, 4, 4, 4, 1, 5, 0, 2, 1, 3, 5, 4, 3, 0, 5],
"result" : "valid"
},
{
"tcId" : 1855,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "bb0a13e9ed20862fab51dbd134fd658cbf3a610e0100fc78",
"tweak" : "eb0ec722d32a5563",
"msg" : [5, 4, 9, 7, 7, 1, 2, 6, 5, 2, 5, 7, 7, 0, 8, 5, 8, 0, 2],
"ct" : [1, 9, 6, 9, 2, 9, 2, 0, 3, 3, 1, 3, 0, 5, 9, 5, 1, 2, 3],
"result" : "valid"
},
{
"tcId" : 1856,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "bb0a13e9ed20862fab51dbd134fd658cbf3a610e0100fc78",
"tweak" : "eb0ec722d32a5563",
"msg" : [8, 9, 0, 0, 0, 2, 2, 0, 4, 4, 3, 0, 0, 0, 4, 5, 5, 1, 3],
"ct" : [6, 7, 6, 9, 7, 7, 0, 9, 9, 4, 8, 6, 8, 6, 4, 5, 4, 0, 4],
"result" : "valid"
},
{
"tcId" : 1857,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "bb0a13e9ed20862fab51dbd134fd658cbf3a610e0100fc78",
"tweak" : "eb0ec722d32a5563",
"msg" : [0, 0, 9, 8, 8, 9, 2, 4, 0, 8, 5, 2, 6, 1, 3, 2, 1, 9, 8],
"ct" : [5, 3, 2, 9, 0, 5, 0, 7, 1, 6, 9, 5, 3, 1, 7, 6, 7, 7, 1],
"result" : "valid"
},
{
"tcId" : 1858,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "bb0a13e9ed20862fab51dbd134fd658cbf3a610e0100fc78",
"tweak" : "eb0ec722d32a5563",
"msg" : [0, 4, 8, 8, 5, 6, 4, 3, 9, 3, 4, 0, 3, 4, 7, 3, 4, 2, 3],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 1859,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "bb0a13e9ed20862fab51dbd134fd658cbf3a610e0100fc78",
"tweak" : "eb0ec722d32a5563",
"msg" : [3, 6, 1, 2, 6, 6, 6, 1, 9, 5, 9, 6, 0, 3, 6, 8, 8, 8, 1],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 1860,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "bb0a13e9ed20862fab51dbd134fd658cbf3a610e0100fc78",
"tweak" : "eb0ec722d32a5563",
"msg" : [5, 7, 4, 5, 8, 4, 4, 2, 3, 2, 4, 4, 7, 9, 2, 2, 5, 2, 4],
"ct" : [5, 3, 6, 8, 7, 0, 9, 1, 2, 8, 5, 8, 9, 9, 3, 4, 5, 9, 2],
"result" : "valid"
},
{
"tcId" : 1861,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "bb0a13e9ed20862fab51dbd134fd658cbf3a610e0100fc78",
"tweak" : "eb0ec722d32a5563",
"msg" : [9, 3, 8, 7, 5, 2, 6, 0, 6, 1, 5, 5, 7, 7, 8, 4, 7, 4, 6],
"ct" : [5, 3, 6, 8, 7, 0, 9, 1, 1, 8, 5, 8, 9, 9, 3, 4, 5, 9, 1],
"result" : "valid"
},
{
"tcId" : 1862,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "be9a8fba5d4b186c6ccb1e78380a89a9fda592669dcb40b9",
"tweak" : "210a87007dcef98c",
"msg" : [-1, 0, 0, 5, 7, 7, 2, 1, 3, 2, 9, 3, 9, 3, 4, 1, 0, 2, 3],
"ct" : [3, 5, 9, 8, 4, 1, 6, 1, 9, 5, 4, 3, 3, 1, 7, 0, 3, 8, 9],
"result" : "invalid"
},
{
"tcId" : 1863,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "be9a8fba5d4b186c6ccb1e78380a89a9fda592669dcb40b9",
"tweak" : "210a87007dcef98c",
"msg" : [2, 0, 0, 5, 7, 7, -1, 1, 3, 2, 9, 3, 9, 3, 4, 1, 0, 2, 3],
"ct" : [4, 3, 3, 6, 4, 3, 6, 0, 1, 7, 0, 5, 9, 7, 1, 8, 3, 9, 0],
"result" : "invalid"
},
{
"tcId" : 1864,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "be9a8fba5d4b186c6ccb1e78380a89a9fda592669dcb40b9",
"tweak" : "210a87007dcef98c",
"msg" : [2, 0, 0, 5, 7, 7, 2, 1, 3, 2, 9, 3, 9, 3, 4, 1, 0, 2, -1],
"ct" : [5, 5, 5, 9, 1, 3, 5, 1, 9, 8, 7, 0, 1, 9, 8, 7, 8, 4, 9],
"result" : "invalid"
},
{
"tcId" : 1865,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "901770003517f637edb286fbb45eaa505f0799a5bc91bcd4",
"tweak" : "91ee9daf02567ee6",
"msg" : [10, 5, 4, 8, 9, 0, 1, 7, 5, 1, 6, 6, 6, 4, 3, 0, 5, 3, 2],
"ct" : [2, 7, 5, 9, 1, 2, 7, 9, 2, 6, 5, 3, 0, 8, 0, 7, 0, 5, 2],
"result" : "invalid"
},
{
"tcId" : 1866,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "901770003517f637edb286fbb45eaa505f0799a5bc91bcd4",
"tweak" : "91ee9daf02567ee6",
"msg" : [7, 5, 4, 8, 9, 0, 10, 7, 5, 1, 6, 6, 6, 4, 3, 0, 5, 3, 2],
"ct" : [4, 3, 9, 7, 6, 9, 5, 0, 2, 8, 1, 2, 0, 4, 4, 9, 8, 9, 7],
"result" : "invalid"
},
{
"tcId" : 1867,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "901770003517f637edb286fbb45eaa505f0799a5bc91bcd4",
"tweak" : "91ee9daf02567ee6",
"msg" : [7, 5, 4, 8, 9, 0, 1, 7, 5, 1, 6, 6, 6, 4, 3, 0, 5, 3, 10],
"ct" : [1, 8, 5, 4, 5, 8, 6, 7, 8, 2, 4, 1, 8, 1, 1, 7, 1, 4, 1],
"result" : "invalid"
}
]
},
{
"keySize" : 192,
"msgSize" : 20,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 1868,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "141107e15df419395d338f34ef63f1e80d20b2dad04e5b54",
"tweak" : "b069e365f5a623ff",
"msg" : [9, 2, 8, 1, 7, 0, 5, 8, 5, 5, 7, 1, 9, 8, 1, 3, 1, 0, 6, 3],
"ct" : [9, 7, 3, 1, 3, 3, 8, 2, 2, 3, 4, 0, 3, 3, 7, 0, 1, 4, 5, 9],
"result" : "valid"
},
{
"tcId" : 1869,
"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" : [4, 6, 3, 6, 0, 5, 1, 7, 1, 3, 5, 4, 7, 0, 5, 2, 1, 3, 1, 6],
"result" : "valid"
},
{
"tcId" : 1870,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "4f62d21aaf56e5b650e7893d04b5d5a05a85db881952f824",
"tweak" : "769ef53520d6bd5d",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [8, 8, 6, 8, 9, 0, 0, 1, 7, 7, 4, 2, 9, 4, 2, 4, 7, 1, 3, 2],
"result" : "valid"
},
{
"tcId" : 1871,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "4f62d21aaf56e5b650e7893d04b5d5a05a85db881952f824",
"tweak" : "769ef53520d6bd5d",
"msg" : [8, 5, 8, 9, 9, 3, 4, 5, 9, 2, 8, 5, 8, 9, 9, 3, 4, 5, 9, 2],
"ct" : [0, 1, 7, 7, 5, 5, 6, 7, 1, 2, 0, 6, 0, 1, 9, 3, 8, 8, 0, 6],
"result" : "valid"
},
{
"tcId" : 1872,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "4f62d21aaf56e5b650e7893d04b5d5a05a85db881952f824",
"tweak" : "769ef53520d6bd5d",
"msg" : [8, 5, 8, 9, 9, 3, 4, 5, 9, 1, 8, 5, 8, 9, 9, 3, 4, 5, 9, 1],
"ct" : [2, 4, 1, 2, 6, 1, 4, 6, 5, 6, 2, 8, 5, 6, 8, 6, 9, 6, 9, 4],
"result" : "valid"
},
{
"tcId" : 1873,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "4f62d21aaf56e5b650e7893d04b5d5a05a85db881952f824",
"tweak" : "769ef53520d6bd5d",
"msg" : [9, 1, 6, 0, 4, 0, 6, 4, 2, 9, 6, 9, 1, 8, 5, 7, 4, 6, 8, 6],
"ct" : [3, 4, 8, 2, 3, 5, 2, 6, 1, 2, 9, 6, 7, 1, 7, 6, 5, 1, 3, 5],
"result" : "valid"
},
{
"tcId" : 1874,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "4f62d21aaf56e5b650e7893d04b5d5a05a85db881952f824",
"tweak" : "769ef53520d6bd5d",
"msg" : [3, 8, 2, 5, 1, 4, 7, 9, 8, 5, 2, 3, 6, 9, 5, 8, 9, 9, 6, 0],
"ct" : [2, 4, 1, 5, 7, 7, 2, 0, 0, 9, 8, 5, 3, 7, 0, 4, 8, 4, 2, 6],
"result" : "valid"
},
{
"tcId" : 1875,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "4f62d21aaf56e5b650e7893d04b5d5a05a85db881952f824",
"tweak" : "769ef53520d6bd5d",
"msg" : [2, 3, 7, 2, 4, 7, 9, 7, 7, 2, 0, 6, 6, 7, 8, 8, 2, 6, 7, 7],
"ct" : [7, 0, 9, 7, 0, 3, 9, 2, 9, 8, 8, 1, 7, 9, 3, 6, 2, 6, 6, 2],
"result" : "valid"
},
{
"tcId" : 1876,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "4f62d21aaf56e5b650e7893d04b5d5a05a85db881952f824",
"tweak" : "769ef53520d6bd5d",
"msg" : [8, 5, 2, 6, 6, 5, 8, 6, 3, 4, 9, 9, 0, 9, 9, 5, 1, 0, 4, 9],
"ct" : [7, 1, 3, 0, 9, 0, 4, 6, 3, 7, 9, 4, 2, 6, 6, 3, 1, 1, 9, 6],
"result" : "valid"
},
{
"tcId" : 1877,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "4f62d21aaf56e5b650e7893d04b5d5a05a85db881952f824",
"tweak" : "769ef53520d6bd5d",
"msg" : [5, 2, 1, 7, 5, 2, 7, 4, 1, 5, 6, 0, 6, 1, 2, 5, 0, 4, 6, 8],
"ct" : [9, 4, 9, 9, 7, 5, 4, 0, 7, 8, 6, 2, 8, 4, 2, 4, 2, 9, 1, 3],
"result" : "valid"
},
{
"tcId" : 1878,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "4f62d21aaf56e5b650e7893d04b5d5a05a85db881952f824",
"tweak" : "769ef53520d6bd5d",
"msg" : [4, 6, 5, 1, 9, 7, 3, 8, 9, 1, 8, 5, 1, 3, 5, 7, 6, 0, 1, 7],
"ct" : [8, 1, 6, 3, 5, 3, 4, 5, 0, 4, 4, 6, 0, 5, 7, 0, 7, 6, 8, 0],
"result" : "valid"
},
{
"tcId" : 1879,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "4f62d21aaf56e5b650e7893d04b5d5a05a85db881952f824",
"tweak" : "769ef53520d6bd5d",
"msg" : [2, 3, 4, 8, 8, 8, 4, 2, 6, 0, 0, 1, 0, 6, 3, 6, 0, 3, 4, 0],
"ct" : [2, 5, 3, 5, 6, 9, 2, 2, 7, 8, 0, 8, 2, 1, 1, 8, 2, 0, 7, 1],
"result" : "valid"
},
{
"tcId" : 1880,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "4f62d21aaf56e5b650e7893d04b5d5a05a85db881952f824",
"tweak" : "769ef53520d6bd5d",
"msg" : [3, 8, 0, 8, 2, 2, 6, 0, 0, 5, 6, 3, 9, 7, 4, 7, 5, 0, 7, 9],
"ct" : [8, 0, 1, 5, 3, 6, 3, 3, 7, 6, 8, 3, 6, 1, 7, 3, 7, 1, 3, 7],
"result" : "valid"
},
{
"tcId" : 1881,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "4f62d21aaf56e5b650e7893d04b5d5a05a85db881952f824",
"tweak" : "769ef53520d6bd5d",
"msg" : [4, 4, 3, 6, 6, 6, 1, 9, 1, 5, 5, 9, 6, 7, 1, 2, 2, 1, 0, 6],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 1882,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "4f62d21aaf56e5b650e7893d04b5d5a05a85db881952f824",
"tweak" : "769ef53520d6bd5d",
"msg" : [3, 6, 5, 0, 7, 5, 7, 7, 4, 2, 7, 0, 0, 7, 5, 5, 4, 1, 7, 1],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 1883,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "4f62d21aaf56e5b650e7893d04b5d5a05a85db881952f824",
"tweak" : "769ef53520d6bd5d",
"msg" : [8, 4, 1, 4, 0, 1, 9, 2, 7, 9, 3, 1, 9, 2, 5, 2, 8, 0, 3, 6],
"ct" : [8, 5, 8, 9, 9, 3, 4, 5, 9, 2, 8, 5, 8, 9, 9, 3, 4, 5, 9, 2],
"result" : "valid"
},
{
"tcId" : 1884,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "4f62d21aaf56e5b650e7893d04b5d5a05a85db881952f824",
"tweak" : "769ef53520d6bd5d",
"msg" : [8, 4, 0, 2, 1, 9, 4, 5, 7, 6, 5, 4, 4, 8, 6, 3, 2, 0, 9, 9],
"ct" : [8, 5, 8, 9, 9, 3, 4, 5, 9, 1, 8, 5, 8, 9, 9, 3, 4, 5, 9, 1],
"result" : "valid"
},
{
"tcId" : 1885,
"comment" : "y = 0 and (y + a) % radix**10 == 0 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "2315f599cd47eab780ef330b4be3a011b8cbc33412cfd8c1",
"tweak" : "ebfe5532ebb97432cf3d",
"msg" : [2, 1, 4, 6, 4, 3, 7, 4, 7, 3, 0, 6, 5, 9, 7, 9, 4, 5, 1, 7],
"ct" : [2, 0, 4, 6, 9, 5, 3, 9, 8, 8, 4, 4, 8, 8, 3, 9, 3, 8, 6, 1],
"result" : "valid"
},
{
"tcId" : 1886,
"comment" : "y = 0 and a = 1 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "2315f599cd47eab780ef330b4be3a011b8cbc33412cfd8c1",
"tweak" : "ebfe5532ebb97432cf3d",
"msg" : [7, 4, 3, 8, 8, 1, 9, 3, 9, 5, 6, 6, 1, 8, 3, 5, 4, 9, 3, 7],
"ct" : [1, 0, 9, 6, 5, 1, 2, 7, 6, 6, 7, 8, 5, 2, 7, 4, 0, 7, 0, 3],
"result" : "valid"
},
{
"tcId" : 1887,
"comment" : "y = 0 and a has large Hamming weight in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "2315f599cd47eab780ef330b4be3a011b8cbc33412cfd8c1",
"tweak" : "ebfe5532ebb97432cf3d",
"msg" : [2, 0, 6, 3, 0, 7, 2, 9, 3, 2, 0, 5, 2, 9, 4, 8, 6, 5, 5, 5],
"ct" : [9, 3, 9, 9, 6, 4, 8, 7, 2, 5, 7, 9, 9, 0, 6, 8, 2, 8, 9, 9],
"result" : "valid"
},
{
"tcId" : 1888,
"comment" : "y = 0 and (y + a) % radix**10 is maximal in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "2315f599cd47eab780ef330b4be3a011b8cbc33412cfd8c1",
"tweak" : "ebfe5532ebb97432cf3d",
"msg" : [4, 9, 9, 5, 8, 7, 1, 7, 8, 4, 3, 0, 8, 8, 9, 2, 9, 1, 3, 5],
"ct" : [9, 7, 3, 4, 1, 5, 7, 0, 1, 7, 2, 1, 0, 7, 7, 6, 3, 8, 3, 0],
"result" : "valid"
},
{
"tcId" : 1889,
"comment" : "y is maximal and a = 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "2315f599cd47eab780ef330b4be3a011b8cbc33412cfd8c1",
"tweak" : "ff6e6b554e9d09f2a4e7",
"msg" : [4, 1, 9, 0, 2, 6, 1, 6, 4, 0, 1, 8, 6, 8, 5, 5, 2, 7, 1, 0],
"ct" : [3, 3, 4, 5, 2, 9, 1, 9, 8, 2, 3, 5, 4, 3, 9, 5, 0, 3, 3, 5],
"result" : "valid"
},
{
"tcId" : 1890,
"comment" : "y is maximal and a = 1 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "2315f599cd47eab780ef330b4be3a011b8cbc33412cfd8c1",
"tweak" : "ff6e6b554e9d09f2a4e7",
"msg" : [8, 7, 3, 5, 3, 3, 9, 3, 9, 1, 7, 6, 1, 7, 7, 1, 1, 1, 6, 0],
"ct" : [3, 3, 4, 5, 2, 9, 1, 9, 8, 2, 3, 5, 4, 3, 9, 5, 0, 3, 3, 6],
"result" : "valid"
},
{
"tcId" : 1891,
"comment" : "y is maximal and (y + a) % radix**10 is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "2315f599cd47eab780ef330b4be3a011b8cbc33412cfd8c1",
"tweak" : "ff6e6b554e9d09f2a4e7",
"msg" : [8, 5, 7, 7, 3, 7, 6, 9, 9, 7, 3, 5, 0, 1, 5, 9, 7, 0, 6, 7],
"ct" : [3, 3, 4, 5, 2, 9, 1, 9, 8, 2, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 1892,
"comment" : "y is maximal and (y + a) % radix**10 == 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "2315f599cd47eab780ef330b4be3a011b8cbc33412cfd8c1",
"tweak" : "ff6e6b554e9d09f2a4e7",
"msg" : [9, 0, 1, 7, 2, 7, 3, 4, 6, 4, 5, 4, 9, 9, 0, 5, 1, 5, 3, 6],
"ct" : [3, 3, 4, 5, 2, 9, 1, 9, 8, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 1893,
"comment" : "y is maximal and a has large Hamming weight in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "2315f599cd47eab780ef330b4be3a011b8cbc33412cfd8c1",
"tweak" : "ff6e6b554e9d09f2a4e7",
"msg" : [4, 8, 2, 7, 5, 9, 2, 3, 7, 1, 3, 8, 5, 9, 3, 4, 8, 3, 9, 1],
"ct" : [3, 3, 4, 5, 2, 9, 1, 9, 8, 2, 2, 1, 3, 3, 8, 8, 4, 9, 2, 7],
"result" : "valid"
},
{
"tcId" : 1894,
"comment" : "y is maximal and a is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "2315f599cd47eab780ef330b4be3a011b8cbc33412cfd8c1",
"tweak" : "ff6e6b554e9d09f2a4e7",
"msg" : [9, 6, 4, 0, 9, 8, 7, 6, 7, 4, 7, 3, 3, 6, 6, 6, 5, 8, 8, 3],
"ct" : [3, 3, 4, 5, 2, 9, 1, 9, 8, 2, 3, 5, 4, 3, 9, 5, 0, 3, 3, 4],
"result" : "valid"
},
{
"tcId" : 1895,
"comment" : "y is edge case for modular reduction and a = 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "2315f599cd47eab780ef330b4be3a011b8cbc33412cfd8c1",
"tweak" : "bddba459e83069b6ba66",
"msg" : [1, 5, 9, 9, 3, 6, 5, 2, 9, 3, 7, 4, 9, 7, 7, 1, 5, 4, 1, 5],
"ct" : [0, 0, 4, 5, 6, 6, 8, 4, 4, 1, 3, 5, 4, 3, 9, 5, 0, 3, 3, 0],
"result" : "valid"
},
{
"tcId" : 1896,
"comment" : "y is edge case for modular reduction and a = 1 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "2315f599cd47eab780ef330b4be3a011b8cbc33412cfd8c1",
"tweak" : "bddba459e83069b6ba66",
"msg" : [9, 0, 0, 3, 0, 8, 0, 5, 8, 6, 0, 5, 0, 6, 2, 1, 1, 4, 4, 1],
"ct" : [0, 0, 4, 5, 6, 6, 8, 4, 4, 1, 3, 5, 4, 3, 9, 5, 0, 3, 3, 1],
"result" : "valid"
},
{
"tcId" : 1897,
"comment" : "y is edge case for modular reduction and (y + a) % radix**10 is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "2315f599cd47eab780ef330b4be3a011b8cbc33412cfd8c1",
"tweak" : "bddba459e83069b6ba66",
"msg" : [4, 6, 7, 0, 0, 6, 3, 6, 8, 6, 4, 8, 6, 1, 1, 3, 6, 1, 1, 7],
"ct" : [0, 0, 4, 5, 6, 6, 8, 4, 4, 1, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 1898,
"comment" : "y is edge case for modular reduction and (y + a) % radix**10 == 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "2315f599cd47eab780ef330b4be3a011b8cbc33412cfd8c1",
"tweak" : "bddba459e83069b6ba66",
"msg" : [6, 3, 8, 5, 8, 9, 6, 8, 8, 9, 8, 6, 8, 3, 3, 2, 0, 2, 9, 3],
"ct" : [0, 0, 4, 5, 6, 6, 8, 4, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 1899,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "2315f599cd47eab780ef330b4be3a011b8cbc33412cfd8c1",
"tweak" : "bddba459e83069b6ba66",
"msg" : [8, 3, 9, 2, 8, 4, 7, 2, 5, 5, 8, 4, 5, 5, 1, 8, 3, 9, 9, 2],
"ct" : [0, 0, 4, 5, 6, 6, 8, 4, 4, 1, 2, 1, 3, 3, 8, 8, 4, 9, 2, 2],
"result" : "valid"
},
{
"tcId" : 1900,
"comment" : "y is edge case for modular reduction and a is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "2315f599cd47eab780ef330b4be3a011b8cbc33412cfd8c1",
"tweak" : "bddba459e83069b6ba66",
"msg" : [1, 7, 8, 2, 4, 7, 1, 0, 4, 9, 9, 7, 4, 1, 8, 9, 7, 9, 5, 9],
"ct" : [0, 0, 4, 5, 6, 6, 8, 4, 4, 1, 3, 5, 4, 3, 9, 5, 0, 3, 2, 9],
"result" : "valid"
},
{
"tcId" : 1901,
"comment" : "y is maximal after modular reduction and (y + a) % radix**10 is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "2315f599cd47eab780ef330b4be3a011b8cbc33412cfd8c1",
"tweak" : "4a8008d36bad9f5b36f4",
"msg" : [4, 4, 8, 8, 8, 2, 5, 8, 6, 9, 6, 2, 5, 9, 3, 4, 7, 2, 9, 1],
"ct" : [8, 2, 2, 0, 3, 5, 4, 8, 7, 5, 8, 5, 4, 7, 6, 3, 1, 1, 3, 4],
"result" : "valid"
},
{
"tcId" : 1902,
"comment" : "y is maximal after modular reduction and (y + a) % radix**10 == 0 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "2315f599cd47eab780ef330b4be3a011b8cbc33412cfd8c1",
"tweak" : "4a8008d36bad9f5b36f4",
"msg" : [7, 5, 5, 7, 1, 6, 2, 0, 3, 0, 6, 5, 6, 1, 0, 0, 5, 6, 8, 3],
"ct" : [1, 5, 9, 7, 4, 9, 5, 7, 1, 4, 7, 2, 1, 4, 8, 1, 5, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 1903,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "2315f599cd47eab780ef330b4be3a011b8cbc33412cfd8c1",
"tweak" : "4a8008d36bad9f5b36f4",
"msg" : [5, 0, 1, 5, 5, 0, 1, 7, 0, 3, 9, 6, 7, 6, 0, 8, 0, 1, 0, 2],
"ct" : [7, 8, 9, 1, 4, 6, 8, 6, 4, 6, 5, 6, 2, 7, 4, 8, 2, 9, 8, 0],
"result" : "valid"
},
{
"tcId" : 1904,
"comment" : "y is maximal after modular reduction and a is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "2315f599cd47eab780ef330b4be3a011b8cbc33412cfd8c1",
"tweak" : "4a8008d36bad9f5b36f4",
"msg" : [5, 6, 0, 2, 3, 2, 6, 4, 3, 4, 1, 0, 5, 5, 4, 8, 5, 8, 4, 6],
"ct" : [9, 6, 1, 5, 5, 0, 5, 9, 7, 6, 9, 7, 4, 7, 9, 2, 4, 0, 3, 1],
"result" : "valid"
},
{
"tcId" : 1905,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "510a5104e7a431e45387c3de2c5d0dc7aaae49907bf72a8f",
"tweak" : "25733cf5c0f0d898",
"msg" : [-1, 3, 3, 2, 1, 9, 3, 9, 5, 8, 0, 5, 6, 8, 5, 9, 7, 4, 5, 7],
"ct" : [8, 5, 4, 8, 2, 4, 4, 0, 6, 0, 8, 9, 3, 9, 6, 9, 3, 2, 5, 3],
"result" : "invalid"
},
{
"tcId" : 1906,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "510a5104e7a431e45387c3de2c5d0dc7aaae49907bf72a8f",
"tweak" : "25733cf5c0f0d898",
"msg" : [0, 3, 3, 2, 1, 9, -1, 9, 5, 8, 0, 5, 6, 8, 5, 9, 7, 4, 5, 7],
"ct" : [7, 1, 3, 9, 0, 5, 3, 3, 4, 4, 3, 6, 5, 8, 2, 9, 6, 4, 6, 3],
"result" : "invalid"
},
{
"tcId" : 1907,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "510a5104e7a431e45387c3de2c5d0dc7aaae49907bf72a8f",
"tweak" : "25733cf5c0f0d898",
"msg" : [0, 3, 3, 2, 1, 9, 3, 9, 5, 8, 0, 5, 6, 8, 5, 9, 7, 4, 5, -1],
"ct" : [8, 9, 6, 5, 5, 3, 2, 9, 8, 9, 5, 2, 2, 0, 5, 9, 4, 4, 7, 2],
"result" : "invalid"
},
{
"tcId" : 1908,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "0bc72bc36baa65d2a6f20ea2834ecec72bd6f0166ef1b4da",
"tweak" : "a5e88b700ae7c4ba",
"msg" : [10, 2, 6, 5, 5, 7, 1, 5, 8, 7, 5, 2, 3, 2, 1, 0, 9, 3, 6, 0],
"ct" : [0, 8, 5, 6, 2, 4, 9, 2, 6, 1, 3, 2, 4, 8, 8, 4, 4, 2, 7, 2],
"result" : "invalid"
},
{
"tcId" : 1909,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "0bc72bc36baa65d2a6f20ea2834ecec72bd6f0166ef1b4da",
"tweak" : "a5e88b700ae7c4ba",
"msg" : [5, 2, 6, 5, 5, 7, 10, 5, 8, 7, 5, 2, 3, 2, 1, 0, 9, 3, 6, 0],
"ct" : [3, 9, 4, 6, 5, 1, 8, 2, 8, 2, 8, 1, 3, 6, 6, 9, 5, 0, 4, 5],
"result" : "invalid"
},
{
"tcId" : 1910,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "0bc72bc36baa65d2a6f20ea2834ecec72bd6f0166ef1b4da",
"tweak" : "a5e88b700ae7c4ba",
"msg" : [5, 2, 6, 5, 5, 7, 1, 5, 8, 7, 5, 2, 3, 2, 1, 0, 9, 3, 6, 10],
"ct" : [0, 3, 3, 1, 9, 1, 9, 4, 4, 3, 6, 4, 3, 6, 0, 1, 1, 2, 5, 1],
"result" : "invalid"
}
]
},
{
"keySize" : 192,
"msgSize" : 21,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 1911,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "c3bb552dddc77917376b930dc911345e533a17542ddbf421",
"tweak" : "2780a38c74385db3",
"msg" : [7, 8, 9, 9, 8, 9, 1, 2, 8, 6, 0, 7, 3, 0, 5, 8, 4, 2, 0, 9, 8],
"ct" : [9, 0, 8, 0, 4, 2, 3, 4, 4, 6, 8, 5, 3, 0, 8, 9, 5, 2, 8, 5, 2],
"result" : "valid"
},
{
"tcId" : 1912,
"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, 1, 0, 0, 0, 3, 1, 1, 8, 9, 0, 5, 1, 5, 6, 8, 9, 8, 5, 4, 8],
"result" : "valid"
},
{
"tcId" : 1913,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "966abbf85a058a703c37afa2f0ee70d88271cfbdd780f98d",
"tweak" : "3409bef7dc1e87c7",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [2, 7, 3, 0, 0, 9, 6, 0, 1, 7, 0, 5, 0, 1, 4, 6, 4, 2, 2, 2, 9],
"result" : "valid"
},
{
"tcId" : 1914,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "966abbf85a058a703c37afa2f0ee70d88271cfbdd780f98d",
"tweak" : "3409bef7dc1e87c7",
"msg" : [8, 5, 8, 9, 9, 3, 4, 5, 9, 2, 6, 8, 7, 1, 9, 4, 7, 6, 7, 3, 6],
"ct" : [2, 3, 9, 0, 0, 2, 5, 8, 5, 1, 8, 9, 8, 4, 4, 9, 3, 0, 3, 5, 8],
"result" : "valid"
},
{
"tcId" : 1915,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "966abbf85a058a703c37afa2f0ee70d88271cfbdd780f98d",
"tweak" : "3409bef7dc1e87c7",
"msg" : [8, 5, 8, 9, 9, 3, 4, 5, 9, 1, 6, 8, 7, 1, 9, 4, 7, 6, 7, 3, 5],
"ct" : [7, 0, 8, 9, 8, 1, 2, 9, 4, 8, 0, 4, 3, 1, 7, 4, 8, 9, 2, 2, 9],
"result" : "valid"
},
{
"tcId" : 1916,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "966abbf85a058a703c37afa2f0ee70d88271cfbdd780f98d",
"tweak" : "3409bef7dc1e87c7",
"msg" : [3, 7, 0, 2, 8, 7, 3, 1, 0, 0, 1, 9, 0, 9, 6, 5, 2, 4, 3, 7, 0],
"ct" : [7, 6, 0, 7, 1, 8, 9, 6, 8, 8, 6, 6, 8, 4, 1, 9, 0, 1, 8, 0, 1],
"result" : "valid"
},
{
"tcId" : 1917,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "966abbf85a058a703c37afa2f0ee70d88271cfbdd780f98d",
"tweak" : "3409bef7dc1e87c7",
"msg" : [0, 1, 8, 4, 5, 6, 1, 2, 4, 4, 8, 5, 9, 3, 4, 0, 4, 2, 3, 3, 7],
"ct" : [6, 8, 8, 2, 1, 6, 7, 6, 9, 9, 6, 6, 5, 7, 4, 7, 2, 7, 8, 2, 0],
"result" : "valid"
},
{
"tcId" : 1918,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "966abbf85a058a703c37afa2f0ee70d88271cfbdd780f98d",
"tweak" : "3409bef7dc1e87c7",
"msg" : [6, 6, 3, 5, 5, 3, 9, 4, 9, 3, 8, 9, 5, 6, 0, 4, 6, 3, 1, 8, 4],
"ct" : [6, 2, 2, 5, 2, 8, 9, 4, 3, 9, 8, 8, 4, 0, 5, 6, 8, 4, 0, 4, 2],
"result" : "valid"
},
{
"tcId" : 1919,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "966abbf85a058a703c37afa2f0ee70d88271cfbdd780f98d",
"tweak" : "3409bef7dc1e87c7",
"msg" : [4, 5, 9, 1, 4, 9, 2, 1, 4, 3, 8, 5, 1, 7, 9, 5, 8, 2, 5, 4, 8],
"ct" : [3, 2, 7, 5, 0, 0, 0, 2, 6, 7, 2, 8, 7, 7, 0, 9, 0, 3, 7, 8, 5],
"result" : "valid"
},
{
"tcId" : 1920,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "966abbf85a058a703c37afa2f0ee70d88271cfbdd780f98d",
"tweak" : "3409bef7dc1e87c7",
"msg" : [6, 4, 9, 6, 8, 2, 1, 3, 6, 9, 5, 4, 3, 8, 3, 4, 1, 1, 2, 6, 7],
"ct" : [3, 8, 7, 0, 9, 5, 7, 5, 1, 5, 7, 3, 2, 8, 4, 3, 2, 0, 9, 4, 3],
"result" : "valid"
},
{
"tcId" : 1921,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "966abbf85a058a703c37afa2f0ee70d88271cfbdd780f98d",
"tweak" : "3409bef7dc1e87c7",
"msg" : [5, 2, 6, 7, 5, 4, 8, 5, 1, 5, 6, 5, 4, 4, 8, 4, 7, 5, 6, 4, 7],
"ct" : [5, 7, 0, 3, 6, 5, 9, 6, 3, 4, 5, 8, 8, 8, 1, 3, 6, 5, 7, 8, 8],
"result" : "valid"
},
{
"tcId" : 1922,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "966abbf85a058a703c37afa2f0ee70d88271cfbdd780f98d",
"tweak" : "3409bef7dc1e87c7",
"msg" : [1, 2, 4, 0, 3, 1, 2, 0, 3, 0, 2, 3, 4, 8, 9, 6, 6, 8, 4, 6, 2],
"ct" : [9, 8, 8, 7, 0, 9, 0, 6, 2, 3, 2, 2, 5, 5, 8, 5, 9, 4, 8, 2, 7],
"result" : "valid"
},
{
"tcId" : 1923,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "966abbf85a058a703c37afa2f0ee70d88271cfbdd780f98d",
"tweak" : "3409bef7dc1e87c7",
"msg" : [3, 2, 5, 5, 8, 9, 5, 9, 3, 3, 8, 1, 5, 1, 6, 8, 7, 1, 8, 9, 5],
"ct" : [6, 9, 8, 1, 2, 2, 3, 8, 3, 7, 5, 8, 9, 1, 5, 8, 9, 7, 5, 2, 7],
"result" : "valid"
},
{
"tcId" : 1924,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "966abbf85a058a703c37afa2f0ee70d88271cfbdd780f98d",
"tweak" : "3409bef7dc1e87c7",
"msg" : [0, 8, 5, 9, 5, 7, 5, 6, 9, 8, 8, 3, 6, 8, 3, 0, 3, 2, 4, 3, 8],
"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" : 1925,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "966abbf85a058a703c37afa2f0ee70d88271cfbdd780f98d",
"tweak" : "3409bef7dc1e87c7",
"msg" : [1, 8, 8, 3, 9, 0, 2, 1, 9, 1, 7, 6, 5, 3, 2, 5, 8, 1, 5, 4, 4],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 1926,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "966abbf85a058a703c37afa2f0ee70d88271cfbdd780f98d",
"tweak" : "3409bef7dc1e87c7",
"msg" : [5, 3, 6, 9, 1, 7, 8, 6, 2, 3, 3, 1, 8, 7, 9, 9, 8, 2, 5, 9, 7],
"ct" : [8, 5, 8, 9, 9, 3, 4, 5, 9, 2, 6, 8, 7, 1, 9, 4, 7, 6, 7, 3, 6],
"result" : "valid"
},
{
"tcId" : 1927,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "966abbf85a058a703c37afa2f0ee70d88271cfbdd780f98d",
"tweak" : "3409bef7dc1e87c7",
"msg" : [7, 2, 6, 6, 2, 5, 1, 5, 5, 5, 2, 6, 1, 8, 3, 8, 2, 6, 1, 8, 9],
"ct" : [8, 5, 8, 9, 9, 3, 4, 5, 9, 1, 6, 8, 7, 1, 9, 4, 7, 6, 7, 3, 5],
"result" : "valid"
},
{
"tcId" : 1928,
"comment" : "y = 0 and (y + a) % radix**10 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "cdeaf0103b2bfc86a618371ae54d4333733c3b3eaad0dcb9",
"tweak" : "460f4a7540de14071e1b",
"msg" : [6, 8, 8, 4, 3, 2, 0, 6, 5, 5, 8, 4, 0, 4, 6, 8, 1, 8, 6, 0, 9],
"ct" : [9, 6, 2, 0, 6, 1, 0, 0, 8, 9, 5, 8, 2, 6, 5, 5, 9, 7, 7, 2, 7],
"result" : "valid"
},
{
"tcId" : 1929,
"comment" : "y = 0 and a = 1 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "cdeaf0103b2bfc86a618371ae54d4333733c3b3eaad0dcb9",
"tweak" : "460f4a7540de14071e1b",
"msg" : [2, 2, 1, 3, 0, 7, 4, 5, 0, 7, 7, 7, 7, 6, 0, 1, 7, 1, 8, 1, 8],
"ct" : [5, 5, 5, 7, 1, 3, 4, 1, 1, 8, 7, 8, 2, 1, 5, 8, 1, 7, 8, 8, 6],
"result" : "valid"
},
{
"tcId" : 1930,
"comment" : "y = 0 and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "cdeaf0103b2bfc86a618371ae54d4333733c3b3eaad0dcb9",
"tweak" : "460f4a7540de14071e1b",
"msg" : [3, 4, 0, 2, 8, 9, 4, 5, 3, 1, 6, 4, 4, 2, 8, 2, 3, 7, 5, 3, 4],
"ct" : [3, 9, 3, 3, 6, 6, 6, 2, 0, 1, 6, 7, 9, 8, 0, 7, 9, 1, 8, 1, 1],
"result" : "valid"
},
{
"tcId" : 1931,
"comment" : "y = 0 and (y + a) % radix**10 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "cdeaf0103b2bfc86a618371ae54d4333733c3b3eaad0dcb9",
"tweak" : "460f4a7540de14071e1b",
"msg" : [2, 1, 7, 1, 3, 8, 4, 9, 8, 8, 8, 5, 8, 9, 7, 6, 7, 8, 2, 6, 9],
"ct" : [5, 4, 3, 0, 9, 0, 2, 9, 4, 1, 8, 6, 3, 0, 2, 6, 1, 6, 3, 9, 6],
"result" : "valid"
},
{
"tcId" : 1932,
"comment" : "y = 1 and a = 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "cdeaf0103b2bfc86a618371ae54d4333733c3b3eaad0dcb9",
"tweak" : "57b3038f32d74c0714d4",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 8, 8, 9, 5, 8, 8, 0, 6, 6, 5],
"ct" : [4, 2, 2, 2, 2, 2, 3, 9, 7, 0, 2, 9, 3, 8, 0, 6, 3, 8, 5, 7, 6],
"result" : "valid"
},
{
"tcId" : 1933,
"comment" : "y = 1 and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "cdeaf0103b2bfc86a618371ae54d4333733c3b3eaad0dcb9",
"tweak" : "57b3038f32d74c0714d4",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 8, 8, 9, 5, 8, 8, 0, 6, 6, 5],
"ct" : [1, 5, 6, 5, 5, 7, 6, 2, 3, 1, 6, 1, 5, 6, 3, 5, 7, 8, 2, 8, 4],
"result" : "valid"
},
{
"tcId" : 1934,
"comment" : "y = 1 and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "cdeaf0103b2bfc86a618371ae54d4333733c3b3eaad0dcb9",
"tweak" : "57b3038f32d74c0714d4",
"msg" : [8, 5, 8, 9, 9, 3, 4, 5, 9, 2, 2, 8, 8, 9, 5, 8, 8, 0, 6, 6, 5],
"ct" : [0, 1, 1, 4, 9, 6, 0, 6, 1, 7, 3, 5, 9, 8, 8, 2, 7, 8, 7, 0, 5],
"result" : "valid"
},
{
"tcId" : 1935,
"comment" : "y = 1 and (y + a) % radix**10 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "cdeaf0103b2bfc86a618371ae54d4333733c3b3eaad0dcb9",
"tweak" : "57b3038f32d74c0714d4",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 8, 2, 8, 8, 9, 5, 8, 8, 0, 6, 6, 5],
"ct" : [5, 5, 3, 6, 2, 2, 4, 7, 0, 5, 3, 0, 3, 3, 6, 7, 5, 9, 4, 3, 1],
"result" : "valid"
},
{
"tcId" : 1936,
"comment" : "y = 1 and (y + a) % radix**10 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "cdeaf0103b2bfc86a618371ae54d4333733c3b3eaad0dcb9",
"tweak" : "57b3038f32d74c0714d4",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 2, 8, 8, 9, 5, 8, 8, 0, 6, 6, 5],
"ct" : [1, 5, 7, 0, 4, 0, 7, 4, 9, 4, 5, 8, 6, 5, 5, 7, 3, 8, 4, 8, 7],
"result" : "valid"
},
{
"tcId" : 1937,
"comment" : "y is maximal and a = 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "cdeaf0103b2bfc86a618371ae54d4333733c3b3eaad0dcb9",
"tweak" : "e61dc84dc262c1a9500f",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 1, 9, 7, 2, 0, 0, 9, 9, 1, 3],
"ct" : [0, 1, 2, 8, 8, 5, 2, 6, 8, 0, 0, 9, 3, 9, 6, 7, 8, 7, 8, 9, 0],
"result" : "valid"
},
{
"tcId" : 1938,
"comment" : "y is maximal and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "cdeaf0103b2bfc86a618371ae54d4333733c3b3eaad0dcb9",
"tweak" : "e61dc84dc262c1a9500f",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5, 1, 9, 7, 2, 0, 0, 9, 9, 1, 3],
"ct" : [7, 2, 7, 9, 0, 9, 0, 7, 5, 8, 6, 0, 7, 8, 1, 0, 5, 0, 0, 7, 2],
"result" : "valid"
},
{
"tcId" : 1939,
"comment" : "y is maximal and (y + a) % radix**10 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "cdeaf0103b2bfc86a618371ae54d4333733c3b3eaad0dcb9",
"tweak" : "e61dc84dc262c1a9500f",
"msg" : [6, 4, 5, 6, 0, 4, 9, 6, 6, 4, 5, 1, 9, 7, 2, 0, 0, 9, 9, 1, 3],
"ct" : [9, 3, 0, 1, 4, 0, 0, 6, 6, 5, 9, 7, 0, 4, 3, 0, 9, 7, 0, 7, 4],
"result" : "valid"
},
{
"tcId" : 1940,
"comment" : "y is maximal and (y + a) % radix**10 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "cdeaf0103b2bfc86a618371ae54d4333733c3b3eaad0dcb9",
"tweak" : "e61dc84dc262c1a9500f",
"msg" : [6, 4, 5, 6, 0, 4, 9, 6, 6, 5, 5, 1, 9, 7, 2, 0, 0, 9, 9, 1, 3],
"ct" : [4, 9, 5, 7, 2, 9, 1, 1, 3, 3, 3, 1, 6, 4, 6, 3, 7, 9, 9, 3, 0],
"result" : "valid"
},
{
"tcId" : 1941,
"comment" : "y is maximal and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "cdeaf0103b2bfc86a618371ae54d4333733c3b3eaad0dcb9",
"tweak" : "e61dc84dc262c1a9500f",
"msg" : [8, 5, 8, 9, 9, 3, 4, 5, 9, 2, 5, 1, 9, 7, 2, 0, 0, 9, 9, 1, 3],
"ct" : [9, 1, 4, 0, 3, 1, 4, 9, 7, 9, 4, 6, 7, 7, 7, 2, 6, 3, 3, 3, 9],
"result" : "valid"
},
{
"tcId" : 1942,
"comment" : "y is maximal and a is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "cdeaf0103b2bfc86a618371ae54d4333733c3b3eaad0dcb9",
"tweak" : "e61dc84dc262c1a9500f",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 5, 1, 9, 7, 2, 0, 0, 9, 9, 1, 3],
"ct" : [8, 1, 9, 0, 8, 2, 8, 7, 5, 0, 0, 8, 4, 3, 1, 0, 8, 9, 7, 4, 3],
"result" : "valid"
},
{
"tcId" : 1943,
"comment" : "y is edge case for modular reduction and a = 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "cdeaf0103b2bfc86a618371ae54d4333733c3b3eaad0dcb9",
"tweak" : "1c6696bf464bfcd6cb8b",
"msg" : [9, 7, 7, 3, 1, 0, 6, 0, 5, 0, 9, 2, 2, 3, 7, 9, 1, 8, 1, 9, 0],
"ct" : [3, 5, 4, 3, 9, 5, 0, 3, 3, 0, 5, 3, 4, 1, 7, 3, 1, 9, 3, 7, 1],
"result" : "valid"
},
{
"tcId" : 1944,
"comment" : "y is edge case for modular reduction and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "cdeaf0103b2bfc86a618371ae54d4333733c3b3eaad0dcb9",
"tweak" : "1c6696bf464bfcd6cb8b",
"msg" : [6, 1, 0, 9, 3, 3, 2, 2, 3, 6, 4, 7, 2, 9, 2, 7, 8, 7, 0, 3, 5],
"ct" : [3, 5, 4, 3, 9, 5, 0, 3, 3, 1, 2, 6, 1, 6, 7, 3, 8, 3, 4, 5, 2],
"result" : "valid"
},
{
"tcId" : 1945,
"comment" : "y is edge case for modular reduction and (y + a) % radix**10 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "cdeaf0103b2bfc86a618371ae54d4333733c3b3eaad0dcb9",
"tweak" : "1c6696bf464bfcd6cb8b",
"msg" : [3, 6, 8, 0, 8, 0, 1, 2, 7, 3, 1, 0, 0, 0, 2, 1, 2, 5, 3, 7, 1],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 7, 5, 0, 8, 6, 8, 1, 6, 9, 5, 8],
"result" : "valid"
},
{
"tcId" : 1946,
"comment" : "y is edge case for modular reduction and (y + a) % radix**10 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "cdeaf0103b2bfc86a618371ae54d4333733c3b3eaad0dcb9",
"tweak" : "1c6696bf464bfcd6cb8b",
"msg" : [2, 9, 9, 7, 7, 2, 4, 1, 9, 5, 1, 5, 6, 4, 9, 0, 5, 1, 4, 5, 3],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 7, 8, 8, 9, 2, 5, 5, 3],
"result" : "valid"
},
{
"tcId" : 1947,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "cdeaf0103b2bfc86a618371ae54d4333733c3b3eaad0dcb9",
"tweak" : "1c6696bf464bfcd6cb8b",
"msg" : [2, 9, 3, 5, 6, 2, 5, 2, 5, 9, 0, 1, 8, 3, 3, 5, 6, 1, 4, 8, 1],
"ct" : [2, 1, 3, 3, 8, 8, 4, 9, 2, 2, 3, 4, 8, 2, 7, 2, 8, 5, 9, 7, 5],
"result" : "valid"
},
{
"tcId" : 1948,
"comment" : "y is edge case for modular reduction and a is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "cdeaf0103b2bfc86a618371ae54d4333733c3b3eaad0dcb9",
"tweak" : "1c6696bf464bfcd6cb8b",
"msg" : [1, 8, 1, 5, 2, 3, 2, 6, 2, 4, 4, 9, 7, 9, 0, 6, 9, 8, 0, 1, 4],
"ct" : [3, 5, 4, 3, 9, 5, 0, 3, 2, 9, 8, 4, 8, 2, 4, 9, 1, 4, 3, 8, 4],
"result" : "valid"
},
{
"tcId" : 1949,
"comment" : "y is maximal after modular reduction and (y + a) % radix**10 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "cdeaf0103b2bfc86a618371ae54d4333733c3b3eaad0dcb9",
"tweak" : "63789207505e4d616e7a",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 1, 3, 1, 8, 6, 9, 9, 5, 5, 9],
"ct" : [9, 6, 1, 5, 3, 6, 6, 7, 3, 5, 5, 1, 9, 2, 7, 1, 5, 2, 9, 1, 0],
"result" : "valid"
},
{
"tcId" : 1950,
"comment" : "y is maximal after modular reduction and (y + a) % radix**10 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "cdeaf0103b2bfc86a618371ae54d4333733c3b3eaad0dcb9",
"tweak" : "63789207505e4d616e7a",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 1, 3, 1, 8, 6, 9, 9, 5, 5, 9],
"ct" : [3, 8, 0, 1, 8, 7, 6, 9, 1, 3, 6, 4, 0, 2, 9, 5, 0, 6, 0, 6, 2],
"result" : "valid"
},
{
"tcId" : 1951,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "cdeaf0103b2bfc86a618371ae54d4333733c3b3eaad0dcb9",
"tweak" : "63789207505e4d616e7a",
"msg" : [8, 5, 8, 9, 9, 3, 4, 5, 9, 2, 3, 1, 3, 1, 8, 6, 9, 9, 5, 5, 9],
"ct" : [5, 1, 1, 5, 8, 1, 3, 8, 2, 9, 3, 3, 8, 3, 6, 0, 9, 9, 4, 1, 8],
"result" : "valid"
},
{
"tcId" : 1952,
"comment" : "y is maximal after modular reduction and a is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "cdeaf0103b2bfc86a618371ae54d4333733c3b3eaad0dcb9",
"tweak" : "63789207505e4d616e7a",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 3, 1, 3, 1, 8, 6, 9, 9, 5, 5, 9],
"ct" : [5, 0, 2, 4, 5, 7, 4, 9, 7, 1, 9, 1, 4, 4, 3, 2, 3, 3, 5, 6, 4],
"result" : "valid"
},
{
"tcId" : 1953,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "33fc3d1cc2a9c7796bf235301792ecc33d9c0d2a1be00101",
"tweak" : "08ab087236e7ba87",
"msg" : [-1, 1, 6, 4, 4, 4, 1, 5, 9, 4, 6, 1, 0, 3, 8, 8, 4, 7, 0, 7, 4],
"ct" : [0, 1, 4, 6, 8, 3, 9, 1, 2, 5, 5, 5, 9, 7, 2, 3, 5, 2, 7, 0, 3],
"result" : "invalid"
},
{
"tcId" : 1954,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "33fc3d1cc2a9c7796bf235301792ecc33d9c0d2a1be00101",
"tweak" : "08ab087236e7ba87",
"msg" : [5, 1, 6, 4, 4, 4, 1, -1, 9, 4, 6, 1, 0, 3, 8, 8, 4, 7, 0, 7, 4],
"ct" : [5, 1, 1, 3, 0, 2, 7, 9, 5, 2, 3, 5, 4, 1, 0, 7, 0, 9, 8, 1, 7],
"result" : "invalid"
},
{
"tcId" : 1955,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "33fc3d1cc2a9c7796bf235301792ecc33d9c0d2a1be00101",
"tweak" : "08ab087236e7ba87",
"msg" : [5, 1, 6, 4, 4, 4, 1, 5, 9, 4, 6, 1, 0, 3, 8, 8, 4, 7, 0, 7, -1],
"ct" : [5, 2, 1, 6, 4, 8, 8, 4, 0, 7, 0, 1, 5, 7, 3, 0, 4, 2, 1, 2, 7],
"result" : "invalid"
},
{
"tcId" : 1956,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "664ad3acb05145ebd083ddd9763aa370123346794316c79d",
"tweak" : "ebbaa5247947ee43",
"msg" : [10, 7, 3, 5, 6, 3, 9, 5, 8, 3, 4, 8, 3, 3, 5, 6, 9, 6, 1, 3, 1],
"ct" : [6, 8, 5, 8, 6, 2, 5, 8, 9, 9, 2, 4, 1, 1, 9, 9, 4, 3, 6, 6, 7],
"result" : "invalid"
},
{
"tcId" : 1957,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "664ad3acb05145ebd083ddd9763aa370123346794316c79d",
"tweak" : "ebbaa5247947ee43",
"msg" : [7, 7, 3, 5, 6, 3, 9, 10, 8, 3, 4, 8, 3, 3, 5, 6, 9, 6, 1, 3, 1],
"ct" : [5, 0, 3, 5, 8, 5, 5, 6, 6, 9, 7, 7, 5, 7, 9, 8, 7, 6, 6, 3, 0],
"result" : "invalid"
},
{
"tcId" : 1958,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "664ad3acb05145ebd083ddd9763aa370123346794316c79d",
"tweak" : "ebbaa5247947ee43",
"msg" : [7, 7, 3, 5, 6, 3, 9, 5, 8, 3, 4, 8, 3, 3, 5, 6, 9, 6, 1, 3, 10],
"ct" : [4, 3, 7, 4, 1, 3, 3, 3, 5, 4, 0, 4, 0, 6, 3, 5, 8, 9, 9, 9, 4],
"result" : "invalid"
}
]
},
{
"keySize" : 192,
"msgSize" : 22,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 1959,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "00bdb5e8b811c9617b0c07c9ed50b6d067ac817cbe06e44a",
"tweak" : "d92d8fd1572665ab",
"msg" : [8, 9, 0, 6, 8, 4, 6, 9, 5, 9, 4, 9, 1, 5, 0, 3, 2, 6, 5, 5, 4, 0],
"ct" : [5, 1, 2, 2, 8, 5, 0, 2, 6, 1, 7, 0, 4, 9, 0, 6, 4, 6, 5, 6, 5, 7],
"result" : "valid"
},
{
"tcId" : 1960,
"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" : [6, 6, 3, 4, 4, 1, 1, 9, 5, 0, 3, 5, 8, 9, 1, 7, 5, 1, 0, 3, 4, 0],
"result" : "valid"
},
{
"tcId" : 1961,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "6a3e6a8267499a2c2af35f54274f92e2b45625f9b3df2ebd",
"tweak" : "ff8b7e8bbc7220f5",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [9, 5, 1, 4, 4, 5, 1, 6, 7, 4, 9, 9, 3, 0, 9, 0, 3, 5, 6, 1, 1, 6],
"result" : "valid"
},
{
"tcId" : 1962,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "6a3e6a8267499a2c2af35f54274f92e2b45625f9b3df2ebd",
"tweak" : "ff8b7e8bbc7220f5",
"msg" : [6, 8, 7, 1, 9, 4, 7, 6, 7, 3, 6, 6, 8, 7, 1, 9, 4, 7, 6, 7, 3, 6],
"ct" : [8, 5, 6, 9, 5, 4, 7, 3, 9, 1, 9, 4, 8, 5, 8, 5, 5, 1, 6, 3, 3, 0],
"result" : "valid"
},
{
"tcId" : 1963,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "6a3e6a8267499a2c2af35f54274f92e2b45625f9b3df2ebd",
"tweak" : "ff8b7e8bbc7220f5",
"msg" : [6, 8, 7, 1, 9, 4, 7, 6, 7, 3, 5, 6, 8, 7, 1, 9, 4, 7, 6, 7, 3, 5],
"ct" : [0, 6, 1, 5, 3, 4, 5, 7, 7, 5, 0, 0, 2, 6, 2, 7, 1, 7, 7, 3, 2, 3],
"result" : "valid"
},
{
"tcId" : 1964,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "6a3e6a8267499a2c2af35f54274f92e2b45625f9b3df2ebd",
"tweak" : "ff8b7e8bbc7220f5",
"msg" : [1, 4, 2, 0, 2, 0, 5, 7, 7, 2, 8, 9, 9, 9, 0, 5, 4, 5, 6, 3, 6, 4],
"ct" : [2, 0, 6, 8, 9, 0, 9, 5, 2, 7, 9, 5, 2, 2, 0, 9, 8, 8, 8, 1, 7, 5],
"result" : "valid"
},
{
"tcId" : 1965,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "6a3e6a8267499a2c2af35f54274f92e2b45625f9b3df2ebd",
"tweak" : "ff8b7e8bbc7220f5",
"msg" : [8, 4, 6, 3, 8, 8, 0, 6, 7, 2, 1, 0, 2, 2, 5, 0, 1, 2, 4, 5, 8, 1],
"ct" : [4, 6, 6, 6, 6, 5, 3, 4, 6, 7, 6, 8, 9, 1, 2, 5, 7, 0, 9, 1, 7, 6],
"result" : "valid"
},
{
"tcId" : 1966,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "6a3e6a8267499a2c2af35f54274f92e2b45625f9b3df2ebd",
"tweak" : "ff8b7e8bbc7220f5",
"msg" : [8, 6, 4, 7, 5, 6, 7, 0, 5, 1, 2, 5, 9, 1, 9, 1, 7, 7, 0, 9, 8, 5],
"ct" : [2, 6, 1, 9, 3, 8, 6, 2, 7, 0, 7, 4, 9, 5, 2, 8, 7, 7, 6, 4, 7, 8],
"result" : "valid"
},
{
"tcId" : 1967,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "6a3e6a8267499a2c2af35f54274f92e2b45625f9b3df2ebd",
"tweak" : "ff8b7e8bbc7220f5",
"msg" : [7, 4, 8, 5, 8, 0, 5, 1, 5, 7, 2, 5, 2, 4, 3, 1, 1, 9, 3, 2, 7, 1],
"ct" : [7, 2, 0, 5, 0, 5, 9, 2, 3, 6, 3, 7, 4, 6, 8, 0, 4, 6, 7, 6, 4, 4],
"result" : "valid"
},
{
"tcId" : 1968,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "6a3e6a8267499a2c2af35f54274f92e2b45625f9b3df2ebd",
"tweak" : "ff8b7e8bbc7220f5",
"msg" : [1, 0, 9, 2, 6, 4, 3, 3, 7, 6, 6, 2, 4, 8, 9, 7, 8, 9, 5, 4, 0, 2],
"ct" : [9, 0, 6, 3, 7, 1, 4, 1, 9, 3, 6, 4, 0, 7, 1, 6, 6, 4, 0, 8, 1, 7],
"result" : "valid"
},
{
"tcId" : 1969,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "6a3e6a8267499a2c2af35f54274f92e2b45625f9b3df2ebd",
"tweak" : "ff8b7e8bbc7220f5",
"msg" : [5, 1, 9, 2, 2, 9, 5, 2, 1, 6, 8, 7, 7, 1, 5, 4, 7, 6, 1, 5, 4, 4],
"ct" : [1, 2, 7, 2, 1, 7, 2, 5, 1, 9, 1, 5, 7, 1, 9, 7, 3, 8, 8, 3, 3, 6],
"result" : "valid"
},
{
"tcId" : 1970,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "6a3e6a8267499a2c2af35f54274f92e2b45625f9b3df2ebd",
"tweak" : "ff8b7e8bbc7220f5",
"msg" : [8, 5, 5, 9, 5, 3, 5, 1, 3, 0, 2, 5, 1, 4, 0, 2, 7, 9, 8, 8, 8, 8],
"ct" : [9, 4, 8, 0, 1, 3, 6, 4, 8, 8, 7, 5, 6, 4, 1, 0, 9, 3, 2, 1, 3, 4],
"result" : "valid"
},
{
"tcId" : 1971,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "6a3e6a8267499a2c2af35f54274f92e2b45625f9b3df2ebd",
"tweak" : "ff8b7e8bbc7220f5",
"msg" : [8, 7, 4, 1, 3, 0, 9, 3, 9, 4, 0, 2, 7, 6, 6, 3, 5, 0, 1, 3, 6, 5],
"ct" : [8, 9, 7, 2, 1, 8, 3, 6, 1, 1, 6, 0, 4, 0, 4, 1, 7, 7, 5, 8, 7, 6],
"result" : "valid"
},
{
"tcId" : 1972,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "6a3e6a8267499a2c2af35f54274f92e2b45625f9b3df2ebd",
"tweak" : "ff8b7e8bbc7220f5",
"msg" : [7, 7, 4, 8, 8, 8, 5, 4, 2, 3, 3, 0, 6, 9, 2, 8, 7, 9, 4, 4, 2, 5],
"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" : 1973,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "6a3e6a8267499a2c2af35f54274f92e2b45625f9b3df2ebd",
"tweak" : "ff8b7e8bbc7220f5",
"msg" : [6, 4, 2, 8, 2, 1, 3, 7, 7, 6, 6, 5, 4, 5, 8, 1, 1, 4, 2, 7, 1, 3],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 1974,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "6a3e6a8267499a2c2af35f54274f92e2b45625f9b3df2ebd",
"tweak" : "ff8b7e8bbc7220f5",
"msg" : [0, 9, 3, 8, 7, 0, 9, 7, 6, 4, 5, 3, 6, 2, 5, 6, 1, 8, 7, 4, 7, 1],
"ct" : [6, 8, 7, 1, 9, 4, 7, 6, 7, 3, 6, 6, 8, 7, 1, 9, 4, 7, 6, 7, 3, 6],
"result" : "valid"
},
{
"tcId" : 1975,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "6a3e6a8267499a2c2af35f54274f92e2b45625f9b3df2ebd",
"tweak" : "ff8b7e8bbc7220f5",
"msg" : [6, 1, 7, 6, 8, 7, 0, 5, 5, 1, 9, 9, 0, 8, 2, 9, 5, 5, 5, 0, 1, 0],
"ct" : [6, 8, 7, 1, 9, 4, 7, 6, 7, 3, 5, 6, 8, 7, 1, 9, 4, 7, 6, 7, 3, 5],
"result" : "valid"
},
{
"tcId" : 1976,
"comment" : "y = 0 and (y + a) % radix**11 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b5e271373caf4cfad1db047248c28c00dd877b8279980310",
"tweak" : "fc1f51e0b703d9dd93aa",
"msg" : [9, 5, 5, 3, 0, 3, 0, 3, 4, 6, 0, 9, 6, 7, 0, 4, 8, 5, 1, 6, 3, 5],
"ct" : [9, 2, 6, 9, 6, 9, 1, 3, 7, 9, 6, 9, 3, 8, 8, 1, 7, 3, 8, 7, 7, 0],
"result" : "valid"
},
{
"tcId" : 1977,
"comment" : "y = 0 and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b5e271373caf4cfad1db047248c28c00dd877b8279980310",
"tweak" : "fc1f51e0b703d9dd93aa",
"msg" : [7, 3, 9, 7, 8, 1, 8, 6, 1, 5, 8, 1, 9, 5, 7, 1, 2, 0, 0, 0, 3, 4],
"ct" : [7, 7, 5, 2, 8, 0, 4, 5, 8, 5, 8, 4, 6, 1, 0, 8, 5, 3, 7, 2, 8, 6],
"result" : "valid"
},
{
"tcId" : 1978,
"comment" : "y = 0 and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b5e271373caf4cfad1db047248c28c00dd877b8279980310",
"tweak" : "fc1f51e0b703d9dd93aa",
"msg" : [2, 2, 7, 5, 8, 0, 0, 7, 9, 7, 2, 2, 4, 3, 9, 5, 3, 5, 6, 3, 2, 1],
"ct" : [6, 9, 6, 3, 9, 3, 2, 6, 0, 2, 2, 7, 2, 5, 1, 3, 2, 5, 4, 9, 2, 4],
"result" : "valid"
},
{
"tcId" : 1979,
"comment" : "y = 0 and (y + a) % radix**11 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b5e271373caf4cfad1db047248c28c00dd877b8279980310",
"tweak" : "fc1f51e0b703d9dd93aa",
"msg" : [3, 9, 1, 8, 5, 3, 3, 2, 1, 9, 2, 6, 3, 2, 0, 2, 7, 3, 5, 5, 3, 2],
"ct" : [6, 8, 7, 7, 7, 5, 3, 9, 4, 4, 4, 8, 6, 7, 6, 9, 7, 5, 6, 2, 7, 4],
"result" : "valid"
},
{
"tcId" : 1980,
"comment" : "y = 1 and a = 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "b5e271373caf4cfad1db047248c28c00dd877b8279980310",
"tweak" : "a849ec6c592b423069c1",
"msg" : [0, 0, 6, 7, 4, 8, 4, 9, 1, 6, 1, 8, 8, 5, 5, 9, 5, 7, 2, 0, 0, 3],
"ct" : [8, 4, 4, 2, 6, 1, 9, 6, 2, 2, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1],
"result" : "valid"
},
{
"tcId" : 1981,
"comment" : "y = 1 and a = 1 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "b5e271373caf4cfad1db047248c28c00dd877b8279980310",
"tweak" : "a849ec6c592b423069c1",
"msg" : [1, 9, 5, 2, 9, 9, 2, 5, 5, 7, 3, 9, 0, 7, 2, 7, 0, 9, 0, 4, 6, 4],
"ct" : [8, 4, 4, 2, 6, 1, 9, 6, 2, 2, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2],
"result" : "valid"
},
{
"tcId" : 1982,
"comment" : "y = 1 and a has large Hamming weight in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "b5e271373caf4cfad1db047248c28c00dd877b8279980310",
"tweak" : "a849ec6c592b423069c1",
"msg" : [4, 3, 9, 8, 7, 4, 0, 8, 5, 2, 4, 6, 6, 3, 4, 8, 3, 9, 5, 2, 2, 1],
"ct" : [8, 4, 4, 2, 6, 1, 9, 6, 2, 2, 7, 6, 8, 7, 1, 9, 4, 7, 6, 7, 3, 7],
"result" : "valid"
},
{
"tcId" : 1983,
"comment" : "y = 1 and (y + a) % radix**11 is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "b5e271373caf4cfad1db047248c28c00dd877b8279980310",
"tweak" : "a849ec6c592b423069c1",
"msg" : [1, 5, 6, 4, 4, 1, 4, 2, 0, 3, 5, 1, 0, 6, 4, 6, 1, 8, 6, 1, 0, 4],
"ct" : [8, 4, 4, 2, 6, 1, 9, 6, 2, 2, 7, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 1984,
"comment" : "y = 1 and (y + a) % radix**11 == 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "b5e271373caf4cfad1db047248c28c00dd877b8279980310",
"tweak" : "a849ec6c592b423069c1",
"msg" : [7, 5, 8, 8, 1, 9, 0, 5, 2, 8, 2, 7, 9, 1, 6, 3, 4, 4, 8, 2, 5, 3],
"ct" : [8, 4, 4, 2, 6, 1, 9, 6, 2, 2, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 1985,
"comment" : "y is maximal and a = 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "b5e271373caf4cfad1db047248c28c00dd877b8279980310",
"tweak" : "a1b3495a4b9905f9a533",
"msg" : [6, 0, 4, 5, 4, 7, 8, 0, 0, 5, 8, 9, 3, 2, 4, 2, 3, 3, 9, 2, 2, 8],
"ct" : [4, 2, 6, 9, 4, 7, 0, 9, 5, 7, 4, 8, 4, 2, 5, 0, 1, 3, 1, 1, 7, 0],
"result" : "valid"
},
{
"tcId" : 1986,
"comment" : "y is maximal and a = 1 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "b5e271373caf4cfad1db047248c28c00dd877b8279980310",
"tweak" : "a1b3495a4b9905f9a533",
"msg" : [8, 8, 9, 4, 6, 4, 4, 2, 2, 7, 3, 3, 0, 4, 4, 0, 0, 2, 7, 6, 3, 5],
"ct" : [9, 7, 6, 5, 8, 7, 1, 1, 0, 2, 7, 1, 9, 0, 6, 6, 7, 4, 7, 5, 1, 9],
"result" : "valid"
},
{
"tcId" : 1987,
"comment" : "y is maximal and (y + a) % radix**11 is maximal in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "b5e271373caf4cfad1db047248c28c00dd877b8279980310",
"tweak" : "a1b3495a4b9905f9a533",
"msg" : [8, 0, 9, 4, 7, 9, 1, 7, 2, 3, 8, 1, 1, 0, 6, 8, 7, 3, 0, 2, 2, 1],
"ct" : [3, 4, 1, 8, 2, 0, 8, 6, 9, 7, 4, 9, 3, 3, 2, 2, 4, 1, 7, 5, 3, 0],
"result" : "valid"
},
{
"tcId" : 1988,
"comment" : "y is maximal and (y + a) % radix**11 == 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "b5e271373caf4cfad1db047248c28c00dd877b8279980310",
"tweak" : "a1b3495a4b9905f9a533",
"msg" : [5, 5, 4, 7, 5, 9, 6, 8, 2, 2, 9, 8, 5, 0, 2, 4, 9, 6, 4, 7, 2, 7],
"ct" : [1, 7, 2, 4, 1, 8, 8, 4, 0, 6, 6, 1, 6, 6, 8, 7, 8, 2, 8, 8, 2, 4],
"result" : "valid"
},
{
"tcId" : 1989,
"comment" : "y is maximal and a has large Hamming weight in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "b5e271373caf4cfad1db047248c28c00dd877b8279980310",
"tweak" : "a1b3495a4b9905f9a533",
"msg" : [8, 7, 1, 5, 0, 9, 3, 6, 1, 6, 5, 4, 4, 2, 4, 0, 2, 5, 0, 2, 3, 7],
"ct" : [0, 9, 7, 6, 7, 4, 3, 6, 8, 6, 5, 7, 9, 7, 4, 1, 0, 0, 1, 3, 8, 5],
"result" : "valid"
},
{
"tcId" : 1990,
"comment" : "y is maximal and a is maximal in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "b5e271373caf4cfad1db047248c28c00dd877b8279980310",
"tweak" : "a1b3495a4b9905f9a533",
"msg" : [8, 4, 7, 5, 7, 2, 8, 8, 6, 7, 0, 1, 0, 1, 3, 1, 1, 3, 4, 1, 7, 9],
"ct" : [0, 5, 3, 0, 2, 7, 7, 9, 4, 7, 3, 3, 4, 4, 8, 6, 7, 5, 8, 1, 4, 7],
"result" : "valid"
},
{
"tcId" : 1991,
"comment" : "y is edge case for modular reduction and a = 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b5e271373caf4cfad1db047248c28c00dd877b8279980310",
"tweak" : "7618104a04b552ca8cf9",
"msg" : [8, 1, 3, 8, 8, 2, 7, 7, 3, 3, 5, 3, 4, 3, 6, 3, 4, 2, 9, 7, 3, 2],
"ct" : [1, 9, 8, 1, 1, 9, 4, 3, 9, 1, 2, 3, 9, 2, 2, 2, 8, 6, 7, 6, 1, 4],
"result" : "valid"
},
{
"tcId" : 1992,
"comment" : "y is edge case for modular reduction and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b5e271373caf4cfad1db047248c28c00dd877b8279980310",
"tweak" : "7618104a04b552ca8cf9",
"msg" : [6, 1, 2, 4, 1, 7, 2, 2, 2, 4, 6, 8, 6, 8, 0, 3, 2, 9, 3, 8, 9, 3],
"ct" : [5, 8, 6, 8, 5, 1, 3, 6, 7, 0, 2, 0, 2, 9, 2, 5, 2, 5, 9, 5, 4, 1],
"result" : "valid"
},
{
"tcId" : 1993,
"comment" : "y is edge case for modular reduction and (y + a) % radix**11 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b5e271373caf4cfad1db047248c28c00dd877b8279980310",
"tweak" : "7618104a04b552ca8cf9",
"msg" : [8, 8, 0, 5, 9, 4, 2, 9, 9, 5, 9, 5, 6, 6, 8, 8, 2, 0, 3, 3, 8, 1],
"ct" : [8, 9, 4, 3, 0, 3, 1, 7, 0, 9, 5, 7, 3, 0, 0, 5, 8, 6, 5, 0, 5, 3],
"result" : "valid"
},
{
"tcId" : 1994,
"comment" : "y is edge case for modular reduction and (y + a) % radix**11 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b5e271373caf4cfad1db047248c28c00dd877b8279980310",
"tweak" : "7618104a04b552ca8cf9",
"msg" : [6, 1, 2, 1, 5, 9, 6, 6, 1, 0, 9, 2, 7, 4, 4, 3, 8, 5, 1, 6, 4, 5],
"ct" : [8, 4, 4, 6, 1, 7, 9, 9, 0, 6, 9, 7, 3, 7, 2, 1, 9, 2, 5, 7, 9, 8],
"result" : "valid"
},
{
"tcId" : 1995,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b5e271373caf4cfad1db047248c28c00dd877b8279980310",
"tweak" : "7618104a04b552ca8cf9",
"msg" : [8, 6, 5, 7, 5, 4, 8, 3, 2, 7, 3, 9, 8, 7, 1, 8, 2, 9, 6, 9, 2, 5],
"ct" : [0, 4, 0, 9, 2, 6, 3, 7, 8, 4, 8, 0, 2, 4, 5, 0, 0, 5, 3, 0, 2, 3],
"result" : "valid"
},
{
"tcId" : 1996,
"comment" : "y is edge case for modular reduction and a is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b5e271373caf4cfad1db047248c28c00dd877b8279980310",
"tweak" : "7618104a04b552ca8cf9",
"msg" : [2, 4, 9, 4, 7, 8, 5, 9, 8, 9, 2, 4, 0, 5, 1, 6, 6, 6, 0, 8, 7, 0],
"ct" : [0, 8, 7, 0, 1, 9, 6, 4, 7, 1, 4, 1, 1, 5, 3, 4, 5, 3, 9, 7, 2, 2],
"result" : "valid"
},
{
"tcId" : 1997,
"comment" : "y is maximal after modular reduction and (y + a) % radix**11 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b5e271373caf4cfad1db047248c28c00dd877b8279980310",
"tweak" : "796517eec88d360aa77e",
"msg" : [0, 5, 6, 8, 8, 5, 7, 0, 1, 8, 4, 4, 4, 8, 4, 8, 4, 2, 3, 6, 4, 7],
"ct" : [9, 9, 9, 6, 2, 3, 2, 3, 1, 1, 2, 9, 5, 3, 9, 5, 2, 9, 1, 0, 8, 1],
"result" : "valid"
},
{
"tcId" : 1998,
"comment" : "y is maximal after modular reduction and (y + a) % radix**11 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b5e271373caf4cfad1db047248c28c00dd877b8279980310",
"tweak" : "796517eec88d360aa77e",
"msg" : [9, 0, 9, 5, 9, 5, 5, 3, 1, 8, 5, 0, 6, 5, 3, 9, 8, 3, 2, 0, 7, 0],
"ct" : [1, 7, 1, 4, 9, 4, 4, 8, 8, 2, 2, 0, 1, 3, 7, 5, 2, 7, 9, 6, 8, 3],
"result" : "valid"
},
{
"tcId" : 1999,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b5e271373caf4cfad1db047248c28c00dd877b8279980310",
"tweak" : "796517eec88d360aa77e",
"msg" : [5, 0, 1, 7, 7, 5, 9, 5, 6, 6, 7, 6, 2, 2, 1, 1, 7, 3, 5, 3, 8, 7],
"ct" : [1, 9, 9, 4, 9, 0, 7, 7, 0, 9, 6, 6, 3, 2, 7, 2, 9, 5, 4, 4, 8, 2],
"result" : "valid"
},
{
"tcId" : 2000,
"comment" : "y is maximal after modular reduction and a is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b5e271373caf4cfad1db047248c28c00dd877b8279980310",
"tweak" : "796517eec88d360aa77e",
"msg" : [3, 5, 9, 4, 4, 5, 3, 1, 4, 2, 2, 3, 6, 9, 5, 8, 6, 3, 6, 6, 5, 2],
"ct" : [9, 5, 9, 0, 7, 8, 1, 9, 2, 6, 1, 5, 8, 5, 7, 5, 5, 5, 9, 6, 5, 3],
"result" : "valid"
},
{
"tcId" : 2001,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "c0368c9d6e841c60a9b9b8aa0477341aad026303200de7f8",
"tweak" : "514738c10c8d12ff",
"msg" : [-1, 9, 3, 9, 3, 6, 5, 4, 8, 1, 2, 5, 8, 8, 4, 0, 0, 9, 8, 3, 1, 1],
"ct" : [7, 7, 5, 2, 5, 3, 2, 7, 1, 9, 5, 9, 5, 1, 5, 5, 7, 9, 2, 4, 1, 3],
"result" : "invalid"
},
{
"tcId" : 2002,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "c0368c9d6e841c60a9b9b8aa0477341aad026303200de7f8",
"tweak" : "514738c10c8d12ff",
"msg" : [3, 9, 3, 9, 3, 6, 5, -1, 8, 1, 2, 5, 8, 8, 4, 0, 0, 9, 8, 3, 1, 1],
"ct" : [6, 9, 3, 9, 9, 1, 0, 6, 7, 4, 0, 8, 8, 6, 8, 4, 2, 6, 7, 8, 4, 4],
"result" : "invalid"
},
{
"tcId" : 2003,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "c0368c9d6e841c60a9b9b8aa0477341aad026303200de7f8",
"tweak" : "514738c10c8d12ff",
"msg" : [3, 9, 3, 9, 3, 6, 5, 4, 8, 1, 2, 5, 8, 8, 4, 0, 0, 9, 8, 3, 1, -1],
"ct" : [4, 1, 8, 5, 4, 8, 7, 1, 4, 2, 2, 2, 8, 0, 3, 2, 5, 6, 3, 3, 8, 8],
"result" : "invalid"
},
{
"tcId" : 2004,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "557dd18cd149970bb0d3c1cb801879f181e7396757f45504",
"tweak" : "136001ed7ff579a4",
"msg" : [10, 1, 7, 2, 4, 5, 3, 9, 2, 5, 3, 8, 0, 1, 8, 5, 1, 3, 4, 6, 3, 7],
"ct" : [2, 0, 4, 4, 7, 6, 8, 2, 6, 6, 2, 5, 7, 2, 5, 1, 6, 7, 1, 5, 0, 9],
"result" : "invalid"
},
{
"tcId" : 2005,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "557dd18cd149970bb0d3c1cb801879f181e7396757f45504",
"tweak" : "136001ed7ff579a4",
"msg" : [9, 1, 7, 2, 4, 5, 3, 10, 2, 5, 3, 8, 0, 1, 8, 5, 1, 3, 4, 6, 3, 7],
"ct" : [5, 2, 9, 1, 8, 7, 6, 6, 0, 2, 6, 3, 1, 6, 4, 1, 6, 2, 9, 5, 7, 8],
"result" : "invalid"
},
{
"tcId" : 2006,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "557dd18cd149970bb0d3c1cb801879f181e7396757f45504",
"tweak" : "136001ed7ff579a4",
"msg" : [9, 1, 7, 2, 4, 5, 3, 9, 2, 5, 3, 8, 0, 1, 8, 5, 1, 3, 4, 6, 3, 10],
"ct" : [5, 8, 8, 0, 8, 8, 2, 2, 3, 7, 8, 9, 6, 0, 7, 5, 1, 2, 3, 2, 8, 3],
"result" : "invalid"
}
]
},
{
"keySize" : 192,
"msgSize" : 23,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 2007,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "c7697b0dbeb87d7f395505c37c7aa8851539af55cf9ff48d",
"tweak" : "81c250277f86145e",
"msg" : [0, 0, 5, 2, 1, 7, 9, 1, 0, 8, 1, 2, 4, 1, 8, 9, 6, 2, 6, 3, 8, 5, 1],
"ct" : [9, 8, 0, 1, 2, 0, 8, 9, 1, 3, 8, 4, 4, 2, 0, 4, 1, 6, 2, 9, 4, 5, 0],
"result" : "valid"
},
{
"tcId" : 2008,
"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" : [0, 6, 4, 8, 9, 8, 8, 9, 4, 8, 6, 2, 9, 9, 4, 6, 2, 8, 3, 8, 9, 3, 5],
"result" : "valid"
},
{
"tcId" : 2009,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "dfc47deca21947b15c0f8216fc7e878decb34d8e57d58a82",
"tweak" : "64099a9d244cf70c",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [8, 6, 5, 3, 4, 8, 9, 1, 5, 9, 3, 4, 3, 1, 5, 7, 2, 6, 8, 5, 1, 4, 1],
"result" : "valid"
},
{
"tcId" : 2010,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "dfc47deca21947b15c0f8216fc7e878decb34d8e57d58a82",
"tweak" : "64099a9d244cf70c",
"msg" : [6, 8, 7, 1, 9, 4, 7, 6, 7, 3, 6, 5, 4, 9, 7, 5, 5, 8, 1, 3, 8, 8, 8],
"ct" : [2, 3, 1, 0, 1, 6, 0, 7, 2, 5, 5, 5, 4, 7, 9, 7, 4, 1, 9, 0, 7, 2, 0],
"result" : "valid"
},
{
"tcId" : 2011,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "dfc47deca21947b15c0f8216fc7e878decb34d8e57d58a82",
"tweak" : "64099a9d244cf70c",
"msg" : [6, 8, 7, 1, 9, 4, 7, 6, 7, 3, 5, 5, 4, 9, 7, 5, 5, 8, 1, 3, 8, 8, 7],
"ct" : [6, 8, 6, 0, 3, 8, 7, 9, 2, 9, 4, 3, 1, 1, 6, 0, 2, 7, 1, 2, 8, 4, 5],
"result" : "valid"
},
{
"tcId" : 2012,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "dfc47deca21947b15c0f8216fc7e878decb34d8e57d58a82",
"tweak" : "64099a9d244cf70c",
"msg" : [7, 2, 1, 5, 0, 3, 0, 4, 9, 2, 9, 8, 1, 9, 3, 0, 2, 0, 9, 1, 2, 1, 8],
"ct" : [3, 6, 3, 1, 4, 0, 9, 4, 4, 7, 4, 9, 9, 3, 0, 4, 6, 6, 5, 7, 3, 9, 7],
"result" : "valid"
},
{
"tcId" : 2013,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "dfc47deca21947b15c0f8216fc7e878decb34d8e57d58a82",
"tweak" : "64099a9d244cf70c",
"msg" : [5, 7, 3, 9, 5, 3, 9, 5, 0, 3, 2, 0, 2, 8, 5, 3, 1, 0, 5, 8, 5, 9, 1],
"ct" : [1, 3, 8, 8, 5, 6, 5, 4, 3, 4, 4, 3, 6, 6, 2, 5, 9, 0, 9, 6, 6, 4, 7],
"result" : "valid"
},
{
"tcId" : 2014,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "dfc47deca21947b15c0f8216fc7e878decb34d8e57d58a82",
"tweak" : "64099a9d244cf70c",
"msg" : [2, 1, 4, 0, 4, 9, 8, 5, 8, 3, 8, 8, 5, 9, 1, 2, 2, 9, 2, 9, 6, 7, 3],
"ct" : [3, 1, 4, 3, 1, 1, 1, 6, 9, 6, 5, 1, 7, 2, 0, 9, 6, 8, 9, 7, 2, 3, 2],
"result" : "valid"
},
{
"tcId" : 2015,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "dfc47deca21947b15c0f8216fc7e878decb34d8e57d58a82",
"tweak" : "64099a9d244cf70c",
"msg" : [7, 4, 9, 2, 0, 4, 4, 9, 3, 1, 7, 7, 9, 5, 1, 8, 7, 9, 6, 4, 1, 4, 5],
"ct" : [2, 4, 6, 8, 4, 2, 4, 1, 3, 0, 0, 6, 2, 7, 1, 6, 9, 5, 1, 6, 5, 0, 0],
"result" : "valid"
},
{
"tcId" : 2016,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "dfc47deca21947b15c0f8216fc7e878decb34d8e57d58a82",
"tweak" : "64099a9d244cf70c",
"msg" : [0, 7, 2, 8, 0, 3, 3, 7, 2, 5, 2, 1, 1, 9, 2, 0, 1, 8, 2, 7, 1, 6, 5],
"ct" : [9, 7, 1, 5, 3, 6, 7, 3, 6, 0, 4, 0, 7, 7, 3, 5, 5, 8, 3, 9, 8, 8, 0],
"result" : "valid"
},
{
"tcId" : 2017,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "dfc47deca21947b15c0f8216fc7e878decb34d8e57d58a82",
"tweak" : "64099a9d244cf70c",
"msg" : [0, 2, 2, 0, 6, 1, 5, 6, 1, 5, 8, 2, 9, 4, 2, 6, 6, 2, 8, 9, 3, 9, 4],
"ct" : [0, 6, 4, 4, 9, 0, 0, 1, 8, 4, 3, 3, 0, 6, 7, 9, 9, 0, 7, 9, 7, 0, 3],
"result" : "valid"
},
{
"tcId" : 2018,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "dfc47deca21947b15c0f8216fc7e878decb34d8e57d58a82",
"tweak" : "64099a9d244cf70c",
"msg" : [5, 9, 4, 3, 9, 9, 8, 7, 0, 7, 2, 2, 3, 5, 6, 3, 0, 0, 7, 9, 5, 6, 2],
"ct" : [0, 1, 7, 6, 3, 6, 7, 8, 9, 6, 5, 1, 6, 6, 5, 4, 8, 8, 1, 3, 2, 1, 2],
"result" : "valid"
},
{
"tcId" : 2019,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "dfc47deca21947b15c0f8216fc7e878decb34d8e57d58a82",
"tweak" : "64099a9d244cf70c",
"msg" : [9, 7, 3, 9, 5, 1, 8, 8, 2, 2, 2, 6, 2, 4, 8, 6, 0, 9, 4, 2, 5, 3, 1],
"ct" : [0, 5, 1, 0, 4, 1, 3, 8, 3, 7, 6, 7, 2, 6, 8, 1, 4, 2, 6, 4, 3, 0, 2],
"result" : "valid"
},
{
"tcId" : 2020,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "dfc47deca21947b15c0f8216fc7e878decb34d8e57d58a82",
"tweak" : "64099a9d244cf70c",
"msg" : [1, 6, 7, 9, 8, 3, 1, 0, 7, 7, 3, 5, 5, 4, 2, 9, 7, 3, 2, 5, 1, 1, 8],
"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" : 2021,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "dfc47deca21947b15c0f8216fc7e878decb34d8e57d58a82",
"tweak" : "64099a9d244cf70c",
"msg" : [3, 4, 4, 4, 9, 2, 7, 9, 8, 2, 4, 9, 9, 7, 3, 1, 9, 2, 9, 5, 3, 5, 8],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 2022,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "dfc47deca21947b15c0f8216fc7e878decb34d8e57d58a82",
"tweak" : "64099a9d244cf70c",
"msg" : [5, 0, 7, 9, 0, 6, 0, 2, 4, 0, 0, 0, 2, 3, 2, 2, 5, 4, 9, 2, 1, 9, 8],
"ct" : [6, 8, 7, 1, 9, 4, 7, 6, 7, 3, 6, 5, 4, 9, 7, 5, 5, 8, 1, 3, 8, 8, 8],
"result" : "valid"
},
{
"tcId" : 2023,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "dfc47deca21947b15c0f8216fc7e878decb34d8e57d58a82",
"tweak" : "64099a9d244cf70c",
"msg" : [7, 8, 4, 9, 7, 0, 7, 1, 2, 0, 6, 3, 9, 4, 7, 5, 9, 8, 9, 4, 4, 3, 3],
"ct" : [6, 8, 7, 1, 9, 4, 7, 6, 7, 3, 5, 5, 4, 9, 7, 5, 5, 8, 1, 3, 8, 8, 7],
"result" : "valid"
},
{
"tcId" : 2024,
"comment" : "y = 0 and (y + a) % radix**11 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "20975b7f2bdb9f1570f665420e8d8d55d38fb33a21e9b114",
"tweak" : "71b8a13cc3c53488e18b",
"msg" : [2, 9, 6, 5, 6, 3, 3, 6, 9, 7, 3, 6, 1, 2, 3, 5, 5, 3, 0, 8, 2, 8, 7],
"ct" : [1, 2, 5, 4, 2, 8, 8, 5, 3, 2, 8, 8, 1, 8, 1, 9, 4, 0, 1, 6, 1, 5, 0],
"result" : "valid"
},
{
"tcId" : 2025,
"comment" : "y = 0 and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "20975b7f2bdb9f1570f665420e8d8d55d38fb33a21e9b114",
"tweak" : "71b8a13cc3c53488e18b",
"msg" : [2, 4, 1, 6, 5, 9, 4, 2, 3, 9, 7, 4, 2, 2, 1, 2, 1, 7, 7, 1, 3, 5, 4],
"ct" : [8, 7, 5, 6, 4, 3, 7, 4, 9, 7, 2, 3, 9, 4, 2, 4, 8, 3, 5, 7, 0, 0, 7],
"result" : "valid"
},
{
"tcId" : 2026,
"comment" : "y = 0 and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "20975b7f2bdb9f1570f665420e8d8d55d38fb33a21e9b114",
"tweak" : "71b8a13cc3c53488e18b",
"msg" : [4, 7, 0, 9, 5, 1, 7, 7, 4, 3, 1, 2, 3, 8, 1, 2, 9, 8, 6, 1, 5, 6, 0],
"ct" : [2, 5, 7, 8, 5, 9, 8, 0, 9, 9, 5, 1, 6, 6, 0, 1, 5, 9, 9, 8, 3, 0, 6],
"result" : "valid"
},
{
"tcId" : 2027,
"comment" : "y = 0 and (y + a) % radix**11 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "20975b7f2bdb9f1570f665420e8d8d55d38fb33a21e9b114",
"tweak" : "71b8a13cc3c53488e18b",
"msg" : [5, 8, 6, 7, 0, 6, 3, 1, 0, 9, 8, 2, 1, 5, 4, 3, 0, 7, 2, 1, 2, 5, 1],
"ct" : [7, 7, 6, 7, 5, 9, 9, 2, 5, 7, 5, 4, 8, 1, 4, 8, 6, 1, 5, 6, 7, 0, 7],
"result" : "valid"
},
{
"tcId" : 2028,
"comment" : "y = 1 and a = 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "20975b7f2bdb9f1570f665420e8d8d55d38fb33a21e9b114",
"tweak" : "656dda0bf5ec8591670f",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 4, 4, 9, 2, 3, 3, 3, 2, 6, 4, 8],
"ct" : [9, 8, 4, 7, 4, 5, 0, 3, 3, 9, 0, 1, 7, 4, 9, 0, 0, 9, 7, 7, 1, 2, 3],
"result" : "valid"
},
{
"tcId" : 2029,
"comment" : "y = 1 and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "20975b7f2bdb9f1570f665420e8d8d55d38fb33a21e9b114",
"tweak" : "656dda0bf5ec8591670f",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 9, 4, 4, 9, 2, 3, 3, 3, 2, 6, 4, 8],
"ct" : [8, 6, 0, 8, 6, 6, 6, 3, 1, 9, 9, 8, 0, 0, 0, 0, 1, 8, 8, 4, 4, 9, 0],
"result" : "valid"
},
{
"tcId" : 2030,
"comment" : "y = 1 and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "20975b7f2bdb9f1570f665420e8d8d55d38fb33a21e9b114",
"tweak" : "656dda0bf5ec8591670f",
"msg" : [6, 8, 7, 1, 9, 4, 7, 6, 7, 3, 6, 9, 4, 4, 9, 2, 3, 3, 3, 2, 6, 4, 8],
"ct" : [8, 1, 6, 5, 3, 4, 7, 6, 4, 6, 0, 1, 5, 4, 4, 9, 3, 1, 4, 0, 3, 9, 1],
"result" : "valid"
},
{
"tcId" : 2031,
"comment" : "y = 1 and (y + a) % radix**11 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "20975b7f2bdb9f1570f665420e8d8d55d38fb33a21e9b114",
"tweak" : "656dda0bf5ec8591670f",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 8, 9, 4, 4, 9, 2, 3, 3, 3, 2, 6, 4, 8],
"ct" : [6, 1, 5, 9, 9, 2, 2, 2, 4, 5, 7, 6, 5, 8, 6, 3, 1, 0, 2, 4, 6, 5, 4],
"result" : "valid"
},
{
"tcId" : 2032,
"comment" : "y = 1 and (y + a) % radix**11 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "20975b7f2bdb9f1570f665420e8d8d55d38fb33a21e9b114",
"tweak" : "656dda0bf5ec8591670f",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 4, 4, 9, 2, 3, 3, 3, 2, 6, 4, 8],
"ct" : [8, 4, 9, 3, 0, 7, 0, 9, 8, 1, 8, 8, 1, 7, 1, 0, 1, 4, 8, 1, 0, 6, 6],
"result" : "valid"
},
{
"tcId" : 2033,
"comment" : "y is maximal and a = 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "20975b7f2bdb9f1570f665420e8d8d55d38fb33a21e9b114",
"tweak" : "6cf02dc0dbc554c0f15e",
"msg" : [4, 9, 4, 8, 2, 1, 5, 7, 9, 4, 8, 9, 6, 3, 4, 5, 4, 6, 0, 0, 6, 7, 5],
"ct" : [4, 7, 4, 1, 4, 6, 9, 4, 1, 6, 2, 5, 9, 3, 5, 4, 3, 9, 5, 0, 3, 3, 5],
"result" : "valid"
},
{
"tcId" : 2034,
"comment" : "y is maximal and a = 1 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "20975b7f2bdb9f1570f665420e8d8d55d38fb33a21e9b114",
"tweak" : "6cf02dc0dbc554c0f15e",
"msg" : [3, 7, 5, 9, 1, 8, 2, 8, 8, 8, 1, 9, 3, 4, 8, 4, 2, 4, 8, 8, 3, 4, 4],
"ct" : [4, 7, 4, 1, 4, 6, 9, 4, 1, 6, 2, 5, 9, 3, 5, 4, 3, 9, 5, 0, 3, 3, 6],
"result" : "valid"
},
{
"tcId" : 2035,
"comment" : "y is maximal and (y + a) % radix**12 is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "20975b7f2bdb9f1570f665420e8d8d55d38fb33a21e9b114",
"tweak" : "6cf02dc0dbc554c0f15e",
"msg" : [4, 6, 9, 9, 7, 5, 1, 7, 9, 0, 4, 7, 5, 5, 6, 0, 3, 8, 8, 9, 1, 1, 6],
"ct" : [4, 7, 4, 1, 4, 6, 9, 4, 1, 6, 2, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 2036,
"comment" : "y is maximal and (y + a) % radix**12 == 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "20975b7f2bdb9f1570f665420e8d8d55d38fb33a21e9b114",
"tweak" : "6cf02dc0dbc554c0f15e",
"msg" : [6, 1, 0, 4, 8, 3, 3, 8, 3, 3, 5, 6, 9, 5, 4, 4, 9, 3, 1, 8, 3, 5, 2],
"ct" : [4, 7, 4, 1, 4, 6, 9, 4, 1, 6, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 2037,
"comment" : "y is maximal and a has large Hamming weight in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "20975b7f2bdb9f1570f665420e8d8d55d38fb33a21e9b114",
"tweak" : "6cf02dc0dbc554c0f15e",
"msg" : [1, 8, 7, 9, 2, 4, 6, 7, 7, 3, 2, 5, 3, 6, 3, 6, 6, 0, 5, 5, 6, 6, 4],
"ct" : [4, 7, 4, 1, 4, 6, 9, 4, 1, 6, 2, 1, 4, 3, 2, 9, 9, 7, 6, 4, 2, 2, 3],
"result" : "valid"
},
{
"tcId" : 2038,
"comment" : "y is maximal and a is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "20975b7f2bdb9f1570f665420e8d8d55d38fb33a21e9b114",
"tweak" : "6cf02dc0dbc554c0f15e",
"msg" : [1, 5, 0, 4, 3, 9, 1, 4, 6, 2, 8, 4, 8, 5, 2, 6, 7, 9, 1, 7, 7, 4, 3],
"ct" : [4, 7, 4, 1, 4, 6, 9, 4, 1, 6, 2, 5, 9, 3, 5, 4, 3, 9, 5, 0, 3, 3, 4],
"result" : "valid"
},
{
"tcId" : 2039,
"comment" : "y is edge case for modular reduction and a = 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "20975b7f2bdb9f1570f665420e8d8d55d38fb33a21e9b114",
"tweak" : "024e2ebbf6739e68a9c7",
"msg" : [6, 2, 6, 6, 7, 0, 6, 4, 1, 8, 4, 1, 1, 5, 8, 1, 1, 2, 1, 5, 0, 6, 6],
"ct" : [4, 4, 3, 8, 5, 6, 2, 2, 8, 3, 0, 3, 0, 8, 3, 7, 3, 7, 9, 1, 4, 1, 2],
"result" : "valid"
},
{
"tcId" : 2040,
"comment" : "y is edge case for modular reduction and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "20975b7f2bdb9f1570f665420e8d8d55d38fb33a21e9b114",
"tweak" : "024e2ebbf6739e68a9c7",
"msg" : [1, 9, 5, 8, 2, 2, 4, 6, 7, 1, 3, 6, 1, 2, 6, 2, 2, 7, 6, 8, 0, 0, 7],
"ct" : [1, 3, 9, 4, 9, 8, 3, 7, 3, 8, 0, 2, 3, 2, 4, 5, 4, 2, 2, 3, 9, 4, 2],
"result" : "valid"
},
{
"tcId" : 2041,
"comment" : "y is edge case for modular reduction and (y + a) % radix**11 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "20975b7f2bdb9f1570f665420e8d8d55d38fb33a21e9b114",
"tweak" : "024e2ebbf6739e68a9c7",
"msg" : [9, 3, 0, 4, 0, 2, 6, 6, 1, 7, 7, 9, 0, 1, 7, 6, 8, 9, 4, 3, 2, 0, 6],
"ct" : [9, 2, 6, 4, 0, 1, 4, 3, 6, 3, 1, 4, 2, 0, 8, 7, 2, 2, 3, 1, 4, 7, 4],
"result" : "valid"
},
{
"tcId" : 2042,
"comment" : "y is edge case for modular reduction and (y + a) % radix**11 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "20975b7f2bdb9f1570f665420e8d8d55d38fb33a21e9b114",
"tweak" : "024e2ebbf6739e68a9c7",
"msg" : [0, 5, 5, 3, 7, 0, 0, 9, 4, 4, 4, 9, 6, 2, 2, 7, 9, 0, 9, 8, 0, 9, 4],
"ct" : [6, 1, 1, 7, 6, 0, 1, 3, 1, 6, 1, 3, 3, 3, 2, 5, 0, 0, 8, 5, 8, 0, 7],
"result" : "valid"
},
{
"tcId" : 2043,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "20975b7f2bdb9f1570f665420e8d8d55d38fb33a21e9b114",
"tweak" : "024e2ebbf6739e68a9c7",
"msg" : [0, 3, 7, 1, 4, 7, 8, 2, 7, 2, 4, 7, 9, 5, 6, 5, 1, 2, 7, 0, 9, 3, 0],
"ct" : [0, 2, 6, 1, 2, 8, 9, 7, 2, 2, 0, 5, 6, 3, 4, 3, 2, 9, 7, 2, 0, 3, 3],
"result" : "valid"
},
{
"tcId" : 2044,
"comment" : "y is edge case for modular reduction and a is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "20975b7f2bdb9f1570f665420e8d8d55d38fb33a21e9b114",
"tweak" : "024e2ebbf6739e68a9c7",
"msg" : [4, 3, 5, 5, 8, 7, 0, 3, 7, 1, 7, 8, 0, 6, 8, 2, 2, 8, 6, 6, 3, 4, 9],
"ct" : [4, 8, 8, 4, 1, 3, 3, 8, 1, 3, 1, 9, 0, 6, 4, 8, 0, 7, 1, 5, 1, 3, 2],
"result" : "valid"
},
{
"tcId" : 2045,
"comment" : "y is maximal after modular reduction and (y + a) % radix**11 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "20975b7f2bdb9f1570f665420e8d8d55d38fb33a21e9b114",
"tweak" : "a8c34cd4cad1e298dfa0",
"msg" : [5, 7, 6, 1, 4, 5, 0, 1, 4, 0, 3, 4, 4, 1, 0, 9, 1, 1, 9, 8, 7, 9, 3],
"ct" : [6, 2, 0, 8, 7, 0, 0, 2, 3, 8, 8, 3, 3, 4, 4, 8, 2, 2, 5, 7, 9, 8, 3],
"result" : "valid"
},
{
"tcId" : 2046,
"comment" : "y is maximal after modular reduction and (y + a) % radix**11 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "20975b7f2bdb9f1570f665420e8d8d55d38fb33a21e9b114",
"tweak" : "a8c34cd4cad1e298dfa0",
"msg" : [2, 1, 8, 9, 4, 3, 6, 6, 1, 5, 3, 4, 2, 3, 3, 5, 4, 9, 7, 3, 2, 8, 9],
"ct" : [3, 6, 6, 2, 0, 8, 7, 3, 8, 9, 8, 0, 5, 1, 7, 2, 6, 9, 4, 5, 2, 9, 0],
"result" : "valid"
},
{
"tcId" : 2047,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "20975b7f2bdb9f1570f665420e8d8d55d38fb33a21e9b114",
"tweak" : "a8c34cd4cad1e298dfa0",
"msg" : [2, 7, 4, 0, 5, 4, 5, 8, 0, 0, 4, 9, 4, 8, 1, 9, 2, 4, 4, 9, 9, 1, 3],
"ct" : [6, 8, 3, 3, 6, 4, 3, 3, 5, 1, 3, 8, 7, 5, 4, 7, 1, 9, 9, 7, 7, 0, 4],
"result" : "valid"
},
{
"tcId" : 2048,
"comment" : "y is maximal after modular reduction and a is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "20975b7f2bdb9f1570f665420e8d8d55d38fb33a21e9b114",
"tweak" : "a8c34cd4cad1e298dfa0",
"msg" : [7, 3, 9, 5, 5, 6, 0, 0, 5, 4, 2, 6, 9, 7, 3, 9, 8, 7, 1, 7, 8, 9, 2],
"ct" : [5, 9, 8, 7, 2, 1, 4, 4, 8, 8, 0, 7, 8, 2, 8, 4, 5, 3, 7, 2, 1, 9, 0],
"result" : "valid"
},
{
"tcId" : 2049,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "42eedd322699aa74bc01428c809f266f9360611f6704f59a",
"tweak" : "3641fc756f1c80d9",
"msg" : [-1, 9, 4, 8, 4, 0, 4, 1, 0, 3, 1, 4, 3, 0, 3, 7, 6, 3, 0, 7, 8, 0, 2],
"ct" : [8, 8, 7, 3, 5, 2, 5, 0, 0, 8, 0, 3, 9, 0, 2, 3, 7, 7, 0, 1, 7, 4, 1],
"result" : "invalid"
},
{
"tcId" : 2050,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "42eedd322699aa74bc01428c809f266f9360611f6704f59a",
"tweak" : "3641fc756f1c80d9",
"msg" : [3, 9, 4, 8, 4, 0, 4, -1, 0, 3, 1, 4, 3, 0, 3, 7, 6, 3, 0, 7, 8, 0, 2],
"ct" : [4, 5, 9, 0, 4, 0, 7, 0, 7, 2, 9, 2, 2, 4, 1, 1, 6, 4, 6, 7, 5, 5, 9],
"result" : "invalid"
},
{
"tcId" : 2051,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "42eedd322699aa74bc01428c809f266f9360611f6704f59a",
"tweak" : "3641fc756f1c80d9",
"msg" : [3, 9, 4, 8, 4, 0, 4, 1, 0, 3, 1, 4, 3, 0, 3, 7, 6, 3, 0, 7, 8, 0, -1],
"ct" : [9, 5, 0, 9, 5, 3, 1, 7, 5, 1, 2, 5, 5, 4, 5, 2, 4, 4, 9, 2, 4, 2, 8],
"result" : "invalid"
},
{
"tcId" : 2052,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "c02c0f7a5116531a0ac39b3842300720e77394a9cb56ce5c",
"tweak" : "2ed4976770d43565",
"msg" : [10, 3, 1, 6, 9, 3, 1, 3, 2, 4, 8, 8, 5, 7, 2, 5, 5, 9, 3, 0, 1, 8, 9],
"ct" : [3, 8, 3, 6, 5, 0, 7, 6, 3, 7, 8, 8, 2, 3, 1, 1, 9, 4, 0, 6, 8, 0, 5],
"result" : "invalid"
},
{
"tcId" : 2053,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "c02c0f7a5116531a0ac39b3842300720e77394a9cb56ce5c",
"tweak" : "2ed4976770d43565",
"msg" : [7, 3, 1, 6, 9, 3, 1, 10, 2, 4, 8, 8, 5, 7, 2, 5, 5, 9, 3, 0, 1, 8, 9],
"ct" : [4, 8, 9, 9, 5, 3, 4, 0, 5, 1, 9, 8, 2, 7, 1, 6, 6, 1, 5, 0, 6, 9, 6],
"result" : "invalid"
},
{
"tcId" : 2054,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "c02c0f7a5116531a0ac39b3842300720e77394a9cb56ce5c",
"tweak" : "2ed4976770d43565",
"msg" : [7, 3, 1, 6, 9, 3, 1, 3, 2, 4, 8, 8, 5, 7, 2, 5, 5, 9, 3, 0, 1, 8, 10],
"ct" : [8, 7, 8, 6, 3, 8, 3, 3, 9, 3, 7, 6, 9, 9, 0, 2, 8, 4, 0, 9, 2, 2, 8],
"result" : "invalid"
}
]
},
{
"keySize" : 192,
"msgSize" : 24,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 2055,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "ac7947235faeb09f47808bcdb7c28894767149cfe71948d9",
"tweak" : "f7e5b4f29221b2aa",
"msg" : [9, 0, 9, 3, 9, 3, 9, 3, 0, 6, 2, 9, 9, 7, 2, 9, 0, 4, 3, 4, 0, 2, 4, 7],
"ct" : [4, 4, 3, 6, 7, 7, 8, 8, 0, 0, 5, 4, 4, 1, 9, 9, 9, 0, 8, 4, 0, 0, 4, 5],
"result" : "valid"
},
{
"tcId" : 2056,
"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" : [7, 2, 6, 3, 3, 9, 9, 3, 9, 1, 4, 1, 8, 3, 9, 1, 4, 5, 7, 0, 3, 9, 6, 5],
"result" : "valid"
},
{
"tcId" : 2057,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "fb45c5d9fc20f82043bad918624be0b48477f796718b2ab8",
"tweak" : "f69704f1171d8630",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [0, 2, 9, 1, 5, 1, 0, 5, 3, 1, 9, 4, 2, 1, 0, 9, 1, 1, 7, 5, 8, 8, 9, 1],
"result" : "valid"
},
{
"tcId" : 2058,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "fb45c5d9fc20f82043bad918624be0b48477f796718b2ab8",
"tweak" : "f69704f1171d8630",
"msg" : [5, 4, 9, 7, 5, 5, 8, 1, 3, 8, 8, 8, 5, 4, 9, 7, 5, 5, 8, 1, 3, 8, 8, 8],
"ct" : [5, 4, 5, 3, 9, 6, 7, 9, 8, 4, 2, 4, 1, 2, 2, 1, 9, 0, 7, 7, 1, 2, 6, 5],
"result" : "valid"
},
{
"tcId" : 2059,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "fb45c5d9fc20f82043bad918624be0b48477f796718b2ab8",
"tweak" : "f69704f1171d8630",
"msg" : [5, 4, 9, 7, 5, 5, 8, 1, 3, 8, 8, 7, 5, 4, 9, 7, 5, 5, 8, 1, 3, 8, 8, 7],
"ct" : [5, 5, 2, 9, 6, 4, 8, 8, 5, 5, 2, 7, 7, 1, 7, 9, 2, 9, 3, 9, 5, 8, 0, 4],
"result" : "valid"
},
{
"tcId" : 2060,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "fb45c5d9fc20f82043bad918624be0b48477f796718b2ab8",
"tweak" : "f69704f1171d8630",
"msg" : [7, 3, 8, 8, 3, 5, 4, 8, 5, 9, 1, 7, 0, 4, 1, 7, 8, 8, 8, 5, 6, 1, 9, 8],
"ct" : [2, 3, 4, 2, 2, 0, 6, 7, 3, 0, 8, 0, 8, 5, 7, 0, 7, 2, 4, 8, 9, 8, 8, 6],
"result" : "valid"
},
{
"tcId" : 2061,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "fb45c5d9fc20f82043bad918624be0b48477f796718b2ab8",
"tweak" : "f69704f1171d8630",
"msg" : [0, 3, 1, 3, 2, 5, 4, 7, 4, 8, 5, 7, 5, 3, 5, 6, 9, 0, 4, 0, 9, 8, 4, 5],
"ct" : [2, 4, 6, 1, 9, 4, 6, 7, 8, 0, 9, 3, 6, 2, 9, 3, 0, 4, 8, 4, 0, 8, 3, 7],
"result" : "valid"
},
{
"tcId" : 2062,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "fb45c5d9fc20f82043bad918624be0b48477f796718b2ab8",
"tweak" : "f69704f1171d8630",
"msg" : [4, 1, 5, 1, 7, 2, 6, 1, 8, 9, 4, 0, 3, 8, 6, 3, 2, 9, 2, 7, 2, 1, 1, 0],
"ct" : [7, 9, 4, 5, 2, 2, 1, 4, 7, 8, 7, 1, 6, 6, 3, 4, 2, 9, 3, 2, 8, 8, 2, 1],
"result" : "valid"
},
{
"tcId" : 2063,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "fb45c5d9fc20f82043bad918624be0b48477f796718b2ab8",
"tweak" : "f69704f1171d8630",
"msg" : [6, 7, 0, 3, 0, 7, 8, 4, 8, 2, 7, 2, 1, 0, 7, 7, 3, 7, 5, 8, 9, 3, 1, 8],
"ct" : [0, 8, 9, 9, 7, 9, 3, 4, 7, 5, 6, 5, 2, 2, 1, 5, 3, 0, 6, 8, 6, 8, 6, 4],
"result" : "valid"
},
{
"tcId" : 2064,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "fb45c5d9fc20f82043bad918624be0b48477f796718b2ab8",
"tweak" : "f69704f1171d8630",
"msg" : [9, 2, 7, 2, 9, 2, 5, 4, 5, 1, 6, 5, 0, 3, 0, 8, 9, 1, 1, 9, 9, 2, 1, 3],
"ct" : [0, 3, 2, 0, 7, 8, 5, 8, 6, 1, 3, 6, 2, 2, 4, 6, 0, 2, 7, 7, 6, 5, 6, 9],
"result" : "valid"
},
{
"tcId" : 2065,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "fb45c5d9fc20f82043bad918624be0b48477f796718b2ab8",
"tweak" : "f69704f1171d8630",
"msg" : [3, 7, 0, 2, 1, 1, 2, 5, 1, 5, 7, 3, 0, 1, 5, 0, 3, 5, 9, 1, 1, 0, 8, 2],
"ct" : [5, 0, 9, 1, 1, 3, 9, 1, 2, 6, 4, 9, 6, 1, 5, 3, 1, 8, 1, 5, 9, 2, 1, 1],
"result" : "valid"
},
{
"tcId" : 2066,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "fb45c5d9fc20f82043bad918624be0b48477f796718b2ab8",
"tweak" : "f69704f1171d8630",
"msg" : [2, 0, 7, 0, 2, 7, 1, 9, 0, 8, 1, 4, 9, 7, 0, 3, 2, 0, 5, 4, 2, 2, 7, 7],
"ct" : [3, 4, 6, 6, 5, 4, 9, 4, 5, 1, 7, 6, 9, 2, 0, 7, 4, 0, 6, 0, 4, 2, 8, 9],
"result" : "valid"
},
{
"tcId" : 2067,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "fb45c5d9fc20f82043bad918624be0b48477f796718b2ab8",
"tweak" : "f69704f1171d8630",
"msg" : [9, 1, 8, 0, 1, 6, 3, 4, 2, 2, 1, 0, 9, 8, 9, 8, 7, 5, 0, 8, 9, 7, 3, 6],
"ct" : [1, 9, 1, 5, 2, 0, 1, 3, 6, 5, 9, 8, 3, 9, 1, 4, 3, 8, 5, 4, 0, 5, 4, 5],
"result" : "valid"
},
{
"tcId" : 2068,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "fb45c5d9fc20f82043bad918624be0b48477f796718b2ab8",
"tweak" : "f69704f1171d8630",
"msg" : [2, 7, 0, 0, 3, 2, 7, 9, 4, 6, 8, 3, 9, 1, 4, 8, 3, 6, 5, 6, 1, 9, 0, 1],
"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" : 2069,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "fb45c5d9fc20f82043bad918624be0b48477f796718b2ab8",
"tweak" : "f69704f1171d8630",
"msg" : [1, 8, 7, 2, 8, 3, 3, 9, 6, 5, 7, 6, 5, 9, 0, 9, 2, 1, 2, 0, 0, 9, 9, 4],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 2070,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "fb45c5d9fc20f82043bad918624be0b48477f796718b2ab8",
"tweak" : "f69704f1171d8630",
"msg" : [7, 8, 8, 6, 7, 1, 2, 7, 3, 4, 8, 8, 3, 8, 1, 2, 7, 8, 5, 6, 6, 5, 7, 3],
"ct" : [5, 4, 9, 7, 5, 5, 8, 1, 3, 8, 8, 8, 5, 4, 9, 7, 5, 5, 8, 1, 3, 8, 8, 8],
"result" : "valid"
},
{
"tcId" : 2071,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "fb45c5d9fc20f82043bad918624be0b48477f796718b2ab8",
"tweak" : "f69704f1171d8630",
"msg" : [4, 7, 8, 9, 2, 3, 8, 7, 7, 1, 0, 9, 8, 9, 9, 4, 9, 6, 3, 9, 4, 3, 5, 3],
"ct" : [5, 4, 9, 7, 5, 5, 8, 1, 3, 8, 8, 7, 5, 4, 9, 7, 5, 5, 8, 1, 3, 8, 8, 7],
"result" : "valid"
},
{
"tcId" : 2072,
"comment" : "y = 0 and (y + a) % radix**12 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b038ec829af51b037671dc2bd5fa1f64a17fe45c0f4240c",
"tweak" : "850a5c2ad804af512ce4",
"msg" : [1, 7, 1, 9, 9, 0, 0, 9, 8, 6, 6, 7, 8, 9, 4, 4, 9, 7, 8, 5, 8, 8, 4, 0],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 7, 1, 0, 7, 0, 8, 9, 7, 0, 7, 9],
"result" : "valid"
},
{
"tcId" : 2073,
"comment" : "y = 0 and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b038ec829af51b037671dc2bd5fa1f64a17fe45c0f4240c",
"tweak" : "850a5c2ad804af512ce4",
"msg" : [8, 5, 3, 7, 5, 2, 9, 2, 2, 4, 8, 8, 7, 0, 0, 6, 0, 0, 7, 7, 5, 9, 1, 5],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 4, 4, 4, 7, 4, 8, 3, 1, 7, 9, 5, 1],
"result" : "valid"
},
{
"tcId" : 2074,
"comment" : "y = 0 and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b038ec829af51b037671dc2bd5fa1f64a17fe45c0f4240c",
"tweak" : "850a5c2ad804af512ce4",
"msg" : [4, 3, 2, 9, 5, 1, 0, 7, 9, 0, 6, 6, 3, 3, 2, 4, 5, 7, 7, 6, 1, 4, 6, 5],
"ct" : [5, 4, 9, 7, 5, 5, 8, 1, 3, 8, 8, 8, 7, 0, 2, 2, 6, 6, 8, 5, 8, 5, 3, 8],
"result" : "valid"
},
{
"tcId" : 2075,
"comment" : "y = 0 and (y + a) % radix**12 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b038ec829af51b037671dc2bd5fa1f64a17fe45c0f4240c",
"tweak" : "850a5c2ad804af512ce4",
"msg" : [3, 6, 5, 7, 4, 3, 5, 2, 9, 9, 5, 8, 2, 5, 9, 8, 3, 7, 8, 1, 3, 2, 7, 9],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 2, 7, 7, 1, 4, 3, 3, 0, 3, 8, 8, 6],
"result" : "valid"
},
{
"tcId" : 2076,
"comment" : "y = 1 and a = 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b038ec829af51b037671dc2bd5fa1f64a17fe45c0f4240c",
"tweak" : "1d0b3b5243573183fbf3",
"msg" : [6, 8, 4, 0, 4, 6, 6, 7, 7, 5, 8, 7, 2, 3, 0, 6, 2, 8, 5, 2, 2, 7, 2, 3],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 4, 3, 0, 8, 9, 8, 5, 8, 2, 5, 8, 7],
"result" : "valid"
},
{
"tcId" : 2077,
"comment" : "y = 1 and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b038ec829af51b037671dc2bd5fa1f64a17fe45c0f4240c",
"tweak" : "1d0b3b5243573183fbf3",
"msg" : [1, 9, 7, 3, 9, 3, 6, 7, 8, 7, 5, 9, 0, 9, 6, 5, 0, 6, 4, 7, 4, 7, 1, 7],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 5, 0, 1, 8, 8, 7, 1, 4, 8, 9, 0, 3],
"result" : "valid"
},
{
"tcId" : 2078,
"comment" : "y = 1 and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b038ec829af51b037671dc2bd5fa1f64a17fe45c0f4240c",
"tweak" : "1d0b3b5243573183fbf3",
"msg" : [9, 9, 0, 1, 4, 5, 7, 6, 1, 9, 3, 8, 5, 9, 7, 9, 8, 5, 1, 9, 6, 3, 8, 9],
"ct" : [5, 4, 9, 7, 5, 5, 8, 1, 3, 8, 8, 9, 5, 1, 9, 5, 5, 9, 3, 7, 9, 6, 5, 6],
"result" : "valid"
},
{
"tcId" : 2079,
"comment" : "y = 1 and (y + a) % radix**12 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b038ec829af51b037671dc2bd5fa1f64a17fe45c0f4240c",
"tweak" : "1d0b3b5243573183fbf3",
"msg" : [2, 7, 3, 6, 0, 2, 8, 5, 4, 6, 5, 7, 8, 5, 3, 3, 1, 5, 0, 7, 1, 1, 8, 7],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 4, 5, 9, 2, 9, 0, 4, 8, 5, 1, 2, 6],
"result" : "valid"
},
{
"tcId" : 2080,
"comment" : "y = 1 and (y + a) % radix**12 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b038ec829af51b037671dc2bd5fa1f64a17fe45c0f4240c",
"tweak" : "1d0b3b5243573183fbf3",
"msg" : [9, 3, 6, 6, 5, 3, 9, 0, 4, 4, 3, 5, 8, 2, 9, 5, 4, 2, 1, 0, 1, 5, 8, 4],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 6, 5, 6, 1, 0, 7, 3, 6, 1, 7, 0],
"result" : "valid"
},
{
"tcId" : 2081,
"comment" : "y is maximal and a = 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b038ec829af51b037671dc2bd5fa1f64a17fe45c0f4240c",
"tweak" : "6f815a2cff76a9d4a481",
"msg" : [3, 0, 1, 4, 2, 4, 7, 9, 6, 6, 7, 8, 5, 8, 8, 6, 1, 1, 4, 3, 2, 5, 9, 1],
"ct" : [7, 1, 6, 2, 8, 6, 7, 5, 4, 9, 5, 7, 0, 1, 2, 1, 7, 5, 1, 1, 8, 0, 9, 4],
"result" : "valid"
},
{
"tcId" : 2082,
"comment" : "y is maximal and a = 1 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b038ec829af51b037671dc2bd5fa1f64a17fe45c0f4240c",
"tweak" : "6f815a2cff76a9d4a481",
"msg" : [4, 6, 2, 2, 3, 1, 0, 9, 6, 9, 3, 2, 8, 9, 6, 4, 0, 6, 7, 3, 8, 0, 2, 3],
"ct" : [6, 9, 6, 3, 3, 5, 7, 2, 6, 9, 4, 7, 3, 8, 1, 8, 7, 6, 3, 9, 2, 8, 6, 4],
"result" : "valid"
},
{
"tcId" : 2083,
"comment" : "y is maximal and (y + a) % radix**12 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b038ec829af51b037671dc2bd5fa1f64a17fe45c0f4240c",
"tweak" : "6f815a2cff76a9d4a481",
"msg" : [1, 9, 8, 8, 6, 9, 7, 9, 6, 9, 1, 9, 3, 9, 8, 5, 5, 7, 2, 0, 7, 2, 7, 6],
"ct" : [5, 8, 2, 2, 5, 1, 0, 9, 8, 1, 2, 1, 3, 7, 2, 6, 0, 4, 5, 5, 6, 3, 6, 9],
"result" : "valid"
},
{
"tcId" : 2084,
"comment" : "y is maximal and (y + a) % radix**12 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b038ec829af51b037671dc2bd5fa1f64a17fe45c0f4240c",
"tweak" : "6f815a2cff76a9d4a481",
"msg" : [6, 4, 6, 1, 8, 3, 8, 4, 3, 0, 5, 0, 5, 2, 7, 1, 4, 2, 3, 8, 4, 4, 3, 8],
"ct" : [0, 9, 3, 8, 2, 8, 5, 6, 6, 9, 6, 1, 1, 9, 9, 5, 8, 1, 6, 5, 9, 8, 0, 2],
"result" : "valid"
},
{
"tcId" : 2085,
"comment" : "y is maximal and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b038ec829af51b037671dc2bd5fa1f64a17fe45c0f4240c",
"tweak" : "6f815a2cff76a9d4a481",
"msg" : [5, 0, 9, 6, 7, 9, 3, 8, 2, 2, 6, 5, 6, 6, 1, 1, 6, 2, 6, 5, 2, 6, 7, 3],
"ct" : [0, 4, 9, 4, 1, 4, 4, 8, 9, 6, 8, 4, 2, 6, 3, 5, 0, 0, 0, 9, 4, 9, 2, 2],
"result" : "valid"
},
{
"tcId" : 2086,
"comment" : "y is maximal and a is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b038ec829af51b037671dc2bd5fa1f64a17fe45c0f4240c",
"tweak" : "6f815a2cff76a9d4a481",
"msg" : [4, 3, 5, 2, 5, 8, 1, 7, 9, 4, 0, 9, 9, 6, 0, 5, 5, 6, 6, 5, 8, 7, 1, 6],
"ct" : [1, 7, 9, 0, 8, 6, 6, 8, 9, 3, 2, 6, 7, 4, 6, 0, 9, 2, 8, 4, 5, 4, 0, 1],
"result" : "valid"
},
{
"tcId" : 2087,
"comment" : "y is edge case for modular reduction and a = 0 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b038ec829af51b037671dc2bd5fa1f64a17fe45c0f4240c",
"tweak" : "796d8d2822d7201507cb",
"msg" : [7, 7, 8, 6, 5, 1, 0, 3, 0, 3, 3, 0, 1, 8, 7, 8, 0, 0, 0, 9, 7, 2, 9, 5],
"ct" : [3, 5, 1, 6, 7, 6, 8, 2, 8, 8, 4, 0, 0, 5, 8, 5, 1, 8, 2, 1, 0, 8, 2, 9],
"result" : "valid"
},
{
"tcId" : 2088,
"comment" : "y is edge case for modular reduction and a = 1 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b038ec829af51b037671dc2bd5fa1f64a17fe45c0f4240c",
"tweak" : "796d8d2822d7201507cb",
"msg" : [7, 5, 4, 7, 2, 5, 0, 0, 3, 7, 5, 7, 4, 9, 9, 5, 7, 2, 1, 8, 4, 3, 8, 4],
"ct" : [2, 0, 5, 7, 1, 9, 0, 5, 3, 3, 8, 3, 4, 8, 5, 3, 3, 3, 7, 4, 9, 6, 5, 5],
"result" : "valid"
},
{
"tcId" : 2089,
"comment" : "y is edge case for modular reduction and (y + a) % radix**12 is maximal in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b038ec829af51b037671dc2bd5fa1f64a17fe45c0f4240c",
"tweak" : "796d8d2822d7201507cb",
"msg" : [0, 5, 4, 1, 5, 1, 2, 0, 2, 2, 3, 7, 1, 5, 2, 4, 9, 2, 8, 7, 9, 6, 5, 8],
"ct" : [0, 1, 6, 0, 4, 6, 1, 7, 4, 4, 8, 3, 6, 9, 4, 3, 2, 2, 7, 9, 3, 9, 4, 5],
"result" : "valid"
},
{
"tcId" : 2090,
"comment" : "y is edge case for modular reduction and (y + a) % radix**12 == 0 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b038ec829af51b037671dc2bd5fa1f64a17fe45c0f4240c",
"tweak" : "796d8d2822d7201507cb",
"msg" : [1, 7, 9, 6, 5, 2, 4, 2, 8, 4, 0, 3, 4, 8, 7, 9, 8, 9, 5, 2, 5, 0, 0, 5],
"ct" : [7, 9, 7, 3, 8, 3, 2, 8, 3, 9, 3, 8, 2, 8, 7, 8, 1, 3, 9, 5, 8, 1, 3, 0],
"result" : "valid"
},
{
"tcId" : 2091,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b038ec829af51b037671dc2bd5fa1f64a17fe45c0f4240c",
"tweak" : "796d8d2822d7201507cb",
"msg" : [5, 3, 1, 2, 8, 5, 8, 0, 2, 7, 9, 2, 8, 3, 4, 9, 5, 4, 7, 2, 5, 4, 6, 9],
"ct" : [0, 0, 4, 0, 6, 8, 3, 5, 4, 5, 2, 5, 1, 1, 7, 2, 1, 5, 6, 1, 7, 4, 1, 6],
"result" : "valid"
},
{
"tcId" : 2092,
"comment" : "y is edge case for modular reduction and a is maximal in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b038ec829af51b037671dc2bd5fa1f64a17fe45c0f4240c",
"tweak" : "796d8d2822d7201507cb",
"msg" : [6, 5, 6, 0, 7, 2, 0, 2, 0, 7, 3, 1, 8, 7, 8, 9, 7, 5, 1, 9, 9, 9, 7, 0],
"ct" : [7, 4, 1, 2, 7, 9, 0, 7, 1, 4, 0, 4, 0, 7, 7, 6, 1, 2, 4, 5, 3, 6, 8, 4],
"result" : "valid"
},
{
"tcId" : 2093,
"comment" : "y is maximal after modular reduction and (y + a) % radix**12 is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b038ec829af51b037671dc2bd5fa1f64a17fe45c0f4240c",
"tweak" : "85cc746a639556c09721",
"msg" : [5, 8, 0, 2, 1, 5, 0, 9, 2, 8, 5, 5, 4, 2, 4, 8, 0, 1, 4, 0, 1, 9, 0, 5],
"ct" : [0, 1, 2, 8, 6, 3, 4, 4, 0, 9, 6, 7, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 2094,
"comment" : "y is maximal after modular reduction and (y + a) % radix**12 == 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b038ec829af51b037671dc2bd5fa1f64a17fe45c0f4240c",
"tweak" : "85cc746a639556c09721",
"msg" : [8, 5, 3, 1, 0, 6, 5, 3, 1, 2, 5, 4, 3, 9, 2, 4, 3, 2, 5, 8, 3, 7, 6, 6],
"ct" : [0, 1, 2, 8, 6, 3, 4, 4, 0, 9, 6, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 2095,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b038ec829af51b037671dc2bd5fa1f64a17fe45c0f4240c",
"tweak" : "85cc746a639556c09721",
"msg" : [4, 5, 0, 7, 7, 4, 4, 8, 5, 4, 1, 8, 7, 4, 6, 8, 8, 0, 2, 9, 4, 4, 5, 0],
"ct" : [0, 1, 2, 8, 6, 3, 4, 4, 0, 9, 6, 7, 5, 4, 9, 7, 5, 5, 8, 1, 3, 8, 8, 7],
"result" : "valid"
},
{
"tcId" : 2096,
"comment" : "y is maximal after modular reduction and a is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "7b038ec829af51b037671dc2bd5fa1f64a17fe45c0f4240c",
"tweak" : "85cc746a639556c09721",
"msg" : [6, 7, 5, 3, 0, 7, 7, 4, 4, 1, 8, 0, 4, 9, 1, 9, 9, 4, 8, 5, 5, 1, 8, 8],
"ct" : [0, 1, 2, 8, 6, 3, 4, 4, 0, 9, 6, 7, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 8],
"result" : "valid"
},
{
"tcId" : 2097,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "9df42cfdf50bb3ae95f501aaa7aae50e8c7f7701322e524a",
"tweak" : "394f12fdaf9fefef",
"msg" : [-1, 5, 7, 6, 1, 0, 3, 2, 5, 6, 3, 0, 8, 0, 3, 1, 0, 0, 5, 8, 3, 5, 4, 7],
"ct" : [9, 5, 2, 8, 2, 4, 4, 2, 4, 6, 9, 9, 3, 3, 7, 9, 3, 4, 3, 3, 9, 9, 7, 9],
"result" : "invalid"
},
{
"tcId" : 2098,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "9df42cfdf50bb3ae95f501aaa7aae50e8c7f7701322e524a",
"tweak" : "394f12fdaf9fefef",
"msg" : [1, 5, 7, 6, 1, 0, 3, 2, -1, 6, 3, 0, 8, 0, 3, 1, 0, 0, 5, 8, 3, 5, 4, 7],
"ct" : [1, 0, 3, 8, 5, 8, 3, 8, 3, 7, 1, 9, 2, 4, 8, 4, 9, 8, 5, 3, 9, 8, 8, 7],
"result" : "invalid"
},
{
"tcId" : 2099,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "9df42cfdf50bb3ae95f501aaa7aae50e8c7f7701322e524a",
"tweak" : "394f12fdaf9fefef",
"msg" : [1, 5, 7, 6, 1, 0, 3, 2, 5, 6, 3, 0, 8, 0, 3, 1, 0, 0, 5, 8, 3, 5, 4, -1],
"ct" : [0, 3, 8, 7, 4, 5, 5, 3, 1, 6, 3, 9, 5, 5, 2, 6, 4, 8, 4, 7, 1, 8, 6, 8],
"result" : "invalid"
},
{
"tcId" : 2100,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "e51dab00c556b0438b66736c54952c975d1d4c8c0cf44d78",
"tweak" : "0aee748b4c4bb84e",
"msg" : [10, 0, 5, 4, 9, 2, 6, 3, 0, 2, 4, 1, 1, 4, 7, 8, 2, 4, 6, 4, 4, 5, 4, 3],
"ct" : [1, 6, 2, 5, 7, 8, 6, 0, 3, 6, 0, 7, 5, 5, 2, 4, 0, 4, 9, 6, 4, 8, 8, 4],
"result" : "invalid"
},
{
"tcId" : 2101,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "e51dab00c556b0438b66736c54952c975d1d4c8c0cf44d78",
"tweak" : "0aee748b4c4bb84e",
"msg" : [2, 0, 5, 4, 9, 2, 6, 3, 10, 2, 4, 1, 1, 4, 7, 8, 2, 4, 6, 4, 4, 5, 4, 3],
"ct" : [4, 1, 4, 9, 4, 7, 9, 8, 5, 2, 5, 9, 6, 0, 2, 2, 3, 5, 9, 0, 8, 5, 3, 7],
"result" : "invalid"
},
{
"tcId" : 2102,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "e51dab00c556b0438b66736c54952c975d1d4c8c0cf44d78",
"tweak" : "0aee748b4c4bb84e",
"msg" : [2, 0, 5, 4, 9, 2, 6, 3, 0, 2, 4, 1, 1, 4, 7, 8, 2, 4, 6, 4, 4, 5, 4, 10],
"ct" : [9, 2, 3, 0, 5, 7, 0, 4, 6, 6, 8, 0, 5, 3, 8, 0, 0, 5, 4, 9, 0, 1, 8, 9],
"result" : "invalid"
}
]
},
{
"keySize" : 192,
"msgSize" : 25,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 2103,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "d3cc660039922e4edf19ee000bf0190aa4a974e2af2df506",
"tweak" : "c1eb1cd08201924c",
"msg" : [1, 2, 5, 7, 6, 5, 7, 6, 1, 7, 1, 8, 5, 3, 7, 2, 2, 2, 7, 2, 5, 6, 7, 4, 2],
"ct" : [9, 0, 0, 0, 7, 3, 8, 4, 8, 6, 5, 5, 0, 3, 2, 8, 7, 2, 0, 0, 7, 9, 2, 7, 4],
"result" : "valid"
},
{
"tcId" : 2104,
"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" : [4, 5, 9, 9, 9, 6, 5, 4, 1, 4, 9, 0, 6, 6, 4, 4, 8, 8, 7, 6, 7, 2, 8, 9, 4],
"result" : "valid"
},
{
"tcId" : 2105,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "90296d0093dcc4c632100ce75dc22340c4bcc811b456dbba",
"tweak" : "798c50257d1a31fc",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [8, 0, 0, 4, 5, 2, 1, 4, 1, 9, 4, 3, 8, 5, 5, 7, 0, 0, 0, 4, 6, 1, 9, 1, 7],
"result" : "valid"
},
{
"tcId" : 2106,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "90296d0093dcc4c632100ce75dc22340c4bcc811b456dbba",
"tweak" : "798c50257d1a31fc",
"msg" : [5, 4, 9, 7, 5, 5, 8, 1, 3, 8, 8, 8, 8, 7, 9, 6, 0, 9, 3, 0, 2, 2, 2, 0, 8],
"ct" : [2, 6, 9, 6, 6, 5, 2, 8, 3, 9, 5, 0, 8, 6, 5, 6, 8, 3, 9, 1, 0, 2, 4, 7, 8],
"result" : "valid"
},
{
"tcId" : 2107,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "90296d0093dcc4c632100ce75dc22340c4bcc811b456dbba",
"tweak" : "798c50257d1a31fc",
"msg" : [5, 4, 9, 7, 5, 5, 8, 1, 3, 8, 8, 7, 8, 7, 9, 6, 0, 9, 3, 0, 2, 2, 2, 0, 7],
"ct" : [0, 5, 5, 1, 5, 6, 7, 9, 2, 7, 9, 4, 7, 8, 2, 5, 7, 4, 9, 4, 6, 9, 0, 6, 3],
"result" : "valid"
},
{
"tcId" : 2108,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "90296d0093dcc4c632100ce75dc22340c4bcc811b456dbba",
"tweak" : "798c50257d1a31fc",
"msg" : [7, 3, 0, 1, 5, 8, 8, 3, 9, 0, 9, 8, 5, 5, 2, 5, 0, 7, 6, 8, 1, 4, 5, 1, 2],
"ct" : [9, 2, 3, 2, 0, 6, 8, 6, 7, 3, 3, 5, 3, 7, 8, 9, 7, 9, 1, 3, 1, 0, 3, 9, 9],
"result" : "valid"
},
{
"tcId" : 2109,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "90296d0093dcc4c632100ce75dc22340c4bcc811b456dbba",
"tweak" : "798c50257d1a31fc",
"msg" : [5, 0, 4, 0, 7, 1, 5, 9, 2, 6, 6, 2, 0, 1, 5, 8, 4, 8, 7, 1, 3, 7, 0, 2, 7],
"ct" : [5, 2, 8, 5, 5, 7, 3, 2, 1, 2, 5, 4, 3, 2, 7, 8, 3, 5, 6, 0, 9, 5, 7, 0, 8],
"result" : "valid"
},
{
"tcId" : 2110,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "90296d0093dcc4c632100ce75dc22340c4bcc811b456dbba",
"tweak" : "798c50257d1a31fc",
"msg" : [5, 9, 1, 7, 5, 8, 0, 9, 2, 3, 0, 4, 1, 8, 3, 5, 1, 3, 0, 4, 5, 7, 5, 6, 2],
"ct" : [0, 5, 7, 2, 5, 0, 3, 9, 3, 2, 0, 8, 0, 1, 5, 3, 7, 5, 2, 1, 3, 8, 7, 2, 3],
"result" : "valid"
},
{
"tcId" : 2111,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "90296d0093dcc4c632100ce75dc22340c4bcc811b456dbba",
"tweak" : "798c50257d1a31fc",
"msg" : [2, 5, 9, 9, 1, 3, 2, 0, 4, 9, 0, 6, 2, 5, 3, 1, 4, 4, 1, 8, 8, 0, 9, 3, 3],
"ct" : [1, 1, 0, 2, 0, 2, 0, 5, 8, 2, 1, 2, 4, 1, 2, 6, 1, 4, 8, 7, 3, 7, 9, 6, 3],
"result" : "valid"
},
{
"tcId" : 2112,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "90296d0093dcc4c632100ce75dc22340c4bcc811b456dbba",
"tweak" : "798c50257d1a31fc",
"msg" : [1, 5, 1, 4, 3, 6, 9, 2, 5, 2, 0, 4, 8, 8, 1, 3, 0, 2, 7, 3, 7, 6, 8, 7, 2],
"ct" : [2, 7, 9, 5, 3, 8, 1, 7, 4, 8, 7, 3, 1, 0, 9, 3, 5, 1, 4, 1, 5, 3, 2, 8, 7],
"result" : "valid"
},
{
"tcId" : 2113,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "90296d0093dcc4c632100ce75dc22340c4bcc811b456dbba",
"tweak" : "798c50257d1a31fc",
"msg" : [7, 2, 7, 0, 4, 0, 3, 8, 2, 3, 3, 1, 9, 1, 0, 6, 3, 8, 1, 4, 4, 4, 9, 2, 9],
"ct" : [6, 1, 7, 0, 2, 7, 0, 1, 0, 2, 3, 8, 8, 6, 4, 5, 9, 6, 8, 2, 1, 8, 2, 4, 2],
"result" : "valid"
},
{
"tcId" : 2114,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "90296d0093dcc4c632100ce75dc22340c4bcc811b456dbba",
"tweak" : "798c50257d1a31fc",
"msg" : [4, 7, 0, 8, 2, 4, 2, 1, 3, 1, 1, 5, 5, 9, 7, 5, 3, 9, 6, 6, 0, 2, 2, 7, 7],
"ct" : [2, 4, 5, 9, 3, 2, 7, 7, 3, 1, 3, 4, 0, 7, 3, 4, 4, 2, 9, 0, 4, 2, 6, 3, 0],
"result" : "valid"
},
{
"tcId" : 2115,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "90296d0093dcc4c632100ce75dc22340c4bcc811b456dbba",
"tweak" : "798c50257d1a31fc",
"msg" : [3, 0, 4, 2, 8, 8, 7, 7, 9, 1, 9, 5, 2, 4, 5, 9, 7, 0, 9, 6, 2, 3, 6, 4, 8],
"ct" : [1, 3, 4, 8, 3, 6, 7, 0, 7, 2, 2, 6, 1, 2, 7, 5, 3, 9, 3, 2, 9, 2, 6, 5, 3],
"result" : "valid"
},
{
"tcId" : 2116,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "90296d0093dcc4c632100ce75dc22340c4bcc811b456dbba",
"tweak" : "798c50257d1a31fc",
"msg" : [9, 1, 1, 3, 7, 4, 3, 1, 7, 6, 6, 8, 4, 5, 3, 7, 5, 9, 9, 4, 8, 2, 2, 8, 1],
"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" : 2117,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "90296d0093dcc4c632100ce75dc22340c4bcc811b456dbba",
"tweak" : "798c50257d1a31fc",
"msg" : [5, 8, 2, 7, 5, 1, 2, 4, 5, 1, 6, 1, 5, 0, 0, 2, 0, 8, 1, 7, 4, 5, 9, 1, 5],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 2118,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "90296d0093dcc4c632100ce75dc22340c4bcc811b456dbba",
"tweak" : "798c50257d1a31fc",
"msg" : [6, 4, 4, 5, 2, 1, 8, 2, 7, 2, 9, 7, 5, 5, 1, 1, 7, 4, 6, 1, 9, 0, 4, 7, 7],
"ct" : [5, 4, 9, 7, 5, 5, 8, 1, 3, 8, 8, 8, 8, 7, 9, 6, 0, 9, 3, 0, 2, 2, 2, 0, 8],
"result" : "valid"
},
{
"tcId" : 2119,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "90296d0093dcc4c632100ce75dc22340c4bcc811b456dbba",
"tweak" : "798c50257d1a31fc",
"msg" : [4, 6, 3, 5, 3, 2, 0, 1, 7, 9, 5, 5, 2, 2, 2, 0, 4, 8, 4, 4, 3, 1, 9, 3, 9],
"ct" : [5, 4, 9, 7, 5, 5, 8, 1, 3, 8, 8, 7, 8, 7, 9, 6, 0, 9, 3, 0, 2, 2, 2, 0, 7],
"result" : "valid"
},
{
"tcId" : 2120,
"comment" : "y = 0 and (y + a) % radix**12 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "c5a981df3ed8de4a042ce9af99d434a9aad655f31addfd05",
"tweak" : "3951f16417e873d8eb",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 4, 9, 5, 3, 7, 6, 0, 2, 8, 1, 2],
"ct" : [1, 6, 5, 3, 7, 7, 8, 7, 8, 9, 2, 8, 8, 1, 7, 6, 4, 5, 4, 8, 6, 7, 8, 3, 5],
"result" : "valid"
},
{
"tcId" : 2121,
"comment" : "y = 0 and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "c5a981df3ed8de4a042ce9af99d434a9aad655f31addfd05",
"tweak" : "3951f16417e873d8eb",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 4, 9, 5, 3, 7, 6, 0, 2, 8, 1, 2],
"ct" : [7, 5, 9, 2, 1, 8, 7, 0, 0, 2, 8, 1, 1, 6, 1, 4, 9, 6, 2, 9, 5, 1, 6, 8, 5],
"result" : "valid"
},
{
"tcId" : 2122,
"comment" : "y = 0 and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "c5a981df3ed8de4a042ce9af99d434a9aad655f31addfd05",
"tweak" : "3951f16417e873d8eb",
"msg" : [5, 4, 9, 7, 5, 5, 8, 1, 3, 8, 8, 8, 1, 1, 4, 9, 5, 3, 7, 6, 0, 2, 8, 1, 2],
"ct" : [3, 9, 3, 9, 0, 7, 1, 7, 2, 2, 7, 2, 1, 9, 6, 0, 8, 5, 1, 0, 6, 2, 9, 1, 9],
"result" : "valid"
},
{
"tcId" : 2123,
"comment" : "y = 0 and (y + a) % radix**12 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "c5a981df3ed8de4a042ce9af99d434a9aad655f31addfd05",
"tweak" : "3951f16417e873d8eb",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 1, 1, 4, 9, 5, 3, 7, 6, 0, 2, 8, 1, 2],
"ct" : [5, 5, 8, 1, 4, 8, 8, 7, 7, 6, 2, 9, 6, 9, 5, 0, 0, 0, 0, 1, 5, 8, 8, 3, 1],
"result" : "valid"
},
{
"tcId" : 2124,
"comment" : "y = 1 and a = 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "c5a981df3ed8de4a042ce9af99d434a9aad655f31addfd05",
"tweak" : "58e061225201bfd4dc",
"msg" : [1, 0, 8, 0, 7, 2, 6, 8, 6, 7, 1, 2, 2, 5, 6, 6, 8, 0, 1, 3, 6, 6, 4, 1, 2],
"ct" : [8, 1, 5, 4, 9, 3, 9, 0, 2, 2, 8, 9, 3, 8, 3, 4, 3, 2, 9, 0, 4, 2, 7, 9, 0],
"result" : "valid"
},
{
"tcId" : 2125,
"comment" : "y = 1 and a = 1 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "c5a981df3ed8de4a042ce9af99d434a9aad655f31addfd05",
"tweak" : "58e061225201bfd4dc",
"msg" : [7, 8, 3, 1, 8, 2, 5, 7, 3, 1, 3, 9, 5, 6, 8, 4, 6, 0, 3, 6, 3, 9, 6, 5, 6],
"ct" : [0, 9, 1, 2, 1, 9, 5, 1, 3, 8, 1, 6, 3, 5, 9, 7, 1, 0, 2, 2, 0, 9, 4, 3, 3],
"result" : "valid"
},
{
"tcId" : 2126,
"comment" : "y = 1 and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "c5a981df3ed8de4a042ce9af99d434a9aad655f31addfd05",
"tweak" : "58e061225201bfd4dc",
"msg" : [8, 3, 5, 3, 8, 8, 9, 6, 3, 0, 1, 7, 4, 5, 5, 4, 0, 1, 8, 6, 0, 3, 1, 7, 7],
"ct" : [8, 4, 0, 8, 7, 9, 9, 3, 4, 4, 0, 7, 6, 0, 3, 6, 5, 2, 4, 1, 5, 8, 9, 6, 1],
"result" : "valid"
},
{
"tcId" : 2127,
"comment" : "y = 1 and (y + a) % radix**12 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "c5a981df3ed8de4a042ce9af99d434a9aad655f31addfd05",
"tweak" : "58e061225201bfd4dc",
"msg" : [0, 4, 2, 3, 8, 8, 8, 9, 5, 0, 9, 7, 3, 5, 1, 2, 5, 5, 2, 6, 0, 9, 9, 5, 7],
"ct" : [9, 4, 1, 8, 4, 7, 6, 5, 3, 3, 7, 7, 3, 6, 8, 4, 1, 3, 4, 3, 1, 0, 9, 5, 3],
"result" : "valid"
},
{
"tcId" : 2128,
"comment" : "y = 1 and (y + a) % radix**12 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "c5a981df3ed8de4a042ce9af99d434a9aad655f31addfd05",
"tweak" : "58e061225201bfd4dc",
"msg" : [3, 4, 9, 9, 9, 7, 8, 2, 5, 2, 5, 3, 5, 1, 3, 2, 8, 3, 8, 0, 0, 6, 0, 3, 7],
"ct" : [4, 7, 3, 2, 6, 0, 5, 1, 9, 8, 3, 6, 8, 0, 9, 2, 0, 5, 8, 5, 2, 0, 1, 4, 7],
"result" : "valid"
},
{
"tcId" : 2129,
"comment" : "y is maximal after modular reduction and (y + a) % radix**12 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "c5a981df3ed8de4a042ce9af99d434a9aad655f31addfd05",
"tweak" : "8de43f7a19fdbc93e6",
"msg" : [8, 1, 5, 0, 8, 5, 0, 5, 0, 4, 2, 0, 7, 6, 6, 9, 6, 3, 9, 3, 3, 0, 0, 0, 8],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 5, 6, 8, 2, 6, 6, 5, 3, 8, 3, 9, 3, 3],
"result" : "valid"
},
{
"tcId" : 2130,
"comment" : "y is maximal after modular reduction and (y + a) % radix**12 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "c5a981df3ed8de4a042ce9af99d434a9aad655f31addfd05",
"tweak" : "8de43f7a19fdbc93e6",
"msg" : [0, 7, 6, 9, 8, 2, 0, 0, 3, 3, 9, 7, 3, 5, 9, 8, 2, 8, 5, 7, 2, 3, 0, 3, 5],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 9, 9, 9, 8, 1, 7, 9, 2, 4, 7, 5, 7],
"result" : "valid"
},
{
"tcId" : 2131,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "c5a981df3ed8de4a042ce9af99d434a9aad655f31addfd05",
"tweak" : "8de43f7a19fdbc93e6",
"msg" : [8, 6, 8, 8, 9, 7, 8, 7, 0, 6, 7, 9, 1, 2, 8, 0, 9, 2, 7, 3, 9, 5, 4, 7, 8],
"ct" : [5, 4, 9, 7, 5, 5, 8, 1, 3, 8, 8, 7, 3, 1, 0, 8, 9, 8, 7, 2, 2, 3, 1, 0, 4],
"result" : "valid"
},
{
"tcId" : 2132,
"comment" : "y is maximal after modular reduction and a is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "c5a981df3ed8de4a042ce9af99d434a9aad655f31addfd05",
"tweak" : "8de43f7a19fdbc93e6",
"msg" : [5, 0, 8, 3, 9, 0, 0, 3, 1, 9, 9, 0, 4, 1, 8, 8, 6, 4, 3, 5, 1, 6, 1, 7, 1],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 8, 5, 7, 8, 6, 6, 1, 9, 4, 5, 9, 1, 8, 7],
"result" : "valid"
},
{
"tcId" : 2133,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "989c3e6ec86db3b5aeae309cdf63259252ca59dbd1119bf2",
"tweak" : "a8f9219e0b7563c0",
"msg" : [-1, 6, 5, 7, 5, 2, 1, 8, 1, 9, 7, 8, 9, 8, 2, 4, 1, 3, 9, 8, 3, 9, 9, 9, 0],
"ct" : [6, 1, 6, 8, 5, 6, 7, 6, 2, 3, 9, 0, 0, 2, 1, 2, 3, 0, 7, 4, 9, 5, 5, 7, 4],
"result" : "invalid"
},
{
"tcId" : 2134,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "989c3e6ec86db3b5aeae309cdf63259252ca59dbd1119bf2",
"tweak" : "a8f9219e0b7563c0",
"msg" : [1, 6, 5, 7, 5, 2, 1, 8, -1, 9, 7, 8, 9, 8, 2, 4, 1, 3, 9, 8, 3, 9, 9, 9, 0],
"ct" : [0, 0, 9, 4, 8, 9, 9, 1, 2, 5, 7, 7, 4, 9, 3, 5, 8, 2, 1, 2, 7, 5, 7, 0, 2],
"result" : "invalid"
},
{
"tcId" : 2135,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "989c3e6ec86db3b5aeae309cdf63259252ca59dbd1119bf2",
"tweak" : "a8f9219e0b7563c0",
"msg" : [1, 6, 5, 7, 5, 2, 1, 8, 1, 9, 7, 8, 9, 8, 2, 4, 1, 3, 9, 8, 3, 9, 9, 9, -1],
"ct" : [0, 3, 0, 2, 3, 4, 5, 4, 6, 5, 2, 1, 0, 9, 6, 3, 0, 4, 7, 9, 1, 9, 5, 4, 1],
"result" : "invalid"
},
{
"tcId" : 2136,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "f4de21f5c1107b123d411d2d3bd7eec2032dfd8990bec6aa",
"tweak" : "4d81c0e52c6521bd",
"msg" : [10, 2, 4, 0, 2, 7, 0, 6, 2, 7, 5, 9, 0, 1, 3, 4, 8, 6, 2, 4, 2, 4, 1, 1, 0],
"ct" : [0, 5, 9, 7, 2, 0, 0, 1, 1, 3, 8, 4, 7, 3, 9, 7, 1, 1, 0, 5, 1, 2, 5, 8, 7],
"result" : "invalid"
},
{
"tcId" : 2137,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "f4de21f5c1107b123d411d2d3bd7eec2032dfd8990bec6aa",
"tweak" : "4d81c0e52c6521bd",
"msg" : [6, 2, 4, 0, 2, 7, 0, 6, 10, 7, 5, 9, 0, 1, 3, 4, 8, 6, 2, 4, 2, 4, 1, 1, 0],
"ct" : [7, 0, 3, 8, 9, 8, 1, 6, 7, 8, 0, 5, 7, 4, 3, 0, 8, 3, 1, 0, 0, 6, 9, 7, 3],
"result" : "invalid"
},
{
"tcId" : 2138,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "f4de21f5c1107b123d411d2d3bd7eec2032dfd8990bec6aa",
"tweak" : "4d81c0e52c6521bd",
"msg" : [6, 2, 4, 0, 2, 7, 0, 6, 2, 7, 5, 9, 0, 1, 3, 4, 8, 6, 2, 4, 2, 4, 1, 1, 10],
"ct" : [2, 3, 0, 9, 1, 8, 1, 4, 3, 4, 2, 7, 8, 2, 7, 5, 0, 5, 6, 5, 0, 2, 6, 0, 5],
"result" : "invalid"
}
]
},
{
"keySize" : 192,
"msgSize" : 26,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 2139,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "a08b283fbb882bc35ad665f439ba1ba3cb45faa7ef953e75",
"tweak" : "a8bad0d760a36482",
"msg" : [3, 9, 4, 4, 9, 3, 1, 9, 2, 3, 9, 2, 1, 5, 0, 7, 4, 9, 6, 8, 8, 0, 6, 7, 6, 9],
"ct" : [8, 3, 6, 9, 7, 4, 9, 9, 8, 3, 7, 7, 1, 4, 7, 7, 1, 9, 2, 0, 3, 3, 8, 4, 2, 2],
"result" : "valid"
},
{
"tcId" : 2140,
"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" : [3, 6, 5, 5, 7, 1, 1, 8, 8, 8, 5, 7, 5, 6, 1, 8, 0, 3, 2, 4, 0, 5, 0, 3, 1, 4],
"result" : "valid"
},
{
"tcId" : 2141,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "fa1b283970f966c906876a3974388c12faa2779565ec8e71",
"tweak" : "426b9a1f79d8ed02",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [8, 7, 9, 9, 5, 6, 2, 6, 9, 9, 5, 6, 4, 7, 5, 5, 6, 6, 9, 3, 5, 2, 2, 8, 3, 4],
"result" : "valid"
},
{
"tcId" : 2142,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "fa1b283970f966c906876a3974388c12faa2779565ec8e71",
"tweak" : "426b9a1f79d8ed02",
"msg" : [8, 7, 9, 6, 0, 9, 3, 0, 2, 2, 2, 0, 8, 8, 7, 9, 6, 0, 9, 3, 0, 2, 2, 2, 0, 8],
"ct" : [2, 1, 9, 3, 0, 4, 5, 7, 8, 8, 1, 0, 6, 5, 7, 3, 3, 3, 7, 4, 3, 5, 8, 7, 2, 6],
"result" : "valid"
},
{
"tcId" : 2143,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "fa1b283970f966c906876a3974388c12faa2779565ec8e71",
"tweak" : "426b9a1f79d8ed02",
"msg" : [8, 7, 9, 6, 0, 9, 3, 0, 2, 2, 2, 0, 7, 8, 7, 9, 6, 0, 9, 3, 0, 2, 2, 2, 0, 7],
"ct" : [7, 3, 7, 1, 4, 3, 3, 8, 2, 8, 9, 6, 1, 8, 2, 1, 8, 0, 5, 4, 7, 9, 0, 8, 9, 0],
"result" : "valid"
},
{
"tcId" : 2144,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "fa1b283970f966c906876a3974388c12faa2779565ec8e71",
"tweak" : "426b9a1f79d8ed02",
"msg" : [6, 7, 9, 0, 6, 4, 3, 5, 3, 8, 6, 7, 0, 2, 7, 3, 1, 0, 3, 7, 3, 5, 5, 1, 9, 5],
"ct" : [1, 9, 5, 2, 9, 4, 9, 9, 5, 8, 4, 8, 6, 1, 8, 1, 6, 6, 8, 3, 4, 6, 8, 8, 7, 9],
"result" : "valid"
},
{
"tcId" : 2145,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "fa1b283970f966c906876a3974388c12faa2779565ec8e71",
"tweak" : "426b9a1f79d8ed02",
"msg" : [4, 2, 1, 8, 8, 0, 3, 9, 4, 7, 0, 7, 2, 1, 8, 1, 5, 5, 6, 5, 4, 9, 9, 6, 4, 1],
"ct" : [2, 5, 4, 8, 6, 6, 8, 1, 8, 3, 2, 4, 9, 3, 0, 7, 4, 7, 2, 0, 2, 0, 6, 6, 2, 7],
"result" : "valid"
},
{
"tcId" : 2146,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "fa1b283970f966c906876a3974388c12faa2779565ec8e71",
"tweak" : "426b9a1f79d8ed02",
"msg" : [5, 1, 1, 7, 3, 4, 9, 2, 4, 3, 3, 5, 2, 8, 9, 9, 3, 7, 9, 6, 1, 8, 8, 1, 3, 2],
"ct" : [5, 2, 5, 0, 4, 4, 1, 6, 2, 1, 5, 6, 3, 2, 0, 0, 7, 8, 4, 6, 0, 9, 6, 1, 4, 0],
"result" : "valid"
},
{
"tcId" : 2147,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "fa1b283970f966c906876a3974388c12faa2779565ec8e71",
"tweak" : "426b9a1f79d8ed02",
"msg" : [3, 8, 1, 7, 0, 1, 5, 0, 9, 8, 9, 5, 7, 5, 9, 8, 0, 7, 4, 9, 1, 9, 5, 5, 7, 3],
"ct" : [1, 4, 5, 5, 4, 5, 3, 5, 1, 1, 4, 5, 2, 2, 3, 5, 5, 1, 2, 5, 3, 6, 3, 2, 3, 1],
"result" : "valid"
},
{
"tcId" : 2148,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "fa1b283970f966c906876a3974388c12faa2779565ec8e71",
"tweak" : "426b9a1f79d8ed02",
"msg" : [2, 5, 9, 6, 2, 6, 5, 1, 7, 7, 3, 1, 3, 9, 1, 5, 1, 9, 9, 2, 2, 4, 2, 4, 2, 0],
"ct" : [4, 0, 8, 2, 2, 9, 6, 5, 4, 0, 6, 1, 7, 5, 8, 1, 8, 4, 2, 7, 5, 6, 7, 5, 9, 7],
"result" : "valid"
},
{
"tcId" : 2149,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "fa1b283970f966c906876a3974388c12faa2779565ec8e71",
"tweak" : "426b9a1f79d8ed02",
"msg" : [5, 3, 8, 2, 6, 2, 7, 2, 7, 8, 7, 5, 3, 6, 6, 2, 3, 1, 4, 1, 6, 8, 7, 9, 5, 7],
"ct" : [0, 0, 9, 5, 9, 9, 6, 6, 0, 8, 2, 1, 2, 2, 8, 5, 2, 9, 7, 8, 9, 1, 1, 3, 9, 2],
"result" : "valid"
},
{
"tcId" : 2150,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "fa1b283970f966c906876a3974388c12faa2779565ec8e71",
"tweak" : "426b9a1f79d8ed02",
"msg" : [5, 5, 7, 3, 1, 3, 9, 3, 2, 9, 1, 1, 7, 3, 8, 9, 6, 0, 0, 3, 6, 4, 6, 8, 0, 1],
"ct" : [4, 7, 6, 9, 3, 9, 8, 7, 5, 4, 2, 6, 2, 6, 2, 6, 0, 8, 1, 5, 4, 7, 6, 6, 2, 0],
"result" : "valid"
},
{
"tcId" : 2151,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "fa1b283970f966c906876a3974388c12faa2779565ec8e71",
"tweak" : "426b9a1f79d8ed02",
"msg" : [4, 0, 0, 3, 6, 6, 0, 1, 6, 5, 4, 6, 8, 3, 1, 5, 7, 1, 8, 6, 7, 2, 6, 2, 8, 6],
"ct" : [2, 7, 0, 7, 8, 8, 2, 3, 6, 9, 8, 4, 0, 1, 7, 2, 8, 6, 8, 8, 5, 8, 4, 4, 4, 2],
"result" : "valid"
},
{
"tcId" : 2152,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "fa1b283970f966c906876a3974388c12faa2779565ec8e71",
"tweak" : "426b9a1f79d8ed02",
"msg" : [3, 4, 4, 3, 1, 4, 2, 2, 0, 8, 7, 8, 9, 8, 4, 9, 0, 6, 3, 3, 4, 0, 2, 6, 8, 1],
"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" : 2153,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "fa1b283970f966c906876a3974388c12faa2779565ec8e71",
"tweak" : "426b9a1f79d8ed02",
"msg" : [0, 1, 1, 2, 7, 0, 0, 6, 0, 7, 4, 1, 6, 4, 8, 0, 8, 3, 7, 7, 2, 9, 1, 7, 4, 3],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 2154,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "fa1b283970f966c906876a3974388c12faa2779565ec8e71",
"tweak" : "426b9a1f79d8ed02",
"msg" : [8, 3, 9, 2, 0, 6, 5, 8, 6, 9, 2, 6, 8, 4, 2, 1, 5, 6, 8, 1, 6, 5, 0, 6, 4, 9],
"ct" : [8, 7, 9, 6, 0, 9, 3, 0, 2, 2, 2, 0, 8, 8, 7, 9, 6, 0, 9, 3, 0, 2, 2, 2, 0, 8],
"result" : "valid"
},
{
"tcId" : 2155,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "fa1b283970f966c906876a3974388c12faa2779565ec8e71",
"tweak" : "426b9a1f79d8ed02",
"msg" : [4, 4, 1, 0, 1, 1, 1, 5, 1, 4, 5, 9, 8, 2, 8, 0, 2, 9, 3, 0, 3, 9, 9, 8, 4, 6],
"ct" : [8, 7, 9, 6, 0, 9, 3, 0, 2, 2, 2, 0, 7, 8, 7, 9, 6, 0, 9, 3, 0, 2, 2, 2, 0, 7],
"result" : "valid"
},
{
"tcId" : 2156,
"comment" : "y = 0 and (y + a) % radix**13 == 0 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "2f84a18b0b7abce84d7bbff04f9de16eb7d4bd9ffa1a4f1f",
"tweak" : "5fdbcf5632f64de22c",
"msg" : [3, 7, 6, 8, 1, 9, 2, 2, 2, 9, 9, 5, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [8, 2, 1, 9, 6, 7, 0, 6, 1, 8, 1, 6, 0, 5, 4, 5, 0, 9, 7, 2, 0, 5, 6, 8, 5, 3],
"result" : "valid"
},
{
"tcId" : 2157,
"comment" : "y = 0 and a = 1 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "2f84a18b0b7abce84d7bbff04f9de16eb7d4bd9ffa1a4f1f",
"tweak" : "5fdbcf5632f64de22c",
"msg" : [1, 7, 8, 7, 9, 4, 8, 8, 4, 5, 0, 7, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1],
"ct" : [3, 9, 2, 8, 2, 0, 7, 9, 7, 3, 1, 7, 3, 7, 7, 8, 9, 7, 0, 9, 9, 3, 5, 9, 7, 3],
"result" : "valid"
},
{
"tcId" : 2158,
"comment" : "y = 0 and a has large Hamming weight in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "2f84a18b0b7abce84d7bbff04f9de16eb7d4bd9ffa1a4f1f",
"tweak" : "5fdbcf5632f64de22c",
"msg" : [9, 4, 4, 0, 0, 7, 4, 8, 5, 5, 6, 0, 1, 8, 7, 9, 6, 0, 9, 3, 0, 2, 2, 2, 0, 8],
"ct" : [8, 9, 8, 5, 3, 6, 3, 8, 9, 8, 6, 9, 7, 9, 1, 2, 3, 2, 3, 0, 0, 2, 4, 3, 5, 8],
"result" : "valid"
},
{
"tcId" : 2159,
"comment" : "y = 0 and (y + a) % radix**13 is maximal in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "2f84a18b0b7abce84d7bbff04f9de16eb7d4bd9ffa1a4f1f",
"tweak" : "5fdbcf5632f64de22c",
"msg" : [6, 3, 4, 2, 4, 5, 4, 1, 4, 8, 1, 8, 8, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [0, 4, 3, 2, 3, 3, 3, 4, 2, 1, 2, 6, 0, 7, 3, 7, 8, 1, 0, 4, 0, 1, 1, 9, 3, 6],
"result" : "valid"
},
{
"tcId" : 2160,
"comment" : "y = 1 and a = 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "2f84a18b0b7abce84d7bbff04f9de16eb7d4bd9ffa1a4f1f",
"tweak" : "81189ca750098eef45",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 7, 7, 8, 9, 1, 2, 0, 8, 9, 3, 1, 2],
"ct" : [6, 7, 7, 8, 3, 3, 8, 0, 9, 9, 8, 0, 3, 7, 5, 5, 4, 5, 7, 4, 9, 6, 1, 5, 7, 7],
"result" : "valid"
},
{
"tcId" : 2161,
"comment" : "y = 1 and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "2f84a18b0b7abce84d7bbff04f9de16eb7d4bd9ffa1a4f1f",
"tweak" : "81189ca750098eef45",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 7, 7, 8, 9, 1, 2, 0, 8, 9, 3, 1, 2],
"ct" : [0, 4, 1, 2, 4, 7, 1, 7, 5, 9, 8, 3, 6, 1, 6, 6, 0, 3, 9, 5, 0, 6, 2, 8, 2, 7],
"result" : "valid"
},
{
"tcId" : 2162,
"comment" : "y = 1 and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "2f84a18b0b7abce84d7bbff04f9de16eb7d4bd9ffa1a4f1f",
"tweak" : "81189ca750098eef45",
"msg" : [8, 7, 9, 6, 0, 9, 3, 0, 2, 2, 2, 0, 8, 1, 7, 7, 8, 9, 1, 2, 0, 8, 9, 3, 1, 2],
"ct" : [0, 7, 9, 4, 5, 3, 9, 6, 7, 3, 0, 8, 7, 7, 1, 2, 0, 2, 2, 2, 1, 4, 7, 5, 2, 6],
"result" : "valid"
},
{
"tcId" : 2163,
"comment" : "y = 1 and (y + a) % radix**13 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "2f84a18b0b7abce84d7bbff04f9de16eb7d4bd9ffa1a4f1f",
"tweak" : "81189ca750098eef45",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 8, 1, 7, 7, 8, 9, 1, 2, 0, 8, 9, 3, 1, 2],
"ct" : [0, 4, 2, 7, 0, 8, 8, 4, 6, 2, 5, 1, 6, 6, 2, 3, 8, 7, 9, 3, 1, 3, 0, 7, 9, 2],
"result" : "valid"
},
{
"tcId" : 2164,
"comment" : "y = 1 and (y + a) % radix**13 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "2f84a18b0b7abce84d7bbff04f9de16eb7d4bd9ffa1a4f1f",
"tweak" : "81189ca750098eef45",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 1, 7, 7, 8, 9, 1, 2, 0, 8, 9, 3, 1, 2],
"ct" : [1, 9, 6, 6, 5, 9, 9, 6, 6, 0, 3, 8, 7, 8, 2, 7, 1, 1, 6, 5, 4, 4, 9, 9, 9, 0],
"result" : "valid"
},
{
"tcId" : 2165,
"comment" : "y is maximal and a = 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "2f84a18b0b7abce84d7bbff04f9de16eb7d4bd9ffa1a4f1f",
"tweak" : "93d0d8fe672d5af654",
"msg" : [6, 2, 0, 5, 6, 4, 4, 1, 7, 0, 2, 9, 6, 1, 5, 2, 8, 1, 7, 2, 8, 9, 1, 0, 3, 4],
"ct" : [7, 9, 2, 5, 3, 8, 1, 3, 8, 5, 0, 3, 2, 7, 5, 9, 3, 5, 4, 3, 9, 5, 0, 3, 3, 5],
"result" : "valid"
},
{
"tcId" : 2166,
"comment" : "y is maximal and a = 1 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "2f84a18b0b7abce84d7bbff04f9de16eb7d4bd9ffa1a4f1f",
"tweak" : "93d0d8fe672d5af654",
"msg" : [4, 9, 4, 9, 8, 0, 7, 7, 8, 1, 2, 1, 6, 3, 1, 2, 4, 8, 8, 7, 3, 6, 8, 3, 3, 8],
"ct" : [7, 9, 2, 5, 3, 8, 1, 3, 8, 5, 0, 3, 2, 7, 5, 9, 3, 5, 4, 3, 9, 5, 0, 3, 3, 6],
"result" : "valid"
},
{
"tcId" : 2167,
"comment" : "y is maximal and (y + a) % radix**13 is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "2f84a18b0b7abce84d7bbff04f9de16eb7d4bd9ffa1a4f1f",
"tweak" : "93d0d8fe672d5af654",
"msg" : [8, 8, 8, 3, 9, 0, 1, 4, 8, 8, 1, 0, 5, 5, 8, 7, 6, 2, 1, 5, 5, 7, 0, 6, 1, 5],
"ct" : [7, 9, 2, 5, 3, 8, 1, 3, 8, 5, 0, 3, 2, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 2168,
"comment" : "y is maximal and (y + a) % radix**13 == 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "2f84a18b0b7abce84d7bbff04f9de16eb7d4bd9ffa1a4f1f",
"tweak" : "93d0d8fe672d5af654",
"msg" : [4, 7, 2, 0, 3, 8, 3, 2, 9, 3, 4, 1, 0, 1, 1, 4, 9, 2, 5, 9, 3, 6, 6, 2, 2, 4],
"ct" : [7, 9, 2, 5, 3, 8, 1, 3, 8, 5, 0, 3, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 2169,
"comment" : "y is maximal and a has large Hamming weight in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "2f84a18b0b7abce84d7bbff04f9de16eb7d4bd9ffa1a4f1f",
"tweak" : "93d0d8fe672d5af654",
"msg" : [0, 6, 2, 0, 6, 5, 1, 6, 8, 2, 5, 8, 7, 1, 4, 7, 7, 3, 8, 1, 4, 0, 9, 4, 3, 5],
"ct" : [7, 9, 2, 5, 3, 8, 1, 3, 8, 5, 0, 3, 2, 6, 3, 8, 9, 6, 3, 6, 9, 7, 2, 5, 4, 3],
"result" : "valid"
},
{
"tcId" : 2170,
"comment" : "y is maximal and a is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "2f84a18b0b7abce84d7bbff04f9de16eb7d4bd9ffa1a4f1f",
"tweak" : "93d0d8fe672d5af654",
"msg" : [8, 2, 3, 5, 9, 0, 2, 3, 2, 4, 1, 5, 6, 1, 4, 4, 7, 7, 8, 7, 2, 0, 6, 8, 3, 3],
"ct" : [7, 9, 2, 5, 3, 8, 1, 3, 8, 5, 0, 3, 2, 7, 5, 9, 3, 5, 4, 3, 9, 5, 0, 3, 3, 4],
"result" : "valid"
},
{
"tcId" : 2171,
"comment" : "y is edge case for modular reduction and a = 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "2f84a18b0b7abce84d7bbff04f9de16eb7d4bd9ffa1a4f1f",
"tweak" : "08d0e9354d4433cd9a",
"msg" : [4, 4, 1, 2, 9, 5, 7, 8, 6, 7, 7, 1, 7, 6, 1, 3, 6, 2, 8, 6, 1, 4, 9, 0, 9, 3],
"ct" : [7, 5, 9, 3, 5, 4, 3, 9, 5, 0, 3, 3, 0, 3, 2, 1, 7, 4, 2, 3, 3, 4, 7, 8, 9, 8],
"result" : "valid"
},
{
"tcId" : 2172,
"comment" : "y is edge case for modular reduction and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "2f84a18b0b7abce84d7bbff04f9de16eb7d4bd9ffa1a4f1f",
"tweak" : "08d0e9354d4433cd9a",
"msg" : [0, 2, 1, 0, 0, 3, 5, 1, 4, 1, 4, 0, 4, 9, 0, 1, 4, 3, 1, 7, 8, 1, 5, 2, 3, 6],
"ct" : [7, 5, 9, 3, 5, 4, 3, 9, 5, 0, 3, 3, 1, 2, 7, 4, 5, 3, 3, 3, 3, 7, 6, 9, 9, 3],
"result" : "valid"
},
{
"tcId" : 2173,
"comment" : "y is edge case for modular reduction and (y + a) % radix**13 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "2f84a18b0b7abce84d7bbff04f9de16eb7d4bd9ffa1a4f1f",
"tweak" : "08d0e9354d4433cd9a",
"msg" : [0, 5, 7, 3, 3, 8, 2, 2, 2, 6, 3, 3, 4, 8, 2, 7, 0, 9, 8, 8, 2, 0, 1, 1, 3, 5],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 8, 0, 4, 7, 8, 3, 9, 6, 2, 3, 3, 2, 2],
"result" : "valid"
},
{
"tcId" : 2174,
"comment" : "y is edge case for modular reduction and (y + a) % radix**13 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "2f84a18b0b7abce84d7bbff04f9de16eb7d4bd9ffa1a4f1f",
"tweak" : "08d0e9354d4433cd9a",
"msg" : [0, 5, 2, 9, 0, 9, 3, 2, 5, 1, 5, 9, 5, 0, 7, 8, 0, 0, 2, 2, 1, 3, 3, 9, 8, 8],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, 7, 1, 8, 4, 3, 3, 6, 7, 4, 6, 5],
"result" : "valid"
},
{
"tcId" : 2175,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "2f84a18b0b7abce84d7bbff04f9de16eb7d4bd9ffa1a4f1f",
"tweak" : "08d0e9354d4433cd9a",
"msg" : [3, 8, 3, 8, 7, 2, 1, 4, 0, 1, 5, 0, 8, 9, 8, 1, 4, 8, 0, 6, 2, 8, 8, 8, 5, 4],
"ct" : [6, 3, 8, 9, 6, 3, 6, 9, 7, 2, 5, 3, 8, 3, 5, 6, 5, 5, 3, 5, 2, 5, 1, 8, 6, 7],
"result" : "valid"
},
{
"tcId" : 2176,
"comment" : "y is edge case for modular reduction and a is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "2f84a18b0b7abce84d7bbff04f9de16eb7d4bd9ffa1a4f1f",
"tweak" : "08d0e9354d4433cd9a",
"msg" : [0, 6, 6, 2, 3, 9, 2, 3, 6, 2, 8, 4, 3, 3, 6, 6, 6, 4, 4, 8, 0, 2, 3, 6, 0, 7],
"ct" : [7, 5, 9, 3, 5, 4, 3, 9, 5, 0, 3, 2, 9, 6, 4, 6, 9, 5, 2, 8, 5, 3, 2, 6, 7, 6],
"result" : "valid"
},
{
"tcId" : 2177,
"comment" : "y is maximal after modular reduction and (y + a) % radix**13 is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "2f84a18b0b7abce84d7bbff04f9de16eb7d4bd9ffa1a4f1f",
"tweak" : "b8200ec56a5ef77dd5",
"msg" : [9, 3, 7, 4, 3, 6, 2, 8, 0, 7, 9, 1, 3, 0, 0, 4, 6, 5, 5, 4, 0, 2, 8, 7, 7, 3],
"ct" : [2, 6, 8, 9, 9, 3, 2, 3, 6, 8, 7, 1, 1, 5, 5, 4, 1, 8, 1, 5, 1, 4, 3, 8, 8, 5],
"result" : "valid"
},
{
"tcId" : 2178,
"comment" : "y is maximal after modular reduction and (y + a) % radix**13 == 0 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "2f84a18b0b7abce84d7bbff04f9de16eb7d4bd9ffa1a4f1f",
"tweak" : "b8200ec56a5ef77dd5",
"msg" : [9, 6, 9, 8, 0, 5, 2, 7, 8, 0, 8, 1, 3, 2, 4, 1, 7, 0, 3, 9, 4, 1, 9, 3, 6, 4],
"ct" : [7, 6, 0, 9, 4, 5, 0, 4, 1, 5, 0, 4, 4, 8, 4, 7, 5, 3, 6, 0, 2, 6, 7, 0, 9, 6],
"result" : "valid"
},
{
"tcId" : 2179,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "2f84a18b0b7abce84d7bbff04f9de16eb7d4bd9ffa1a4f1f",
"tweak" : "b8200ec56a5ef77dd5",
"msg" : [6, 9, 9, 7, 4, 9, 4, 3, 1, 4, 6, 5, 7, 5, 3, 2, 2, 2, 1, 5, 3, 2, 3, 3, 7, 6],
"ct" : [6, 3, 3, 1, 6, 4, 5, 3, 1, 8, 7, 0, 0, 3, 1, 3, 7, 5, 3, 7, 9, 0, 1, 8, 9, 9],
"result" : "valid"
},
{
"tcId" : 2180,
"comment" : "y is maximal after modular reduction and a is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "2f84a18b0b7abce84d7bbff04f9de16eb7d4bd9ffa1a4f1f",
"tweak" : "b8200ec56a5ef77dd5",
"msg" : [5, 3, 4, 5, 6, 4, 5, 9, 2, 2, 5, 5, 8, 1, 9, 0, 6, 6, 7, 3, 5, 1, 0, 8, 0, 8],
"ct" : [6, 8, 5, 3, 8, 5, 2, 4, 2, 2, 7, 3, 8, 5, 2, 3, 3, 8, 3, 5, 6, 7, 5, 0, 6, 1],
"result" : "valid"
},
{
"tcId" : 2181,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "a0b4aea2221a9c58952786987b6491a1b6531c2d57fc800e",
"tweak" : "21b6844cc07d6f4f",
"msg" : [-1, 5, 5, 8, 7, 9, 5, 8, 5, 6, 7, 6, 1, 3, 6, 3, 6, 5, 1, 5, 6, 8, 7, 4, 0, 6],
"ct" : [0, 5, 0, 0, 8, 4, 9, 7, 2, 1, 6, 1, 1, 4, 0, 8, 7, 2, 6, 9, 7, 4, 3, 6, 2, 7],
"result" : "invalid"
},
{
"tcId" : 2182,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "a0b4aea2221a9c58952786987b6491a1b6531c2d57fc800e",
"tweak" : "21b6844cc07d6f4f",
"msg" : [5, 5, 5, 8, 7, 9, 5, 8, -1, 6, 7, 6, 1, 3, 6, 3, 6, 5, 1, 5, 6, 8, 7, 4, 0, 6],
"ct" : [5, 0, 0, 4, 5, 9, 3, 2, 5, 4, 4, 6, 7, 7, 4, 0, 2, 8, 5, 9, 4, 5, 4, 5, 7, 8],
"result" : "invalid"
},
{
"tcId" : 2183,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "a0b4aea2221a9c58952786987b6491a1b6531c2d57fc800e",
"tweak" : "21b6844cc07d6f4f",
"msg" : [5, 5, 5, 8, 7, 9, 5, 8, 5, 6, 7, 6, 1, 3, 6, 3, 6, 5, 1, 5, 6, 8, 7, 4, 0, -1],
"ct" : [0, 4, 0, 1, 8, 4, 0, 0, 0, 6, 9, 5, 6, 7, 4, 2, 1, 5, 5, 0, 9, 2, 5, 7, 3, 1],
"result" : "invalid"
},
{
"tcId" : 2184,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "d7de760ffc4b8d10c1bc5c6f21018de60fa3d4c5e7a7b3fa",
"tweak" : "a05ed9e87e7ce3c8",
"msg" : [10, 6, 2, 9, 1, 6, 0, 0, 5, 7, 2, 0, 4, 6, 9, 1, 1, 1, 4, 7, 5, 5, 7, 2, 5, 3],
"ct" : [3, 4, 1, 7, 3, 0, 7, 7, 9, 5, 0, 0, 4, 5, 7, 2, 8, 9, 7, 6, 4, 6, 7, 6, 2, 6],
"result" : "invalid"
},
{
"tcId" : 2185,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "d7de760ffc4b8d10c1bc5c6f21018de60fa3d4c5e7a7b3fa",
"tweak" : "a05ed9e87e7ce3c8",
"msg" : [7, 6, 2, 9, 1, 6, 0, 0, 10, 7, 2, 0, 4, 6, 9, 1, 1, 1, 4, 7, 5, 5, 7, 2, 5, 3],
"ct" : [0, 8, 1, 6, 7, 9, 3, 1, 1, 0, 4, 4, 2, 8, 3, 2, 9, 4, 7, 5, 9, 3, 0, 8, 9, 3],
"result" : "invalid"
},
{
"tcId" : 2186,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "d7de760ffc4b8d10c1bc5c6f21018de60fa3d4c5e7a7b3fa",
"tweak" : "a05ed9e87e7ce3c8",
"msg" : [7, 6, 2, 9, 1, 6, 0, 0, 5, 7, 2, 0, 4, 6, 9, 1, 1, 1, 4, 7, 5, 5, 7, 2, 5, 10],
"ct" : [1, 1, 3, 7, 8, 5, 0, 9, 5, 1, 0, 7, 4, 6, 6, 7, 6, 6, 5, 2, 7, 0, 6, 8, 6, 2],
"result" : "invalid"
}
]
},
{
"keySize" : 192,
"msgSize" : 27,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 2187,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "bc8a31cd3bf14b148eb6519268b2bd472de9cce165061efd",
"tweak" : "f62b70082bb992d2",
"msg" : [8, 7, 3, 9, 1, 5, 2, 9, 4, 6, 0, 5, 2, 6, 8, 2, 5, 8, 4, 0, 3, 2, 6, 5, 2, 1, 1],
"ct" : [7, 8, 1, 5, 9, 2, 6, 9, 6, 1, 7, 0, 1, 6, 9, 7, 6, 3, 2, 4, 6, 7, 9, 0, 9, 0, 3],
"result" : "valid"
},
{
"tcId" : 2188,
"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" : [8, 5, 8, 6, 1, 0, 8, 8, 0, 1, 3, 9, 2, 5, 7, 1, 2, 2, 3, 7, 3, 1, 5, 6, 4, 0, 9],
"result" : "valid"
},
{
"tcId" : 2189,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "1f30bcaa40cae0bb1fcf27b7cb7aeca3413649e5af87383c",
"tweak" : "0d5ef9de5db3c525",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [3, 8, 7, 0, 2, 8, 7, 2, 2, 9, 7, 1, 0, 8, 3, 0, 3, 4, 2, 4, 6, 6, 9, 8, 5, 2, 3],
"result" : "valid"
},
{
"tcId" : 2190,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "1f30bcaa40cae0bb1fcf27b7cb7aeca3413649e5af87383c",
"tweak" : "0d5ef9de5db3c525",
"msg" : [8, 7, 9, 6, 0, 9, 3, 0, 2, 2, 2, 0, 8, 7, 0, 3, 6, 8, 7, 4, 4, 1, 7, 7, 6, 6, 4],
"ct" : [5, 0, 9, 9, 0, 4, 9, 4, 2, 0, 6, 9, 1, 7, 7, 0, 0, 3, 2, 3, 2, 9, 7, 9, 1, 3, 4],
"result" : "valid"
},
{
"tcId" : 2191,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "1f30bcaa40cae0bb1fcf27b7cb7aeca3413649e5af87383c",
"tweak" : "0d5ef9de5db3c525",
"msg" : [8, 7, 9, 6, 0, 9, 3, 0, 2, 2, 2, 0, 7, 7, 0, 3, 6, 8, 7, 4, 4, 1, 7, 7, 6, 6, 3],
"ct" : [7, 3, 1, 0, 6, 3, 8, 6, 1, 7, 8, 5, 2, 7, 6, 1, 8, 6, 8, 5, 0, 8, 1, 6, 3, 7, 3],
"result" : "valid"
},
{
"tcId" : 2192,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "1f30bcaa40cae0bb1fcf27b7cb7aeca3413649e5af87383c",
"tweak" : "0d5ef9de5db3c525",
"msg" : [9, 3, 8, 0, 8, 8, 6, 7, 0, 4, 7, 9, 3, 9, 1, 1, 8, 3, 5, 8, 4, 2, 3, 3, 5, 1, 3],
"ct" : [2, 8, 1, 7, 9, 9, 8, 2, 8, 7, 0, 6, 9, 0, 2, 6, 8, 3, 8, 8, 2, 9, 7, 1, 9, 7, 9],
"result" : "valid"
},
{
"tcId" : 2193,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "1f30bcaa40cae0bb1fcf27b7cb7aeca3413649e5af87383c",
"tweak" : "0d5ef9de5db3c525",
"msg" : [4, 2, 0, 3, 0, 6, 6, 2, 0, 2, 1, 9, 8, 2, 1, 6, 4, 9, 6, 2, 4, 7, 4, 4, 6, 2, 9],
"ct" : [2, 2, 3, 5, 4, 8, 4, 4, 4, 6, 4, 1, 2, 6, 4, 0, 3, 0, 8, 2, 2, 9, 8, 6, 5, 6, 5],
"result" : "valid"
},
{
"tcId" : 2194,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "1f30bcaa40cae0bb1fcf27b7cb7aeca3413649e5af87383c",
"tweak" : "0d5ef9de5db3c525",
"msg" : [5, 8, 0, 8, 2, 1, 1, 8, 1, 2, 3, 1, 5, 4, 3, 6, 7, 5, 6, 0, 0, 7, 6, 5, 2, 0, 1],
"ct" : [6, 3, 9, 8, 3, 9, 8, 3, 9, 6, 7, 0, 7, 1, 6, 9, 2, 7, 5, 1, 8, 2, 4, 0, 1, 6, 3],
"result" : "valid"
},
{
"tcId" : 2195,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "1f30bcaa40cae0bb1fcf27b7cb7aeca3413649e5af87383c",
"tweak" : "0d5ef9de5db3c525",
"msg" : [9, 9, 9, 9, 1, 9, 0, 3, 8, 6, 3, 4, 8, 8, 8, 6, 9, 3, 3, 9, 3, 7, 6, 8, 4, 3, 3],
"ct" : [1, 4, 1, 3, 6, 3, 1, 9, 4, 9, 0, 6, 9, 0, 3, 0, 0, 8, 5, 4, 9, 9, 4, 9, 4, 3, 0],
"result" : "valid"
},
{
"tcId" : 2196,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "1f30bcaa40cae0bb1fcf27b7cb7aeca3413649e5af87383c",
"tweak" : "0d5ef9de5db3c525",
"msg" : [4, 1, 6, 0, 0, 9, 7, 8, 8, 4, 1, 7, 9, 5, 2, 4, 7, 6, 1, 4, 0, 3, 9, 9, 7, 4, 3],
"ct" : [9, 2, 1, 9, 0, 9, 1, 7, 0, 2, 9, 6, 3, 8, 9, 0, 4, 2, 4, 1, 3, 7, 6, 5, 2, 9, 7],
"result" : "valid"
},
{
"tcId" : 2197,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "1f30bcaa40cae0bb1fcf27b7cb7aeca3413649e5af87383c",
"tweak" : "0d5ef9de5db3c525",
"msg" : [1, 8, 0, 7, 8, 9, 7, 3, 0, 3, 2, 9, 0, 3, 0, 1, 5, 6, 8, 2, 7, 1, 6, 4, 7, 5, 4],
"ct" : [2, 5, 9, 3, 2, 9, 6, 0, 8, 4, 7, 8, 3, 4, 8, 4, 5, 7, 1, 0, 5, 0, 6, 0, 5, 7, 8],
"result" : "valid"
},
{
"tcId" : 2198,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "1f30bcaa40cae0bb1fcf27b7cb7aeca3413649e5af87383c",
"tweak" : "0d5ef9de5db3c525",
"msg" : [9, 7, 9, 5, 6, 3, 2, 1, 8, 4, 5, 1, 8, 9, 0, 2, 3, 4, 6, 8, 5, 5, 7, 6, 0, 3, 0],
"ct" : [0, 4, 8, 3, 1, 2, 3, 6, 5, 5, 0, 9, 6, 2, 2, 2, 1, 3, 5, 8, 1, 7, 6, 1, 1, 3, 7],
"result" : "valid"
},
{
"tcId" : 2199,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "1f30bcaa40cae0bb1fcf27b7cb7aeca3413649e5af87383c",
"tweak" : "0d5ef9de5db3c525",
"msg" : [7, 9, 5, 1, 7, 8, 1, 1, 5, 2, 0, 3, 4, 5, 9, 0, 6, 8, 3, 1, 9, 5, 7, 2, 9, 4, 7],
"ct" : [1, 7, 1, 2, 5, 7, 6, 1, 7, 6, 6, 8, 8, 9, 7, 3, 2, 5, 4, 6, 8, 8, 7, 7, 4, 9, 5],
"result" : "valid"
},
{
"tcId" : 2200,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "1f30bcaa40cae0bb1fcf27b7cb7aeca3413649e5af87383c",
"tweak" : "0d5ef9de5db3c525",
"msg" : [4, 8, 6, 5, 4, 6, 7, 7, 8, 8, 2, 3, 7, 6, 1, 7, 4, 5, 2, 1, 4, 9, 8, 6, 2, 7, 7],
"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" : 2201,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "1f30bcaa40cae0bb1fcf27b7cb7aeca3413649e5af87383c",
"tweak" : "0d5ef9de5db3c525",
"msg" : [4, 0, 6, 5, 0, 8, 8, 9, 2, 7, 0, 3, 6, 3, 0, 8, 7, 1, 4, 2, 1, 9, 4, 3, 7, 3, 7],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 2202,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "1f30bcaa40cae0bb1fcf27b7cb7aeca3413649e5af87383c",
"tweak" : "0d5ef9de5db3c525",
"msg" : [0, 0, 6, 6, 1, 7, 1, 8, 0, 0, 1, 2, 3, 2, 6, 7, 6, 8, 0, 0, 4, 5, 1, 3, 7, 0, 1],
"ct" : [8, 7, 9, 6, 0, 9, 3, 0, 2, 2, 2, 0, 8, 7, 0, 3, 6, 8, 7, 4, 4, 1, 7, 7, 6, 6, 4],
"result" : "valid"
},
{
"tcId" : 2203,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "1f30bcaa40cae0bb1fcf27b7cb7aeca3413649e5af87383c",
"tweak" : "0d5ef9de5db3c525",
"msg" : [0, 8, 8, 4, 3, 0, 2, 6, 8, 5, 9, 9, 4, 6, 7, 0, 1, 5, 6, 7, 7, 0, 5, 3, 3, 7, 1],
"ct" : [8, 7, 9, 6, 0, 9, 3, 0, 2, 2, 2, 0, 7, 7, 0, 3, 6, 8, 7, 4, 4, 1, 7, 7, 6, 6, 3],
"result" : "valid"
},
{
"tcId" : 2204,
"comment" : "y = 0 and (y + a) % radix**13 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "d88c875cd6c37f652a5de0a668572f62286985e0cc84ce6c",
"tweak" : "6a8dcf633507d51c93",
"msg" : [3, 1, 6, 9, 8, 9, 9, 4, 4, 8, 8, 6, 0, 1, 8, 3, 8, 7, 0, 9, 6, 8, 3, 9, 6, 6, 4],
"ct" : [9, 1, 6, 5, 3, 8, 6, 0, 5, 9, 6, 4, 8, 4, 0, 2, 3, 3, 4, 5, 3, 6, 7, 3, 7, 5, 7],
"result" : "valid"
},
{
"tcId" : 2205,
"comment" : "y = 0 and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "d88c875cd6c37f652a5de0a668572f62286985e0cc84ce6c",
"tweak" : "6a8dcf633507d51c93",
"msg" : [0, 9, 7, 0, 9, 8, 5, 3, 8, 9, 1, 6, 6, 0, 3, 3, 7, 7, 0, 1, 2, 3, 6, 8, 9, 1, 9],
"ct" : [6, 5, 0, 7, 7, 3, 5, 6, 8, 6, 2, 3, 0, 8, 9, 0, 1, 3, 4, 1, 9, 4, 0, 3, 7, 5, 8],
"result" : "valid"
},
{
"tcId" : 2206,
"comment" : "y = 0 and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "d88c875cd6c37f652a5de0a668572f62286985e0cc84ce6c",
"tweak" : "6a8dcf633507d51c93",
"msg" : [4, 8, 6, 2, 1, 1, 4, 2, 8, 7, 9, 2, 7, 5, 7, 6, 0, 5, 5, 0, 8, 7, 1, 2, 2, 5, 0],
"ct" : [1, 1, 5, 2, 8, 7, 9, 1, 7, 0, 1, 2, 0, 1, 4, 6, 7, 1, 1, 2, 5, 0, 7, 2, 2, 8, 1],
"result" : "valid"
},
{
"tcId" : 2207,
"comment" : "y = 0 and (y + a) % radix**13 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "d88c875cd6c37f652a5de0a668572f62286985e0cc84ce6c",
"tweak" : "6a8dcf633507d51c93",
"msg" : [0, 0, 0, 2, 7, 7, 2, 7, 9, 3, 9, 4, 7, 4, 5, 3, 9, 8, 8, 7, 7, 4, 4, 6, 2, 7, 5],
"ct" : [1, 4, 0, 9, 8, 7, 3, 0, 2, 0, 5, 3, 3, 2, 5, 0, 9, 7, 1, 1, 7, 9, 3, 6, 4, 3, 2],
"result" : "valid"
},
{
"tcId" : 2208,
"comment" : "y = 1 and a = 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "d88c875cd6c37f652a5de0a668572f62286985e0cc84ce6c",
"tweak" : "9248b3c413dfd192c2",
"msg" : [4, 4, 8, 8, 7, 7, 7, 9, 1, 8, 8, 4, 3, 2, 8, 2, 7, 5, 5, 6, 1, 3, 2, 2, 1, 5, 1],
"ct" : [3, 5, 4, 0, 1, 8, 9, 3, 7, 5, 0, 3, 8, 0, 1, 9, 7, 1, 5, 8, 4, 3, 9, 5, 5, 0, 1],
"result" : "valid"
},
{
"tcId" : 2209,
"comment" : "y = 1 and a = 1 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "d88c875cd6c37f652a5de0a668572f62286985e0cc84ce6c",
"tweak" : "9248b3c413dfd192c2",
"msg" : [8, 3, 5, 4, 9, 2, 9, 1, 4, 8, 5, 9, 4, 5, 3, 8, 3, 6, 4, 4, 3, 6, 2, 1, 3, 2, 2],
"ct" : [9, 8, 6, 9, 7, 4, 4, 3, 6, 0, 8, 0, 9, 7, 4, 2, 2, 2, 5, 6, 9, 1, 4, 3, 4, 3, 0],
"result" : "valid"
},
{
"tcId" : 2210,
"comment" : "y = 1 and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "d88c875cd6c37f652a5de0a668572f62286985e0cc84ce6c",
"tweak" : "9248b3c413dfd192c2",
"msg" : [2, 2, 2, 9, 4, 1, 5, 0, 6, 3, 5, 9, 1, 5, 6, 8, 7, 5, 4, 1, 7, 1, 5, 8, 8, 5, 7],
"ct" : [8, 2, 1, 1, 9, 0, 2, 1, 2, 6, 6, 8, 5, 8, 2, 2, 5, 8, 4, 2, 9, 5, 5, 8, 0, 0, 6],
"result" : "valid"
},
{
"tcId" : 2211,
"comment" : "y = 1 and (y + a) % radix**13 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "d88c875cd6c37f652a5de0a668572f62286985e0cc84ce6c",
"tweak" : "9248b3c413dfd192c2",
"msg" : [5, 3, 3, 4, 4, 9, 4, 7, 6, 1, 6, 9, 9, 3, 6, 9, 9, 3, 9, 3, 9, 4, 8, 3, 2, 2, 6],
"ct" : [8, 6, 4, 8, 1, 1, 7, 1, 4, 4, 4, 8, 0, 4, 1, 0, 5, 3, 8, 3, 1, 7, 9, 3, 4, 9, 8],
"result" : "valid"
},
{
"tcId" : 2212,
"comment" : "y = 1 and (y + a) % radix**13 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "d88c875cd6c37f652a5de0a668572f62286985e0cc84ce6c",
"tweak" : "9248b3c413dfd192c2",
"msg" : [5, 9, 5, 6, 7, 1, 3, 9, 4, 7, 9, 6, 5, 3, 0, 6, 0, 3, 3, 9, 8, 1, 0, 8, 1, 6, 0],
"ct" : [9, 7, 6, 7, 6, 4, 2, 8, 9, 4, 7, 6, 8, 2, 5, 4, 1, 1, 8, 8, 0, 8, 8, 8, 9, 7, 7],
"result" : "valid"
},
{
"tcId" : 2213,
"comment" : "y is maximal and a = 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "d88c875cd6c37f652a5de0a668572f62286985e0cc84ce6c",
"tweak" : "07e0a6ce56f34f0cd7",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 9, 1, 6, 3, 3, 3, 2, 6, 5, 9, 8, 3],
"ct" : [9, 6, 0, 2, 7, 3, 0, 9, 2, 0, 0, 5, 2, 7, 9, 4, 4, 6, 7, 3, 6, 9, 7, 9, 9, 7, 8],
"result" : "valid"
},
{
"tcId" : 2214,
"comment" : "y is maximal and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "d88c875cd6c37f652a5de0a668572f62286985e0cc84ce6c",
"tweak" : "07e0a6ce56f34f0cd7",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 2, 9, 1, 6, 3, 3, 3, 2, 6, 5, 9, 8, 3],
"ct" : [4, 8, 2, 2, 5, 6, 2, 0, 0, 5, 7, 2, 7, 3, 1, 2, 8, 1, 1, 9, 1, 6, 4, 7, 8, 3, 7],
"result" : "valid"
},
{
"tcId" : 2215,
"comment" : "y is maximal and (y + a) % radix**13 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "d88c875cd6c37f652a5de0a668572f62286985e0cc84ce6c",
"tweak" : "07e0a6ce56f34f0cd7",
"msg" : [2, 4, 0, 6, 4, 5, 6, 0, 4, 9, 6, 6, 4, 1, 2, 9, 1, 6, 3, 3, 3, 2, 6, 5, 9, 8, 3],
"ct" : [8, 7, 8, 4, 4, 6, 1, 8, 7, 9, 0, 8, 0, 9, 7, 9, 0, 4, 3, 8, 7, 2, 4, 5, 6, 8, 3],
"result" : "valid"
},
{
"tcId" : 2216,
"comment" : "y is maximal and (y + a) % radix**13 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "d88c875cd6c37f652a5de0a668572f62286985e0cc84ce6c",
"tweak" : "07e0a6ce56f34f0cd7",
"msg" : [2, 4, 0, 6, 4, 5, 6, 0, 4, 9, 6, 6, 5, 1, 2, 9, 1, 6, 3, 3, 3, 2, 6, 5, 9, 8, 3],
"ct" : [9, 5, 3, 4, 1, 1, 6, 2, 9, 4, 5, 3, 4, 5, 7, 2, 7, 5, 0, 1, 2, 5, 1, 2, 7, 3, 4],
"result" : "valid"
},
{
"tcId" : 2217,
"comment" : "y is maximal and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "d88c875cd6c37f652a5de0a668572f62286985e0cc84ce6c",
"tweak" : "07e0a6ce56f34f0cd7",
"msg" : [8, 7, 9, 6, 0, 9, 3, 0, 2, 2, 2, 0, 8, 1, 2, 9, 1, 6, 3, 3, 3, 2, 6, 5, 9, 8, 3],
"ct" : [7, 1, 4, 4, 8, 3, 6, 5, 2, 0, 0, 8, 9, 4, 1, 6, 9, 5, 0, 5, 6, 1, 4, 6, 4, 0, 2],
"result" : "valid"
},
{
"tcId" : 2218,
"comment" : "y is maximal and a is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "d88c875cd6c37f652a5de0a668572f62286985e0cc84ce6c",
"tweak" : "07e0a6ce56f34f0cd7",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 1, 2, 9, 1, 6, 3, 3, 3, 2, 6, 5, 9, 8, 3],
"ct" : [9, 4, 9, 2, 4, 8, 1, 4, 9, 1, 6, 8, 4, 2, 2, 7, 6, 3, 6, 5, 3, 2, 5, 0, 3, 5, 4],
"result" : "valid"
},
{
"tcId" : 2219,
"comment" : "y is edge case for modular reduction and a = 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "d88c875cd6c37f652a5de0a668572f62286985e0cc84ce6c",
"tweak" : "11013693c8f573e1e7",
"msg" : [0, 4, 1, 3, 3, 4, 1, 9, 1, 1, 2, 0, 8, 3, 1, 1, 5, 2, 4, 4, 8, 2, 7, 3, 6, 7, 5],
"ct" : [8, 3, 7, 9, 2, 0, 6, 6, 2, 9, 7, 3, 8, 3, 7, 5, 9, 3, 5, 4, 3, 9, 5, 0, 3, 3, 0],
"result" : "valid"
},
{
"tcId" : 2220,
"comment" : "y is edge case for modular reduction and a = 1 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "d88c875cd6c37f652a5de0a668572f62286985e0cc84ce6c",
"tweak" : "11013693c8f573e1e7",
"msg" : [6, 7, 8, 7, 5, 3, 3, 7, 8, 6, 1, 4, 8, 7, 7, 3, 5, 8, 0, 7, 6, 9, 3, 9, 5, 8, 7],
"ct" : [8, 3, 7, 9, 2, 0, 6, 6, 2, 9, 7, 3, 8, 3, 7, 5, 9, 3, 5, 4, 3, 9, 5, 0, 3, 3, 1],
"result" : "valid"
},
{
"tcId" : 2221,
"comment" : "y is edge case for modular reduction and (y + a) % radix**14 is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "d88c875cd6c37f652a5de0a668572f62286985e0cc84ce6c",
"tweak" : "11013693c8f573e1e7",
"msg" : [0, 7, 7, 6, 9, 9, 1, 2, 5, 8, 3, 5, 0, 2, 5, 3, 4, 3, 0, 7, 7, 8, 5, 0, 4, 4, 6],
"ct" : [8, 3, 7, 9, 2, 0, 6, 6, 2, 9, 7, 3, 8, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 2222,
"comment" : "y is edge case for modular reduction and (y + a) % radix**14 == 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "d88c875cd6c37f652a5de0a668572f62286985e0cc84ce6c",
"tweak" : "11013693c8f573e1e7",
"msg" : [4, 8, 9, 9, 8, 5, 9, 5, 7, 5, 7, 3, 9, 1, 1, 6, 3, 1, 7, 8, 8, 9, 4, 4, 2, 2, 2],
"ct" : [8, 3, 7, 9, 2, 0, 6, 6, 2, 9, 7, 3, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 2223,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "d88c875cd6c37f652a5de0a668572f62286985e0cc84ce6c",
"tweak" : "11013693c8f573e1e7",
"msg" : [3, 6, 0, 2, 7, 6, 5, 9, 9, 5, 7, 2, 9, 5, 2, 8, 2, 5, 6, 4, 9, 7, 9, 9, 9, 2, 9],
"ct" : [8, 3, 7, 9, 2, 0, 6, 6, 2, 9, 7, 3, 8, 0, 7, 9, 6, 2, 2, 8, 8, 1, 2, 7, 9, 9, 4],
"result" : "valid"
},
{
"tcId" : 2224,
"comment" : "y is edge case for modular reduction and a is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "d88c875cd6c37f652a5de0a668572f62286985e0cc84ce6c",
"tweak" : "11013693c8f573e1e7",
"msg" : [5, 8, 4, 7, 8, 4, 1, 3, 8, 0, 0, 0, 8, 1, 3, 1, 3, 1, 7, 5, 8, 8, 4, 9, 9, 6, 2],
"ct" : [8, 3, 7, 9, 2, 0, 6, 6, 2, 9, 7, 3, 8, 3, 7, 5, 9, 3, 5, 4, 3, 9, 5, 0, 3, 2, 9],
"result" : "valid"
},
{
"tcId" : 2225,
"comment" : "y is maximal after modular reduction and (y + a) % radix**13 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "d88c875cd6c37f652a5de0a668572f62286985e0cc84ce6c",
"tweak" : "0962f908c75fa69cb5",
"msg" : [3, 9, 6, 6, 8, 1, 4, 1, 8, 7, 0, 7, 7, 7, 9, 5, 6, 3, 2, 5, 3, 0, 6, 4, 6, 5, 4],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 2, 1, 8, 9, 8, 4, 8, 5, 2, 8, 9, 4, 7, 4],
"result" : "valid"
},
{
"tcId" : 2226,
"comment" : "y is maximal after modular reduction and (y + a) % radix**13 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "d88c875cd6c37f652a5de0a668572f62286985e0cc84ce6c",
"tweak" : "0962f908c75fa69cb5",
"msg" : [8, 2, 6, 4, 4, 3, 4, 9, 3, 8, 1, 5, 7, 5, 5, 2, 0, 6, 6, 6, 6, 7, 1, 1, 9, 0, 4],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 1, 3, 6, 2, 1, 2, 2, 1, 6, 5, 0, 6, 0],
"result" : "valid"
},
{
"tcId" : 2227,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "d88c875cd6c37f652a5de0a668572f62286985e0cc84ce6c",
"tweak" : "0962f908c75fa69cb5",
"msg" : [4, 8, 5, 6, 0, 0, 2, 7, 1, 0, 7, 6, 6, 3, 9, 4, 5, 4, 8, 0, 9, 0, 6, 3, 3, 1, 5],
"ct" : [8, 7, 9, 6, 0, 9, 3, 0, 2, 2, 2, 0, 7, 3, 1, 6, 3, 1, 1, 1, 3, 0, 7, 2, 4, 4, 0],
"result" : "valid"
},
{
"tcId" : 2228,
"comment" : "y is maximal after modular reduction and a is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "d88c875cd6c37f652a5de0a668572f62286985e0cc84ce6c",
"tweak" : "0962f908c75fa69cb5",
"msg" : [5, 1, 0, 4, 1, 2, 4, 3, 8, 5, 4, 6, 0, 4, 1, 3, 7, 4, 1, 9, 4, 8, 6, 1, 1, 3, 0],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 8, 4, 4, 6, 2, 1, 7, 0, 7, 3, 7, 1, 1, 9, 1],
"result" : "valid"
},
{
"tcId" : 2229,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "4b045564bc802e4646d4658a702cb5c4ec94fb1a2cebad91",
"tweak" : "8cc7170a8f8d47b6",
"msg" : [-1, 3, 8, 6, 8, 5, 7, 2, 6, 0, 8, 1, 5, 4, 6, 7, 0, 6, 8, 3, 5, 3, 1, 5, 9, 8, 1],
"ct" : [4, 3, 2, 3, 2, 8, 2, 5, 4, 8, 0, 7, 6, 9, 5, 9, 4, 4, 9, 3, 7, 9, 8, 6, 1, 4, 0],
"result" : "invalid"
},
{
"tcId" : 2230,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "4b045564bc802e4646d4658a702cb5c4ec94fb1a2cebad91",
"tweak" : "8cc7170a8f8d47b6",
"msg" : [4, 3, 8, 6, 8, 5, 7, 2, 6, -1, 8, 1, 5, 4, 6, 7, 0, 6, 8, 3, 5, 3, 1, 5, 9, 8, 1],
"ct" : [4, 4, 0, 0, 5, 9, 5, 0, 3, 2, 4, 0, 4, 5, 7, 7, 2, 1, 4, 0, 9, 4, 6, 8, 5, 3, 2],
"result" : "invalid"
},
{
"tcId" : 2231,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "4b045564bc802e4646d4658a702cb5c4ec94fb1a2cebad91",
"tweak" : "8cc7170a8f8d47b6",
"msg" : [4, 3, 8, 6, 8, 5, 7, 2, 6, 0, 8, 1, 5, 4, 6, 7, 0, 6, 8, 3, 5, 3, 1, 5, 9, 8, -1],
"ct" : [3, 6, 1, 8, 8, 7, 7, 9, 7, 4, 6, 1, 7, 1, 7, 6, 6, 1, 7, 4, 3, 7, 5, 4, 7, 7, 8],
"result" : "invalid"
},
{
"tcId" : 2232,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "1e5348e5605da985a6757ba4174929f24568ed8644bcd4b2",
"tweak" : "6a62e853c91b7787",
"msg" : [10, 3, 3, 9, 9, 9, 8, 4, 5, 4, 9, 0, 4, 7, 4, 3, 3, 1, 6, 4, 3, 3, 9, 3, 7, 9, 8],
"ct" : [8, 0, 0, 0, 1, 4, 3, 5, 2, 3, 3, 1, 2, 8, 5, 3, 3, 9, 1, 2, 5, 1, 1, 6, 6, 7, 5],
"result" : "invalid"
},
{
"tcId" : 2233,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "1e5348e5605da985a6757ba4174929f24568ed8644bcd4b2",
"tweak" : "6a62e853c91b7787",
"msg" : [3, 3, 3, 9, 9, 9, 8, 4, 5, 10, 9, 0, 4, 7, 4, 3, 3, 1, 6, 4, 3, 3, 9, 3, 7, 9, 8],
"ct" : [9, 9, 1, 2, 7, 0, 6, 9, 9, 6, 4, 4, 6, 8, 9, 2, 2, 1, 6, 4, 8, 0, 8, 3, 8, 0, 9],
"result" : "invalid"
},
{
"tcId" : 2234,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "1e5348e5605da985a6757ba4174929f24568ed8644bcd4b2",
"tweak" : "6a62e853c91b7787",
"msg" : [3, 3, 3, 9, 9, 9, 8, 4, 5, 4, 9, 0, 4, 7, 4, 3, 3, 1, 6, 4, 3, 3, 9, 3, 7, 9, 10],
"ct" : [0, 0, 2, 2, 6, 4, 4, 5, 5, 5, 8, 4, 3, 5, 0, 4, 4, 8, 4, 1, 8, 5, 1, 8, 7, 5, 4],
"result" : "invalid"
}
]
},
{
"keySize" : 192,
"msgSize" : 28,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 2235,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "0c6561b42c5cde205f8ba1b4fe71ac110ff2807958a069d4",
"tweak" : "1b2ce7022ea31126",
"msg" : [5, 8, 3, 4, 8, 9, 5, 0, 9, 7, 7, 7, 2, 2, 4, 9, 6, 2, 9, 6, 5, 3, 4, 9, 8, 0, 6, 5],
"ct" : [7, 1, 2, 3, 2, 0, 6, 9, 0, 3, 9, 9, 5, 0, 3, 0, 7, 6, 8, 6, 3, 0, 1, 3, 9, 5, 7, 9],
"result" : "valid"
},
{
"tcId" : 2236,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "bf7df540871af558ffe36e72b1bd20327cbb8aa909b1c4c1",
"tweak" : "bb3d1e655437fa31",
"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, 0],
"ct" : [7, 9, 0, 4, 1, 9, 1, 2, 9, 7, 3, 9, 3, 4, 3, 9, 0, 2, 7, 6, 4, 9, 3, 4, 3, 2, 5, 9],
"result" : "valid"
},
{
"tcId" : 2237,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "bf7df540871af558ffe36e72b1bd20327cbb8aa909b1c4c1",
"tweak" : "bb3d1e655437fa31",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [3, 0, 8, 2, 6, 2, 1, 9, 7, 4, 9, 4, 1, 4, 7, 2, 9, 4, 9, 2, 3, 0, 2, 5, 2, 0, 8, 2],
"result" : "valid"
},
{
"tcId" : 2238,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "bf7df540871af558ffe36e72b1bd20327cbb8aa909b1c4c1",
"tweak" : "bb3d1e655437fa31",
"msg" : [7, 0, 3, 6, 8, 7, 4, 4, 1, 7, 7, 6, 6, 4, 7, 0, 3, 6, 8, 7, 4, 4, 1, 7, 7, 6, 6, 4],
"ct" : [8, 0, 4, 0, 6, 2, 3, 3, 1, 5, 3, 8, 9, 0, 9, 5, 4, 7, 5, 3, 0, 0, 8, 3, 0, 4, 9, 0],
"result" : "valid"
},
{
"tcId" : 2239,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "bf7df540871af558ffe36e72b1bd20327cbb8aa909b1c4c1",
"tweak" : "bb3d1e655437fa31",
"msg" : [7, 0, 3, 6, 8, 7, 4, 4, 1, 7, 7, 6, 6, 3, 7, 0, 3, 6, 8, 7, 4, 4, 1, 7, 7, 6, 6, 3],
"ct" : [7, 9, 8, 4, 5, 2, 2, 3, 1, 2, 9, 1, 1, 5, 1, 3, 7, 0, 7, 6, 8, 0, 5, 0, 5, 3, 8, 9],
"result" : "valid"
},
{
"tcId" : 2240,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "bf7df540871af558ffe36e72b1bd20327cbb8aa909b1c4c1",
"tweak" : "bb3d1e655437fa31",
"msg" : [4, 7, 0, 8, 4, 3, 2, 4, 4, 9, 6, 4, 0, 6, 3, 6, 1, 7, 6, 7, 7, 2, 3, 5, 4, 0, 2, 3],
"ct" : [4, 2, 9, 8, 8, 1, 9, 8, 1, 7, 9, 2, 0, 8, 0, 5, 9, 8, 4, 5, 6, 5, 2, 7, 9, 6, 2, 9],
"result" : "valid"
},
{
"tcId" : 2241,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "bf7df540871af558ffe36e72b1bd20327cbb8aa909b1c4c1",
"tweak" : "bb3d1e655437fa31",
"msg" : [2, 2, 8, 9, 2, 0, 4, 9, 8, 8, 1, 6, 7, 2, 9, 5, 5, 0, 9, 9, 2, 0, 6, 2, 5, 5, 3, 1],
"ct" : [2, 4, 3, 8, 6, 3, 1, 5, 7, 9, 6, 4, 6, 9, 8, 8, 8, 2, 0, 7, 1, 9, 7, 7, 3, 4, 2, 4],
"result" : "valid"
},
{
"tcId" : 2242,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "bf7df540871af558ffe36e72b1bd20327cbb8aa909b1c4c1",
"tweak" : "bb3d1e655437fa31",
"msg" : [9, 8, 3, 6, 4, 6, 8, 5, 7, 1, 2, 1, 2, 9, 0, 0, 4, 2, 8, 6, 1, 7, 5, 4, 1, 1, 5, 7],
"ct" : [5, 8, 7, 6, 9, 0, 0, 5, 4, 4, 2, 7, 6, 5, 3, 4, 2, 3, 9, 5, 5, 9, 5, 3, 7, 4, 3, 5],
"result" : "valid"
},
{
"tcId" : 2243,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "bf7df540871af558ffe36e72b1bd20327cbb8aa909b1c4c1",
"tweak" : "bb3d1e655437fa31",
"msg" : [8, 3, 3, 3, 6, 1, 6, 4, 8, 9, 0, 3, 8, 9, 2, 8, 6, 9, 1, 8, 0, 8, 4, 9, 7, 5, 0, 9],
"ct" : [6, 5, 5, 9, 9, 8, 6, 7, 8, 9, 8, 6, 5, 8, 7, 4, 6, 5, 3, 5, 9, 4, 4, 3, 7, 9, 4, 6],
"result" : "valid"
},
{
"tcId" : 2244,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "bf7df540871af558ffe36e72b1bd20327cbb8aa909b1c4c1",
"tweak" : "bb3d1e655437fa31",
"msg" : [8, 2, 2, 1, 9, 7, 9, 3, 1, 8, 0, 2, 9, 9, 6, 5, 7, 9, 6, 3, 4, 9, 3, 5, 4, 2, 6, 7],
"ct" : [1, 9, 2, 3, 8, 5, 7, 0, 8, 0, 9, 5, 4, 1, 1, 7, 0, 3, 2, 0, 7, 2, 6, 5, 3, 5, 1, 8],
"result" : "valid"
},
{
"tcId" : 2245,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "bf7df540871af558ffe36e72b1bd20327cbb8aa909b1c4c1",
"tweak" : "bb3d1e655437fa31",
"msg" : [0, 5, 1, 4, 0, 0, 1, 0, 5, 9, 8, 9, 2, 0, 5, 7, 1, 6, 9, 4, 8, 7, 5, 3, 8, 5, 3, 6],
"ct" : [2, 0, 7, 2, 6, 3, 1, 2, 4, 2, 9, 6, 9, 4, 8, 1, 7, 2, 4, 9, 8, 5, 6, 6, 3, 0, 6, 0],
"result" : "valid"
},
{
"tcId" : 2246,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "bf7df540871af558ffe36e72b1bd20327cbb8aa909b1c4c1",
"tweak" : "bb3d1e655437fa31",
"msg" : [6, 8, 4, 7, 0, 1, 6, 8, 1, 9, 5, 3, 0, 4, 3, 8, 2, 5, 1, 3, 1, 9, 9, 4, 0, 1, 2, 7],
"ct" : [1, 6, 8, 5, 6, 6, 8, 4, 2, 4, 2, 6, 9, 0, 9, 3, 6, 6, 0, 5, 7, 0, 2, 8, 1, 1, 4, 1],
"result" : "valid"
},
{
"tcId" : 2247,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "bf7df540871af558ffe36e72b1bd20327cbb8aa909b1c4c1",
"tweak" : "bb3d1e655437fa31",
"msg" : [4, 8, 1, 5, 7, 8, 1, 4, 4, 2, 7, 0, 6, 0, 7, 8, 7, 1, 3, 4, 9, 4, 6, 6, 3, 8, 4, 2],
"ct" : [7, 4, 4, 1, 4, 8, 3, 6, 7, 5, 3, 6, 8, 0, 5, 0, 9, 9, 7, 2, 8, 6, 0, 1, 8, 8, 0, 2],
"result" : "valid"
},
{
"tcId" : 2248,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "bf7df540871af558ffe36e72b1bd20327cbb8aa909b1c4c1",
"tweak" : "bb3d1e655437fa31",
"msg" : [2, 3, 5, 7, 5, 1, 8, 6, 3, 6, 6, 0, 1, 7, 3, 5, 1, 4, 0, 5, 3, 8, 4, 8, 7, 9, 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, 0],
"result" : "valid"
},
{
"tcId" : 2249,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "bf7df540871af558ffe36e72b1bd20327cbb8aa909b1c4c1",
"tweak" : "bb3d1e655437fa31",
"msg" : [0, 2, 8, 6, 4, 8, 0, 9, 2, 5, 5, 9, 5, 0, 3, 2, 9, 9, 1, 9, 8, 4, 5, 5, 2, 2, 3, 8],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 2250,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "bf7df540871af558ffe36e72b1bd20327cbb8aa909b1c4c1",
"tweak" : "bb3d1e655437fa31",
"msg" : [1, 8, 0, 3, 4, 1, 7, 0, 0, 1, 0, 8, 8, 5, 5, 9, 3, 1, 7, 0, 1, 5, 4, 1, 6, 9, 4, 6],
"ct" : [7, 0, 3, 6, 8, 7, 4, 4, 1, 7, 7, 6, 6, 4, 7, 0, 3, 6, 8, 7, 4, 4, 1, 7, 7, 6, 6, 4],
"result" : "valid"
},
{
"tcId" : 2251,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "bf7df540871af558ffe36e72b1bd20327cbb8aa909b1c4c1",
"tweak" : "bb3d1e655437fa31",
"msg" : [3, 3, 1, 6, 5, 9, 0, 3, 7, 7, 5, 2, 9, 7, 2, 4, 5, 6, 0, 7, 0, 4, 3, 7, 9, 6, 8, 8],
"ct" : [7, 0, 3, 6, 8, 7, 4, 4, 1, 7, 7, 6, 6, 3, 7, 0, 3, 6, 8, 7, 4, 4, 1, 7, 7, 6, 6, 3],
"result" : "valid"
},
{
"tcId" : 2252,
"comment" : "y = 0 and (y + a) % radix**14 == 0 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "6fa9eb1460659ffe88e4bbc0888c950c41d73fa15525238c",
"tweak" : "7927a94c03180370b7",
"msg" : [6, 2, 5, 4, 5, 5, 8, 5, 8, 8, 3, 3, 1, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [8, 3, 0, 4, 2, 2, 7, 5, 7, 5, 4, 6, 0, 7, 4, 7, 5, 5, 0, 6, 8, 5, 9, 6, 2, 4, 6, 9],
"result" : "valid"
},
{
"tcId" : 2253,
"comment" : "y = 0 and a = 1 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "6fa9eb1460659ffe88e4bbc0888c950c41d73fa15525238c",
"tweak" : "7927a94c03180370b7",
"msg" : [0, 8, 3, 4, 4, 7, 6, 6, 3, 2, 3, 9, 6, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1],
"ct" : [1, 6, 4, 2, 7, 1, 1, 7, 8, 0, 5, 8, 3, 8, 0, 5, 3, 8, 4, 4, 2, 3, 6, 2, 6, 5, 1, 3],
"result" : "valid"
},
{
"tcId" : 2254,
"comment" : "y = 0 and a has large Hamming weight in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "6fa9eb1460659ffe88e4bbc0888c950c41d73fa15525238c",
"tweak" : "7927a94c03180370b7",
"msg" : [1, 2, 1, 8, 5, 5, 5, 2, 2, 5, 3, 3, 7, 5, 7, 0, 3, 6, 8, 7, 4, 4, 1, 7, 7, 6, 6, 4],
"ct" : [7, 4, 8, 3, 8, 3, 6, 5, 9, 5, 2, 7, 8, 9, 0, 2, 0, 7, 6, 1, 8, 0, 7, 6, 3, 3, 0, 8],
"result" : "valid"
},
{
"tcId" : 2255,
"comment" : "y = 0 and (y + a) % radix**14 is maximal in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "6fa9eb1460659ffe88e4bbc0888c950c41d73fa15525238c",
"tweak" : "7927a94c03180370b7",
"msg" : [1, 5, 8, 5, 1, 6, 8, 2, 2, 9, 2, 7, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [3, 5, 4, 7, 8, 6, 0, 8, 4, 2, 7, 2, 7, 4, 5, 7, 2, 8, 2, 2, 9, 8, 9, 4, 5, 2, 4, 7],
"result" : "valid"
},
{
"tcId" : 2256,
"comment" : "y = 1 and a = 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "6fa9eb1460659ffe88e4bbc0888c950c41d73fa15525238c",
"tweak" : "2aba5fcff91bdd7f72",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 6, 5, 9, 3, 7, 4, 0, 8, 6, 6, 2, 2, 1],
"ct" : [4, 0, 1, 9, 8, 9, 7, 2, 4, 4, 6, 9, 3, 2, 2, 4, 8, 5, 0, 9, 6, 1, 3, 8, 0, 2, 4, 6],
"result" : "valid"
},
{
"tcId" : 2257,
"comment" : "y = 1 and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "6fa9eb1460659ffe88e4bbc0888c950c41d73fa15525238c",
"tweak" : "2aba5fcff91bdd7f72",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 6, 5, 9, 3, 7, 4, 0, 8, 6, 6, 2, 2, 1],
"ct" : [1, 4, 5, 7, 9, 1, 0, 8, 7, 0, 6, 0, 0, 9, 7, 4, 1, 7, 8, 8, 4, 9, 6, 5, 1, 3, 2, 0],
"result" : "valid"
},
{
"tcId" : 2258,
"comment" : "y = 1 and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "6fa9eb1460659ffe88e4bbc0888c950c41d73fa15525238c",
"tweak" : "2aba5fcff91bdd7f72",
"msg" : [7, 0, 3, 6, 8, 7, 4, 4, 1, 7, 7, 6, 6, 4, 1, 6, 5, 9, 3, 7, 4, 0, 8, 6, 6, 2, 2, 1],
"ct" : [4, 0, 7, 3, 1, 7, 7, 8, 4, 2, 8, 1, 8, 7, 3, 2, 0, 1, 6, 9, 0, 5, 3, 3, 8, 1, 6, 3],
"result" : "valid"
},
{
"tcId" : 2259,
"comment" : "y = 1 and (y + a) % radix**14 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "6fa9eb1460659ffe88e4bbc0888c950c41d73fa15525238c",
"tweak" : "2aba5fcff91bdd7f72",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 8, 1, 6, 5, 9, 3, 7, 4, 0, 8, 6, 6, 2, 2, 1],
"ct" : [6, 1, 5, 7, 5, 2, 5, 4, 4, 1, 2, 5, 9, 3, 9, 0, 2, 0, 2, 8, 9, 6, 3, 3, 4, 4, 3, 1],
"result" : "valid"
},
{
"tcId" : 2260,
"comment" : "y = 1 and (y + a) % radix**14 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "6fa9eb1460659ffe88e4bbc0888c950c41d73fa15525238c",
"tweak" : "2aba5fcff91bdd7f72",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 1, 6, 5, 9, 3, 7, 4, 0, 8, 6, 6, 2, 2, 1],
"ct" : [3, 3, 3, 1, 0, 6, 2, 2, 5, 1, 2, 6, 1, 2, 3, 4, 8, 9, 3, 7, 8, 0, 8, 0, 7, 8, 9, 4],
"result" : "valid"
},
{
"tcId" : 2261,
"comment" : "y is maximal and a = 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "6fa9eb1460659ffe88e4bbc0888c950c41d73fa15525238c",
"tweak" : "f538189d19911e3a34",
"msg" : [0, 2, 7, 1, 6, 4, 9, 8, 7, 9, 6, 4, 9, 9, 7, 9, 8, 4, 1, 3, 1, 4, 7, 5, 2, 3, 7, 9],
"ct" : [9, 7, 1, 0, 9, 5, 7, 1, 2, 8, 3, 1, 7, 8, 3, 7, 5, 9, 3, 5, 4, 3, 9, 5, 0, 3, 3, 5],
"result" : "valid"
},
{
"tcId" : 2262,
"comment" : "y is maximal and a = 1 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "6fa9eb1460659ffe88e4bbc0888c950c41d73fa15525238c",
"tweak" : "f538189d19911e3a34",
"msg" : [0, 9, 0, 4, 2, 1, 7, 0, 6, 8, 6, 5, 1, 3, 7, 7, 6, 7, 3, 4, 5, 4, 9, 5, 9, 1, 8, 1],
"ct" : [9, 7, 1, 0, 9, 5, 7, 1, 2, 8, 3, 1, 7, 8, 3, 7, 5, 9, 3, 5, 4, 3, 9, 5, 0, 3, 3, 6],
"result" : "valid"
},
{
"tcId" : 2263,
"comment" : "y is maximal and (y + a) % radix**14 is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "6fa9eb1460659ffe88e4bbc0888c950c41d73fa15525238c",
"tweak" : "f538189d19911e3a34",
"msg" : [1, 9, 7, 7, 4, 4, 9, 8, 6, 7, 8, 6, 9, 6, 3, 4, 5, 6, 3, 2, 1, 1, 9, 0, 5, 6, 7, 9],
"ct" : [9, 7, 1, 0, 9, 5, 7, 1, 2, 8, 3, 1, 7, 8, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 2264,
"comment" : "y is maximal and (y + a) % radix**14 == 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "6fa9eb1460659ffe88e4bbc0888c950c41d73fa15525238c",
"tweak" : "f538189d19911e3a34",
"msg" : [4, 4, 3, 4, 2, 0, 0, 5, 9, 7, 5, 7, 9, 7, 2, 0, 6, 4, 1, 2, 2, 0, 8, 6, 9, 5, 1, 4],
"ct" : [9, 7, 1, 0, 9, 5, 7, 1, 2, 8, 3, 1, 7, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 2265,
"comment" : "y is maximal and a has large Hamming weight in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "6fa9eb1460659ffe88e4bbc0888c950c41d73fa15525238c",
"tweak" : "f538189d19911e3a34",
"msg" : [0, 8, 1, 8, 9, 0, 3, 9, 1, 3, 7, 5, 4, 5, 6, 5, 0, 0, 3, 4, 8, 7, 5, 6, 4, 6, 9, 4],
"ct" : [9, 7, 1, 0, 9, 5, 7, 1, 2, 8, 3, 1, 7, 8, 0, 7, 9, 6, 2, 2, 8, 8, 1, 2, 7, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 2266,
"comment" : "y is maximal and a is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "6fa9eb1460659ffe88e4bbc0888c950c41d73fa15525238c",
"tweak" : "f538189d19911e3a34",
"msg" : [2, 4, 4, 8, 9, 4, 9, 7, 7, 1, 4, 6, 7, 3, 4, 4, 6, 4, 7, 6, 9, 9, 3, 7, 4, 8, 5, 8],
"ct" : [9, 7, 1, 0, 9, 5, 7, 1, 2, 8, 3, 1, 7, 8, 3, 7, 5, 9, 3, 5, 4, 3, 9, 5, 0, 3, 3, 4],
"result" : "valid"
},
{
"tcId" : 2267,
"comment" : "y is edge case for modular reduction and a = 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "6fa9eb1460659ffe88e4bbc0888c950c41d73fa15525238c",
"tweak" : "c07b59d5d224c42911",
"msg" : [4, 8, 6, 9, 7, 1, 5, 9, 2, 6, 1, 2, 7, 6, 7, 6, 5, 2, 3, 6, 4, 9, 3, 6, 9, 2, 0, 7],
"ct" : [7, 1, 0, 4, 7, 9, 9, 7, 2, 9, 9, 8, 4, 6, 5, 4, 9, 5, 9, 2, 7, 7, 5, 7, 9, 1, 9, 7],
"result" : "valid"
},
{
"tcId" : 2268,
"comment" : "y is edge case for modular reduction and a = 1 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "6fa9eb1460659ffe88e4bbc0888c950c41d73fa15525238c",
"tweak" : "c07b59d5d224c42911",
"msg" : [3, 0, 3, 4, 8, 1, 1, 1, 0, 0, 1, 7, 9, 9, 1, 8, 1, 8, 0, 6, 0, 6, 4, 8, 0, 2, 6, 7],
"ct" : [9, 5, 8, 2, 2, 7, 7, 1, 1, 1, 8, 0, 9, 3, 3, 6, 4, 0, 3, 6, 6, 2, 8, 6, 2, 7, 3, 8],
"result" : "valid"
},
{
"tcId" : 2269,
"comment" : "y is edge case for modular reduction and (y + a) % radix**14 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "6fa9eb1460659ffe88e4bbc0888c950c41d73fa15525238c",
"tweak" : "c07b59d5d224c42911",
"msg" : [8, 0, 8, 5, 9, 1, 5, 3, 2, 0, 4, 9, 8, 3, 2, 8, 0, 4, 6, 5, 2, 7, 3, 1, 7, 1, 2, 8],
"ct" : [5, 0, 3, 4, 6, 0, 9, 1, 6, 6, 7, 8, 0, 5, 5, 3, 2, 1, 1, 3, 0, 7, 6, 2, 3, 6, 3, 5],
"result" : "valid"
},
{
"tcId" : 2270,
"comment" : "y is edge case for modular reduction and (y + a) % radix**14 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "6fa9eb1460659ffe88e4bbc0888c950c41d73fa15525238c",
"tweak" : "c07b59d5d224c42911",
"msg" : [1, 5, 9, 8, 1, 5, 0, 6, 0, 4, 3, 0, 5, 8, 2, 1, 2, 4, 1, 8, 7, 4, 6, 6, 0, 1, 2, 1],
"ct" : [3, 0, 9, 1, 7, 8, 3, 0, 5, 8, 3, 3, 0, 3, 9, 4, 2, 0, 5, 1, 6, 3, 2, 6, 2, 3, 5, 9],
"result" : "valid"
},
{
"tcId" : 2271,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "6fa9eb1460659ffe88e4bbc0888c950c41d73fa15525238c",
"tweak" : "c07b59d5d224c42911",
"msg" : [7, 7, 2, 9, 4, 5, 7, 1, 9, 4, 5, 4, 5, 9, 1, 0, 9, 9, 1, 2, 5, 3, 3, 1, 3, 4, 6, 2],
"ct" : [5, 7, 9, 5, 3, 1, 7, 4, 5, 6, 1, 1, 6, 1, 0, 4, 8, 8, 2, 1, 3, 9, 2, 4, 6, 0, 0, 7],
"result" : "valid"
},
{
"tcId" : 2272,
"comment" : "y is edge case for modular reduction and a is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "6fa9eb1460659ffe88e4bbc0888c950c41d73fa15525238c",
"tweak" : "c07b59d5d224c42911",
"msg" : [2, 7, 0, 2, 1, 2, 0, 7, 0, 2, 1, 4, 7, 8, 5, 0, 3, 4, 9, 7, 4, 0, 6, 4, 0, 1, 8, 5],
"ct" : [6, 7, 4, 6, 5, 2, 1, 8, 9, 9, 0, 0, 1, 0, 4, 3, 3, 8, 4, 1, 6, 4, 7, 1, 5, 9, 1, 1],
"result" : "valid"
},
{
"tcId" : 2273,
"comment" : "y is maximal after modular reduction and (y + a) % radix**14 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "6fa9eb1460659ffe88e4bbc0888c950c41d73fa15525238c",
"tweak" : "06521cae470dd23af4",
"msg" : [8, 8, 9, 6, 3, 9, 4, 8, 4, 8, 7, 6, 9, 4, 8, 2, 5, 8, 9, 1, 6, 6, 1, 2, 7, 3, 6, 6],
"ct" : [9, 3, 3, 4, 7, 5, 8, 8, 6, 7, 5, 6, 9, 8, 7, 0, 4, 0, 6, 7, 5, 7, 6, 6, 6, 0, 0, 1],
"result" : "valid"
},
{
"tcId" : 2274,
"comment" : "y is maximal after modular reduction and (y + a) % radix**14 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "6fa9eb1460659ffe88e4bbc0888c950c41d73fa15525238c",
"tweak" : "06521cae470dd23af4",
"msg" : [5, 8, 3, 8, 7, 8, 2, 7, 8, 2, 9, 7, 0, 0, 9, 8, 1, 6, 3, 5, 5, 0, 8, 0, 1, 3, 6, 8],
"ct" : [8, 8, 1, 8, 9, 3, 9, 3, 7, 5, 9, 3, 5, 7, 2, 9, 3, 1, 7, 5, 8, 1, 9, 1, 8, 5, 9, 3],
"result" : "valid"
},
{
"tcId" : 2275,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "6fa9eb1460659ffe88e4bbc0888c950c41d73fa15525238c",
"tweak" : "06521cae470dd23af4",
"msg" : [9, 5, 2, 9, 4, 1, 6, 4, 4, 5, 0, 4, 5, 2, 3, 0, 3, 4, 3, 8, 6, 1, 8, 6, 8, 5, 6, 3],
"ct" : [1, 4, 2, 4, 9, 3, 2, 8, 4, 2, 8, 1, 5, 2, 6, 3, 3, 0, 3, 6, 5, 0, 3, 5, 7, 7, 6, 0],
"result" : "valid"
},
{
"tcId" : 2276,
"comment" : "y is maximal after modular reduction and a is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "6fa9eb1460659ffe88e4bbc0888c950c41d73fa15525238c",
"tweak" : "06521cae470dd23af4",
"msg" : [1, 2, 4, 0, 3, 7, 5, 0, 8, 6, 2, 8, 3, 3, 2, 0, 8, 5, 5, 8, 3, 4, 0, 3, 0, 0, 5, 3],
"ct" : [7, 0, 6, 0, 2, 0, 0, 5, 3, 0, 8, 8, 7, 8, 6, 0, 8, 9, 4, 2, 1, 3, 7, 1, 7, 3, 3, 4],
"result" : "valid"
},
{
"tcId" : 2277,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "74b580380baf910a47e59cf522380458a6427c18f0d56137",
"tweak" : "503c5871f02ddf75",
"msg" : [-1, 0, 7, 1, 3, 7, 0, 2, 5, 6, 7, 7, 7, 6, 2, 8, 0, 1, 3, 7, 5, 4, 1, 1, 2, 1, 9, 9],
"ct" : [8, 2, 0, 6, 6, 6, 1, 8, 9, 8, 4, 7, 4, 9, 8, 4, 3, 8, 4, 0, 2, 4, 6, 6, 4, 3, 3, 0],
"result" : "invalid"
},
{
"tcId" : 2278,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "74b580380baf910a47e59cf522380458a6427c18f0d56137",
"tweak" : "503c5871f02ddf75",
"msg" : [1, 0, 7, 1, 3, 7, 0, 2, 5, -1, 7, 7, 7, 6, 2, 8, 0, 1, 3, 7, 5, 4, 1, 1, 2, 1, 9, 9],
"ct" : [4, 4, 0, 8, 1, 7, 4, 6, 5, 8, 4, 0, 8, 0, 9, 5, 7, 4, 0, 8, 7, 7, 5, 3, 0, 1, 9, 5],
"result" : "invalid"
},
{
"tcId" : 2279,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "74b580380baf910a47e59cf522380458a6427c18f0d56137",
"tweak" : "503c5871f02ddf75",
"msg" : [1, 0, 7, 1, 3, 7, 0, 2, 5, 6, 7, 7, 7, 6, 2, 8, 0, 1, 3, 7, 5, 4, 1, 1, 2, 1, 9, -1],
"ct" : [0, 1, 0, 8, 3, 1, 3, 0, 2, 7, 3, 9, 5, 1, 9, 1, 1, 0, 2, 8, 2, 2, 7, 5, 8, 9, 7, 0],
"result" : "invalid"
},
{
"tcId" : 2280,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "7d043cf4e6bdff58fed477db2c306005c2099397570783aa",
"tweak" : "b8e9850d9ad2ae4a",
"msg" : [10, 7, 5, 5, 4, 0, 9, 6, 8, 7, 9, 7, 4, 5, 5, 0, 6, 8, 6, 1, 0, 2, 3, 2, 5, 3, 0, 3],
"ct" : [3, 4, 6, 3, 9, 2, 8, 0, 0, 0, 8, 2, 7, 5, 0, 6, 2, 1, 9, 7, 6, 7, 5, 7, 4, 0, 9, 3],
"result" : "invalid"
},
{
"tcId" : 2281,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "7d043cf4e6bdff58fed477db2c306005c2099397570783aa",
"tweak" : "b8e9850d9ad2ae4a",
"msg" : [0, 7, 5, 5, 4, 0, 9, 6, 8, 10, 9, 7, 4, 5, 5, 0, 6, 8, 6, 1, 0, 2, 3, 2, 5, 3, 0, 3],
"ct" : [5, 6, 1, 9, 5, 4, 5, 9, 3, 4, 4, 2, 2, 5, 5, 8, 1, 8, 4, 4, 9, 2, 4, 5, 8, 3, 6, 5],
"result" : "invalid"
},
{
"tcId" : 2282,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "7d043cf4e6bdff58fed477db2c306005c2099397570783aa",
"tweak" : "b8e9850d9ad2ae4a",
"msg" : [0, 7, 5, 5, 4, 0, 9, 6, 8, 7, 9, 7, 4, 5, 5, 0, 6, 8, 6, 1, 0, 2, 3, 2, 5, 3, 0, 10],
"ct" : [3, 2, 3, 8, 7, 4, 2, 2, 8, 3, 2, 7, 2, 4, 8, 0, 4, 6, 2, 2, 1, 9, 1, 4, 9, 9, 8, 9],
"result" : "invalid"
}
]
},
{
"keySize" : 192,
"msgSize" : 29,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 2283,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "4e08042735575708e4a9a0df5ae920c4fd181e38e731eb2e",
"tweak" : "36502a1e0aeca248",
"msg" : [3, 5, 5, 0, 2, 0, 8, 6, 7, 3, 1, 4, 5, 3, 2, 9, 2, 7, 3, 3, 0, 6, 1, 5, 1, 6, 4, 9, 8],
"ct" : [8, 3, 5, 5, 4, 6, 6, 8, 8, 2, 5, 1, 2, 4, 1, 5, 1, 9, 0, 5, 5, 3, 0, 3, 2, 2, 5, 8, 3],
"result" : "valid"
},
{
"tcId" : 2284,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "98a6a7a98d430c7853a8e2103103ab98ecf1bf3471b50091",
"tweak" : "9d1c32834c129f57",
"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, 0, 0],
"ct" : [3, 1, 1, 0, 4, 5, 1, 9, 4, 0, 8, 4, 0, 7, 7, 6, 6, 9, 9, 9, 5, 9, 6, 6, 7, 9, 5, 5, 8],
"result" : "valid"
},
{
"tcId" : 2285,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "98a6a7a98d430c7853a8e2103103ab98ecf1bf3471b50091",
"tweak" : "9d1c32834c129f57",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [1, 8, 9, 4, 7, 2, 0, 4, 7, 5, 7, 0, 7, 4, 6, 9, 3, 4, 3, 2, 7, 2, 3, 7, 8, 5, 1, 7, 3],
"result" : "valid"
},
{
"tcId" : 2286,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "98a6a7a98d430c7853a8e2103103ab98ecf1bf3471b50091",
"tweak" : "9d1c32834c129f57",
"msg" : [7, 0, 3, 6, 8, 7, 4, 4, 1, 7, 7, 6, 6, 4, 5, 6, 2, 9, 4, 9, 9, 5, 3, 4, 2, 1, 3, 1, 2],
"ct" : [2, 4, 9, 9, 0, 3, 4, 1, 3, 7, 0, 5, 9, 1, 5, 8, 9, 3, 1, 5, 3, 8, 1, 5, 7, 3, 0, 6, 5],
"result" : "valid"
},
{
"tcId" : 2287,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "98a6a7a98d430c7853a8e2103103ab98ecf1bf3471b50091",
"tweak" : "9d1c32834c129f57",
"msg" : [7, 0, 3, 6, 8, 7, 4, 4, 1, 7, 7, 6, 6, 3, 5, 6, 2, 9, 4, 9, 9, 5, 3, 4, 2, 1, 3, 1, 1],
"ct" : [9, 5, 7, 0, 3, 2, 6, 7, 7, 6, 0, 4, 5, 5, 8, 9, 2, 4, 2, 3, 7, 8, 0, 5, 5, 1, 7, 4, 8],
"result" : "valid"
},
{
"tcId" : 2288,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "98a6a7a98d430c7853a8e2103103ab98ecf1bf3471b50091",
"tweak" : "9d1c32834c129f57",
"msg" : [7, 1, 1, 0, 4, 9, 4, 5, 2, 2, 6, 0, 1, 6, 6, 9, 6, 2, 0, 8, 9, 3, 8, 2, 0, 3, 2, 8, 4],
"ct" : [7, 9, 6, 6, 9, 1, 9, 8, 0, 3, 0, 9, 2, 9, 4, 3, 6, 7, 7, 2, 6, 5, 9, 8, 1, 7, 9, 6, 0],
"result" : "valid"
},
{
"tcId" : 2289,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "98a6a7a98d430c7853a8e2103103ab98ecf1bf3471b50091",
"tweak" : "9d1c32834c129f57",
"msg" : [7, 6, 0, 9, 3, 2, 0, 8, 1, 4, 1, 8, 2, 6, 1, 0, 1, 0, 5, 6, 8, 0, 9, 7, 7, 9, 4, 1, 7],
"ct" : [1, 2, 2, 1, 9, 8, 5, 8, 8, 1, 1, 3, 6, 0, 2, 4, 5, 2, 3, 7, 2, 1, 4, 7, 3, 5, 9, 1, 2],
"result" : "valid"
},
{
"tcId" : 2290,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "98a6a7a98d430c7853a8e2103103ab98ecf1bf3471b50091",
"tweak" : "9d1c32834c129f57",
"msg" : [6, 2, 3, 7, 9, 3, 5, 6, 3, 2, 6, 1, 2, 9, 5, 4, 5, 5, 3, 3, 4, 4, 1, 3, 1, 7, 2, 9, 4],
"ct" : [1, 7, 5, 2, 8, 4, 9, 7, 4, 2, 5, 4, 9, 0, 7, 5, 1, 7, 0, 2, 3, 2, 6, 6, 8, 8, 0, 0, 3],
"result" : "valid"
},
{
"tcId" : 2291,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "98a6a7a98d430c7853a8e2103103ab98ecf1bf3471b50091",
"tweak" : "9d1c32834c129f57",
"msg" : [5, 7, 7, 0, 6, 6, 6, 9, 6, 0, 4, 1, 4, 8, 5, 8, 9, 2, 7, 0, 9, 9, 0, 6, 3, 6, 0, 2, 9],
"ct" : [0, 3, 5, 2, 6, 2, 4, 7, 1, 1, 2, 9, 1, 3, 6, 5, 9, 5, 6, 1, 5, 1, 0, 9, 5, 3, 2, 6, 2],
"result" : "valid"
},
{
"tcId" : 2292,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "98a6a7a98d430c7853a8e2103103ab98ecf1bf3471b50091",
"tweak" : "9d1c32834c129f57",
"msg" : [0, 0, 2, 5, 2, 7, 5, 0, 0, 5, 1, 9, 2, 2, 1, 2, 1, 7, 6, 0, 9, 9, 9, 9, 5, 9, 5, 0, 0],
"ct" : [7, 7, 9, 4, 2, 6, 8, 7, 9, 9, 9, 2, 8, 4, 4, 7, 6, 3, 8, 1, 8, 0, 2, 0, 0, 0, 8, 8, 5],
"result" : "valid"
},
{
"tcId" : 2293,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "98a6a7a98d430c7853a8e2103103ab98ecf1bf3471b50091",
"tweak" : "9d1c32834c129f57",
"msg" : [7, 9, 8, 9, 3, 0, 6, 1, 3, 3, 9, 1, 4, 3, 1, 4, 4, 3, 8, 4, 2, 9, 4, 5, 9, 2, 3, 8, 3],
"ct" : [2, 7, 1, 8, 0, 7, 3, 4, 2, 8, 3, 0, 3, 0, 6, 0, 6, 5, 2, 7, 0, 8, 4, 2, 5, 9, 4, 3, 9],
"result" : "valid"
},
{
"tcId" : 2294,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "98a6a7a98d430c7853a8e2103103ab98ecf1bf3471b50091",
"tweak" : "9d1c32834c129f57",
"msg" : [7, 4, 4, 5, 9, 1, 9, 6, 4, 3, 5, 2, 3, 0, 7, 0, 2, 6, 1, 7, 6, 5, 8, 0, 0, 1, 2, 1, 4],
"ct" : [7, 1, 7, 9, 7, 2, 7, 9, 9, 3, 1, 3, 6, 5, 7, 7, 7, 6, 2, 6, 0, 3, 4, 4, 4, 7, 0, 2, 8],
"result" : "valid"
},
{
"tcId" : 2295,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "98a6a7a98d430c7853a8e2103103ab98ecf1bf3471b50091",
"tweak" : "9d1c32834c129f57",
"msg" : [5, 8, 0, 1, 9, 0, 7, 4, 3, 0, 2, 9, 0, 8, 8, 4, 3, 9, 1, 1, 9, 2, 9, 2, 2, 5, 3, 0, 7],
"ct" : [8, 7, 6, 4, 1, 1, 6, 0, 9, 7, 2, 9, 7, 0, 7, 1, 1, 6, 4, 5, 9, 2, 6, 9, 6, 0, 1, 1, 3],
"result" : "valid"
},
{
"tcId" : 2296,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "98a6a7a98d430c7853a8e2103103ab98ecf1bf3471b50091",
"tweak" : "9d1c32834c129f57",
"msg" : [8, 7, 8, 2, 5, 8, 4, 3, 0, 1, 7, 0, 1, 0, 0, 8, 8, 3, 2, 2, 2, 0, 6, 1, 6, 1, 5, 3, 6],
"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, 0, 0],
"result" : "valid"
},
{
"tcId" : 2297,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "98a6a7a98d430c7853a8e2103103ab98ecf1bf3471b50091",
"tweak" : "9d1c32834c129f57",
"msg" : [2, 1, 7, 5, 0, 8, 8, 5, 9, 9, 2, 0, 6, 3, 7, 8, 2, 1, 6, 4, 9, 5, 7, 9, 3, 5, 5, 7, 5],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 2298,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "98a6a7a98d430c7853a8e2103103ab98ecf1bf3471b50091",
"tweak" : "9d1c32834c129f57",
"msg" : [1, 9, 2, 7, 7, 7, 2, 2, 1, 7, 0, 7, 8, 8, 8, 2, 8, 4, 5, 6, 5, 5, 3, 7, 0, 1, 6, 7, 2],
"ct" : [7, 0, 3, 6, 8, 7, 4, 4, 1, 7, 7, 6, 6, 4, 5, 6, 2, 9, 4, 9, 9, 5, 3, 4, 2, 1, 3, 1, 2],
"result" : "valid"
},
{
"tcId" : 2299,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "98a6a7a98d430c7853a8e2103103ab98ecf1bf3471b50091",
"tweak" : "9d1c32834c129f57",
"msg" : [5, 4, 9, 1, 9, 8, 1, 5, 0, 8, 0, 6, 1, 4, 4, 5, 1, 8, 6, 5, 6, 2, 4, 9, 9, 6, 1, 2, 0],
"ct" : [7, 0, 3, 6, 8, 7, 4, 4, 1, 7, 7, 6, 6, 3, 5, 6, 2, 9, 4, 9, 9, 5, 3, 4, 2, 1, 3, 1, 1],
"result" : "valid"
},
{
"tcId" : 2300,
"comment" : "y = 0 and (y + a) % radix**14 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "e2aa4ae5506dd14f6587cc75359a7a3738bc523d0445c04e",
"tweak" : "9547270b8a390875",
"msg" : [8, 5, 8, 3, 7, 8, 7, 6, 7, 5, 2, 5, 7, 4, 5, 8, 9, 1, 8, 6, 5, 1, 5, 9, 1, 1, 3, 1, 3],
"ct" : [3, 2, 9, 7, 9, 8, 9, 2, 8, 4, 3, 2, 9, 7, 6, 4, 0, 0, 3, 6, 7, 7, 0, 6, 8, 8, 3, 1, 2],
"result" : "valid"
},
{
"tcId" : 2301,
"comment" : "y = 0 and a = 1 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "e2aa4ae5506dd14f6587cc75359a7a3738bc523d0445c04e",
"tweak" : "9547270b8a390875",
"msg" : [0, 9, 2, 0, 1, 0, 0, 7, 8, 2, 1, 6, 0, 9, 7, 6, 8, 7, 7, 2, 8, 8, 8, 5, 5, 4, 1, 7, 1],
"ct" : [2, 5, 7, 0, 6, 6, 9, 2, 3, 4, 7, 3, 7, 8, 1, 6, 6, 5, 6, 9, 3, 4, 2, 6, 4, 8, 2, 0, 1],
"result" : "valid"
},
{
"tcId" : 2302,
"comment" : "y = 0 and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "e2aa4ae5506dd14f6587cc75359a7a3738bc523d0445c04e",
"tweak" : "9547270b8a390875",
"msg" : [3, 4, 3, 0, 3, 2, 5, 3, 9, 8, 2, 3, 2, 0, 7, 0, 6, 6, 7, 9, 0, 6, 9, 0, 9, 6, 6, 6, 4],
"ct" : [3, 3, 6, 4, 6, 5, 2, 7, 2, 8, 8, 9, 1, 6, 5, 4, 1, 3, 9, 2, 6, 2, 1, 1, 4, 1, 3, 7, 0],
"result" : "valid"
},
{
"tcId" : 2303,
"comment" : "y = 0 and (y + a) % radix**14 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "e2aa4ae5506dd14f6587cc75359a7a3738bc523d0445c04e",
"tweak" : "9547270b8a390875",
"msg" : [4, 4, 1, 7, 0, 8, 4, 0, 9, 6, 7, 1, 4, 0, 2, 5, 7, 7, 9, 0, 9, 1, 7, 1, 9, 1, 1, 6, 2],
"ct" : [9, 0, 5, 4, 9, 9, 0, 1, 1, 6, 2, 6, 5, 5, 3, 0, 3, 6, 4, 1, 9, 2, 9, 5, 9, 3, 0, 3, 8],
"result" : "valid"
},
{
"tcId" : 2304,
"comment" : "y is edge case for modular reduction and a = 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "e2aa4ae5506dd14f6587cc75359a7a3738bc523d0445c04e",
"tweak" : "3b8e5d3352138e9b",
"msg" : [0, 1, 4, 0, 3, 4, 9, 2, 2, 2, 0, 4, 9, 1, 1, 4, 0, 9, 8, 4, 8, 9, 5, 8, 4, 4, 4, 4, 7],
"ct" : [3, 7, 5, 9, 3, 5, 4, 3, 9, 5, 0, 3, 3, 0, 3, 3, 8, 9, 1, 1, 7, 5, 0, 2, 0, 5, 1, 8, 8],
"result" : "valid"
},
{
"tcId" : 2305,
"comment" : "y is edge case for modular reduction and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "e2aa4ae5506dd14f6587cc75359a7a3738bc523d0445c04e",
"tweak" : "3b8e5d3352138e9b",
"msg" : [3, 9, 2, 9, 6, 5, 0, 7, 3, 4, 1, 8, 9, 2, 7, 8, 3, 4, 0, 6, 2, 7, 0, 5, 8, 6, 4, 5, 2],
"ct" : [3, 7, 5, 9, 3, 5, 4, 3, 9, 5, 0, 3, 3, 1, 7, 9, 5, 2, 9, 5, 6, 0, 9, 1, 5, 1, 0, 0, 5],
"result" : "valid"
},
{
"tcId" : 2306,
"comment" : "y is edge case for modular reduction and (y + a) % radix**14 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "e2aa4ae5506dd14f6587cc75359a7a3738bc523d0445c04e",
"tweak" : "3b8e5d3352138e9b",
"msg" : [9, 4, 3, 6, 4, 6, 3, 3, 1, 8, 0, 2, 2, 3, 5, 3, 8, 9, 0, 2, 0, 2, 9, 7, 3, 6, 3, 3, 2],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 3, 7, 2, 4, 1, 9, 1, 9, 4, 9, 5, 4, 8, 8, 9],
"result" : "valid"
},
{
"tcId" : 2307,
"comment" : "y is edge case for modular reduction and (y + a) % radix**14 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "e2aa4ae5506dd14f6587cc75359a7a3738bc523d0445c04e",
"tweak" : "3b8e5d3352138e9b",
"msg" : [2, 0, 6, 1, 1, 8, 8, 4, 4, 7, 4, 0, 4, 6, 5, 3, 6, 9, 8, 0, 8, 5, 9, 8, 4, 9, 9, 5, 1],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 2, 0, 8, 8, 0, 8, 4, 3, 2, 5, 8, 9, 6, 6],
"result" : "valid"
},
{
"tcId" : 2308,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "e2aa4ae5506dd14f6587cc75359a7a3738bc523d0445c04e",
"tweak" : "3b8e5d3352138e9b",
"msg" : [7, 5, 7, 2, 4, 4, 8, 3, 8, 1, 2, 3, 8, 6, 3, 0, 7, 4, 0, 2, 4, 0, 0, 7, 2, 3, 7, 6, 3],
"ct" : [0, 7, 9, 6, 2, 2, 8, 8, 1, 2, 7, 9, 9, 4, 8, 0, 2, 3, 2, 3, 3, 9, 1, 8, 1, 8, 0, 5, 6],
"result" : "valid"
},
{
"tcId" : 2309,
"comment" : "y is edge case for modular reduction and a is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "e2aa4ae5506dd14f6587cc75359a7a3738bc523d0445c04e",
"tweak" : "3b8e5d3352138e9b",
"msg" : [6, 7, 7, 3, 6, 0, 7, 1, 9, 1, 3, 2, 6, 1, 8, 8, 9, 3, 2, 2, 6, 7, 9, 6, 5, 0, 6, 1, 5],
"ct" : [3, 7, 5, 9, 3, 5, 4, 3, 9, 5, 0, 3, 2, 9, 2, 0, 0, 7, 8, 7, 1, 9, 5, 6, 7, 8, 0, 4, 0],
"result" : "valid"
},
{
"tcId" : 2310,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "7bf1a173ad0aeff1b614594735175778a1819d4e06c111b3",
"tweak" : "e5594ea2536203b4",
"msg" : [-1, 4, 1, 6, 8, 4, 7, 8, 5, 6, 0, 6, 9, 5, 4, 9, 5, 6, 4, 0, 7, 0, 6, 7, 0, 8, 9, 6, 8],
"ct" : [8, 9, 8, 1, 6, 1, 6, 8, 6, 1, 1, 8, 3, 7, 3, 2, 3, 6, 9, 9, 4, 3, 8, 8, 5, 4, 8, 2, 5],
"result" : "invalid"
},
{
"tcId" : 2311,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "7bf1a173ad0aeff1b614594735175778a1819d4e06c111b3",
"tweak" : "e5594ea2536203b4",
"msg" : [7, 4, 1, 6, 8, 4, 7, 8, 5, -1, 0, 6, 9, 5, 4, 9, 5, 6, 4, 0, 7, 0, 6, 7, 0, 8, 9, 6, 8],
"ct" : [7, 3, 4, 1, 7, 2, 1, 5, 4, 4, 9, 9, 7, 2, 1, 8, 9, 5, 8, 9, 2, 9, 2, 1, 1, 5, 2, 0, 4],
"result" : "invalid"
},
{
"tcId" : 2312,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "7bf1a173ad0aeff1b614594735175778a1819d4e06c111b3",
"tweak" : "e5594ea2536203b4",
"msg" : [7, 4, 1, 6, 8, 4, 7, 8, 5, 6, 0, 6, 9, 5, 4, 9, 5, 6, 4, 0, 7, 0, 6, 7, 0, 8, 9, 6, -1],
"ct" : [1, 6, 0, 9, 0, 8, 6, 6, 2, 3, 1, 2, 4, 6, 3, 1, 6, 3, 1, 6, 3, 3, 9, 1, 6, 5, 1, 0, 0],
"result" : "invalid"
},
{
"tcId" : 2313,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "d3920fe7cc53be84f7dc26891de725fdf11a8b008b508c38",
"tweak" : "fc72f209a1277601",
"msg" : [10, 4, 8, 8, 5, 2, 8, 3, 3, 2, 6, 8, 7, 8, 3, 1, 7, 6, 1, 3, 0, 2, 9, 9, 6, 2, 9, 7, 8],
"ct" : [5, 8, 2, 2, 6, 0, 5, 6, 5, 9, 8, 0, 4, 3, 1, 5, 9, 3, 0, 1, 6, 7, 6, 0, 4, 7, 0, 0, 2],
"result" : "invalid"
},
{
"tcId" : 2314,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "d3920fe7cc53be84f7dc26891de725fdf11a8b008b508c38",
"tweak" : "fc72f209a1277601",
"msg" : [2, 4, 8, 8, 5, 2, 8, 3, 3, 10, 6, 8, 7, 8, 3, 1, 7, 6, 1, 3, 0, 2, 9, 9, 6, 2, 9, 7, 8],
"ct" : [2, 1, 4, 7, 8, 5, 9, 6, 0, 6, 3, 4, 8, 9, 4, 5, 2, 0, 7, 2, 0, 3, 5, 4, 3, 9, 2, 7, 2],
"result" : "invalid"
},
{
"tcId" : 2315,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "d3920fe7cc53be84f7dc26891de725fdf11a8b008b508c38",
"tweak" : "fc72f209a1277601",
"msg" : [2, 4, 8, 8, 5, 2, 8, 3, 3, 2, 6, 8, 7, 8, 3, 1, 7, 6, 1, 3, 0, 2, 9, 9, 6, 2, 9, 7, 10],
"ct" : [9, 3, 1, 5, 7, 5, 7, 2, 3, 0, 8, 1, 4, 9, 4, 6, 5, 1, 4, 4, 0, 1, 0, 2, 0, 4, 4, 3, 8],
"result" : "invalid"
}
]
},
{
"keySize" : 192,
"msgSize" : 30,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 2316,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "5fd8e11413d7659bc1b0be8e8febf6d6342060aa9a91d63d",
"tweak" : "f249815599506c40",
"msg" : [6, 7, 5, 0, 1, 5, 1, 9, 0, 3, 3, 4, 1, 3, 4, 0, 2, 3, 3, 5, 9, 1, 4, 3, 9, 1, 6, 4, 2, 7],
"ct" : [8, 5, 0, 6, 9, 9, 8, 8, 3, 6, 0, 1, 3, 5, 9, 0, 2, 1, 5, 0, 6, 8, 3, 4, 6, 9, 4, 7, 9, 8],
"result" : "valid"
},
{
"tcId" : 2317,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "d704417a51ba538f47dc1e4b1e379309b9560b356483a5da",
"tweak" : "a7e9dcbb14888b9c",
"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, 0, 0, 0],
"ct" : [8, 6, 1, 9, 9, 5, 4, 6, 1, 0, 7, 3, 4, 0, 3, 7, 0, 6, 7, 7, 5, 0, 3, 2, 1, 9, 8, 6, 4, 9],
"result" : "valid"
},
{
"tcId" : 2318,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "d704417a51ba538f47dc1e4b1e379309b9560b356483a5da",
"tweak" : "a7e9dcbb14888b9c",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [2, 7, 2, 6, 4, 9, 2, 5, 6, 8, 8, 5, 9, 4, 4, 8, 9, 7, 0, 1, 6, 5, 3, 8, 5, 5, 4, 1, 1, 5],
"result" : "valid"
},
{
"tcId" : 2319,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "d704417a51ba538f47dc1e4b1e379309b9560b356483a5da",
"tweak" : "a7e9dcbb14888b9c",
"msg" : [5, 6, 2, 9, 4, 9, 9, 5, 3, 4, 2, 1, 3, 1, 2, 5, 6, 2, 9, 4, 9, 9, 5, 3, 4, 2, 1, 3, 1, 2],
"ct" : [0, 3, 1, 3, 5, 0, 2, 6, 0, 4, 5, 5, 5, 7, 0, 4, 4, 9, 3, 8, 5, 5, 8, 6, 3, 7, 9, 4, 2, 0],
"result" : "valid"
},
{
"tcId" : 2320,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "d704417a51ba538f47dc1e4b1e379309b9560b356483a5da",
"tweak" : "a7e9dcbb14888b9c",
"msg" : [5, 6, 2, 9, 4, 9, 9, 5, 3, 4, 2, 1, 3, 1, 1, 5, 6, 2, 9, 4, 9, 9, 5, 3, 4, 2, 1, 3, 1, 1],
"ct" : [5, 1, 6, 0, 0, 4, 6, 3, 1, 5, 6, 7, 2, 2, 7, 8, 5, 8, 9, 0, 0, 0, 1, 3, 9, 9, 9, 1, 8, 6],
"result" : "valid"
},
{
"tcId" : 2321,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "d704417a51ba538f47dc1e4b1e379309b9560b356483a5da",
"tweak" : "a7e9dcbb14888b9c",
"msg" : [5, 5, 5, 3, 5, 1, 8, 7, 5, 7, 6, 1, 1, 0, 1, 5, 9, 9, 6, 1, 2, 6, 7, 6, 8, 6, 6, 4, 8, 8],
"ct" : [4, 3, 2, 0, 9, 4, 0, 8, 0, 0, 9, 9, 9, 0, 7, 1, 8, 6, 7, 0, 6, 9, 4, 0, 1, 1, 4, 7, 7, 0],
"result" : "valid"
},
{
"tcId" : 2322,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "d704417a51ba538f47dc1e4b1e379309b9560b356483a5da",
"tweak" : "a7e9dcbb14888b9c",
"msg" : [3, 2, 2, 5, 7, 5, 5, 3, 4, 7, 1, 8, 5, 9, 5, 3, 8, 9, 8, 0, 0, 1, 0, 4, 5, 0, 9, 1, 8, 9],
"ct" : [8, 4, 9, 9, 9, 6, 6, 7, 7, 3, 4, 4, 4, 4, 3, 6, 8, 0, 6, 0, 3, 1, 3, 3, 2, 5, 8, 6, 6, 8],
"result" : "valid"
},
{
"tcId" : 2323,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "d704417a51ba538f47dc1e4b1e379309b9560b356483a5da",
"tweak" : "a7e9dcbb14888b9c",
"msg" : [1, 8, 1, 9, 7, 6, 1, 7, 3, 1, 4, 6, 0, 8, 0, 9, 5, 3, 6, 7, 5, 5, 9, 8, 8, 8, 6, 8, 9, 7],
"ct" : [8, 9, 8, 4, 6, 8, 8, 5, 6, 8, 4, 1, 1, 8, 7, 0, 1, 3, 4, 8, 7, 7, 2, 9, 1, 8, 3, 9, 0, 2],
"result" : "valid"
},
{
"tcId" : 2324,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "d704417a51ba538f47dc1e4b1e379309b9560b356483a5da",
"tweak" : "a7e9dcbb14888b9c",
"msg" : [0, 8, 9, 7, 6, 3, 0, 9, 4, 9, 1, 8, 8, 7, 0, 7, 7, 2, 7, 0, 1, 7, 1, 8, 1, 6, 6, 2, 3, 3],
"ct" : [5, 5, 3, 9, 7, 3, 7, 9, 7, 9, 5, 7, 4, 4, 8, 0, 2, 3, 3, 2, 1, 5, 3, 9, 8, 1, 6, 6, 5, 9],
"result" : "valid"
},
{
"tcId" : 2325,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "d704417a51ba538f47dc1e4b1e379309b9560b356483a5da",
"tweak" : "a7e9dcbb14888b9c",
"msg" : [8, 4, 6, 6, 7, 8, 6, 8, 6, 8, 6, 4, 3, 5, 0, 5, 1, 1, 9, 8, 2, 6, 3, 7, 6, 5, 7, 3, 6, 5],
"ct" : [9, 7, 7, 7, 8, 5, 3, 7, 4, 1, 2, 4, 4, 6, 7, 2, 6, 8, 5, 3, 9, 3, 4, 4, 6, 7, 2, 4, 2, 8],
"result" : "valid"
},
{
"tcId" : 2326,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "d704417a51ba538f47dc1e4b1e379309b9560b356483a5da",
"tweak" : "a7e9dcbb14888b9c",
"msg" : [3, 7, 6, 8, 5, 4, 9, 4, 3, 2, 4, 5, 7, 7, 2, 2, 9, 8, 5, 8, 1, 9, 5, 6, 0, 1, 0, 3, 7, 1],
"ct" : [5, 3, 0, 7, 9, 8, 6, 2, 1, 6, 8, 2, 6, 0, 8, 8, 4, 2, 4, 8, 8, 6, 4, 6, 5, 8, 9, 6, 3, 2],
"result" : "valid"
},
{
"tcId" : 2327,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "d704417a51ba538f47dc1e4b1e379309b9560b356483a5da",
"tweak" : "a7e9dcbb14888b9c",
"msg" : [4, 8, 4, 9, 4, 4, 0, 7, 1, 5, 6, 6, 9, 0, 9, 6, 7, 3, 0, 9, 2, 5, 1, 7, 8, 2, 9, 6, 4, 3],
"ct" : [3, 2, 3, 5, 2, 2, 3, 8, 4, 7, 0, 5, 5, 4, 1, 0, 7, 5, 1, 0, 9, 6, 6, 8, 7, 8, 8, 3, 6, 9],
"result" : "valid"
},
{
"tcId" : 2328,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "d704417a51ba538f47dc1e4b1e379309b9560b356483a5da",
"tweak" : "a7e9dcbb14888b9c",
"msg" : [4, 3, 3, 6, 7, 3, 1, 5, 1, 0, 3, 9, 3, 6, 4, 6, 8, 1, 0, 1, 3, 7, 1, 1, 1, 6, 9, 0, 9, 5],
"ct" : [5, 0, 2, 3, 6, 2, 1, 3, 7, 2, 5, 5, 8, 0, 3, 8, 1, 5, 7, 7, 3, 0, 0, 0, 8, 6, 5, 7, 9, 8],
"result" : "valid"
},
{
"tcId" : 2329,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "d704417a51ba538f47dc1e4b1e379309b9560b356483a5da",
"tweak" : "a7e9dcbb14888b9c",
"msg" : [0, 8, 8, 8, 7, 4, 6, 9, 8, 9, 6, 4, 6, 3, 6, 5, 5, 1, 5, 6, 4, 1, 0, 8, 5, 5, 6, 8, 0, 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, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 2330,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "d704417a51ba538f47dc1e4b1e379309b9560b356483a5da",
"tweak" : "a7e9dcbb14888b9c",
"msg" : [1, 5, 6, 2, 3, 0, 8, 5, 0, 7, 5, 6, 6, 0, 0, 8, 3, 5, 1, 6, 1, 6, 9, 4, 1, 1, 1, 6, 9, 9],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 2331,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "d704417a51ba538f47dc1e4b1e379309b9560b356483a5da",
"tweak" : "a7e9dcbb14888b9c",
"msg" : [7, 4, 9, 7, 9, 4, 9, 5, 2, 3, 4, 7, 1, 7, 9, 3, 9, 8, 1, 5, 5, 1, 4, 3, 4, 0, 5, 4, 5, 2],
"ct" : [5, 6, 2, 9, 4, 9, 9, 5, 3, 4, 2, 1, 3, 1, 2, 5, 6, 2, 9, 4, 9, 9, 5, 3, 4, 2, 1, 3, 1, 2],
"result" : "valid"
},
{
"tcId" : 2332,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "d704417a51ba538f47dc1e4b1e379309b9560b356483a5da",
"tweak" : "a7e9dcbb14888b9c",
"msg" : [5, 2, 4, 5, 5, 4, 3, 1, 9, 9, 8, 0, 3, 5, 8, 9, 2, 9, 6, 1, 4, 1, 5, 7, 6, 0, 6, 6, 8, 3],
"ct" : [5, 6, 2, 9, 4, 9, 9, 5, 3, 4, 2, 1, 3, 1, 1, 5, 6, 2, 9, 4, 9, 9, 5, 3, 4, 2, 1, 3, 1, 1],
"result" : "valid"
},
{
"tcId" : 2333,
"comment" : "y = 0 and (y + a) % radix**15 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "83287e1824dca1376f915b8fbd85c150242c332579f827a5",
"tweak" : "eba71754a6954daf",
"msg" : [1, 0, 4, 4, 5, 7, 5, 0, 2, 4, 1, 3, 5, 6, 4, 3, 0, 6, 1, 4, 8, 1, 2, 8, 9, 7, 6, 7, 1, 5],
"ct" : [6, 2, 2, 8, 1, 1, 6, 0, 9, 4, 6, 3, 7, 8, 0, 0, 9, 6, 8, 9, 2, 6, 6, 0, 5, 3, 8, 1, 0, 9],
"result" : "valid"
},
{
"tcId" : 2334,
"comment" : "y = 0 and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "83287e1824dca1376f915b8fbd85c150242c332579f827a5",
"tweak" : "eba71754a6954daf",
"msg" : [7, 0, 9, 4, 8, 1, 6, 2, 9, 8, 0, 4, 4, 3, 0, 9, 7, 6, 9, 2, 8, 9, 8, 5, 5, 5, 9, 9, 7, 8],
"ct" : [4, 5, 4, 0, 3, 0, 2, 7, 7, 3, 4, 6, 4, 3, 1, 4, 5, 7, 0, 2, 3, 1, 3, 9, 4, 7, 1, 2, 7, 2],
"result" : "valid"
},
{
"tcId" : 2335,
"comment" : "y = 0 and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "83287e1824dca1376f915b8fbd85c150242c332579f827a5",
"tweak" : "eba71754a6954daf",
"msg" : [3, 2, 3, 2, 0, 2, 8, 6, 3, 1, 3, 4, 0, 8, 8, 6, 2, 2, 7, 0, 8, 5, 3, 7, 9, 1, 8, 8, 1, 6],
"ct" : [6, 3, 6, 6, 6, 2, 4, 5, 1, 9, 1, 9, 6, 6, 0, 5, 1, 6, 4, 8, 1, 7, 3, 1, 3, 6, 1, 2, 1, 4],
"result" : "valid"
},
{
"tcId" : 2336,
"comment" : "y = 0 and (y + a) % radix**15 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "83287e1824dca1376f915b8fbd85c150242c332579f827a5",
"tweak" : "eba71754a6954daf",
"msg" : [5, 5, 4, 1, 3, 3, 2, 5, 2, 2, 7, 2, 8, 5, 3, 2, 1, 7, 5, 4, 2, 4, 7, 1, 6, 4, 3, 5, 2, 8],
"ct" : [2, 7, 0, 5, 2, 3, 2, 4, 7, 9, 0, 0, 6, 6, 8, 3, 6, 4, 8, 5, 6, 7, 7, 0, 2, 0, 8, 7, 8, 6],
"result" : "valid"
},
{
"tcId" : 2337,
"comment" : "y = 1 and a = 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "83287e1824dca1376f915b8fbd85c150242c332579f827a5",
"tweak" : "9812fa91faf98884",
"msg" : [3, 6, 0, 6, 8, 6, 0, 4, 8, 4, 5, 1, 1, 7, 7, 0, 1, 8, 7, 1, 6, 6, 9, 9, 7, 2, 0, 7, 3, 5],
"ct" : [2, 1, 3, 4, 0, 4, 6, 3, 8, 9, 7, 1, 5, 8, 3, 4, 7, 0, 4, 5, 2, 7, 1, 7, 9, 3, 6, 3, 0, 4],
"result" : "valid"
},
{
"tcId" : 2338,
"comment" : "y = 1 and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "83287e1824dca1376f915b8fbd85c150242c332579f827a5",
"tweak" : "9812fa91faf98884",
"msg" : [0, 5, 2, 0, 7, 2, 0, 7, 5, 0, 3, 9, 8, 2, 6, 0, 0, 1, 6, 1, 5, 1, 9, 6, 3, 4, 2, 2, 7, 2],
"ct" : [9, 3, 9, 0, 1, 7, 0, 5, 5, 3, 5, 5, 5, 6, 9, 6, 2, 9, 4, 5, 8, 0, 0, 6, 1, 6, 0, 4, 2, 8],
"result" : "valid"
},
{
"tcId" : 2339,
"comment" : "y = 1 and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "83287e1824dca1376f915b8fbd85c150242c332579f827a5",
"tweak" : "9812fa91faf98884",
"msg" : [8, 9, 3, 8, 8, 0, 1, 9, 3, 1, 8, 1, 7, 0, 0, 6, 1, 8, 9, 1, 3, 7, 2, 6, 9, 1, 7, 6, 4, 0],
"ct" : [2, 7, 3, 4, 2, 0, 4, 9, 1, 0, 1, 7, 9, 5, 6, 4, 8, 2, 8, 5, 6, 6, 2, 6, 8, 1, 4, 3, 8, 9],
"result" : "valid"
},
{
"tcId" : 2340,
"comment" : "y = 1 and (y + a) % radix**15 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "83287e1824dca1376f915b8fbd85c150242c332579f827a5",
"tweak" : "9812fa91faf98884",
"msg" : [2, 8, 6, 3, 6, 6, 1, 9, 2, 7, 2, 7, 7, 0, 8, 2, 7, 4, 9, 9, 8, 4, 7, 0, 3, 3, 1, 5, 3, 4],
"ct" : [3, 7, 2, 8, 2, 4, 6, 0, 5, 9, 6, 3, 1, 1, 8, 2, 3, 6, 4, 8, 6, 2, 9, 2, 0, 6, 1, 3, 5, 4],
"result" : "valid"
},
{
"tcId" : 2341,
"comment" : "y = 1 and (y + a) % radix**15 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "83287e1824dca1376f915b8fbd85c150242c332579f827a5",
"tweak" : "9812fa91faf98884",
"msg" : [3, 7, 0, 8, 8, 9, 7, 5, 5, 0, 3, 2, 8, 5, 8, 2, 2, 5, 8, 0, 6, 4, 9, 7, 0, 7, 5, 1, 4, 1],
"ct" : [3, 7, 3, 6, 6, 7, 1, 0, 5, 4, 1, 8, 4, 7, 1, 1, 1, 9, 6, 4, 5, 2, 3, 2, 6, 9, 7, 7, 0, 0],
"result" : "valid"
},
{
"tcId" : 2342,
"comment" : "y is edge case for modular reduction and a = 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "83287e1824dca1376f915b8fbd85c150242c332579f827a5",
"tweak" : "a1caacbccb66144a",
"msg" : [7, 8, 9, 5, 4, 2, 3, 4, 7, 3, 2, 8, 0, 1, 4, 0, 5, 1, 7, 2, 9, 0, 1, 5, 5, 6, 3, 2, 7, 9],
"ct" : [3, 8, 0, 2, 7, 1, 4, 4, 4, 9, 3, 6, 3, 0, 3, 5, 8, 0, 3, 2, 1, 7, 8, 5, 9, 5, 0, 6, 2, 6],
"result" : "valid"
},
{
"tcId" : 2343,
"comment" : "y is edge case for modular reduction and a = 1 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "83287e1824dca1376f915b8fbd85c150242c332579f827a5",
"tweak" : "a1caacbccb66144a",
"msg" : [4, 6, 4, 1, 1, 6, 9, 4, 5, 1, 1, 2, 6, 6, 5, 5, 5, 8, 4, 1, 1, 6, 6, 1, 7, 0, 7, 4, 9, 9],
"ct" : [7, 0, 9, 8, 5, 5, 2, 7, 5, 9, 7, 4, 4, 0, 3, 4, 9, 4, 3, 8, 8, 6, 1, 5, 1, 8, 2, 4, 9, 7],
"result" : "valid"
},
{
"tcId" : 2344,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "83287e1824dca1376f915b8fbd85c150242c332579f827a5",
"tweak" : "a1caacbccb66144a",
"msg" : [3, 2, 5, 7, 9, 4, 0, 9, 8, 7, 5, 8, 6, 3, 9, 4, 9, 4, 6, 8, 3, 8, 2, 5, 1, 6, 8, 2, 1, 5],
"ct" : [6, 8, 5, 1, 3, 7, 3, 2, 7, 9, 8, 6, 2, 3, 8, 1, 8, 2, 8, 7, 7, 1, 0, 9, 9, 2, 4, 3, 4, 9],
"result" : "valid"
},
{
"tcId" : 2345,
"comment" : "y is edge case for modular reduction and (y + a) % radix**15 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "83287e1824dca1376f915b8fbd85c150242c332579f827a5",
"tweak" : "a1caacbccb66144a",
"msg" : [7, 7, 4, 1, 2, 9, 5, 0, 9, 6, 0, 6, 5, 3, 6, 1, 9, 1, 4, 5, 0, 4, 1, 2, 8, 2, 8, 1, 9, 6],
"ct" : [2, 8, 2, 9, 5, 2, 1, 6, 9, 5, 3, 1, 0, 5, 5, 3, 1, 3, 0, 1, 3, 0, 2, 6, 3, 8, 7, 1, 0, 8],
"result" : "valid"
},
{
"tcId" : 2346,
"comment" : "y is edge case for modular reduction and (y + a) % radix**15 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "83287e1824dca1376f915b8fbd85c150242c332579f827a5",
"tweak" : "a1caacbccb66144a",
"msg" : [4, 2, 5, 5, 5, 1, 0, 0, 1, 6, 3, 5, 7, 0, 0, 9, 7, 9, 4, 9, 2, 3, 3, 0, 7, 2, 1, 6, 9, 1],
"ct" : [0, 3, 8, 4, 5, 0, 1, 5, 4, 6, 9, 1, 4, 0, 4, 3, 5, 2, 9, 7, 4, 4, 0, 2, 5, 5, 3, 3, 0, 7],
"result" : "valid"
},
{
"tcId" : 2347,
"comment" : "y is edge case for modular reduction and a is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "83287e1824dca1376f915b8fbd85c150242c332579f827a5",
"tweak" : "a1caacbccb66144a",
"msg" : [4, 8, 4, 1, 7, 7, 2, 4, 2, 3, 5, 7, 5, 5, 6, 7, 1, 4, 2, 5, 2, 4, 6, 5, 8, 1, 3, 5, 5, 8],
"ct" : [9, 2, 8, 0, 1, 2, 3, 7, 7, 4, 5, 3, 6, 8, 4, 9, 9, 5, 6, 5, 7, 8, 2, 3, 9, 8, 1, 2, 9, 8],
"result" : "valid"
},
{
"tcId" : 2348,
"comment" : "y is maximal after modular reduction and (y + a) % radix**15 is maximal in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "83287e1824dca1376f915b8fbd85c150242c332579f827a5",
"tweak" : "58b6037179c5e4e0",
"msg" : [8, 2, 2, 1, 1, 4, 3, 8, 5, 4, 0, 6, 8, 4, 6, 4, 0, 9, 4, 3, 2, 9, 6, 8, 6, 7, 1, 5, 5, 4],
"ct" : [5, 4, 5, 4, 8, 4, 9, 9, 4, 1, 0, 7, 8, 4, 1, 0, 0, 5, 9, 0, 1, 2, 8, 7, 8, 8, 2, 5, 8, 6],
"result" : "valid"
},
{
"tcId" : 2349,
"comment" : "y is maximal after modular reduction and (y + a) % radix**15 == 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "83287e1824dca1376f915b8fbd85c150242c332579f827a5",
"tweak" : "58b6037179c5e4e0",
"msg" : [4, 4, 5, 7, 0, 5, 1, 0, 2, 0, 1, 9, 7, 3, 5, 2, 7, 5, 0, 3, 0, 7, 4, 5, 8, 3, 3, 6, 3, 5],
"ct" : [3, 1, 4, 5, 6, 1, 6, 7, 8, 5, 7, 7, 4, 6, 0, 1, 1, 3, 7, 2, 7, 6, 4, 2, 3, 5, 2, 1, 2, 9],
"result" : "valid"
},
{
"tcId" : 2350,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "83287e1824dca1376f915b8fbd85c150242c332579f827a5",
"tweak" : "58b6037179c5e4e0",
"msg" : [8, 4, 3, 0, 5, 7, 2, 9, 8, 7, 5, 8, 1, 6, 2, 4, 0, 8, 7, 3, 0, 0, 3, 3, 7, 6, 1, 1, 8, 5],
"ct" : [3, 4, 0, 5, 3, 6, 4, 4, 9, 5, 8, 6, 9, 8, 0, 8, 0, 0, 5, 2, 7, 6, 3, 9, 4, 8, 2, 9, 4, 2],
"result" : "valid"
},
{
"tcId" : 2351,
"comment" : "y is maximal after modular reduction and a is maximal in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "83287e1824dca1376f915b8fbd85c150242c332579f827a5",
"tweak" : "58b6037179c5e4e0",
"msg" : [0, 5, 3, 0, 0, 9, 4, 5, 1, 5, 9, 0, 1, 8, 1, 3, 2, 3, 9, 9, 0, 1, 7, 9, 2, 1, 8, 2, 5, 5],
"ct" : [4, 8, 2, 6, 1, 5, 4, 7, 8, 9, 6, 5, 2, 6, 1, 3, 7, 7, 5, 9, 7, 9, 8, 8, 8, 9, 7, 9, 1, 6],
"result" : "valid"
},
{
"tcId" : 2352,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "76449a7c27b069b33678384e96f8bf7151bdae73c038d7fa",
"tweak" : "9efb1ff8ad862889",
"msg" : [-1, 7, 1, 3, 6, 1, 0, 8, 2, 0, 5, 4, 7, 6, 4, 1, 5, 0, 3, 2, 8, 5, 3, 7, 2, 8, 7, 0, 0, 7],
"ct" : [9, 3, 6, 5, 9, 0, 8, 0, 0, 2, 2, 5, 9, 3, 2, 6, 0, 2, 1, 4, 5, 9, 8, 9, 6, 2, 7, 4, 4, 9],
"result" : "invalid"
},
{
"tcId" : 2353,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "76449a7c27b069b33678384e96f8bf7151bdae73c038d7fa",
"tweak" : "9efb1ff8ad862889",
"msg" : [9, 7, 1, 3, 6, 1, 0, 8, 2, 0, -1, 4, 7, 6, 4, 1, 5, 0, 3, 2, 8, 5, 3, 7, 2, 8, 7, 0, 0, 7],
"ct" : [0, 8, 1, 6, 3, 7, 3, 8, 4, 2, 2, 4, 1, 4, 1, 0, 6, 5, 9, 7, 5, 5, 8, 9, 4, 2, 5, 2, 7, 4],
"result" : "invalid"
},
{
"tcId" : 2354,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "76449a7c27b069b33678384e96f8bf7151bdae73c038d7fa",
"tweak" : "9efb1ff8ad862889",
"msg" : [9, 7, 1, 3, 6, 1, 0, 8, 2, 0, 5, 4, 7, 6, 4, 1, 5, 0, 3, 2, 8, 5, 3, 7, 2, 8, 7, 0, 0, -1],
"ct" : [5, 4, 3, 4, 6, 7, 9, 8, 5, 1, 8, 3, 8, 1, 4, 5, 5, 3, 2, 6, 8, 4, 6, 0, 1, 0, 2, 6, 9, 6],
"result" : "invalid"
},
{
"tcId" : 2355,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "ce835c60ae00c9b6be7d5263fb86da0b2e64e9796eb3d018",
"tweak" : "ba0f4c460026bef2",
"msg" : [10, 3, 7, 0, 0, 2, 0, 6, 8, 1, 7, 4, 3, 3, 6, 2, 0, 8, 3, 5, 4, 9, 4, 3, 3, 6, 7, 0, 6, 1],
"ct" : [0, 2, 8, 9, 8, 7, 3, 7, 2, 6, 3, 0, 2, 6, 1, 9, 9, 5, 5, 3, 6, 1, 0, 0, 9, 6, 0, 1, 3, 6],
"result" : "invalid"
},
{
"tcId" : 2356,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "ce835c60ae00c9b6be7d5263fb86da0b2e64e9796eb3d018",
"tweak" : "ba0f4c460026bef2",
"msg" : [3, 3, 7, 0, 0, 2, 0, 6, 8, 1, 10, 4, 3, 3, 6, 2, 0, 8, 3, 5, 4, 9, 4, 3, 3, 6, 7, 0, 6, 1],
"ct" : [0, 3, 2, 1, 9, 0, 7, 0, 4, 6, 5, 4, 3, 2, 9, 0, 1, 4, 1, 6, 9, 5, 9, 6, 3, 0, 3, 2, 7, 6],
"result" : "invalid"
},
{
"tcId" : 2357,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "ce835c60ae00c9b6be7d5263fb86da0b2e64e9796eb3d018",
"tweak" : "ba0f4c460026bef2",
"msg" : [3, 3, 7, 0, 0, 2, 0, 6, 8, 1, 7, 4, 3, 3, 6, 2, 0, 8, 3, 5, 4, 9, 4, 3, 3, 6, 7, 0, 6, 10],
"ct" : [5, 4, 4, 4, 5, 6, 0, 9, 3, 0, 6, 4, 6, 9, 0, 0, 0, 2, 6, 3, 9, 2, 9, 0, 2, 8, 9, 1, 8, 1],
"result" : "invalid"
}
]
},
{
"keySize" : 192,
"msgSize" : 31,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 2358,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "77b5e0675cc0ecffd9a187798870ce49ce4a9b6807e14b2b",
"tweak" : "dc5996a3061cff92",
"msg" : [8, 4, 6, 7, 8, 0, 0, 0, 0, 7, 0, 6, 8, 2, 2, 4, 0, 5, 1, 4, 4, 9, 5, 9, 9, 0, 6, 0, 7, 8, 6],
"ct" : [8, 8, 6, 4, 2, 8, 7, 1, 9, 6, 6, 7, 0, 8, 6, 1, 8, 6, 1, 7, 3, 4, 4, 0, 8, 1, 2, 1, 6, 2, 3],
"result" : "valid"
},
{
"tcId" : 2359,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "4fcf59eaa701cee65916c3b24bda665647d578cfaa737d5a",
"tweak" : "315fa89f9537aa44",
"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, 0, 0, 0, 0],
"ct" : [5, 2, 9, 8, 0, 4, 8, 4, 0, 6, 8, 6, 4, 7, 5, 9, 2, 2, 1, 6, 7, 2, 2, 6, 6, 7, 8, 7, 0, 0, 5],
"result" : "valid"
},
{
"tcId" : 2360,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "4fcf59eaa701cee65916c3b24bda665647d578cfaa737d5a",
"tweak" : "315fa89f9537aa44",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [0, 8, 7, 4, 2, 9, 9, 7, 2, 9, 7, 7, 5, 8, 1, 1, 8, 2, 8, 4, 2, 8, 7, 0, 5, 6, 6, 4, 1, 1, 3],
"result" : "valid"
},
{
"tcId" : 2361,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "4fcf59eaa701cee65916c3b24bda665647d578cfaa737d5a",
"tweak" : "315fa89f9537aa44",
"msg" : [5, 6, 2, 9, 4, 9, 9, 5, 3, 4, 2, 1, 3, 1, 2, 9, 0, 0, 7, 1, 9, 9, 2, 5, 4, 7, 4, 0, 9, 9, 2],
"ct" : [5, 9, 4, 9, 5, 9, 8, 2, 9, 6, 4, 1, 6, 2, 9, 5, 9, 6, 0, 6, 5, 0, 1, 8, 2, 5, 7, 3, 3, 7, 7],
"result" : "valid"
},
{
"tcId" : 2362,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "4fcf59eaa701cee65916c3b24bda665647d578cfaa737d5a",
"tweak" : "315fa89f9537aa44",
"msg" : [5, 6, 2, 9, 4, 9, 9, 5, 3, 4, 2, 1, 3, 1, 1, 9, 0, 0, 7, 1, 9, 9, 2, 5, 4, 7, 4, 0, 9, 9, 1],
"ct" : [4, 8, 7, 1, 8, 1, 9, 0, 2, 0, 0, 4, 3, 2, 3, 7, 7, 4, 5, 5, 1, 4, 3, 5, 2, 9, 9, 2, 6, 5, 7],
"result" : "valid"
},
{
"tcId" : 2363,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "4fcf59eaa701cee65916c3b24bda665647d578cfaa737d5a",
"tweak" : "315fa89f9537aa44",
"msg" : [3, 6, 2, 8, 3, 7, 2, 4, 8, 4, 8, 8, 8, 0, 3, 6, 8, 8, 9, 9, 8, 7, 3, 2, 5, 2, 0, 1, 5, 8, 5],
"ct" : [9, 5, 4, 5, 1, 5, 3, 9, 1, 5, 1, 3, 3, 2, 5, 2, 8, 0, 2, 6, 1, 2, 3, 8, 4, 9, 1, 1, 3, 4, 6],
"result" : "valid"
},
{
"tcId" : 2364,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "4fcf59eaa701cee65916c3b24bda665647d578cfaa737d5a",
"tweak" : "315fa89f9537aa44",
"msg" : [8, 8, 3, 7, 8, 7, 9, 9, 7, 7, 9, 7, 6, 8, 7, 7, 0, 6, 1, 2, 2, 4, 8, 1, 2, 5, 8, 2, 1, 1, 8],
"ct" : [9, 7, 2, 1, 5, 1, 9, 1, 2, 1, 6, 7, 7, 1, 8, 8, 4, 1, 4, 5, 0, 6, 1, 6, 8, 6, 8, 3, 4, 1, 4],
"result" : "valid"
},
{
"tcId" : 2365,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "4fcf59eaa701cee65916c3b24bda665647d578cfaa737d5a",
"tweak" : "315fa89f9537aa44",
"msg" : [8, 1, 9, 3, 1, 5, 0, 9, 7, 4, 2, 3, 2, 9, 3, 1, 6, 1, 4, 2, 7, 1, 7, 6, 7, 9, 7, 3, 7, 2, 9],
"ct" : [7, 8, 6, 0, 1, 7, 1, 0, 1, 8, 8, 3, 6, 0, 2, 5, 6, 5, 5, 5, 9, 4, 8, 7, 6, 8, 1, 7, 4, 2, 7],
"result" : "valid"
},
{
"tcId" : 2366,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "4fcf59eaa701cee65916c3b24bda665647d578cfaa737d5a",
"tweak" : "315fa89f9537aa44",
"msg" : [7, 9, 1, 5, 8, 8, 5, 0, 1, 3, 0, 8, 4, 3, 8, 0, 9, 6, 9, 9, 8, 6, 0, 7, 9, 1, 4, 3, 7, 9, 1],
"ct" : [9, 5, 1, 3, 7, 0, 8, 6, 6, 2, 6, 2, 0, 6, 9, 7, 5, 8, 6, 0, 3, 2, 8, 2, 0, 5, 0, 4, 5, 6, 7],
"result" : "valid"
},
{
"tcId" : 2367,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "4fcf59eaa701cee65916c3b24bda665647d578cfaa737d5a",
"tweak" : "315fa89f9537aa44",
"msg" : [8, 8, 5, 3, 4, 9, 8, 2, 9, 5, 5, 5, 5, 7, 2, 5, 8, 6, 8, 8, 5, 0, 6, 6, 3, 4, 2, 8, 3, 8, 9],
"ct" : [7, 4, 1, 8, 0, 0, 8, 8, 0, 5, 4, 2, 0, 0, 3, 4, 9, 8, 9, 6, 4, 3, 0, 1, 4, 6, 8, 4, 1, 7, 5],
"result" : "valid"
},
{
"tcId" : 2368,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "4fcf59eaa701cee65916c3b24bda665647d578cfaa737d5a",
"tweak" : "315fa89f9537aa44",
"msg" : [3, 9, 1, 0, 9, 3, 1, 0, 7, 4, 2, 9, 9, 3, 4, 9, 6, 0, 2, 4, 8, 0, 5, 1, 8, 7, 0, 2, 1, 7, 7],
"ct" : [4, 0, 0, 4, 0, 5, 7, 7, 7, 7, 8, 3, 1, 2, 6, 2, 1, 2, 5, 4, 9, 2, 2, 7, 5, 3, 9, 8, 7, 4, 1],
"result" : "valid"
},
{
"tcId" : 2369,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "4fcf59eaa701cee65916c3b24bda665647d578cfaa737d5a",
"tweak" : "315fa89f9537aa44",
"msg" : [7, 4, 2, 3, 3, 4, 2, 6, 5, 8, 1, 8, 9, 9, 1, 5, 1, 2, 5, 4, 1, 0, 4, 2, 8, 8, 3, 8, 4, 7, 9],
"ct" : [7, 4, 8, 1, 2, 9, 9, 6, 5, 0, 0, 1, 5, 3, 4, 4, 6, 0, 8, 5, 3, 6, 4, 4, 2, 1, 4, 0, 8, 6, 0],
"result" : "valid"
},
{
"tcId" : 2370,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "4fcf59eaa701cee65916c3b24bda665647d578cfaa737d5a",
"tweak" : "315fa89f9537aa44",
"msg" : [4, 5, 1, 1, 1, 2, 2, 0, 5, 1, 3, 0, 0, 9, 0, 7, 5, 2, 6, 2, 0, 0, 0, 6, 6, 2, 3, 5, 6, 5, 1],
"ct" : [6, 5, 4, 0, 1, 3, 5, 9, 1, 5, 5, 3, 3, 0, 3, 0, 1, 4, 9, 1, 4, 5, 8, 1, 1, 4, 8, 2, 4, 8, 1],
"result" : "valid"
},
{
"tcId" : 2371,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "4fcf59eaa701cee65916c3b24bda665647d578cfaa737d5a",
"tweak" : "315fa89f9537aa44",
"msg" : [5, 5, 4, 0, 1, 6, 0, 8, 8, 8, 4, 6, 7, 0, 0, 4, 8, 2, 7, 1, 9, 6, 0, 9, 4, 3, 7, 8, 1, 6, 6],
"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, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 2372,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "4fcf59eaa701cee65916c3b24bda665647d578cfaa737d5a",
"tweak" : "315fa89f9537aa44",
"msg" : [5, 5, 8, 2, 6, 8, 4, 0, 6, 6, 1, 3, 8, 9, 1, 7, 2, 0, 1, 4, 3, 9, 5, 8, 8, 3, 5, 3, 9, 6, 4],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 2373,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "4fcf59eaa701cee65916c3b24bda665647d578cfaa737d5a",
"tweak" : "315fa89f9537aa44",
"msg" : [3, 1, 4, 2, 2, 9, 0, 4, 0, 1, 7, 4, 0, 5, 0, 0, 8, 9, 7, 3, 8, 4, 9, 5, 6, 2, 6, 2, 5, 8, 2],
"ct" : [5, 6, 2, 9, 4, 9, 9, 5, 3, 4, 2, 1, 3, 1, 2, 9, 0, 0, 7, 1, 9, 9, 2, 5, 4, 7, 4, 0, 9, 9, 2],
"result" : "valid"
},
{
"tcId" : 2374,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "4fcf59eaa701cee65916c3b24bda665647d578cfaa737d5a",
"tweak" : "315fa89f9537aa44",
"msg" : [3, 8, 8, 5, 5, 9, 4, 2, 9, 2, 1, 4, 1, 2, 5, 7, 5, 4, 5, 9, 8, 7, 1, 8, 0, 6, 9, 7, 9, 7, 9],
"ct" : [5, 6, 2, 9, 4, 9, 9, 5, 3, 4, 2, 1, 3, 1, 1, 9, 0, 0, 7, 1, 9, 9, 2, 5, 4, 7, 4, 0, 9, 9, 1],
"result" : "valid"
},
{
"tcId" : 2375,
"comment" : "y = 0 and (y + a) % radix**15 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "6350fd65437d0134347a365323f230083d7d7fb07cd79d1d",
"tweak" : "0751e59edccbfc95",
"msg" : [9, 9, 3, 3, 3, 1, 5, 7, 8, 2, 5, 5, 2, 6, 7, 3, 3, 7, 0, 7, 5, 4, 6, 8, 0, 4, 3, 9, 4, 0, 2],
"ct" : [6, 6, 0, 5, 7, 3, 2, 7, 1, 3, 3, 0, 6, 9, 5, 6, 0, 7, 2, 1, 8, 8, 5, 8, 9, 4, 8, 7, 0, 2, 7],
"result" : "valid"
},
{
"tcId" : 2376,
"comment" : "y = 0 and a = 1 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "6350fd65437d0134347a365323f230083d7d7fb07cd79d1d",
"tweak" : "0751e59edccbfc95",
"msg" : [3, 9, 8, 5, 8, 7, 8, 6, 9, 3, 6, 6, 5, 7, 7, 2, 4, 0, 7, 7, 6, 2, 0, 4, 4, 7, 9, 4, 5, 5, 9],
"ct" : [2, 4, 5, 2, 6, 5, 9, 6, 7, 6, 1, 9, 5, 6, 3, 6, 1, 2, 2, 0, 3, 6, 4, 9, 1, 7, 9, 1, 0, 9, 9],
"result" : "valid"
},
{
"tcId" : 2377,
"comment" : "y = 0 and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "6350fd65437d0134347a365323f230083d7d7fb07cd79d1d",
"tweak" : "0751e59edccbfc95",
"msg" : [2, 3, 9, 4, 1, 0, 9, 9, 7, 2, 7, 3, 1, 3, 1, 8, 5, 8, 4, 9, 3, 0, 9, 9, 4, 1, 7, 1, 6, 1, 6],
"ct" : [7, 8, 4, 2, 6, 3, 2, 5, 6, 1, 4, 3, 3, 5, 4, 7, 3, 0, 0, 2, 3, 5, 6, 3, 4, 2, 3, 8, 8, 1, 7],
"result" : "valid"
},
{
"tcId" : 2378,
"comment" : "y = 0 and (y + a) % radix**15 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "6350fd65437d0134347a365323f230083d7d7fb07cd79d1d",
"tweak" : "0751e59edccbfc95",
"msg" : [5, 5, 6, 3, 5, 5, 2, 2, 7, 0, 0, 2, 6, 6, 3, 5, 4, 9, 7, 9, 0, 3, 9, 2, 1, 4, 6, 1, 9, 0, 1],
"ct" : [5, 5, 5, 6, 5, 9, 7, 3, 0, 1, 7, 1, 0, 6, 7, 1, 6, 4, 6, 6, 8, 9, 2, 8, 2, 3, 0, 0, 7, 5, 2],
"result" : "valid"
},
{
"tcId" : 2379,
"comment" : "y = 1 and a = 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "6350fd65437d0134347a365323f230083d7d7fb07cd79d1d",
"tweak" : "dd45aef939971788",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 6, 9, 6, 1, 7, 6, 1, 9, 3, 9, 9, 9, 2, 0],
"ct" : [6, 4, 2, 0, 4, 1, 1, 8, 7, 9, 6, 7, 8, 8, 3, 9, 9, 2, 2, 4, 2, 8, 3, 3, 0, 6, 2, 3, 6, 9, 4],
"result" : "valid"
},
{
"tcId" : 2380,
"comment" : "y = 1 and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "6350fd65437d0134347a365323f230083d7d7fb07cd79d1d",
"tweak" : "dd45aef939971788",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 8, 6, 9, 6, 1, 7, 6, 1, 9, 3, 9, 9, 9, 2, 0],
"ct" : [6, 7, 2, 1, 1, 7, 2, 5, 3, 1, 0, 8, 7, 9, 5, 7, 0, 9, 2, 0, 9, 7, 0, 5, 8, 1, 2, 5, 4, 6, 3],
"result" : "valid"
},
{
"tcId" : 2381,
"comment" : "y = 1 and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "6350fd65437d0134347a365323f230083d7d7fb07cd79d1d",
"tweak" : "dd45aef939971788",
"msg" : [5, 6, 2, 9, 4, 9, 9, 5, 3, 4, 2, 1, 3, 1, 2, 0, 8, 6, 9, 6, 1, 7, 6, 1, 9, 3, 9, 9, 9, 2, 0],
"ct" : [3, 4, 5, 7, 2, 0, 4, 4, 5, 1, 1, 6, 1, 4, 3, 3, 8, 6, 7, 5, 1, 6, 4, 2, 0, 8, 2, 7, 1, 1, 5],
"result" : "valid"
},
{
"tcId" : 2382,
"comment" : "y = 1 and (y + a) % radix**15 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "6350fd65437d0134347a365323f230083d7d7fb07cd79d1d",
"tweak" : "dd45aef939971788",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 8, 0, 8, 6, 9, 6, 1, 7, 6, 1, 9, 3, 9, 9, 9, 2, 0],
"ct" : [0, 2, 2, 2, 4, 7, 2, 1, 8, 8, 5, 0, 4, 5, 0, 7, 2, 6, 0, 6, 7, 3, 6, 5, 4, 6, 6, 4, 5, 7, 2],
"result" : "valid"
},
{
"tcId" : 2383,
"comment" : "y = 1 and (y + a) % radix**15 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "6350fd65437d0134347a365323f230083d7d7fb07cd79d1d",
"tweak" : "dd45aef939971788",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 0, 8, 6, 9, 6, 1, 7, 6, 1, 9, 3, 9, 9, 9, 2, 0],
"ct" : [2, 9, 5, 9, 1, 0, 9, 8, 3, 1, 6, 5, 7, 8, 5, 7, 5, 9, 9, 0, 9, 1, 2, 2, 0, 4, 9, 8, 3, 2, 4],
"result" : "valid"
},
{
"tcId" : 2384,
"comment" : "y is maximal and a = 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "6350fd65437d0134347a365323f230083d7d7fb07cd79d1d",
"tweak" : "88633e9984cca8e2",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 3, 3, 5, 8, 8, 3, 4, 0, 5, 6, 5, 4, 5, 0, 5],
"ct" : [7, 2, 7, 9, 6, 6, 6, 1, 7, 1, 3, 4, 4, 5, 2, 1, 1, 7, 8, 5, 3, 4, 9, 7, 4, 2, 9, 5, 4, 2, 3],
"result" : "valid"
},
{
"tcId" : 2385,
"comment" : "y is maximal and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "6350fd65437d0134347a365323f230083d7d7fb07cd79d1d",
"tweak" : "88633e9984cca8e2",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 3, 5, 8, 8, 3, 4, 0, 5, 6, 5, 4, 5, 0, 5],
"ct" : [3, 2, 9, 8, 3, 1, 7, 0, 0, 7, 7, 0, 4, 6, 9, 9, 6, 2, 5, 9, 1, 4, 3, 2, 7, 5, 3, 2, 3, 0, 7],
"result" : "valid"
},
{
"tcId" : 2386,
"comment" : "y is maximal and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "6350fd65437d0134347a365323f230083d7d7fb07cd79d1d",
"tweak" : "88633e9984cca8e2",
"msg" : [5, 6, 2, 9, 4, 9, 9, 5, 3, 4, 2, 1, 3, 1, 2, 2, 3, 3, 5, 8, 8, 3, 4, 0, 5, 6, 5, 4, 5, 0, 5],
"ct" : [5, 1, 5, 2, 5, 2, 4, 2, 3, 8, 8, 2, 6, 4, 7, 8, 0, 6, 4, 2, 5, 0, 7, 4, 7, 7, 5, 6, 8, 7, 1],
"result" : "valid"
},
{
"tcId" : 2387,
"comment" : "y is maximal and (y + a) % radix**15 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "6350fd65437d0134347a365323f230083d7d7fb07cd79d1d",
"tweak" : "88633e9984cca8e2",
"msg" : [6, 6, 2, 4, 0, 6, 4, 5, 6, 0, 4, 9, 6, 6, 4, 2, 3, 3, 5, 8, 8, 3, 4, 0, 5, 6, 5, 4, 5, 0, 5],
"ct" : [2, 8, 1, 8, 9, 2, 9, 9, 3, 9, 2, 5, 3, 3, 2, 1, 6, 6, 7, 0, 7, 7, 2, 2, 0, 6, 3, 0, 8, 6, 3],
"result" : "valid"
},
{
"tcId" : 2388,
"comment" : "y is maximal and (y + a) % radix**15 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "6350fd65437d0134347a365323f230083d7d7fb07cd79d1d",
"tweak" : "88633e9984cca8e2",
"msg" : [6, 6, 2, 4, 0, 6, 4, 5, 6, 0, 4, 9, 6, 6, 5, 2, 3, 3, 5, 8, 8, 3, 4, 0, 5, 6, 5, 4, 5, 0, 5],
"ct" : [0, 0, 3, 9, 3, 4, 3, 3, 1, 2, 4, 0, 7, 4, 4, 0, 4, 2, 5, 1, 2, 1, 1, 6, 0, 6, 4, 2, 1, 7, 7],
"result" : "valid"
},
{
"tcId" : 2389,
"comment" : "y is maximal and a is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "6350fd65437d0134347a365323f230083d7d7fb07cd79d1d",
"tweak" : "88633e9984cca8e2",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 2, 3, 3, 5, 8, 8, 3, 4, 0, 5, 6, 5, 4, 5, 0, 5],
"ct" : [2, 8, 0, 8, 0, 2, 8, 9, 3, 9, 4, 1, 9, 3, 1, 1, 6, 7, 1, 5, 8, 7, 6, 5, 8, 0, 8, 4, 7, 4, 4],
"result" : "valid"
},
{
"tcId" : 2390,
"comment" : "y is edge case for modular reduction and a = 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "6350fd65437d0134347a365323f230083d7d7fb07cd79d1d",
"tweak" : "e288f5f5190f4a2c",
"msg" : [4, 0, 2, 1, 6, 2, 5, 3, 6, 3, 3, 0, 9, 2, 4, 5, 0, 2, 2, 3, 7, 1, 3, 5, 1, 5, 2, 3, 8, 3, 3],
"ct" : [9, 7, 9, 8, 9, 8, 1, 9, 9, 1, 2, 5, 1, 1, 8, 8, 8, 2, 2, 4, 1, 6, 1, 7, 8, 7, 5, 9, 3, 7, 2],
"result" : "valid"
},
{
"tcId" : 2391,
"comment" : "y is edge case for modular reduction and a = 1 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "6350fd65437d0134347a365323f230083d7d7fb07cd79d1d",
"tweak" : "e288f5f5190f4a2c",
"msg" : [4, 4, 2, 3, 9, 8, 5, 2, 0, 1, 8, 6, 1, 5, 9, 7, 8, 9, 8, 0, 1, 3, 5, 3, 4, 7, 2, 6, 5, 1, 6],
"ct" : [0, 6, 6, 7, 1, 8, 6, 4, 7, 5, 9, 5, 8, 4, 2, 9, 8, 2, 7, 4, 4, 0, 3, 4, 9, 2, 5, 8, 9, 8, 1],
"result" : "valid"
},
{
"tcId" : 2392,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "6350fd65437d0134347a365323f230083d7d7fb07cd79d1d",
"tweak" : "e288f5f5190f4a2c",
"msg" : [4, 7, 5, 4, 0, 4, 7, 6, 1, 7, 6, 7, 8, 6, 5, 7, 6, 5, 1, 9, 6, 2, 7, 5, 5, 6, 5, 8, 9, 4, 2],
"ct" : [4, 6, 1, 6, 9, 7, 9, 0, 4, 9, 1, 0, 9, 7, 4, 8, 9, 5, 7, 4, 2, 6, 4, 2, 1, 3, 6, 5, 4, 5, 5],
"result" : "valid"
},
{
"tcId" : 2393,
"comment" : "y is edge case for modular reduction and (y + a) % radix**15 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "6350fd65437d0134347a365323f230083d7d7fb07cd79d1d",
"tweak" : "e288f5f5190f4a2c",
"msg" : [1, 7, 1, 7, 4, 0, 4, 7, 5, 0, 5, 3, 9, 4, 8, 0, 5, 7, 6, 1, 1, 9, 1, 9, 0, 7, 7, 7, 8, 1, 0],
"ct" : [7, 3, 9, 7, 6, 0, 6, 3, 1, 7, 7, 9, 5, 9, 4, 8, 1, 6, 6, 9, 1, 1, 4, 7, 5, 1, 0, 8, 6, 7, 0],
"result" : "valid"
},
{
"tcId" : 2394,
"comment" : "y is edge case for modular reduction and (y + a) % radix**15 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "6350fd65437d0134347a365323f230083d7d7fb07cd79d1d",
"tweak" : "e288f5f5190f4a2c",
"msg" : [4, 3, 4, 3, 3, 0, 2, 4, 3, 1, 7, 4, 4, 8, 5, 0, 3, 6, 3, 5, 7, 3, 1, 8, 8, 8, 3, 2, 7, 7, 5],
"ct" : [9, 8, 1, 7, 8, 0, 6, 7, 3, 6, 5, 0, 0, 6, 8, 9, 4, 8, 0, 4, 1, 7, 7, 0, 3, 6, 3, 7, 0, 4, 2],
"result" : "valid"
},
{
"tcId" : 2395,
"comment" : "y is edge case for modular reduction and a is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "6350fd65437d0134347a365323f230083d7d7fb07cd79d1d",
"tweak" : "e288f5f5190f4a2c",
"msg" : [6, 0, 7, 9, 3, 9, 7, 5, 3, 1, 8, 9, 0, 9, 9, 4, 1, 3, 7, 4, 2, 8, 9, 2, 2, 2, 2, 7, 0, 2, 1],
"ct" : [1, 3, 9, 0, 8, 2, 6, 5, 5, 8, 2, 5, 0, 4, 1, 1, 3, 9, 6, 7, 0, 8, 6, 7, 1, 2, 0, 2, 3, 9, 0],
"result" : "valid"
},
{
"tcId" : 2396,
"comment" : "y is maximal after modular reduction and (y + a) % radix**15 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "6350fd65437d0134347a365323f230083d7d7fb07cd79d1d",
"tweak" : "fc7b2aa5c2a4725e",
"msg" : [2, 3, 4, 9, 8, 0, 2, 9, 0, 1, 1, 9, 5, 9, 8, 7, 2, 4, 0, 8, 3, 0, 0, 1, 7, 1, 1, 3, 9, 7, 9],
"ct" : [7, 6, 9, 7, 0, 1, 0, 6, 3, 3, 1, 3, 9, 6, 9, 9, 8, 4, 1, 2, 2, 9, 9, 3, 5, 2, 7, 6, 9, 6, 4],
"result" : "valid"
},
{
"tcId" : 2397,
"comment" : "y is maximal after modular reduction and (y + a) % radix**15 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "6350fd65437d0134347a365323f230083d7d7fb07cd79d1d",
"tweak" : "fc7b2aa5c2a4725e",
"msg" : [0, 8, 0, 2, 5, 0, 6, 7, 2, 1, 2, 4, 2, 1, 9, 9, 1, 2, 4, 8, 7, 4, 1, 9, 7, 0, 3, 7, 1, 2, 0],
"ct" : [7, 0, 8, 2, 9, 1, 5, 2, 4, 0, 9, 6, 4, 1, 8, 6, 5, 0, 8, 5, 2, 5, 0, 8, 4, 1, 7, 1, 8, 8, 0],
"result" : "valid"
},
{
"tcId" : 2398,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "6350fd65437d0134347a365323f230083d7d7fb07cd79d1d",
"tweak" : "fc7b2aa5c2a4725e",
"msg" : [5, 5, 6, 4, 4, 1, 5, 8, 5, 9, 8, 0, 1, 6, 5, 1, 8, 3, 0, 4, 0, 8, 0, 8, 7, 6, 7, 7, 0, 6, 7],
"ct" : [8, 9, 6, 8, 2, 7, 2, 3, 3, 3, 3, 7, 8, 0, 2, 9, 3, 2, 7, 9, 6, 6, 3, 2, 1, 7, 5, 0, 3, 1, 5],
"result" : "valid"
},
{
"tcId" : 2399,
"comment" : "y is maximal after modular reduction and a is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "6350fd65437d0134347a365323f230083d7d7fb07cd79d1d",
"tweak" : "fc7b2aa5c2a4725e",
"msg" : [0, 7, 6, 1, 7, 5, 2, 5, 1, 8, 2, 2, 7, 0, 9, 1, 7, 4, 8, 2, 8, 1, 3, 6, 2, 0, 1, 4, 4, 8, 6],
"ct" : [0, 6, 2, 4, 5, 2, 6, 3, 1, 1, 7, 1, 6, 5, 4, 1, 3, 2, 2, 5, 1, 4, 1, 9, 6, 5, 5, 1, 7, 8, 9],
"result" : "valid"
},
{
"tcId" : 2400,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "364984930c7a7dbafe67f0a6398ad68d3b643423f7421aeb",
"tweak" : "e432f1926c6d0ff8",
"msg" : [-1, 7, 4, 3, 7, 2, 6, 5, 5, 6, 3, 1, 3, 4, 9, 1, 0, 9, 9, 4, 9, 9, 1, 5, 3, 3, 5, 1, 0, 0, 9],
"ct" : [6, 3, 4, 7, 0, 1, 8, 4, 5, 7, 2, 1, 9, 3, 2, 0, 7, 6, 4, 7, 4, 5, 4, 8, 3, 8, 8, 5, 6, 6, 8],
"result" : "invalid"
},
{
"tcId" : 2401,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "364984930c7a7dbafe67f0a6398ad68d3b643423f7421aeb",
"tweak" : "e432f1926c6d0ff8",
"msg" : [1, 7, 4, 3, 7, 2, 6, 5, 5, 6, -1, 1, 3, 4, 9, 1, 0, 9, 9, 4, 9, 9, 1, 5, 3, 3, 5, 1, 0, 0, 9],
"ct" : [0, 8, 1, 2, 1, 8, 5, 8, 3, 0, 7, 6, 7, 7, 1, 5, 7, 7, 3, 6, 2, 7, 1, 4, 2, 1, 5, 8, 5, 6, 1],
"result" : "invalid"
},
{
"tcId" : 2402,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "364984930c7a7dbafe67f0a6398ad68d3b643423f7421aeb",
"tweak" : "e432f1926c6d0ff8",
"msg" : [1, 7, 4, 3, 7, 2, 6, 5, 5, 6, 3, 1, 3, 4, 9, 1, 0, 9, 9, 4, 9, 9, 1, 5, 3, 3, 5, 1, 0, 0, -1],
"ct" : [5, 3, 3, 3, 4, 7, 4, 5, 4, 3, 6, 1, 2, 2, 8, 6, 1, 9, 1, 8, 9, 3, 4, 2, 8, 1, 3, 5, 2, 9, 7],
"result" : "invalid"
},
{
"tcId" : 2403,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "67bd4654cb706a8ab9d134b22484fe5fb0b0e8994e9f64ba",
"tweak" : "ad6397d83e3a4cf3",
"msg" : [10, 3, 2, 7, 3, 8, 5, 4, 2, 3, 0, 5, 1, 3, 2, 1, 0, 3, 1, 6, 0, 8, 1, 1, 7, 8, 8, 4, 6, 5, 4],
"ct" : [3, 4, 3, 9, 3, 3, 7, 3, 4, 1, 7, 7, 1, 2, 6, 0, 5, 3, 5, 3, 7, 2, 7, 8, 9, 7, 9, 9, 7, 2, 4],
"result" : "invalid"
},
{
"tcId" : 2404,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "67bd4654cb706a8ab9d134b22484fe5fb0b0e8994e9f64ba",
"tweak" : "ad6397d83e3a4cf3",
"msg" : [4, 3, 2, 7, 3, 8, 5, 4, 2, 3, 10, 5, 1, 3, 2, 1, 0, 3, 1, 6, 0, 8, 1, 1, 7, 8, 8, 4, 6, 5, 4],
"ct" : [5, 0, 7, 3, 1, 4, 2, 6, 7, 4, 4, 7, 6, 8, 8, 2, 5, 5, 8, 7, 5, 7, 5, 4, 9, 8, 5, 5, 2, 1, 5],
"result" : "invalid"
},
{
"tcId" : 2405,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "67bd4654cb706a8ab9d134b22484fe5fb0b0e8994e9f64ba",
"tweak" : "ad6397d83e3a4cf3",
"msg" : [4, 3, 2, 7, 3, 8, 5, 4, 2, 3, 0, 5, 1, 3, 2, 1, 0, 3, 1, 6, 0, 8, 1, 1, 7, 8, 8, 4, 6, 5, 10],
"ct" : [7, 1, 4, 7, 3, 7, 2, 9, 6, 1, 2, 1, 2, 6, 7, 4, 9, 8, 4, 6, 4, 6, 9, 0, 6, 3, 9, 1, 5, 3, 9],
"result" : "invalid"
}
]
},
{
"keySize" : 192,
"msgSize" : 32,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 2406,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "51bc85303caaaad311ecfdbad7b6d390f51de4de32beeb24",
"tweak" : "5ba80100c8ec15b3",
"msg" : [7, 8, 6, 5, 3, 6, 3, 3, 6, 9, 0, 2, 9, 1, 3, 7, 9, 4, 5, 8, 8, 4, 0, 9, 0, 7, 8, 0, 9, 0, 4, 7],
"ct" : [0, 3, 9, 2, 3, 9, 0, 7, 6, 3, 1, 4, 5, 3, 8, 1, 0, 5, 2, 5, 8, 8, 1, 4, 1, 7, 2, 8, 1, 3, 0, 9],
"result" : "valid"
},
{
"tcId" : 2407,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "65d8cc1b75b411ca6d11cedcf41fb22848f33a0a865fe650",
"tweak" : "1fb9049b7804720b",
"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, 0, 0, 0, 0, 0],
"ct" : [7, 4, 0, 8, 0, 7, 9, 2, 2, 8, 1, 7, 7, 1, 8, 8, 3, 1, 4, 5, 8, 0, 9, 0, 7, 2, 6, 6, 4, 9, 0, 1],
"result" : "valid"
},
{
"tcId" : 2408,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "65d8cc1b75b411ca6d11cedcf41fb22848f33a0a865fe650",
"tweak" : "1fb9049b7804720b",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [5, 3, 3, 9, 6, 0, 9, 4, 8, 6, 5, 4, 0, 5, 5, 6, 5, 4, 7, 6, 8, 7, 3, 5, 8, 1, 7, 9, 9, 9, 5, 6],
"result" : "valid"
},
{
"tcId" : 2409,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "65d8cc1b75b411ca6d11cedcf41fb22848f33a0a865fe650",
"tweak" : "1fb9049b7804720b",
"msg" : [9, 0, 0, 7, 1, 9, 9, 2, 5, 4, 7, 4, 0, 9, 9, 2, 9, 0, 0, 7, 1, 9, 9, 2, 5, 4, 7, 4, 0, 9, 9, 2],
"ct" : [2, 4, 1, 1, 2, 6, 2, 7, 8, 0, 1, 2, 0, 3, 3, 9, 6, 8, 0, 2, 4, 1, 4, 2, 0, 0, 2, 0, 4, 7, 0, 8],
"result" : "valid"
},
{
"tcId" : 2410,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "65d8cc1b75b411ca6d11cedcf41fb22848f33a0a865fe650",
"tweak" : "1fb9049b7804720b",
"msg" : [9, 0, 0, 7, 1, 9, 9, 2, 5, 4, 7, 4, 0, 9, 9, 1, 9, 0, 0, 7, 1, 9, 9, 2, 5, 4, 7, 4, 0, 9, 9, 1],
"ct" : [6, 2, 0, 2, 7, 7, 4, 5, 0, 0, 8, 7, 7, 0, 3, 5, 1, 7, 7, 1, 9, 4, 9, 2, 7, 4, 4, 4, 0, 3, 1, 7],
"result" : "valid"
},
{
"tcId" : 2411,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "65d8cc1b75b411ca6d11cedcf41fb22848f33a0a865fe650",
"tweak" : "1fb9049b7804720b",
"msg" : [7, 1, 8, 9, 8, 6, 0, 7, 5, 8, 9, 9, 6, 2, 3, 1, 2, 9, 8, 7, 2, 9, 1, 2, 6, 2, 1, 7, 8, 7, 2, 5],
"ct" : [5, 3, 4, 9, 3, 2, 2, 9, 8, 6, 8, 5, 7, 4, 7, 0, 0, 0, 3, 9, 4, 1, 9, 8, 4, 8, 4, 3, 7, 2, 9, 9],
"result" : "valid"
},
{
"tcId" : 2412,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "65d8cc1b75b411ca6d11cedcf41fb22848f33a0a865fe650",
"tweak" : "1fb9049b7804720b",
"msg" : [7, 5, 3, 9, 5, 5, 2, 9, 3, 9, 8, 0, 4, 2, 0, 8, 6, 8, 0, 6, 0, 4, 6, 1, 1, 7, 7, 6, 1, 8, 5, 1],
"ct" : [4, 9, 0, 1, 7, 4, 8, 2, 7, 9, 8, 7, 0, 1, 3, 0, 1, 4, 2, 8, 1, 3, 7, 3, 1, 2, 4, 6, 4, 9, 9, 1],
"result" : "valid"
},
{
"tcId" : 2413,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "65d8cc1b75b411ca6d11cedcf41fb22848f33a0a865fe650",
"tweak" : "1fb9049b7804720b",
"msg" : [3, 2, 6, 4, 4, 2, 2, 8, 3, 4, 4, 2, 5, 2, 1, 9, 5, 5, 6, 6, 9, 0, 7, 6, 9, 0, 6, 8, 2, 0, 4, 3],
"ct" : [1, 8, 2, 7, 1, 1, 9, 0, 2, 3, 8, 2, 5, 2, 6, 6, 3, 3, 2, 3, 8, 3, 1, 2, 1, 0, 9, 5, 2, 3, 3, 4],
"result" : "valid"
},
{
"tcId" : 2414,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "65d8cc1b75b411ca6d11cedcf41fb22848f33a0a865fe650",
"tweak" : "1fb9049b7804720b",
"msg" : [0, 1, 6, 4, 7, 9, 1, 0, 7, 8, 5, 6, 4, 7, 4, 0, 2, 7, 0, 0, 8, 8, 8, 4, 5, 8, 3, 6, 0, 4, 4, 1],
"ct" : [2, 7, 4, 7, 5, 3, 4, 2, 8, 3, 1, 1, 9, 7, 6, 5, 7, 2, 0, 1, 3, 9, 3, 8, 9, 8, 7, 0, 1, 9, 8, 1],
"result" : "valid"
},
{
"tcId" : 2415,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "65d8cc1b75b411ca6d11cedcf41fb22848f33a0a865fe650",
"tweak" : "1fb9049b7804720b",
"msg" : [9, 2, 5, 0, 6, 7, 1, 9, 0, 1, 3, 0, 0, 0, 6, 1, 9, 1, 6, 7, 5, 2, 2, 9, 6, 0, 7, 2, 1, 5, 8, 8],
"ct" : [4, 3, 1, 8, 2, 3, 2, 6, 2, 0, 3, 3, 5, 7, 5, 9, 1, 5, 7, 1, 8, 5, 9, 3, 5, 9, 5, 8, 8, 1, 2, 3],
"result" : "valid"
},
{
"tcId" : 2416,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "65d8cc1b75b411ca6d11cedcf41fb22848f33a0a865fe650",
"tweak" : "1fb9049b7804720b",
"msg" : [9, 9, 1, 5, 8, 2, 7, 8, 0, 8, 0, 1, 0, 4, 3, 1, 7, 9, 9, 9, 5, 8, 9, 3, 4, 8, 5, 8, 9, 8, 1, 3],
"ct" : [8, 6, 7, 2, 2, 9, 8, 0, 0, 7, 3, 2, 2, 2, 2, 0, 0, 1, 4, 9, 8, 5, 1, 6, 5, 5, 4, 4, 6, 2, 6, 0],
"result" : "valid"
},
{
"tcId" : 2417,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "65d8cc1b75b411ca6d11cedcf41fb22848f33a0a865fe650",
"tweak" : "1fb9049b7804720b",
"msg" : [0, 6, 3, 1, 5, 5, 7, 7, 3, 3, 2, 3, 8, 1, 3, 8, 9, 1, 9, 9, 8, 2, 1, 4, 4, 7, 7, 3, 2, 3, 0, 5],
"ct" : [6, 9, 0, 6, 1, 2, 4, 4, 8, 6, 9, 4, 3, 4, 8, 2, 7, 1, 1, 9, 4, 1, 7, 0, 7, 6, 6, 0, 1, 5, 6, 1],
"result" : "valid"
},
{
"tcId" : 2418,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "65d8cc1b75b411ca6d11cedcf41fb22848f33a0a865fe650",
"tweak" : "1fb9049b7804720b",
"msg" : [8, 2, 5, 8, 2, 5, 6, 1, 7, 4, 2, 5, 1, 2, 0, 1, 4, 6, 4, 3, 2, 6, 2, 1, 1, 4, 4, 9, 4, 9, 9, 0],
"ct" : [7, 5, 5, 6, 7, 1, 0, 8, 2, 4, 6, 2, 7, 9, 8, 3, 4, 5, 6, 6, 8, 8, 8, 5, 9, 1, 2, 8, 1, 4, 2, 6],
"result" : "valid"
},
{
"tcId" : 2419,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "65d8cc1b75b411ca6d11cedcf41fb22848f33a0a865fe650",
"tweak" : "1fb9049b7804720b",
"msg" : [8, 4, 0, 1, 9, 7, 4, 7, 8, 1, 3, 4, 0, 7, 7, 8, 8, 3, 4, 3, 4, 6, 0, 7, 4, 3, 9, 5, 3, 9, 7, 2],
"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, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 2420,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "65d8cc1b75b411ca6d11cedcf41fb22848f33a0a865fe650",
"tweak" : "1fb9049b7804720b",
"msg" : [1, 3, 8, 0, 4, 8, 1, 8, 3, 8, 9, 3, 4, 4, 1, 3, 7, 6, 1, 1, 2, 6, 6, 7, 9, 3, 9, 6, 8, 9, 3, 7],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 2421,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "65d8cc1b75b411ca6d11cedcf41fb22848f33a0a865fe650",
"tweak" : "1fb9049b7804720b",
"msg" : [0, 5, 2, 3, 8, 7, 7, 8, 0, 8, 0, 8, 0, 6, 4, 6, 5, 4, 7, 4, 0, 4, 7, 7, 5, 9, 5, 9, 9, 7, 8, 4],
"ct" : [9, 0, 0, 7, 1, 9, 9, 2, 5, 4, 7, 4, 0, 9, 9, 2, 9, 0, 0, 7, 1, 9, 9, 2, 5, 4, 7, 4, 0, 9, 9, 2],
"result" : "valid"
},
{
"tcId" : 2422,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "65d8cc1b75b411ca6d11cedcf41fb22848f33a0a865fe650",
"tweak" : "1fb9049b7804720b",
"msg" : [0, 0, 8, 2, 0, 9, 5, 8, 2, 1, 5, 5, 0, 8, 0, 7, 0, 2, 9, 5, 1, 8, 0, 2, 8, 0, 8, 8, 2, 8, 8, 4],
"ct" : [9, 0, 0, 7, 1, 9, 9, 2, 5, 4, 7, 4, 0, 9, 9, 1, 9, 0, 0, 7, 1, 9, 9, 2, 5, 4, 7, 4, 0, 9, 9, 1],
"result" : "valid"
},
{
"tcId" : 2423,
"comment" : "y = 0 and (y + a) % radix**16 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "64fd9663a97f664bdba750027f493bf32d6dd19848e4c085",
"tweak" : "1377d53f8018837f",
"msg" : [2, 1, 6, 9, 8, 4, 3, 6, 1, 6, 1, 4, 1, 4, 3, 3, 2, 3, 9, 1, 7, 5, 1, 5, 8, 0, 6, 9, 5, 7, 8, 7],
"ct" : [0, 6, 1, 1, 6, 0, 7, 8, 0, 9, 7, 0, 0, 6, 0, 7, 4, 5, 9, 4, 8, 0, 1, 3, 5, 6, 2, 7, 9, 3, 2, 0],
"result" : "valid"
},
{
"tcId" : 2424,
"comment" : "y = 0 and a = 1 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "64fd9663a97f664bdba750027f493bf32d6dd19848e4c085",
"tweak" : "1377d53f8018837f",
"msg" : [6, 3, 7, 4, 2, 5, 5, 2, 6, 5, 9, 3, 9, 9, 4, 9, 0, 2, 2, 8, 2, 5, 9, 2, 8, 9, 4, 4, 9, 6, 4, 9],
"ct" : [2, 3, 9, 5, 7, 6, 5, 1, 9, 3, 0, 0, 6, 4, 3, 4, 1, 9, 9, 5, 6, 0, 3, 5, 7, 2, 8, 6, 3, 0, 2, 2],
"result" : "valid"
},
{
"tcId" : 2425,
"comment" : "y = 0 and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "64fd9663a97f664bdba750027f493bf32d6dd19848e4c085",
"tweak" : "1377d53f8018837f",
"msg" : [3, 9, 0, 1, 9, 0, 0, 4, 9, 3, 2, 1, 7, 3, 9, 4, 4, 3, 4, 5, 3, 2, 8, 8, 5, 5, 5, 7, 0, 6, 4, 7],
"ct" : [6, 6, 1, 1, 0, 3, 3, 5, 4, 4, 4, 7, 4, 5, 2, 2, 2, 5, 6, 3, 1, 2, 5, 5, 0, 9, 1, 0, 6, 8, 8, 1],
"result" : "valid"
},
{
"tcId" : 2426,
"comment" : "y = 0 and (y + a) % radix**16 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "64fd9663a97f664bdba750027f493bf32d6dd19848e4c085",
"tweak" : "1377d53f8018837f",
"msg" : [6, 1, 5, 0, 9, 9, 6, 3, 7, 8, 2, 6, 6, 6, 7, 9, 2, 5, 2, 4, 1, 6, 0, 0, 0, 5, 5, 2, 4, 4, 9, 2],
"ct" : [9, 2, 7, 4, 4, 3, 3, 6, 1, 0, 9, 3, 0, 6, 4, 8, 3, 7, 5, 2, 2, 1, 1, 2, 5, 4, 6, 0, 8, 2, 9, 5],
"result" : "valid"
},
{
"tcId" : 2427,
"comment" : "y = 1 and a = 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "64fd9663a97f664bdba750027f493bf32d6dd19848e4c085",
"tweak" : "c12aaba8c836310d",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 5, 3, 6, 6, 5, 3, 4, 1, 9, 0, 5, 7, 6, 0],
"ct" : [8, 3, 4, 7, 8, 0, 8, 4, 2, 9, 8, 6, 5, 8, 2, 2, 6, 4, 5, 0, 2, 3, 6, 7, 5, 6, 3, 3, 7, 8, 5, 0],
"result" : "valid"
},
{
"tcId" : 2428,
"comment" : "y = 1 and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "64fd9663a97f664bdba750027f493bf32d6dd19848e4c085",
"tweak" : "c12aaba8c836310d",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7, 5, 3, 6, 6, 5, 3, 4, 1, 9, 0, 5, 7, 6, 0],
"ct" : [3, 7, 9, 9, 1, 1, 7, 9, 0, 4, 9, 1, 7, 6, 3, 3, 0, 0, 1, 0, 2, 5, 7, 2, 9, 7, 9, 0, 8, 2, 9, 0],
"result" : "valid"
},
{
"tcId" : 2429,
"comment" : "y = 1 and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "64fd9663a97f664bdba750027f493bf32d6dd19848e4c085",
"tweak" : "c12aaba8c836310d",
"msg" : [9, 0, 0, 7, 1, 9, 9, 2, 5, 4, 7, 4, 0, 9, 9, 2, 0, 7, 5, 3, 6, 6, 5, 3, 4, 1, 9, 0, 5, 7, 6, 0],
"ct" : [4, 4, 6, 4, 0, 5, 0, 1, 1, 0, 9, 8, 7, 3, 5, 3, 6, 5, 8, 2, 7, 4, 6, 7, 7, 6, 8, 6, 2, 1, 7, 1],
"result" : "valid"
},
{
"tcId" : 2430,
"comment" : "y = 1 and (y + a) % radix**16 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "64fd9663a97f664bdba750027f493bf32d6dd19848e4c085",
"tweak" : "c12aaba8c836310d",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 8, 0, 7, 5, 3, 6, 6, 5, 3, 4, 1, 9, 0, 5, 7, 6, 0],
"ct" : [5, 6, 0, 2, 0, 6, 1, 6, 6, 6, 3, 1, 9, 0, 5, 5, 2, 5, 2, 6, 1, 9, 9, 0, 0, 0, 8, 8, 8, 5, 4, 4],
"result" : "valid"
},
{
"tcId" : 2431,
"comment" : "y = 1 and (y + a) % radix**16 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "64fd9663a97f664bdba750027f493bf32d6dd19848e4c085",
"tweak" : "c12aaba8c836310d",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 0, 7, 5, 3, 6, 6, 5, 3, 4, 1, 9, 0, 5, 7, 6, 0],
"ct" : [0, 6, 4, 3, 6, 6, 0, 6, 4, 9, 6, 3, 9, 0, 9, 3, 6, 3, 3, 3, 1, 9, 2, 6, 2, 1, 2, 7, 1, 5, 0, 8],
"result" : "valid"
},
{
"tcId" : 2432,
"comment" : "y is maximal and a = 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "64fd9663a97f664bdba750027f493bf32d6dd19848e4c085",
"tweak" : "676c5ee0f290c5ca",
"msg" : [6, 6, 6, 9, 1, 9, 1, 6, 8, 0, 3, 8, 8, 9, 8, 5, 4, 1, 2, 3, 2, 6, 5, 0, 7, 1, 7, 4, 8, 6, 4, 4],
"ct" : [1, 7, 3, 8, 2, 6, 2, 4, 0, 6, 4, 6, 9, 0, 7, 1, 4, 3, 3, 7, 5, 9, 3, 5, 4, 3, 9, 5, 0, 3, 3, 5],
"result" : "valid"
},
{
"tcId" : 2433,
"comment" : "y is maximal and a = 1 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "64fd9663a97f664bdba750027f493bf32d6dd19848e4c085",
"tweak" : "676c5ee0f290c5ca",
"msg" : [0, 8, 5, 9, 1, 0, 3, 3, 5, 2, 0, 7, 6, 3, 2, 8, 5, 5, 7, 7, 4, 2, 2, 8, 5, 7, 1, 6, 2, 1, 8, 3],
"ct" : [1, 7, 3, 8, 2, 6, 2, 4, 0, 6, 4, 6, 9, 0, 7, 1, 4, 3, 3, 7, 5, 9, 3, 5, 4, 3, 9, 5, 0, 3, 3, 6],
"result" : "valid"
},
{
"tcId" : 2434,
"comment" : "y is maximal and (y + a) % radix**16 is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "64fd9663a97f664bdba750027f493bf32d6dd19848e4c085",
"tweak" : "676c5ee0f290c5ca",
"msg" : [1, 6, 6, 9, 7, 6, 1, 7, 6, 9, 6, 7, 0, 5, 9, 7, 3, 9, 5, 3, 3, 2, 4, 8, 2, 9, 6, 4, 8, 8, 5, 5],
"ct" : [1, 7, 3, 8, 2, 6, 2, 4, 0, 6, 4, 6, 9, 0, 7, 1, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 2435,
"comment" : "y is maximal and (y + a) % radix**16 == 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "64fd9663a97f664bdba750027f493bf32d6dd19848e4c085",
"tweak" : "676c5ee0f290c5ca",
"msg" : [3, 1, 2, 4, 7, 3, 9, 0, 0, 2, 7, 0, 3, 0, 6, 8, 1, 0, 2, 0, 9, 6, 9, 5, 2, 8, 6, 7, 6, 8, 5, 6],
"ct" : [1, 7, 3, 8, 2, 6, 2, 4, 0, 6, 4, 6, 9, 0, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 2436,
"comment" : "y is maximal and a has large Hamming weight in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "64fd9663a97f664bdba750027f493bf32d6dd19848e4c085",
"tweak" : "676c5ee0f290c5ca",
"msg" : [5, 4, 5, 2, 8, 3, 3, 3, 1, 2, 7, 2, 5, 9, 2, 8, 6, 9, 5, 4, 9, 9, 5, 0, 2, 4, 1, 4, 1, 8, 4, 4],
"ct" : [1, 7, 3, 8, 2, 6, 2, 4, 0, 6, 4, 6, 9, 0, 7, 1, 3, 3, 4, 4, 7, 9, 2, 7, 9, 8, 6, 9, 1, 3, 2, 7],
"result" : "valid"
},
{
"tcId" : 2437,
"comment" : "y is maximal and a is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "64fd9663a97f664bdba750027f493bf32d6dd19848e4c085",
"tweak" : "676c5ee0f290c5ca",
"msg" : [6, 5, 6, 2, 1, 9, 1, 8, 4, 1, 4, 2, 2, 0, 7, 6, 3, 6, 1, 5, 0, 1, 6, 7, 6, 7, 1, 4, 4, 3, 8, 4],
"ct" : [1, 7, 3, 8, 2, 6, 2, 4, 0, 6, 4, 6, 9, 0, 7, 1, 4, 3, 3, 7, 5, 9, 3, 5, 4, 3, 9, 5, 0, 3, 3, 4],
"result" : "valid"
},
{
"tcId" : 2438,
"comment" : "y is edge case for modular reduction and a = 0 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "64fd9663a97f664bdba750027f493bf32d6dd19848e4c085",
"tweak" : "74d144f4657c0eac",
"msg" : [9, 4, 3, 3, 0, 8, 1, 3, 7, 6, 4, 9, 6, 2, 5, 3, 7, 8, 4, 2, 5, 2, 8, 7, 0, 3, 8, 8, 5, 0, 1, 1],
"ct" : [3, 2, 8, 3, 8, 1, 5, 2, 5, 3, 3, 9, 4, 2, 2, 2, 3, 8, 6, 8, 9, 5, 6, 5, 2, 0, 1, 6, 3, 2, 3, 5],
"result" : "valid"
},
{
"tcId" : 2439,
"comment" : "y is edge case for modular reduction and a = 1 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "64fd9663a97f664bdba750027f493bf32d6dd19848e4c085",
"tweak" : "74d144f4657c0eac",
"msg" : [7, 8, 6, 9, 6, 5, 7, 3, 0, 7, 2, 9, 6, 1, 5, 3, 8, 7, 8, 9, 7, 9, 7, 6, 9, 3, 3, 3, 6, 1, 5, 9],
"ct" : [2, 3, 7, 9, 1, 0, 4, 7, 9, 2, 0, 4, 6, 1, 0, 2, 5, 5, 8, 5, 7, 9, 8, 5, 8, 6, 1, 2, 4, 0, 5, 6],
"result" : "valid"
},
{
"tcId" : 2440,
"comment" : "y is edge case for modular reduction and (y + a) % radix**16 is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "64fd9663a97f664bdba750027f493bf32d6dd19848e4c085",
"tweak" : "74d144f4657c0eac",
"msg" : [7, 6, 2, 0, 0, 5, 9, 1, 8, 3, 4, 4, 1, 1, 4, 8, 7, 1, 0, 0, 9, 9, 1, 8, 9, 5, 0, 7, 3, 5, 7, 6],
"ct" : [6, 5, 6, 0, 2, 4, 6, 0, 2, 9, 2, 4, 6, 8, 2, 4, 5, 7, 9, 4, 5, 6, 6, 2, 4, 4, 0, 0, 1, 2, 8, 5],
"result" : "valid"
},
{
"tcId" : 2441,
"comment" : "y is edge case for modular reduction and (y + a) % radix**16 == 0 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "64fd9663a97f664bdba750027f493bf32d6dd19848e4c085",
"tweak" : "74d144f4657c0eac",
"msg" : [7, 9, 2, 9, 6, 3, 4, 4, 6, 2, 6, 8, 2, 2, 8, 3, 7, 2, 5, 4, 2, 9, 1, 0, 2, 3, 9, 1, 7, 5, 2, 5],
"ct" : [8, 7, 0, 3, 9, 3, 0, 8, 0, 6, 5, 4, 9, 3, 8, 0, 9, 4, 8, 8, 7, 9, 7, 6, 6, 0, 0, 1, 4, 2, 9, 9],
"result" : "valid"
},
{
"tcId" : 2442,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "64fd9663a97f664bdba750027f493bf32d6dd19848e4c085",
"tweak" : "74d144f4657c0eac",
"msg" : [9, 9, 7, 2, 5, 4, 7, 6, 5, 1, 0, 6, 3, 5, 5, 1, 1, 4, 7, 0, 9, 9, 6, 0, 2, 2, 4, 1, 4, 9, 0, 8],
"ct" : [3, 7, 8, 4, 2, 7, 2, 6, 4, 9, 5, 5, 2, 5, 9, 2, 2, 6, 6, 9, 8, 5, 8, 4, 6, 6, 7, 4, 6, 7, 2, 0],
"result" : "valid"
},
{
"tcId" : 2443,
"comment" : "y is edge case for modular reduction and a is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "64fd9663a97f664bdba750027f493bf32d6dd19848e4c085",
"tweak" : "74d144f4657c0eac",
"msg" : [4, 6, 6, 0, 1, 8, 5, 5, 6, 7, 8, 6, 5, 0, 4, 8, 3, 2, 4, 1, 9, 0, 1, 5, 3, 0, 5, 6, 1, 0, 3, 7],
"ct" : [4, 4, 9, 1, 7, 4, 3, 5, 3, 8, 5, 0, 2, 2, 1, 4, 3, 7, 2, 0, 7, 6, 7, 1, 0, 6, 2, 6, 0, 8, 7, 0],
"result" : "valid"
},
{
"tcId" : 2444,
"comment" : "y is maximal after modular reduction and (y + a) % radix**16 is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "64fd9663a97f664bdba750027f493bf32d6dd19848e4c085",
"tweak" : "962eb8f5b859121f",
"msg" : [3, 1, 0, 5, 3, 6, 5, 7, 0, 5, 4, 2, 2, 7, 6, 9, 0, 6, 3, 1, 8, 3, 3, 4, 8, 0, 5, 6, 4, 0, 6, 8],
"ct" : [5, 7, 4, 0, 7, 3, 7, 6, 3, 1, 9, 1, 5, 6, 5, 8, 5, 7, 6, 7, 1, 2, 9, 1, 6, 2, 5, 3, 8, 1, 4, 0],
"result" : "valid"
},
{
"tcId" : 2445,
"comment" : "y is maximal after modular reduction and (y + a) % radix**16 == 0 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "64fd9663a97f664bdba750027f493bf32d6dd19848e4c085",
"tweak" : "962eb8f5b859121f",
"msg" : [0, 3, 8, 7, 2, 1, 1, 2, 8, 4, 5, 2, 5, 5, 9, 8, 5, 5, 4, 1, 8, 6, 4, 2, 1, 7, 9, 6, 6, 3, 7, 0],
"ct" : [3, 0, 7, 5, 1, 5, 3, 3, 1, 3, 5, 8, 3, 4, 9, 2, 0, 3, 9, 8, 3, 8, 6, 0, 2, 7, 0, 5, 7, 8, 3, 2],
"result" : "valid"
},
{
"tcId" : 2446,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "64fd9663a97f664bdba750027f493bf32d6dd19848e4c085",
"tweak" : "962eb8f5b859121f",
"msg" : [3, 8, 6, 1, 3, 3, 1, 3, 0, 5, 7, 2, 1, 7, 0, 9, 0, 6, 9, 4, 1, 2, 5, 2, 1, 4, 6, 6, 4, 6, 4, 3],
"ct" : [7, 5, 5, 6, 2, 8, 8, 2, 6, 1, 6, 1, 4, 1, 3, 5, 6, 3, 9, 2, 0, 9, 1, 0, 4, 4, 1, 8, 7, 3, 5, 3],
"result" : "valid"
},
{
"tcId" : 2447,
"comment" : "y is maximal after modular reduction and a is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "64fd9663a97f664bdba750027f493bf32d6dd19848e4c085",
"tweak" : "962eb8f5b859121f",
"msg" : [7, 0, 4, 6, 4, 0, 9, 9, 1, 6, 2, 3, 3, 3, 5, 2, 1, 3, 0, 4, 4, 4, 6, 3, 4, 2, 8, 4, 9, 3, 2, 0],
"ct" : [7, 9, 7, 9, 6, 4, 5, 7, 8, 2, 7, 8, 6, 6, 7, 1, 1, 1, 1, 9, 4, 1, 7, 7, 4, 8, 6, 6, 5, 4, 5, 9],
"result" : "valid"
},
{
"tcId" : 2448,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "b7cf2923ee46df51f5adb4b3e3f95fd973ce88550592934f",
"tweak" : "bec66b014709b6e2",
"msg" : [-1, 7, 3, 6, 4, 3, 4, 9, 3, 5, 5, 1, 0, 9, 6, 2, 2, 8, 6, 5, 9, 5, 4, 1, 4, 8, 2, 5, 6, 8, 6, 0],
"ct" : [5, 1, 3, 8, 7, 2, 3, 4, 3, 7, 8, 1, 4, 7, 6, 4, 6, 7, 4, 2, 9, 6, 5, 1, 3, 6, 2, 4, 8, 5, 5, 2],
"result" : "invalid"
},
{
"tcId" : 2449,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "b7cf2923ee46df51f5adb4b3e3f95fd973ce88550592934f",
"tweak" : "bec66b014709b6e2",
"msg" : [4, 7, 3, 6, 4, 3, 4, 9, 3, 5, -1, 1, 0, 9, 6, 2, 2, 8, 6, 5, 9, 5, 4, 1, 4, 8, 2, 5, 6, 8, 6, 0],
"ct" : [8, 6, 5, 5, 7, 8, 3, 7, 8, 3, 3, 5, 9, 8, 4, 0, 5, 6, 0, 4, 3, 1, 5, 2, 9, 1, 9, 0, 5, 1, 7, 7],
"result" : "invalid"
},
{
"tcId" : 2450,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "b7cf2923ee46df51f5adb4b3e3f95fd973ce88550592934f",
"tweak" : "bec66b014709b6e2",
"msg" : [4, 7, 3, 6, 4, 3, 4, 9, 3, 5, 5, 1, 0, 9, 6, 2, 2, 8, 6, 5, 9, 5, 4, 1, 4, 8, 2, 5, 6, 8, 6, -1],
"ct" : [2, 3, 5, 4, 5, 5, 1, 0, 3, 0, 7, 0, 3, 7, 0, 4, 2, 7, 5, 7, 9, 3, 8, 0, 4, 4, 4, 7, 5, 8, 4, 6],
"result" : "invalid"
},
{
"tcId" : 2451,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "ff5a8cb9cb91612d9eb49a1ed630106896a39bb0bf97875d",
"tweak" : "daede9ed17034ec2",
"msg" : [10, 9, 9, 1, 4, 2, 2, 7, 1, 0, 2, 2, 6, 0, 3, 3, 4, 4, 3, 0, 3, 7, 0, 2, 2, 5, 3, 5, 4, 8, 9, 4],
"ct" : [9, 0, 1, 8, 4, 0, 5, 3, 3, 3, 4, 7, 5, 6, 1, 7, 2, 2, 6, 7, 9, 2, 7, 0, 7, 1, 3, 7, 0, 7, 2, 5],
"result" : "invalid"
},
{
"tcId" : 2452,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "ff5a8cb9cb91612d9eb49a1ed630106896a39bb0bf97875d",
"tweak" : "daede9ed17034ec2",
"msg" : [4, 9, 9, 1, 4, 2, 2, 7, 1, 0, 10, 2, 6, 0, 3, 3, 4, 4, 3, 0, 3, 7, 0, 2, 2, 5, 3, 5, 4, 8, 9, 4],
"ct" : [1, 9, 5, 6, 9, 9, 6, 8, 6, 2, 7, 6, 1, 5, 6, 0, 4, 5, 6, 0, 4, 3, 9, 5, 1, 3, 5, 1, 5, 4, 5, 1],
"result" : "invalid"
},
{
"tcId" : 2453,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "ff5a8cb9cb91612d9eb49a1ed630106896a39bb0bf97875d",
"tweak" : "daede9ed17034ec2",
"msg" : [4, 9, 9, 1, 4, 2, 2, 7, 1, 0, 2, 2, 6, 0, 3, 3, 4, 4, 3, 0, 3, 7, 0, 2, 2, 5, 3, 5, 4, 8, 9, 10],
"ct" : [9, 4, 2, 7, 6, 3, 7, 5, 5, 1, 5, 8, 6, 3, 4, 0, 1, 0, 9, 0, 7, 2, 3, 2, 0, 0, 9, 7, 8, 5, 7, 4],
"result" : "invalid"
}
]
},
{
"keySize" : 192,
"msgSize" : 33,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 2454,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "c873cf24452bb6d1ac26d53a77387c345eb0d8567f49d5ea",
"tweak" : "b46136fc98b7e9f8",
"msg" : [3, 7, 6, 3, 2, 4, 4, 6, 8, 3, 3, 2, 0, 7, 0, 3, 5, 8, 9, 5, 5, 0, 6, 2, 4, 1, 1, 8, 1, 4, 5, 0, 5],
"ct" : [5, 9, 2, 8, 4, 3, 8, 9, 8, 8, 8, 2, 8, 0, 9, 5, 9, 4, 4, 3, 5, 3, 7, 8, 8, 6, 4, 2, 0, 7, 3, 1, 8],
"result" : "valid"
},
{
"tcId" : 2455,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "3c6d9803cb1d037a4dd40ad29a24bda0ad8ff6b6c66ae2e9",
"tweak" : "699fe67da72de739",
"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, 0, 0, 0, 0, 0, 0],
"ct" : [2, 1, 9, 9, 9, 3, 1, 2, 1, 5, 3, 1, 1, 8, 1, 6, 7, 9, 3, 4, 0, 5, 8, 7, 9, 0, 3, 3, 9, 4, 9, 9, 7],
"result" : "valid"
},
{
"tcId" : 2456,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "3c6d9803cb1d037a4dd40ad29a24bda0ad8ff6b6c66ae2e9",
"tweak" : "699fe67da72de739",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [8, 7, 1, 8, 4, 1, 5, 3, 7, 7, 4, 0, 9, 4, 7, 4, 0, 0, 1, 9, 4, 2, 7, 7, 6, 1, 4, 9, 3, 0, 6, 8, 8],
"result" : "valid"
},
{
"tcId" : 2457,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "3c6d9803cb1d037a4dd40ad29a24bda0ad8ff6b6c66ae2e9",
"tweak" : "699fe67da72de739",
"msg" : [9, 0, 0, 7, 1, 9, 9, 2, 5, 4, 7, 4, 0, 9, 9, 2, 7, 2, 0, 5, 7, 5, 9, 4, 0, 3, 7, 9, 2, 7, 9, 3, 6],
"ct" : [3, 3, 1, 4, 6, 3, 3, 4, 1, 8, 1, 2, 2, 8, 8, 7, 4, 3, 3, 9, 8, 1, 5, 9, 8, 0, 8, 8, 5, 7, 6, 5, 2],
"result" : "valid"
},
{
"tcId" : 2458,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "3c6d9803cb1d037a4dd40ad29a24bda0ad8ff6b6c66ae2e9",
"tweak" : "699fe67da72de739",
"msg" : [9, 0, 0, 7, 1, 9, 9, 2, 5, 4, 7, 4, 0, 9, 9, 1, 7, 2, 0, 5, 7, 5, 9, 4, 0, 3, 7, 9, 2, 7, 9, 3, 5],
"ct" : [6, 1, 0, 6, 8, 8, 5, 1, 9, 3, 1, 8, 3, 5, 1, 1, 7, 6, 4, 7, 2, 0, 5, 0, 8, 9, 5, 1, 5, 8, 9, 2, 6],
"result" : "valid"
},
{
"tcId" : 2459,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "3c6d9803cb1d037a4dd40ad29a24bda0ad8ff6b6c66ae2e9",
"tweak" : "699fe67da72de739",
"msg" : [0, 2, 9, 5, 1, 8, 8, 6, 3, 8, 4, 1, 8, 8, 1, 9, 7, 6, 6, 7, 9, 6, 2, 4, 0, 2, 4, 1, 8, 4, 6, 9, 9],
"ct" : [1, 3, 2, 8, 9, 6, 4, 2, 4, 8, 4, 9, 4, 2, 4, 4, 5, 9, 8, 2, 9, 3, 0, 3, 7, 9, 2, 8, 2, 9, 9, 0, 3],
"result" : "valid"
},
{
"tcId" : 2460,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "3c6d9803cb1d037a4dd40ad29a24bda0ad8ff6b6c66ae2e9",
"tweak" : "699fe67da72de739",
"msg" : [7, 4, 8, 8, 3, 7, 0, 6, 4, 9, 3, 6, 8, 5, 6, 5, 1, 2, 1, 8, 8, 0, 8, 6, 2, 0, 7, 5, 9, 1, 2, 5, 1],
"ct" : [8, 1, 6, 1, 2, 1, 8, 7, 5, 4, 3, 5, 7, 8, 0, 2, 6, 5, 0, 4, 9, 2, 6, 2, 1, 3, 5, 4, 4, 0, 3, 8, 5],
"result" : "valid"
},
{
"tcId" : 2461,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "3c6d9803cb1d037a4dd40ad29a24bda0ad8ff6b6c66ae2e9",
"tweak" : "699fe67da72de739",
"msg" : [2, 9, 8, 2, 3, 4, 3, 5, 2, 2, 1, 8, 0, 2, 0, 3, 1, 2, 7, 7, 7, 6, 9, 9, 6, 5, 1, 6, 9, 7, 2, 7, 7],
"ct" : [9, 5, 3, 4, 7, 6, 4, 0, 2, 4, 7, 0, 0, 0, 7, 8, 6, 3, 3, 8, 5, 9, 6, 6, 9, 2, 9, 1, 3, 6, 0, 6, 7],
"result" : "valid"
},
{
"tcId" : 2462,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "3c6d9803cb1d037a4dd40ad29a24bda0ad8ff6b6c66ae2e9",
"tweak" : "699fe67da72de739",
"msg" : [6, 7, 8, 1, 9, 6, 3, 9, 6, 3, 8, 5, 0, 0, 1, 7, 5, 3, 1, 6, 8, 8, 7, 5, 9, 2, 8, 3, 4, 3, 0, 7, 2],
"ct" : [4, 7, 6, 3, 1, 4, 2, 5, 6, 1, 7, 1, 7, 8, 7, 4, 5, 9, 8, 5, 3, 8, 5, 1, 0, 3, 9, 2, 9, 9, 8, 2, 5],
"result" : "valid"
},
{
"tcId" : 2463,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "3c6d9803cb1d037a4dd40ad29a24bda0ad8ff6b6c66ae2e9",
"tweak" : "699fe67da72de739",
"msg" : [5, 4, 9, 2, 5, 5, 6, 7, 6, 9, 6, 5, 2, 4, 2, 5, 5, 3, 8, 8, 4, 3, 0, 3, 7, 0, 5, 1, 0, 7, 8, 8, 2],
"ct" : [6, 9, 9, 7, 5, 1, 8, 7, 3, 3, 1, 0, 6, 0, 5, 4, 8, 5, 2, 8, 7, 7, 1, 2, 5, 4, 1, 4, 6, 0, 6, 6, 1],
"result" : "valid"
},
{
"tcId" : 2464,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "3c6d9803cb1d037a4dd40ad29a24bda0ad8ff6b6c66ae2e9",
"tweak" : "699fe67da72de739",
"msg" : [0, 5, 4, 7, 9, 5, 5, 6, 8, 0, 1, 0, 6, 3, 1, 1, 2, 1, 8, 6, 1, 3, 3, 6, 4, 6, 0, 1, 4, 6, 1, 2, 8],
"ct" : [0, 4, 9, 5, 8, 2, 8, 5, 7, 7, 5, 5, 8, 8, 9, 9, 8, 1, 0, 6, 8, 0, 9, 4, 0, 7, 1, 2, 5, 6, 7, 9, 6],
"result" : "valid"
},
{
"tcId" : 2465,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "3c6d9803cb1d037a4dd40ad29a24bda0ad8ff6b6c66ae2e9",
"tweak" : "699fe67da72de739",
"msg" : [5, 9, 0, 0, 9, 0, 3, 9, 3, 6, 7, 0, 8, 1, 3, 9, 6, 1, 0, 1, 4, 6, 5, 7, 1, 9, 9, 8, 8, 3, 3, 1, 7],
"ct" : [5, 5, 8, 7, 9, 6, 8, 2, 0, 6, 2, 4, 4, 8, 2, 2, 6, 3, 1, 2, 1, 7, 1, 8, 9, 4, 5, 7, 1, 2, 6, 7, 1],
"result" : "valid"
},
{
"tcId" : 2466,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "3c6d9803cb1d037a4dd40ad29a24bda0ad8ff6b6c66ae2e9",
"tweak" : "699fe67da72de739",
"msg" : [3, 6, 2, 5, 1, 3, 4, 6, 2, 3, 8, 7, 1, 5, 5, 4, 6, 9, 1, 2, 5, 6, 2, 8, 6, 5, 7, 3, 8, 2, 5, 5, 1],
"ct" : [4, 8, 5, 6, 6, 8, 1, 6, 1, 2, 5, 5, 4, 3, 6, 1, 9, 8, 3, 9, 4, 7, 6, 6, 3, 1, 1, 1, 8, 9, 7, 3, 6],
"result" : "valid"
},
{
"tcId" : 2467,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "3c6d9803cb1d037a4dd40ad29a24bda0ad8ff6b6c66ae2e9",
"tweak" : "699fe67da72de739",
"msg" : [5, 6, 2, 7, 7, 7, 4, 2, 0, 1, 1, 8, 9, 8, 0, 8, 8, 9, 0, 1, 8, 0, 9, 3, 0, 8, 5, 2, 8, 5, 8, 6, 2],
"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, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 2468,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "3c6d9803cb1d037a4dd40ad29a24bda0ad8ff6b6c66ae2e9",
"tweak" : "699fe67da72de739",
"msg" : [8, 5, 2, 7, 6, 8, 3, 7, 2, 2, 8, 9, 8, 6, 6, 3, 9, 1, 7, 5, 0, 2, 1, 9, 0, 2, 2, 8, 7, 2, 7, 0, 5],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 2469,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "3c6d9803cb1d037a4dd40ad29a24bda0ad8ff6b6c66ae2e9",
"tweak" : "699fe67da72de739",
"msg" : [7, 3, 0, 6, 1, 1, 2, 3, 4, 5, 5, 4, 4, 2, 1, 7, 9, 1, 5, 1, 7, 3, 5, 1, 7, 6, 6, 3, 3, 9, 6, 2, 8],
"ct" : [9, 0, 0, 7, 1, 9, 9, 2, 5, 4, 7, 4, 0, 9, 9, 2, 7, 2, 0, 5, 7, 5, 9, 4, 0, 3, 7, 9, 2, 7, 9, 3, 6],
"result" : "valid"
},
{
"tcId" : 2470,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "3c6d9803cb1d037a4dd40ad29a24bda0ad8ff6b6c66ae2e9",
"tweak" : "699fe67da72de739",
"msg" : [6, 0, 4, 1, 3, 6, 7, 9, 6, 9, 9, 6, 8, 2, 9, 0, 6, 7, 5, 5, 1, 5, 5, 1, 6, 3, 3, 8, 9, 7, 8, 7, 8],
"ct" : [9, 0, 0, 7, 1, 9, 9, 2, 5, 4, 7, 4, 0, 9, 9, 1, 7, 2, 0, 5, 7, 5, 9, 4, 0, 3, 7, 9, 2, 7, 9, 3, 5],
"result" : "valid"
},
{
"tcId" : 2471,
"comment" : "y is edge case for modular reduction and a = 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "004890ef9e3d6986a31f346e8eed6bbbe0670f432835740e",
"tweak" : "0e7c32361be5aa",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 5, 7, 9, 5, 5, 1, 3, 6, 8, 6, 1, 1, 8, 8, 0, 5],
"ct" : [2, 7, 2, 0, 6, 2, 9, 7, 4, 7, 6, 6, 5, 9, 1, 2, 8, 3, 8, 2, 6, 1, 5, 7, 5, 8, 1, 8, 8, 9, 0, 9, 7],
"result" : "valid"
},
{
"tcId" : 2472,
"comment" : "y is edge case for modular reduction and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "004890ef9e3d6986a31f346e8eed6bbbe0670f432835740e",
"tweak" : "0e7c32361be5aa",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 5, 7, 9, 5, 5, 1, 3, 6, 8, 6, 1, 1, 8, 8, 0, 5],
"ct" : [5, 1, 0, 0, 1, 4, 2, 1, 9, 5, 2, 6, 5, 6, 5, 5, 0, 7, 4, 9, 3, 6, 4, 6, 4, 4, 0, 7, 4, 4, 0, 4, 3],
"result" : "valid"
},
{
"tcId" : 2473,
"comment" : "y is edge case for modular reduction and (y + a) % radix**16 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "004890ef9e3d6986a31f346e8eed6bbbe0670f432835740e",
"tweak" : "0e7c32361be5aa",
"msg" : [5, 6, 6, 2, 4, 0, 6, 4, 5, 6, 0, 4, 9, 6, 6, 9, 2, 5, 7, 9, 5, 5, 1, 3, 6, 8, 6, 1, 1, 8, 8, 0, 5],
"ct" : [7, 6, 4, 7, 4, 3, 6, 8, 2, 5, 6, 9, 0, 2, 1, 2, 0, 2, 4, 6, 3, 4, 6, 9, 7, 1, 7, 7, 0, 4, 5, 4, 9],
"result" : "valid"
},
{
"tcId" : 2474,
"comment" : "y is edge case for modular reduction and (y + a) % radix**16 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "004890ef9e3d6986a31f346e8eed6bbbe0670f432835740e",
"tweak" : "0e7c32361be5aa",
"msg" : [5, 6, 6, 2, 4, 0, 6, 4, 5, 6, 0, 4, 9, 6, 7, 0, 2, 5, 7, 9, 5, 5, 1, 3, 6, 8, 6, 1, 1, 8, 8, 0, 5],
"ct" : [5, 8, 9, 2, 4, 9, 4, 0, 1, 2, 7, 7, 9, 9, 0, 9, 3, 3, 2, 1, 3, 0, 6, 4, 9, 7, 6, 6, 8, 0, 4, 4, 7],
"result" : "valid"
},
{
"tcId" : 2475,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "004890ef9e3d6986a31f346e8eed6bbbe0670f432835740e",
"tweak" : "0e7c32361be5aa",
"msg" : [9, 0, 0, 7, 1, 9, 9, 2, 5, 4, 7, 4, 0, 9, 9, 2, 2, 5, 7, 9, 5, 5, 1, 3, 6, 8, 6, 1, 1, 8, 8, 0, 5],
"ct" : [5, 7, 7, 3, 2, 6, 2, 4, 5, 9, 7, 7, 5, 3, 8, 0, 9, 4, 8, 1, 7, 7, 0, 1, 5, 4, 7, 8, 9, 0, 5, 1, 3],
"result" : "valid"
},
{
"tcId" : 2476,
"comment" : "y is edge case for modular reduction and a is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "004890ef9e3d6986a31f346e8eed6bbbe0670f432835740e",
"tweak" : "0e7c32361be5aa",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 2, 5, 7, 9, 5, 5, 1, 3, 6, 8, 6, 1, 1, 8, 8, 0, 5],
"ct" : [1, 0, 1, 4, 0, 9, 0, 5, 9, 0, 2, 7, 3, 6, 7, 3, 3, 0, 6, 0, 6, 6, 1, 2, 0, 8, 2, 9, 1, 5, 6, 1, 8],
"result" : "valid"
},
{
"tcId" : 2477,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "a901092eaf7d948de68609d306d81910db25903918f93b8c",
"tweak" : "c0c8efbd14f6ce8f",
"msg" : [-1, 3, 1, 0, 1, 5, 1, 7, 2, 2, 6, 7, 9, 0, 1, 5, 4, 7, 9, 2, 7, 0, 1, 3, 8, 5, 6, 7, 2, 1, 7, 7, 7],
"ct" : [5, 4, 5, 4, 4, 1, 4, 1, 2, 8, 7, 3, 4, 5, 6, 7, 5, 4, 4, 7, 6, 7, 5, 2, 5, 0, 2, 8, 1, 3, 8, 4, 1],
"result" : "invalid"
},
{
"tcId" : 2478,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "a901092eaf7d948de68609d306d81910db25903918f93b8c",
"tweak" : "c0c8efbd14f6ce8f",
"msg" : [8, 3, 1, 0, 1, 5, 1, 7, 2, 2, 6, -1, 9, 0, 1, 5, 4, 7, 9, 2, 7, 0, 1, 3, 8, 5, 6, 7, 2, 1, 7, 7, 7],
"ct" : [4, 9, 4, 9, 2, 1, 8, 3, 1, 9, 7, 2, 0, 6, 1, 8, 9, 8, 5, 1, 7, 8, 4, 0, 1, 2, 9, 6, 1, 3, 0, 1, 5],
"result" : "invalid"
},
{
"tcId" : 2479,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "a901092eaf7d948de68609d306d81910db25903918f93b8c",
"tweak" : "c0c8efbd14f6ce8f",
"msg" : [8, 3, 1, 0, 1, 5, 1, 7, 2, 2, 6, 7, 9, 0, 1, 5, 4, 7, 9, 2, 7, 0, 1, 3, 8, 5, 6, 7, 2, 1, 7, 7, -1],
"ct" : [0, 7, 6, 3, 4, 6, 4, 7, 4, 3, 3, 8, 9, 8, 5, 1, 1, 3, 1, 8, 7, 9, 8, 6, 4, 4, 9, 0, 5, 6, 6, 7, 7],
"result" : "invalid"
},
{
"tcId" : 2480,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "68d1220f5c159bd1f92cc8dcede43ba1e7603113b191e147",
"tweak" : "010fe95bae074775",
"msg" : [10, 9, 9, 9, 6, 6, 5, 1, 6, 1, 9, 8, 9, 6, 3, 0, 0, 4, 0, 2, 6, 9, 3, 6, 0, 7, 0, 8, 2, 0, 4, 2, 6],
"ct" : [9, 7, 3, 2, 5, 6, 8, 1, 1, 2, 6, 1, 1, 2, 2, 8, 9, 3, 2, 4, 4, 7, 9, 9, 4, 3, 9, 4, 7, 5, 0, 1, 3],
"result" : "invalid"
},
{
"tcId" : 2481,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "68d1220f5c159bd1f92cc8dcede43ba1e7603113b191e147",
"tweak" : "010fe95bae074775",
"msg" : [7, 9, 9, 9, 6, 6, 5, 1, 6, 1, 9, 10, 9, 6, 3, 0, 0, 4, 0, 2, 6, 9, 3, 6, 0, 7, 0, 8, 2, 0, 4, 2, 6],
"ct" : [4, 8, 6, 1, 6, 3, 6, 9, 0, 1, 1, 9, 6, 6, 3, 5, 1, 1, 1, 6, 8, 0, 2, 1, 5, 1, 9, 2, 2, 7, 9, 1, 0],
"result" : "invalid"
},
{
"tcId" : 2482,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "68d1220f5c159bd1f92cc8dcede43ba1e7603113b191e147",
"tweak" : "010fe95bae074775",
"msg" : [7, 9, 9, 9, 6, 6, 5, 1, 6, 1, 9, 8, 9, 6, 3, 0, 0, 4, 0, 2, 6, 9, 3, 6, 0, 7, 0, 8, 2, 0, 4, 2, 10],
"ct" : [6, 9, 5, 7, 5, 8, 2, 9, 4, 0, 0, 8, 0, 1, 5, 1, 7, 2, 4, 3, 6, 4, 8, 5, 7, 0, 1, 4, 0, 2, 8, 7, 6],
"result" : "invalid"
}
]
},
{
"keySize" : 192,
"msgSize" : 38,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 2483,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "53604548a0e8efc31ac3036e9cd142b0d201fff86faa3a4a",
"tweak" : "d8aca824d25129ed",
"msg" : [5, 0, 7, 9, 4, 5, 7, 1, 1, 0, 2, 6, 0, 8, 3, 3, 2, 7, 7, 5, 5, 3, 7, 9, 2, 1, 2, 7, 4, 0, 5, 8, 1, 5, 1, 4, 4, 8],
"ct" : [2, 0, 5, 0, 2, 4, 4, 0, 9, 1, 4, 9, 0, 8, 9, 6, 8, 1, 7, 7, 0, 0, 8, 3, 7, 7, 2, 4, 7, 5, 2, 1, 3, 5, 8, 5, 6, 7],
"result" : "valid"
},
{
"tcId" : 2484,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "a4656c19173b53801c741ae9a070926c35383f4682af53ae",
"tweak" : "19016637ccbddc43",
"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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [1, 6, 0, 4, 9, 1, 9, 2, 5, 1, 6, 8, 9, 3, 9, 7, 8, 3, 8, 1, 0, 1, 7, 4, 3, 3, 5, 1, 4, 3, 0, 5, 3, 3, 6, 8, 2, 8],
"result" : "valid"
},
{
"tcId" : 2485,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "a4656c19173b53801c741ae9a070926c35383f4682af53ae",
"tweak" : "19016637ccbddc43",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [5, 2, 5, 9, 5, 4, 5, 2, 2, 7, 1, 6, 8, 7, 1, 9, 6, 9, 8, 7, 0, 7, 4, 3, 2, 9, 7, 9, 2, 9, 6, 4, 6, 8, 1, 3, 5, 3],
"result" : "valid"
},
{
"tcId" : 2486,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "a4656c19173b53801c741ae9a070926c35383f4682af53ae",
"tweak" : "19016637ccbddc43",
"msg" : [9, 2, 2, 3, 3, 7, 2, 0, 3, 6, 8, 5, 4, 7, 7, 5, 8, 0, 8, 9, 2, 2, 3, 3, 7, 2, 0, 3, 6, 8, 5, 4, 7, 7, 5, 8, 0, 8],
"ct" : [8, 3, 4, 4, 8, 4, 7, 2, 3, 0, 6, 2, 3, 8, 8, 4, 9, 3, 4, 3, 3, 4, 6, 2, 9, 4, 8, 9, 8, 4, 6, 8, 8, 1, 1, 0, 9, 0],
"result" : "valid"
},
{
"tcId" : 2487,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "a4656c19173b53801c741ae9a070926c35383f4682af53ae",
"tweak" : "19016637ccbddc43",
"msg" : [9, 2, 2, 3, 3, 7, 2, 0, 3, 6, 8, 5, 4, 7, 7, 5, 8, 0, 7, 9, 2, 2, 3, 3, 7, 2, 0, 3, 6, 8, 5, 4, 7, 7, 5, 8, 0, 7],
"ct" : [0, 4, 0, 1, 8, 1, 7, 2, 0, 2, 2, 8, 6, 7, 2, 8, 3, 7, 5, 7, 8, 0, 7, 6, 1, 4, 4, 4, 7, 4, 2, 7, 2, 8, 5, 1, 4, 6],
"result" : "valid"
},
{
"tcId" : 2488,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "a4656c19173b53801c741ae9a070926c35383f4682af53ae",
"tweak" : "19016637ccbddc43",
"msg" : [3, 2, 1, 0, 9, 8, 7, 5, 4, 2, 4, 6, 8, 1, 3, 4, 5, 3, 1, 9, 2, 8, 1, 1, 2, 8, 5, 7, 3, 7, 5, 3, 8, 4, 5, 9, 4, 7],
"ct" : [7, 5, 3, 9, 4, 7, 9, 0, 7, 5, 5, 0, 0, 8, 9, 4, 5, 1, 1, 0, 3, 0, 2, 2, 8, 9, 0, 1, 6, 9, 2, 9, 7, 5, 2, 6, 6, 6],
"result" : "valid"
},
{
"tcId" : 2489,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "a4656c19173b53801c741ae9a070926c35383f4682af53ae",
"tweak" : "19016637ccbddc43",
"msg" : [9, 7, 8, 1, 4, 3, 3, 0, 2, 9, 8, 8, 6, 7, 3, 9, 9, 7, 0, 2, 5, 1, 9, 1, 2, 8, 2, 6, 7, 1, 2, 5, 2, 1, 5, 2, 7, 2],
"ct" : [6, 6, 2, 5, 7, 3, 6, 7, 6, 9, 6, 6, 3, 4, 7, 5, 5, 7, 0, 0, 4, 7, 4, 2, 5, 7, 9, 0, 6, 9, 3, 6, 6, 1, 0, 9, 6, 1],
"result" : "valid"
},
{
"tcId" : 2490,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "a4656c19173b53801c741ae9a070926c35383f4682af53ae",
"tweak" : "19016637ccbddc43",
"msg" : [9, 8, 7, 9, 9, 3, 3, 5, 4, 9, 7, 0, 4, 5, 7, 2, 6, 4, 0, 1, 8, 3, 8, 0, 2, 1, 8, 7, 8, 5, 8, 9, 6, 8, 2, 1, 8, 4],
"ct" : [9, 9, 7, 2, 4, 1, 9, 7, 2, 2, 4, 9, 7, 6, 9, 7, 4, 5, 2, 7, 6, 7, 6, 5, 1, 1, 5, 9, 3, 8, 5, 4, 4, 8, 7, 5, 6, 2],
"result" : "valid"
},
{
"tcId" : 2491,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "a4656c19173b53801c741ae9a070926c35383f4682af53ae",
"tweak" : "19016637ccbddc43",
"msg" : [7, 0, 4, 7, 3, 0, 1, 3, 0, 7, 1, 0, 3, 6, 9, 3, 2, 2, 9, 1, 5, 7, 5, 1, 5, 0, 3, 8, 2, 9, 7, 2, 5, 9, 9, 8, 1, 3],
"ct" : [2, 3, 3, 2, 7, 5, 8, 1, 2, 7, 4, 8, 3, 6, 2, 3, 3, 9, 8, 5, 7, 8, 4, 5, 1, 1, 8, 4, 3, 4, 2, 0, 2, 8, 7, 1, 9, 1],
"result" : "valid"
},
{
"tcId" : 2492,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "a4656c19173b53801c741ae9a070926c35383f4682af53ae",
"tweak" : "19016637ccbddc43",
"msg" : [3, 5, 4, 2, 2, 6, 1, 6, 9, 3, 3, 3, 0, 3, 3, 8, 2, 9, 5, 0, 2, 6, 4, 2, 8, 8, 2, 9, 8, 7, 3, 1, 4, 2, 3, 1, 2, 6],
"ct" : [0, 8, 4, 1, 4, 1, 5, 9, 6, 4, 7, 8, 7, 2, 2, 4, 0, 3, 4, 5, 6, 6, 6, 8, 8, 1, 3, 9, 0, 6, 5, 0, 5, 8, 5, 6, 1, 3],
"result" : "valid"
},
{
"tcId" : 2493,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "a4656c19173b53801c741ae9a070926c35383f4682af53ae",
"tweak" : "19016637ccbddc43",
"msg" : [0, 9, 6, 5, 5, 7, 4, 6, 2, 2, 1, 6, 9, 7, 2, 3, 2, 9, 7, 0, 7, 3, 2, 1, 1, 1, 2, 0, 4, 2, 9, 8, 7, 0, 2, 5, 2, 4],
"ct" : [4, 8, 7, 0, 8, 9, 5, 6, 9, 5, 4, 7, 4, 1, 1, 8, 1, 5, 1, 9, 1, 1, 6, 9, 1, 9, 5, 2, 9, 5, 3, 0, 7, 5, 9, 9, 1, 1],
"result" : "valid"
},
{
"tcId" : 2494,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "a4656c19173b53801c741ae9a070926c35383f4682af53ae",
"tweak" : "19016637ccbddc43",
"msg" : [7, 0, 1, 1, 0, 1, 2, 3, 8, 9, 2, 0, 1, 6, 7, 0, 0, 0, 1, 3, 1, 8, 8, 0, 4, 2, 6, 0, 7, 9, 4, 7, 6, 0, 8, 4, 1, 7],
"ct" : [9, 6, 4, 3, 9, 0, 0, 7, 1, 1, 1, 7, 2, 0, 4, 5, 3, 3, 0, 9, 7, 5, 3, 8, 0, 7, 9, 9, 9, 5, 1, 7, 9, 1, 8, 5, 8, 0],
"result" : "valid"
},
{
"tcId" : 2495,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "a4656c19173b53801c741ae9a070926c35383f4682af53ae",
"tweak" : "19016637ccbddc43",
"msg" : [7, 2, 2, 7, 5, 0, 3, 6, 9, 7, 7, 4, 7, 1, 1, 2, 4, 7, 5, 0, 2, 8, 9, 8, 4, 8, 0, 4, 9, 7, 7, 4, 4, 7, 7, 0, 8, 3],
"ct" : [2, 3, 2, 3, 1, 8, 9, 8, 8, 5, 1, 9, 2, 7, 0, 0, 0, 8, 5, 7, 1, 7, 7, 4, 9, 6, 5, 6, 5, 4, 5, 4, 5, 8, 6, 9, 3, 7],
"result" : "valid"
},
{
"tcId" : 2496,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "a4656c19173b53801c741ae9a070926c35383f4682af53ae",
"tweak" : "19016637ccbddc43",
"msg" : [5, 5, 0, 2, 6, 0, 2, 8, 6, 5, 4, 7, 7, 7, 5, 9, 6, 2, 4, 7, 9, 6, 9, 9, 9, 8, 6, 0, 1, 7, 1, 1, 3, 4, 9, 0, 0, 5],
"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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 2497,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "a4656c19173b53801c741ae9a070926c35383f4682af53ae",
"tweak" : "19016637ccbddc43",
"msg" : [3, 4, 9, 6, 1, 4, 5, 6, 7, 7, 8, 2, 8, 2, 6, 2, 6, 4, 7, 5, 8, 8, 2, 6, 8, 6, 5, 8, 5, 6, 8, 0, 3, 8, 5, 0, 9, 1],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 2498,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "a4656c19173b53801c741ae9a070926c35383f4682af53ae",
"tweak" : "19016637ccbddc43",
"msg" : [7, 8, 4, 0, 0, 5, 8, 7, 7, 6, 7, 7, 1, 9, 5, 9, 9, 9, 6, 2, 1, 8, 9, 0, 6, 1, 7, 2, 0, 9, 2, 6, 3, 5, 2, 7, 7, 2],
"ct" : [9, 2, 2, 3, 3, 7, 2, 0, 3, 6, 8, 5, 4, 7, 7, 5, 8, 0, 8, 9, 2, 2, 3, 3, 7, 2, 0, 3, 6, 8, 5, 4, 7, 7, 5, 8, 0, 8],
"result" : "valid"
},
{
"tcId" : 2499,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "a4656c19173b53801c741ae9a070926c35383f4682af53ae",
"tweak" : "19016637ccbddc43",
"msg" : [0, 5, 5, 6, 8, 4, 3, 0, 0, 4, 0, 6, 6, 6, 1, 1, 2, 9, 8, 2, 3, 8, 3, 8, 4, 8, 0, 8, 2, 2, 4, 3, 4, 9, 7, 3, 9, 9],
"ct" : [9, 2, 2, 3, 3, 7, 2, 0, 3, 6, 8, 5, 4, 7, 7, 5, 8, 0, 7, 9, 2, 2, 3, 3, 7, 2, 0, 3, 6, 8, 5, 4, 7, 7, 5, 8, 0, 7],
"result" : "valid"
},
{
"tcId" : 2500,
"comment" : "y = 0 and (y + a) % radix**19 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "8e4c0607fbc9573c042529f01f58cf013499f1259ad8efbf",
"tweak" : "c1cb62fd42bc9a",
"msg" : [3, 4, 3, 8, 0, 3, 8, 9, 2, 7, 2, 8, 1, 5, 3, 7, 8, 4, 6, 3, 2, 1, 7, 6, 2, 2, 1, 3, 9, 0, 2, 2, 6, 8, 9, 6, 6, 1],
"ct" : [8, 2, 8, 5, 2, 0, 7, 1, 6, 9, 2, 0, 5, 9, 2, 3, 8, 7, 8, 9, 7, 6, 3, 8, 1, 8, 3, 9, 1, 7, 9, 5, 0, 5, 0, 0, 3, 8],
"result" : "valid"
},
{
"tcId" : 2501,
"comment" : "y = 0 and a = 1 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "8e4c0607fbc9573c042529f01f58cf013499f1259ad8efbf",
"tweak" : "c1cb62fd42bc9a",
"msg" : [1, 1, 1, 3, 4, 9, 9, 2, 6, 2, 9, 9, 1, 1, 1, 2, 3, 7, 7, 6, 2, 7, 6, 0, 8, 4, 5, 9, 2, 6, 5, 6, 7, 5, 4, 2, 1, 6],
"ct" : [1, 8, 9, 3, 1, 4, 0, 8, 3, 7, 9, 3, 5, 6, 6, 1, 9, 6, 0, 2, 7, 2, 3, 3, 9, 7, 7, 8, 6, 4, 7, 2, 4, 1, 7, 5, 0, 6],
"result" : "valid"
},
{
"tcId" : 2502,
"comment" : "y = 0 and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "8e4c0607fbc9573c042529f01f58cf013499f1259ad8efbf",
"tweak" : "c1cb62fd42bc9a",
"msg" : [9, 5, 1, 1, 7, 1, 8, 4, 1, 5, 7, 6, 4, 6, 3, 6, 5, 9, 7, 0, 9, 9, 6, 9, 5, 4, 7, 2, 6, 3, 1, 0, 3, 1, 3, 7, 4, 6],
"ct" : [3, 2, 8, 9, 6, 7, 8, 0, 4, 1, 7, 4, 5, 8, 8, 8, 2, 7, 3, 6, 9, 0, 5, 5, 2, 5, 4, 0, 5, 7, 8, 2, 2, 0, 9, 2, 6, 9],
"result" : "valid"
},
{
"tcId" : 2503,
"comment" : "y = 0 and (y + a) % radix**19 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "8e4c0607fbc9573c042529f01f58cf013499f1259ad8efbf",
"tweak" : "c1cb62fd42bc9a",
"msg" : [5, 9, 2, 2, 2, 7, 9, 5, 1, 1, 6, 1, 9, 0, 4, 7, 6, 4, 0, 2, 6, 7, 8, 9, 1, 3, 9, 4, 2, 3, 5, 0, 0, 4, 9, 6, 0, 0],
"ct" : [9, 4, 5, 6, 2, 0, 6, 8, 8, 9, 9, 9, 0, 0, 8, 3, 1, 6, 8, 5, 7, 8, 6, 1, 1, 5, 5, 4, 9, 4, 4, 3, 5, 2, 4, 3, 0, 0],
"result" : "valid"
},
{
"tcId" : 2504,
"comment" : "y = 1 and a = 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "8e4c0607fbc9573c042529f01f58cf013499f1259ad8efbf",
"tweak" : "3ea7aa6a0a8661",
"msg" : [7, 7, 5, 5, 1, 2, 5, 3, 6, 3, 3, 7, 4, 4, 9, 2, 7, 1, 2, 1, 4, 8, 1, 6, 3, 5, 5, 6, 1, 5, 8, 3, 0, 9, 9, 0, 9, 9],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 4, 5, 7, 2, 7, 9, 2, 2, 3, 0, 3, 0, 9, 0, 7, 5, 1, 1, 3],
"result" : "valid"
},
{
"tcId" : 2505,
"comment" : "y = 1 and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "8e4c0607fbc9573c042529f01f58cf013499f1259ad8efbf",
"tweak" : "3ea7aa6a0a8661",
"msg" : [8, 0, 2, 4, 1, 3, 7, 0, 3, 7, 3, 7, 9, 4, 9, 5, 1, 4, 0, 6, 8, 9, 3, 9, 6, 3, 6, 1, 0, 0, 8, 8, 2, 7, 1, 8, 8, 7],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 1, 6, 3, 6, 3, 5, 7, 4, 8, 5, 0, 6, 0, 3, 5, 7, 3, 8, 0],
"result" : "valid"
},
{
"tcId" : 2506,
"comment" : "y = 1 and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "8e4c0607fbc9573c042529f01f58cf013499f1259ad8efbf",
"tweak" : "3ea7aa6a0a8661",
"msg" : [7, 8, 1, 3, 5, 4, 1, 0, 5, 1, 0, 6, 2, 8, 2, 4, 2, 8, 5, 2, 0, 1, 0, 9, 5, 0, 6, 6, 3, 3, 5, 5, 8, 0, 1, 0, 1, 0],
"ct" : [9, 2, 2, 3, 3, 7, 2, 0, 3, 6, 8, 5, 4, 7, 7, 5, 8, 0, 9, 7, 5, 3, 1, 8, 0, 4, 1, 4, 9, 9, 0, 8, 9, 0, 1, 5, 8, 7],
"result" : "valid"
},
{
"tcId" : 2507,
"comment" : "y = 1 and (y + a) % radix**19 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "8e4c0607fbc9573c042529f01f58cf013499f1259ad8efbf",
"tweak" : "3ea7aa6a0a8661",
"msg" : [3, 3, 3, 1, 3, 7, 6, 1, 1, 5, 9, 1, 9, 0, 6, 2, 3, 8, 2, 9, 5, 3, 3, 2, 1, 3, 4, 4, 3, 8, 2, 9, 4, 8, 0, 0, 0, 1],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 7, 1, 3, 8, 9, 2, 9, 4, 7, 1, 3, 5, 8, 0, 5, 5, 9, 6, 1],
"result" : "valid"
},
{
"tcId" : 2508,
"comment" : "y = 1 and (y + a) % radix**19 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "8e4c0607fbc9573c042529f01f58cf013499f1259ad8efbf",
"tweak" : "3ea7aa6a0a8661",
"msg" : [1, 9, 9, 7, 6, 1, 1, 0, 0, 2, 8, 6, 8, 8, 9, 9, 2, 1, 9, 8, 8, 5, 5, 2, 4, 3, 7, 0, 6, 8, 0, 3, 4, 5, 8, 3, 1, 7],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 8, 7, 8, 9, 2, 8, 0, 8, 6, 7, 1, 6, 9, 6, 9, 9, 9, 4],
"result" : "valid"
},
{
"tcId" : 2509,
"comment" : "y is maximal and a = 0 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "8e4c0607fbc9573c042529f01f58cf013499f1259ad8efbf",
"tweak" : "5e9c34f6f776a3",
"msg" : [3, 8, 3, 3, 9, 1, 3, 2, 8, 9, 0, 0, 0, 1, 4, 7, 3, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [7, 9, 7, 3, 8, 5, 0, 1, 2, 8, 2, 2, 8, 9, 9, 6, 3, 7, 7, 7, 4, 8, 4, 5, 1, 0, 0, 0, 0, 3, 9, 6, 7, 3, 4, 9, 8, 6],
"result" : "valid"
},
{
"tcId" : 2510,
"comment" : "y is maximal and a = 1 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "8e4c0607fbc9573c042529f01f58cf013499f1259ad8efbf",
"tweak" : "5e9c34f6f776a3",
"msg" : [9, 8, 8, 1, 6, 3, 7, 0, 7, 1, 2, 9, 3, 2, 3, 6, 1, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1],
"ct" : [6, 7, 3, 4, 2, 3, 2, 5, 9, 8, 9, 7, 8, 1, 9, 0, 0, 8, 6, 2, 0, 7, 4, 2, 3, 1, 7, 9, 2, 5, 9, 1, 1, 0, 3, 8, 1, 7],
"result" : "valid"
},
{
"tcId" : 2511,
"comment" : "y is maximal and (y + a) % radix**19 is maximal in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "8e4c0607fbc9573c042529f01f58cf013499f1259ad8efbf",
"tweak" : "5e9c34f6f776a3",
"msg" : [8, 2, 6, 6, 9, 7, 1, 5, 1, 3, 3, 9, 3, 7, 5, 8, 9, 4, 9, 5, 7, 3, 5, 6, 6, 2, 4, 0, 6, 4, 5, 6, 0, 4, 9, 6, 6, 4],
"ct" : [4, 9, 8, 3, 4, 0, 9, 7, 7, 3, 1, 2, 6, 3, 1, 9, 9, 6, 4, 0, 9, 6, 0, 6, 4, 0, 9, 1, 2, 0, 3, 4, 4, 8, 5, 4, 9, 1],
"result" : "valid"
},
{
"tcId" : 2512,
"comment" : "y is maximal and (y + a) % radix**19 == 0 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "8e4c0607fbc9573c042529f01f58cf013499f1259ad8efbf",
"tweak" : "5e9c34f6f776a3",
"msg" : [3, 9, 8, 9, 2, 3, 3, 6, 1, 8, 7, 2, 9, 2, 5, 1, 6, 2, 4, 5, 7, 3, 5, 6, 6, 2, 4, 0, 6, 4, 5, 6, 0, 4, 9, 6, 6, 5],
"ct" : [2, 6, 0, 3, 1, 7, 4, 0, 1, 4, 1, 8, 0, 3, 3, 5, 5, 4, 6, 1, 3, 0, 0, 7, 0, 4, 1, 3, 6, 0, 6, 9, 1, 2, 1, 5, 2, 6],
"result" : "valid"
},
{
"tcId" : 2513,
"comment" : "y is maximal and a has large Hamming weight in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "8e4c0607fbc9573c042529f01f58cf013499f1259ad8efbf",
"tweak" : "5e9c34f6f776a3",
"msg" : [4, 0, 5, 9, 8, 4, 1, 1, 7, 4, 9, 3, 6, 9, 8, 5, 5, 5, 4, 9, 2, 2, 3, 3, 7, 2, 0, 3, 6, 8, 5, 4, 7, 7, 5, 8, 0, 8],
"ct" : [4, 2, 5, 9, 7, 3, 4, 9, 5, 3, 1, 9, 7, 0, 8, 9, 0, 1, 4, 7, 9, 7, 7, 3, 6, 7, 1, 1, 4, 1, 1, 6, 5, 8, 5, 9, 0, 5],
"result" : "valid"
},
{
"tcId" : 2514,
"comment" : "y is maximal and a is maximal in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "8e4c0607fbc9573c042529f01f58cf013499f1259ad8efbf",
"tweak" : "5e9c34f6f776a3",
"msg" : [7, 0, 4, 7, 7, 6, 0, 9, 2, 7, 5, 0, 9, 0, 6, 3, 5, 9, 1, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [1, 5, 3, 4, 6, 8, 6, 5, 7, 4, 8, 0, 0, 9, 0, 5, 8, 6, 5, 3, 9, 8, 6, 9, 5, 1, 6, 6, 3, 6, 3, 6, 9, 8, 6, 6, 2, 0],
"result" : "valid"
},
{
"tcId" : 2515,
"comment" : "y is edge case for modular reduction and a = 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "8e4c0607fbc9573c042529f01f58cf013499f1259ad8efbf",
"tweak" : "99bbfbe6159384",
"msg" : [9, 0, 3, 6, 9, 8, 3, 1, 0, 4, 2, 3, 3, 1, 5, 0, 6, 4, 7, 9, 3, 4, 4, 4, 4, 0, 6, 7, 9, 1, 2, 8, 9, 2, 2, 3, 6, 2],
"ct" : [4, 7, 2, 5, 2, 9, 3, 6, 7, 8, 3, 3, 3, 7, 8, 5, 7, 9, 5, 4, 2, 6, 4, 3, 3, 7, 5, 9, 3, 5, 4, 3, 9, 5, 0, 3, 3, 0],
"result" : "valid"
},
{
"tcId" : 2516,
"comment" : "y is edge case for modular reduction and a = 1 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "8e4c0607fbc9573c042529f01f58cf013499f1259ad8efbf",
"tweak" : "99bbfbe6159384",
"msg" : [1, 8, 0, 1, 5, 9, 5, 6, 2, 4, 6, 5, 8, 0, 4, 0, 7, 5, 2, 4, 3, 8, 1, 4, 6, 3, 5, 3, 4, 1, 2, 0, 1, 1, 7, 7, 2, 9],
"ct" : [4, 7, 2, 5, 2, 9, 3, 6, 7, 8, 3, 3, 3, 7, 8, 5, 7, 9, 5, 4, 2, 6, 4, 3, 3, 7, 5, 9, 3, 5, 4, 3, 9, 5, 0, 3, 3, 1],
"result" : "valid"
},
{
"tcId" : 2517,
"comment" : "y is edge case for modular reduction and (y + a) % radix**19 is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "8e4c0607fbc9573c042529f01f58cf013499f1259ad8efbf",
"tweak" : "99bbfbe6159384",
"msg" : [9, 7, 5, 6, 1, 5, 0, 6, 7, 9, 8, 5, 0, 6, 7, 2, 4, 0, 0, 8, 8, 7, 3, 6, 0, 9, 0, 9, 5, 2, 3, 5, 5, 9, 2, 7, 9, 0],
"ct" : [4, 7, 2, 5, 2, 9, 3, 6, 7, 8, 3, 3, 3, 7, 8, 5, 7, 9, 5, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 2518,
"comment" : "y is edge case for modular reduction and (y + a) % radix**19 == 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "8e4c0607fbc9573c042529f01f58cf013499f1259ad8efbf",
"tweak" : "99bbfbe6159384",
"msg" : [7, 9, 9, 5, 7, 1, 3, 8, 4, 8, 9, 1, 1, 0, 5, 7, 5, 7, 3, 5, 4, 7, 1, 1, 3, 9, 8, 3, 0, 5, 3, 2, 6, 9, 0, 1, 0, 7],
"ct" : [4, 7, 2, 5, 2, 9, 3, 6, 7, 8, 3, 3, 3, 7, 8, 5, 7, 9, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 2519,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "8e4c0607fbc9573c042529f01f58cf013499f1259ad8efbf",
"tweak" : "99bbfbe6159384",
"msg" : [2, 1, 6, 5, 5, 2, 9, 4, 2, 2, 5, 2, 3, 4, 1, 6, 4, 4, 6, 7, 4, 1, 9, 0, 0, 7, 0, 7, 0, 6, 3, 3, 2, 7, 2, 8, 6, 6],
"ct" : [4, 7, 2, 5, 2, 9, 3, 6, 7, 8, 3, 3, 3, 7, 8, 5, 7, 9, 5, 3, 4, 8, 7, 7, 0, 9, 6, 3, 0, 3, 9, 8, 7, 2, 6, 1, 3, 8],
"result" : "valid"
},
{
"tcId" : 2520,
"comment" : "y is edge case for modular reduction and a is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "8e4c0607fbc9573c042529f01f58cf013499f1259ad8efbf",
"tweak" : "99bbfbe6159384",
"msg" : [9, 4, 3, 0, 1, 4, 4, 0, 2, 6, 7, 6, 9, 5, 3, 9, 3, 0, 3, 6, 1, 0, 3, 9, 4, 7, 4, 8, 9, 1, 5, 3, 1, 8, 4, 6, 5, 1],
"ct" : [4, 7, 2, 5, 2, 9, 3, 6, 7, 8, 3, 3, 3, 7, 8, 5, 7, 9, 5, 4, 2, 6, 4, 3, 3, 7, 5, 9, 3, 5, 4, 3, 9, 5, 0, 3, 2, 9],
"result" : "valid"
},
{
"tcId" : 2521,
"comment" : "y is maximal after modular reduction and (y + a) % radix**19 is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "8e4c0607fbc9573c042529f01f58cf013499f1259ad8efbf",
"tweak" : "06a959ce3b4df5",
"msg" : [0, 7, 5, 8, 8, 7, 9, 4, 3, 6, 7, 7, 5, 4, 7, 5, 9, 6, 3, 0, 3, 5, 1, 6, 9, 3, 3, 8, 6, 8, 8, 9, 1, 7, 9, 0, 0, 8],
"ct" : [3, 8, 3, 5, 5, 9, 0, 5, 0, 2, 3, 5, 1, 8, 9, 3, 5, 4, 6, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 2522,
"comment" : "y is maximal after modular reduction and (y + a) % radix**19 == 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "8e4c0607fbc9573c042529f01f58cf013499f1259ad8efbf",
"tweak" : "06a959ce3b4df5",
"msg" : [0, 0, 6, 5, 8, 7, 7, 2, 0, 8, 0, 0, 6, 6, 0, 4, 0, 7, 1, 0, 6, 5, 1, 7, 9, 7, 6, 2, 5, 5, 1, 6, 6, 4, 9, 9, 9, 1],
"ct" : [3, 8, 3, 5, 5, 9, 0, 5, 0, 2, 3, 5, 1, 8, 9, 3, 5, 4, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 2523,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "8e4c0607fbc9573c042529f01f58cf013499f1259ad8efbf",
"tweak" : "06a959ce3b4df5",
"msg" : [3, 2, 7, 5, 1, 6, 3, 2, 1, 2, 2, 7, 7, 6, 0, 9, 1, 0, 1, 9, 0, 6, 0, 0, 8, 2, 9, 9, 7, 5, 5, 7, 1, 6, 8, 3, 3, 6],
"ct" : [3, 8, 3, 5, 5, 9, 0, 5, 0, 2, 3, 5, 1, 8, 9, 3, 5, 4, 6, 9, 2, 2, 3, 3, 7, 2, 0, 3, 6, 8, 5, 4, 7, 7, 5, 8, 0, 7],
"result" : "valid"
},
{
"tcId" : 2524,
"comment" : "y is maximal after modular reduction and a is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "8e4c0607fbc9573c042529f01f58cf013499f1259ad8efbf",
"tweak" : "06a959ce3b4df5",
"msg" : [4, 6, 4, 1, 1, 1, 7, 8, 8, 3, 5, 2, 8, 5, 2, 6, 5, 9, 6, 8, 1, 4, 7, 3, 6, 1, 1, 5, 1, 5, 0, 8, 9, 3, 3, 9, 9, 9],
"ct" : [3, 8, 3, 5, 5, 9, 0, 5, 0, 2, 3, 5, 1, 8, 9, 3, 5, 4, 6, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 8],
"result" : "valid"
},
{
"tcId" : 2525,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "1fa604ea018858617ad90bed27da8ac3933fa7feced3071f",
"tweak" : "50fb280c7b4ca49c",
"msg" : [-1, 1, 2, 8, 1, 7, 4, 7, 9, 9, 4, 0, 4, 8, 0, 9, 0, 5, 7, 5, 6, 9, 4, 7, 7, 0, 5, 6, 1, 2, 3, 5, 3, 1, 1, 3, 5, 9],
"ct" : [5, 4, 6, 2, 2, 1, 0, 1, 9, 8, 3, 9, 0, 2, 9, 1, 8, 9, 6, 7, 3, 6, 2, 1, 0, 1, 5, 3, 2, 8, 9, 5, 2, 8, 8, 3, 6, 7],
"result" : "invalid"
},
{
"tcId" : 2526,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "1fa604ea018858617ad90bed27da8ac3933fa7feced3071f",
"tweak" : "50fb280c7b4ca49c",
"msg" : [9, 1, 2, 8, 1, 7, 4, 7, 9, 9, 4, 0, -1, 8, 0, 9, 0, 5, 7, 5, 6, 9, 4, 7, 7, 0, 5, 6, 1, 2, 3, 5, 3, 1, 1, 3, 5, 9],
"ct" : [2, 9, 7, 0, 6, 2, 7, 4, 6, 9, 6, 7, 6, 4, 0, 3, 0, 8, 9, 7, 6, 7, 4, 0, 5, 1, 0, 9, 9, 5, 7, 3, 0, 2, 6, 4, 4, 9],
"result" : "invalid"
},
{
"tcId" : 2527,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "1fa604ea018858617ad90bed27da8ac3933fa7feced3071f",
"tweak" : "50fb280c7b4ca49c",
"msg" : [9, 1, 2, 8, 1, 7, 4, 7, 9, 9, 4, 0, 4, 8, 0, 9, 0, 5, 7, 5, 6, 9, 4, 7, 7, 0, 5, 6, 1, 2, 3, 5, 3, 1, 1, 3, 5, -1],
"ct" : [4, 9, 3, 4, 0, 5, 6, 3, 4, 7, 5, 3, 5, 5, 4, 5, 8, 9, 5, 8, 5, 2, 1, 7, 7, 4, 3, 3, 0, 7, 5, 1, 5, 4, 0, 5, 1, 2],
"result" : "invalid"
},
{
"tcId" : 2528,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "25d373042be9ca05f2ad025e6184530fc4ef3735289e31db",
"tweak" : "7f3feb603874e8ac",
"msg" : [10, 4, 4, 6, 7, 4, 2, 0, 0, 5, 3, 0, 8, 1, 1, 8, 7, 3, 6, 4, 2, 5, 5, 9, 8, 3, 9, 0, 4, 6, 7, 3, 3, 0, 2, 0, 7, 6],
"ct" : [9, 6, 9, 2, 5, 3, 6, 0, 8, 0, 6, 9, 5, 8, 3, 1, 2, 7, 0, 5, 1, 0, 2, 1, 7, 0, 0, 8, 1, 2, 5, 4, 7, 5, 2, 1, 4, 8],
"result" : "invalid"
},
{
"tcId" : 2529,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "25d373042be9ca05f2ad025e6184530fc4ef3735289e31db",
"tweak" : "7f3feb603874e8ac",
"msg" : [0, 4, 4, 6, 7, 4, 2, 0, 0, 5, 3, 0, 10, 1, 1, 8, 7, 3, 6, 4, 2, 5, 5, 9, 8, 3, 9, 0, 4, 6, 7, 3, 3, 0, 2, 0, 7, 6],
"ct" : [4, 0, 7, 4, 2, 0, 8, 1, 8, 8, 2, 1, 9, 4, 7, 4, 3, 1, 7, 0, 3, 4, 1, 6, 7, 2, 6, 9, 9, 4, 2, 1, 2, 7, 8, 4, 1, 3],
"result" : "invalid"
},
{
"tcId" : 2530,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "25d373042be9ca05f2ad025e6184530fc4ef3735289e31db",
"tweak" : "7f3feb603874e8ac",
"msg" : [0, 4, 4, 6, 7, 4, 2, 0, 0, 5, 3, 0, 8, 1, 1, 8, 7, 3, 6, 4, 2, 5, 5, 9, 8, 3, 9, 0, 4, 6, 7, 3, 3, 0, 2, 0, 7, 10],
"ct" : [7, 7, 9, 2, 4, 0, 5, 1, 9, 1, 6, 0, 9, 5, 6, 4, 6, 2, 4, 9, 2, 6, 0, 8, 4, 2, 9, 5, 5, 6, 5, 6, 1, 3, 7, 6, 5, 6],
"result" : "invalid"
}
]
},
{
"keySize" : 256,
"msgSize" : 6,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 2531,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "d82810eea883aa693dafbad9520a23919e6d5eadef78b28226daca2af64a68e5",
"tweak" : "44bbec52bad40a55",
"msg" : [3, 1, 7, 3, 3, 0],
"ct" : [9, 8, 7, 5, 5, 4],
"result" : "valid"
},
{
"tcId" : 2532,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "8376c44cb6d0dbc1928bdbf5754ca32aaeace6298b45174f86c3f7151475d2fd",
"tweak" : "9342a88d4b672bbb",
"msg" : [0, 0, 0, 0, 0, 0],
"ct" : [4, 4, 0, 2, 1, 9],
"result" : "valid"
},
{
"tcId" : 2533,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "8376c44cb6d0dbc1928bdbf5754ca32aaeace6298b45174f86c3f7151475d2fd",
"tweak" : "9342a88d4b672bbb",
"msg" : [9, 9, 9, 9, 9, 9],
"ct" : [3, 2, 7, 2, 8, 3],
"result" : "valid"
},
{
"tcId" : 2534,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "8376c44cb6d0dbc1928bdbf5754ca32aaeace6298b45174f86c3f7151475d2fd",
"tweak" : "9342a88d4b672bbb",
"msg" : [5, 1, 2, 5, 1, 2],
"ct" : [3, 3, 6, 9, 2, 5],
"result" : "valid"
},
{
"tcId" : 2535,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "8376c44cb6d0dbc1928bdbf5754ca32aaeace6298b45174f86c3f7151475d2fd",
"tweak" : "9342a88d4b672bbb",
"msg" : [5, 1, 1, 5, 1, 1],
"ct" : [6, 2, 6, 5, 5, 5],
"result" : "valid"
},
{
"tcId" : 2536,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "8376c44cb6d0dbc1928bdbf5754ca32aaeace6298b45174f86c3f7151475d2fd",
"tweak" : "9342a88d4b672bbb",
"msg" : [9, 3, 5, 7, 1, 5],
"ct" : [0, 8, 9, 1, 8, 6],
"result" : "valid"
},
{
"tcId" : 2537,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "8376c44cb6d0dbc1928bdbf5754ca32aaeace6298b45174f86c3f7151475d2fd",
"tweak" : "9342a88d4b672bbb",
"msg" : [3, 4, 6, 6, 6, 6],
"ct" : [4, 0, 1, 7, 5, 8],
"result" : "valid"
},
{
"tcId" : 2538,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "8376c44cb6d0dbc1928bdbf5754ca32aaeace6298b45174f86c3f7151475d2fd",
"tweak" : "9342a88d4b672bbb",
"msg" : [2, 9, 2, 5, 5, 4],
"ct" : [5, 4, 9, 8, 9, 7],
"result" : "valid"
},
{
"tcId" : 2539,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "8376c44cb6d0dbc1928bdbf5754ca32aaeace6298b45174f86c3f7151475d2fd",
"tweak" : "9342a88d4b672bbb",
"msg" : [0, 6, 8, 1, 8, 5],
"ct" : [2, 8, 9, 9, 5, 3],
"result" : "valid"
},
{
"tcId" : 2540,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "8376c44cb6d0dbc1928bdbf5754ca32aaeace6298b45174f86c3f7151475d2fd",
"tweak" : "9342a88d4b672bbb",
"msg" : [2, 1, 4, 9, 4, 3],
"ct" : [6, 1, 9, 0, 8, 4],
"result" : "valid"
},
{
"tcId" : 2541,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "8376c44cb6d0dbc1928bdbf5754ca32aaeace6298b45174f86c3f7151475d2fd",
"tweak" : "9342a88d4b672bbb",
"msg" : [2, 4, 2, 8, 7, 9],
"ct" : [4, 3, 5, 2, 8, 1],
"result" : "valid"
},
{
"tcId" : 2542,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "8376c44cb6d0dbc1928bdbf5754ca32aaeace6298b45174f86c3f7151475d2fd",
"tweak" : "9342a88d4b672bbb",
"msg" : [2, 4, 3, 8, 0, 1],
"ct" : [3, 7, 7, 3, 4, 5],
"result" : "valid"
},
{
"tcId" : 2543,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "8376c44cb6d0dbc1928bdbf5754ca32aaeace6298b45174f86c3f7151475d2fd",
"tweak" : "9342a88d4b672bbb",
"msg" : [2, 4, 1, 1, 1, 6],
"ct" : [3, 0, 2, 9, 9, 1],
"result" : "valid"
},
{
"tcId" : 2544,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "8376c44cb6d0dbc1928bdbf5754ca32aaeace6298b45174f86c3f7151475d2fd",
"tweak" : "9342a88d4b672bbb",
"msg" : [4, 8, 4, 2, 3, 7],
"ct" : [0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 2545,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "8376c44cb6d0dbc1928bdbf5754ca32aaeace6298b45174f86c3f7151475d2fd",
"tweak" : "9342a88d4b672bbb",
"msg" : [2, 0, 1, 3, 2, 7],
"ct" : [9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 2546,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "8376c44cb6d0dbc1928bdbf5754ca32aaeace6298b45174f86c3f7151475d2fd",
"tweak" : "9342a88d4b672bbb",
"msg" : [4, 1, 5, 5, 3, 3],
"ct" : [5, 1, 2, 5, 1, 2],
"result" : "valid"
},
{
"tcId" : 2547,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "8376c44cb6d0dbc1928bdbf5754ca32aaeace6298b45174f86c3f7151475d2fd",
"tweak" : "9342a88d4b672bbb",
"msg" : [9, 0, 3, 0, 1, 2],
"ct" : [5, 1, 1, 5, 1, 1],
"result" : "valid"
},
{
"tcId" : 2548,
"comment" : "y = 0 and (y + a) % radix**3 == 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "6cb7812f674f83701cb4913833d58fc7abd8a11f077e921eee6a1b0da918fc59",
"tweak" : "2bbec2e4626859d07ca0c21a0c",
"msg" : [5, 1, 2, 6, 8, 7],
"ct" : [5, 0, 9, 9, 9, 2],
"result" : "valid"
},
{
"tcId" : 2549,
"comment" : "y = 0 and a = 1 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "6cb7812f674f83701cb4913833d58fc7abd8a11f077e921eee6a1b0da918fc59",
"tweak" : "2bbec2e4626859d07ca0c21a0c",
"msg" : [0, 2, 3, 5, 8, 1],
"ct" : [5, 5, 1, 2, 6, 6],
"result" : "valid"
},
{
"tcId" : 2550,
"comment" : "y = 0 and a has large Hamming weight in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "6cb7812f674f83701cb4913833d58fc7abd8a11f077e921eee6a1b0da918fc59",
"tweak" : "2bbec2e4626859d07ca0c21a0c",
"msg" : [0, 0, 6, 0, 9, 3],
"ct" : [8, 3, 2, 6, 3, 0],
"result" : "valid"
},
{
"tcId" : 2551,
"comment" : "y = 0 and (y + a) % radix**3 is maximal in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "6cb7812f674f83701cb4913833d58fc7abd8a11f077e921eee6a1b0da918fc59",
"tweak" : "2bbec2e4626859d07ca0c21a0c",
"msg" : [2, 3, 1, 9, 2, 3],
"ct" : [4, 6, 3, 5, 6, 3],
"result" : "valid"
},
{
"tcId" : 2552,
"comment" : "y = 1 and a = 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "6cb7812f674f83701cb4913833d58fc7abd8a11f077e921eee6a1b0da918fc59",
"tweak" : "c5e9e95bf10d4da13abe06992c",
"msg" : [0, 4, 2, 9, 1, 0],
"ct" : [7, 7, 9, 4, 3, 7],
"result" : "valid"
},
{
"tcId" : 2553,
"comment" : "y = 1 and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "6cb7812f674f83701cb4913833d58fc7abd8a11f077e921eee6a1b0da918fc59",
"tweak" : "c5e9e95bf10d4da13abe06992c",
"msg" : [3, 6, 0, 8, 6, 4],
"ct" : [2, 8, 3, 7, 0, 6],
"result" : "valid"
},
{
"tcId" : 2554,
"comment" : "y = 1 and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "6cb7812f674f83701cb4913833d58fc7abd8a11f077e921eee6a1b0da918fc59",
"tweak" : "c5e9e95bf10d4da13abe06992c",
"msg" : [2, 9, 7, 6, 7, 2],
"ct" : [4, 1, 2, 0, 4, 2],
"result" : "valid"
},
{
"tcId" : 2555,
"comment" : "y = 1 and (y + a) % radix**3 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "6cb7812f674f83701cb4913833d58fc7abd8a11f077e921eee6a1b0da918fc59",
"tweak" : "c5e9e95bf10d4da13abe06992c",
"msg" : [3, 4, 6, 3, 7, 1],
"ct" : [7, 9, 8, 2, 4, 4],
"result" : "valid"
},
{
"tcId" : 2556,
"comment" : "y = 1 and (y + a) % radix**3 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "6cb7812f674f83701cb4913833d58fc7abd8a11f077e921eee6a1b0da918fc59",
"tweak" : "c5e9e95bf10d4da13abe06992c",
"msg" : [8, 6, 4, 9, 8, 7],
"ct" : [8, 8, 3, 4, 5, 2],
"result" : "valid"
},
{
"tcId" : 2557,
"comment" : "y is maximal and a = 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "6cb7812f674f83701cb4913833d58fc7abd8a11f077e921eee6a1b0da918fc59",
"tweak" : "c06f9db3aa0869177a92ca1bf4",
"msg" : [0, 7, 4, 2, 4, 3],
"ct" : [3, 8, 4, 6, 7, 6],
"result" : "valid"
},
{
"tcId" : 2558,
"comment" : "y is maximal and a = 1 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "6cb7812f674f83701cb4913833d58fc7abd8a11f077e921eee6a1b0da918fc59",
"tweak" : "c06f9db3aa0869177a92ca1bf4",
"msg" : [3, 4, 3, 2, 2, 6],
"ct" : [0, 6, 7, 5, 6, 9],
"result" : "valid"
},
{
"tcId" : 2559,
"comment" : "y is maximal and (y + a) % radix**3 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "6cb7812f674f83701cb4913833d58fc7abd8a11f077e921eee6a1b0da918fc59",
"tweak" : "c06f9db3aa0869177a92ca1bf4",
"msg" : [2, 1, 8, 3, 8, 4],
"ct" : [8, 9, 1, 7, 2, 0],
"result" : "valid"
},
{
"tcId" : 2560,
"comment" : "y is maximal and (y + a) % radix**3 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "6cb7812f674f83701cb4913833d58fc7abd8a11f077e921eee6a1b0da918fc59",
"tweak" : "c06f9db3aa0869177a92ca1bf4",
"msg" : [4, 3, 6, 1, 3, 7],
"ct" : [5, 2, 5, 3, 6, 7],
"result" : "valid"
},
{
"tcId" : 2561,
"comment" : "y is maximal and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "6cb7812f674f83701cb4913833d58fc7abd8a11f077e921eee6a1b0da918fc59",
"tweak" : "c06f9db3aa0869177a92ca1bf4",
"msg" : [3, 1, 1, 2, 1, 1],
"ct" : [9, 9, 1, 7, 3, 0],
"result" : "valid"
},
{
"tcId" : 2562,
"comment" : "y is maximal and a is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "6cb7812f674f83701cb4913833d58fc7abd8a11f077e921eee6a1b0da918fc59",
"tweak" : "c06f9db3aa0869177a92ca1bf4",
"msg" : [5, 6, 8, 0, 4, 2],
"ct" : [2, 2, 0, 9, 3, 7],
"result" : "valid"
},
{
"tcId" : 2563,
"comment" : "y is maximal after modular reduction and (y + a) % radix**3 is maximal in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "6cb7812f674f83701cb4913833d58fc7abd8a11f077e921eee6a1b0da918fc59",
"tweak" : "af06d3c95cfede6654242fe27d",
"msg" : [5, 6, 9, 0, 0, 0],
"ct" : [4, 5, 0, 7, 7, 7],
"result" : "valid"
},
{
"tcId" : 2564,
"comment" : "y is maximal after modular reduction and (y + a) % radix**3 == 0 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "6cb7812f674f83701cb4913833d58fc7abd8a11f077e921eee6a1b0da918fc59",
"tweak" : "af06d3c95cfede6654242fe27d",
"msg" : [4, 8, 7, 0, 0, 1],
"ct" : [5, 8, 0, 3, 0, 6],
"result" : "valid"
},
{
"tcId" : 2565,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "6cb7812f674f83701cb4913833d58fc7abd8a11f077e921eee6a1b0da918fc59",
"tweak" : "af06d3c95cfede6654242fe27d",
"msg" : [5, 6, 4, 5, 1, 2],
"ct" : [4, 5, 5, 2, 7, 1],
"result" : "valid"
},
{
"tcId" : 2566,
"comment" : "y is maximal after modular reduction and a is maximal in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "6cb7812f674f83701cb4913833d58fc7abd8a11f077e921eee6a1b0da918fc59",
"tweak" : "af06d3c95cfede6654242fe27d",
"msg" : [9, 3, 4, 9, 9, 9],
"ct" : [2, 4, 4, 2, 7, 7],
"result" : "valid"
},
{
"tcId" : 2567,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "80089d3b3a0bcf1159ca4f8cb20cd7e24fcbaab8c28d228ffcd22259d3000215",
"tweak" : "bf692e602f57a277",
"msg" : [-1, 7, 0, 8, 9, 1],
"ct" : [3, 7, 4, 5, 1, 8],
"result" : "invalid"
},
{
"tcId" : 2568,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "80089d3b3a0bcf1159ca4f8cb20cd7e24fcbaab8c28d228ffcd22259d3000215",
"tweak" : "bf692e602f57a277",
"msg" : [4, 7, -1, 8, 9, 1],
"ct" : [6, 9, 7, 5, 9, 1],
"result" : "invalid"
},
{
"tcId" : 2569,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "80089d3b3a0bcf1159ca4f8cb20cd7e24fcbaab8c28d228ffcd22259d3000215",
"tweak" : "bf692e602f57a277",
"msg" : [4, 7, 0, 8, 9, -1],
"ct" : [1, 7, 1, 0, 4, 3],
"result" : "invalid"
},
{
"tcId" : 2570,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "e3dc944540dbfe55a017a01fe0e5f8e6d0e8b2d55ec48499828975bd311dc7b7",
"tweak" : "43d2c98b38d70e32",
"msg" : [10, 3, 2, 8, 5, 6],
"ct" : [5, 9, 9, 6, 8, 2],
"result" : "invalid"
},
{
"tcId" : 2571,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "e3dc944540dbfe55a017a01fe0e5f8e6d0e8b2d55ec48499828975bd311dc7b7",
"tweak" : "43d2c98b38d70e32",
"msg" : [2, 3, 10, 8, 5, 6],
"ct" : [1, 4, 7, 3, 6, 6],
"result" : "invalid"
},
{
"tcId" : 2572,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "e3dc944540dbfe55a017a01fe0e5f8e6d0e8b2d55ec48499828975bd311dc7b7",
"tweak" : "43d2c98b38d70e32",
"msg" : [2, 3, 2, 8, 5, 10],
"ct" : [0, 7, 6, 0, 8, 6],
"result" : "invalid"
}
]
},
{
"keySize" : 256,
"msgSize" : 7,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 2573,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "647b69567516a585377f3fc9a8129c255431b0b5ab6792f9aa3fd646f3146b13",
"tweak" : "39774b45a4fdd85b",
"msg" : [9, 6, 7, 8, 7, 5, 2],
"ct" : [6, 7, 1, 9, 8, 7, 0],
"result" : "valid"
},
{
"tcId" : 2574,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "7cfa15764604e2f793ec841c54933cda7c15604e96501c2c19a7495c2ca124c2",
"tweak" : "85e4782f20e0178c",
"msg" : [0, 0, 0, 0, 0, 0, 0],
"ct" : [4, 6, 3, 8, 0, 3, 6],
"result" : "valid"
},
{
"tcId" : 2575,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "7cfa15764604e2f793ec841c54933cda7c15604e96501c2c19a7495c2ca124c2",
"tweak" : "85e4782f20e0178c",
"msg" : [9, 9, 9, 9, 9, 9, 9],
"ct" : [5, 5, 6, 5, 1, 9, 8],
"result" : "valid"
},
{
"tcId" : 2576,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "7cfa15764604e2f793ec841c54933cda7c15604e96501c2c19a7495c2ca124c2",
"tweak" : "85e4782f20e0178c",
"msg" : [5, 1, 2, 8, 1, 9, 2],
"ct" : [3, 2, 0, 7, 3, 4, 0],
"result" : "valid"
},
{
"tcId" : 2577,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "7cfa15764604e2f793ec841c54933cda7c15604e96501c2c19a7495c2ca124c2",
"tweak" : "85e4782f20e0178c",
"msg" : [5, 1, 1, 8, 1, 9, 1],
"ct" : [2, 7, 5, 1, 1, 6, 8],
"result" : "valid"
},
{
"tcId" : 2578,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "7cfa15764604e2f793ec841c54933cda7c15604e96501c2c19a7495c2ca124c2",
"tweak" : "85e4782f20e0178c",
"msg" : [2, 8, 6, 8, 1, 8, 4],
"ct" : [6, 9, 1, 9, 5, 4, 3],
"result" : "valid"
},
{
"tcId" : 2579,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "7cfa15764604e2f793ec841c54933cda7c15604e96501c2c19a7495c2ca124c2",
"tweak" : "85e4782f20e0178c",
"msg" : [3, 9, 7, 2, 7, 9, 5],
"ct" : [6, 8, 2, 4, 9, 9, 0],
"result" : "valid"
},
{
"tcId" : 2580,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "7cfa15764604e2f793ec841c54933cda7c15604e96501c2c19a7495c2ca124c2",
"tweak" : "85e4782f20e0178c",
"msg" : [8, 5, 8, 1, 2, 8, 7],
"ct" : [0, 1, 1, 2, 1, 3, 4],
"result" : "valid"
},
{
"tcId" : 2581,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "7cfa15764604e2f793ec841c54933cda7c15604e96501c2c19a7495c2ca124c2",
"tweak" : "85e4782f20e0178c",
"msg" : [3, 0, 7, 5, 6, 5, 7],
"ct" : [8, 2, 5, 0, 1, 8, 6],
"result" : "valid"
},
{
"tcId" : 2582,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "7cfa15764604e2f793ec841c54933cda7c15604e96501c2c19a7495c2ca124c2",
"tweak" : "85e4782f20e0178c",
"msg" : [3, 2, 9, 6, 4, 0, 4],
"ct" : [8, 9, 7, 8, 0, 0, 7],
"result" : "valid"
},
{
"tcId" : 2583,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "7cfa15764604e2f793ec841c54933cda7c15604e96501c2c19a7495c2ca124c2",
"tweak" : "85e4782f20e0178c",
"msg" : [6, 3, 3, 8, 0, 4, 5],
"ct" : [0, 5, 2, 8, 7, 4, 5],
"result" : "valid"
},
{
"tcId" : 2584,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "7cfa15764604e2f793ec841c54933cda7c15604e96501c2c19a7495c2ca124c2",
"tweak" : "85e4782f20e0178c",
"msg" : [1, 4, 3, 9, 4, 5, 3],
"ct" : [7, 6, 7, 7, 7, 1, 7],
"result" : "valid"
},
{
"tcId" : 2585,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "7cfa15764604e2f793ec841c54933cda7c15604e96501c2c19a7495c2ca124c2",
"tweak" : "85e4782f20e0178c",
"msg" : [2, 7, 5, 2, 5, 4, 7],
"ct" : [4, 9, 5, 4, 9, 0, 8],
"result" : "valid"
},
{
"tcId" : 2586,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "7cfa15764604e2f793ec841c54933cda7c15604e96501c2c19a7495c2ca124c2",
"tweak" : "85e4782f20e0178c",
"msg" : [3, 0, 1, 6, 1, 5, 6],
"ct" : [0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 2587,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "7cfa15764604e2f793ec841c54933cda7c15604e96501c2c19a7495c2ca124c2",
"tweak" : "85e4782f20e0178c",
"msg" : [5, 9, 5, 5, 1, 8, 0],
"ct" : [9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 2588,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "7cfa15764604e2f793ec841c54933cda7c15604e96501c2c19a7495c2ca124c2",
"tweak" : "85e4782f20e0178c",
"msg" : [9, 3, 5, 5, 0, 6, 0],
"ct" : [5, 1, 2, 8, 1, 9, 2],
"result" : "valid"
},
{
"tcId" : 2589,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "7cfa15764604e2f793ec841c54933cda7c15604e96501c2c19a7495c2ca124c2",
"tweak" : "85e4782f20e0178c",
"msg" : [7, 9, 4, 9, 2, 7, 3],
"ct" : [5, 1, 1, 8, 1, 9, 1],
"result" : "valid"
},
{
"tcId" : 2590,
"comment" : "y = 0 and (y + a) % radix**3 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "1058920be115e85e503e04f634a36836428f3086a0387788447be8e1162e14b5",
"tweak" : "a857c6fbbe80903c418f2e5774",
"msg" : [1, 6, 0, 9, 2, 8, 9],
"ct" : [0, 0, 0, 9, 0, 2, 5],
"result" : "valid"
},
{
"tcId" : 2591,
"comment" : "y = 0 and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "1058920be115e85e503e04f634a36836428f3086a0387788447be8e1162e14b5",
"tweak" : "a857c6fbbe80903c418f2e5774",
"msg" : [8, 8, 5, 3, 1, 0, 1],
"ct" : [0, 0, 1, 2, 7, 3, 9],
"result" : "valid"
},
{
"tcId" : 2592,
"comment" : "y = 0 and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "1058920be115e85e503e04f634a36836428f3086a0387788447be8e1162e14b5",
"tweak" : "a857c6fbbe80903c418f2e5774",
"msg" : [0, 1, 1, 8, 1, 3, 5],
"ct" : [5, 1, 2, 2, 0, 8, 7],
"result" : "valid"
},
{
"tcId" : 2593,
"comment" : "y = 0 and (y + a) % radix**3 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "1058920be115e85e503e04f634a36836428f3086a0387788447be8e1162e14b5",
"tweak" : "a857c6fbbe80903c418f2e5774",
"msg" : [9, 9, 4, 6, 8, 3, 2],
"ct" : [9, 9, 9, 8, 7, 0, 5],
"result" : "valid"
},
{
"tcId" : 2594,
"comment" : "y = 1 and a = 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "1058920be115e85e503e04f634a36836428f3086a0387788447be8e1162e14b5",
"tweak" : "d1195aad73387f786e9e126b72",
"msg" : [0, 9, 4, 3, 5, 0, 8],
"ct" : [5, 6, 6, 2, 2, 6, 8],
"result" : "valid"
},
{
"tcId" : 2595,
"comment" : "y = 1 and a = 1 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "1058920be115e85e503e04f634a36836428f3086a0387788447be8e1162e14b5",
"tweak" : "d1195aad73387f786e9e126b72",
"msg" : [5, 5, 5, 0, 6, 0, 3],
"ct" : [8, 2, 3, 4, 5, 3, 9],
"result" : "valid"
},
{
"tcId" : 2596,
"comment" : "y = 1 and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "1058920be115e85e503e04f634a36836428f3086a0387788447be8e1162e14b5",
"tweak" : "d1195aad73387f786e9e126b72",
"msg" : [2, 0, 0, 1, 5, 3, 6],
"ct" : [9, 4, 8, 4, 5, 6, 1],
"result" : "valid"
},
{
"tcId" : 2597,
"comment" : "y = 1 and (y + a) % radix**3 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "1058920be115e85e503e04f634a36836428f3086a0387788447be8e1162e14b5",
"tweak" : "d1195aad73387f786e9e126b72",
"msg" : [3, 3, 1, 7, 0, 4, 9],
"ct" : [3, 7, 0, 6, 8, 6, 2],
"result" : "valid"
},
{
"tcId" : 2598,
"comment" : "y = 1 and (y + a) % radix**3 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "1058920be115e85e503e04f634a36836428f3086a0387788447be8e1162e14b5",
"tweak" : "d1195aad73387f786e9e126b72",
"msg" : [3, 6, 3, 4, 7, 0, 7],
"ct" : [9, 1, 1, 1, 8, 0, 3],
"result" : "valid"
},
{
"tcId" : 2599,
"comment" : "y is maximal and a = 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "1058920be115e85e503e04f634a36836428f3086a0387788447be8e1162e14b5",
"tweak" : "0d80ef2ff6b835aa4aed104c59",
"msg" : [0, 0, 0, 5, 6, 0, 8],
"ct" : [3, 0, 5, 5, 1, 7, 4],
"result" : "valid"
},
{
"tcId" : 2600,
"comment" : "y is maximal and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "1058920be115e85e503e04f634a36836428f3086a0387788447be8e1162e14b5",
"tweak" : "0d80ef2ff6b835aa4aed104c59",
"msg" : [0, 0, 1, 5, 6, 0, 8],
"ct" : [5, 4, 9, 0, 4, 8, 6],
"result" : "valid"
},
{
"tcId" : 2601,
"comment" : "y is maximal and (y + a) % radix**3 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "1058920be115e85e503e04f634a36836428f3086a0387788447be8e1162e14b5",
"tweak" : "0d80ef2ff6b835aa4aed104c59",
"msg" : [3, 8, 4, 5, 6, 0, 8],
"ct" : [6, 3, 3, 7, 4, 1, 5],
"result" : "valid"
},
{
"tcId" : 2602,
"comment" : "y is maximal and (y + a) % radix**3 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "1058920be115e85e503e04f634a36836428f3086a0387788447be8e1162e14b5",
"tweak" : "0d80ef2ff6b835aa4aed104c59",
"msg" : [3, 8, 5, 5, 6, 0, 8],
"ct" : [1, 6, 6, 1, 4, 9, 2],
"result" : "valid"
},
{
"tcId" : 2603,
"comment" : "y is maximal and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "1058920be115e85e503e04f634a36836428f3086a0387788447be8e1162e14b5",
"tweak" : "0d80ef2ff6b835aa4aed104c59",
"msg" : [5, 1, 2, 5, 6, 0, 8],
"ct" : [2, 4, 4, 7, 7, 6, 7],
"result" : "valid"
},
{
"tcId" : 2604,
"comment" : "y is maximal and a is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "1058920be115e85e503e04f634a36836428f3086a0387788447be8e1162e14b5",
"tweak" : "0d80ef2ff6b835aa4aed104c59",
"msg" : [9, 9, 9, 5, 6, 0, 8],
"ct" : [4, 4, 7, 1, 8, 3, 9],
"result" : "valid"
},
{
"tcId" : 2605,
"comment" : "y is edge case for modular reduction and a = 0 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "1058920be115e85e503e04f634a36836428f3086a0387788447be8e1162e14b5",
"tweak" : "063aaccb004d66d68f47e1de4e",
"msg" : [7, 6, 5, 0, 0, 0, 0],
"ct" : [7, 6, 6, 1, 2, 8, 0],
"result" : "valid"
},
{
"tcId" : 2606,
"comment" : "y is edge case for modular reduction and a = 1 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "1058920be115e85e503e04f634a36836428f3086a0387788447be8e1162e14b5",
"tweak" : "063aaccb004d66d68f47e1de4e",
"msg" : [2, 9, 0, 0, 0, 0, 1],
"ct" : [6, 9, 6, 8, 0, 6, 9],
"result" : "valid"
},
{
"tcId" : 2607,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "1058920be115e85e503e04f634a36836428f3086a0387788447be8e1162e14b5",
"tweak" : "063aaccb004d66d68f47e1de4e",
"msg" : [9, 0, 8, 8, 1, 9, 2],
"ct" : [4, 5, 2, 9, 6, 6, 0],
"result" : "valid"
},
{
"tcId" : 2608,
"comment" : "y is edge case for modular reduction and (y + a) % radix**4 is maximal in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "1058920be115e85e503e04f634a36836428f3086a0387788447be8e1162e14b5",
"tweak" : "063aaccb004d66d68f47e1de4e",
"msg" : [0, 2, 8, 8, 3, 8, 9],
"ct" : [1, 7, 9, 2, 8, 5, 9],
"result" : "valid"
},
{
"tcId" : 2609,
"comment" : "y is edge case for modular reduction and (y + a) % radix**4 == 0 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "1058920be115e85e503e04f634a36836428f3086a0387788447be8e1162e14b5",
"tweak" : "063aaccb004d66d68f47e1de4e",
"msg" : [4, 3, 1, 8, 3, 9, 0],
"ct" : [7, 8, 6, 5, 6, 1, 1],
"result" : "valid"
},
{
"tcId" : 2610,
"comment" : "y is edge case for modular reduction and a is maximal in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "1058920be115e85e503e04f634a36836428f3086a0387788447be8e1162e14b5",
"tweak" : "063aaccb004d66d68f47e1de4e",
"msg" : [2, 4, 2, 9, 9, 9, 9],
"ct" : [4, 5, 0, 2, 4, 8, 2],
"result" : "valid"
},
{
"tcId" : 2611,
"comment" : "y is maximal after modular reduction and (y + a) % radix**3 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "1058920be115e85e503e04f634a36836428f3086a0387788447be8e1162e14b5",
"tweak" : "ccb739498e39bf806f8f4865e5",
"msg" : [5, 1, 3, 5, 4, 9, 8],
"ct" : [6, 9, 7, 6, 9, 7, 0],
"result" : "valid"
},
{
"tcId" : 2612,
"comment" : "y is maximal after modular reduction and (y + a) % radix**3 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "1058920be115e85e503e04f634a36836428f3086a0387788447be8e1162e14b5",
"tweak" : "ccb739498e39bf806f8f4865e5",
"msg" : [1, 4, 0, 4, 3, 3, 0],
"ct" : [0, 5, 5, 6, 0, 4, 2],
"result" : "valid"
},
{
"tcId" : 2613,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "1058920be115e85e503e04f634a36836428f3086a0387788447be8e1162e14b5",
"tweak" : "ccb739498e39bf806f8f4865e5",
"msg" : [4, 4, 2, 6, 9, 0, 8],
"ct" : [9, 6, 1, 6, 8, 5, 3],
"result" : "valid"
},
{
"tcId" : 2614,
"comment" : "y is maximal after modular reduction and a is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "1058920be115e85e503e04f634a36836428f3086a0387788447be8e1162e14b5",
"tweak" : "ccb739498e39bf806f8f4865e5",
"msg" : [1, 8, 5, 2, 7, 8, 6],
"ct" : [3, 0, 1, 9, 6, 4, 4],
"result" : "valid"
},
{
"tcId" : 2615,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "d77ad296a3a7ac7aaa296912b462b6ae77b8ac6af9e1f213711e989e461e3fac",
"tweak" : "c5df6cad17b46d67",
"msg" : [-1, 9, 0, 9, 7, 5, 6],
"ct" : [2, 7, 3, 9, 5, 1, 2],
"result" : "invalid"
},
{
"tcId" : 2616,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "d77ad296a3a7ac7aaa296912b462b6ae77b8ac6af9e1f213711e989e461e3fac",
"tweak" : "c5df6cad17b46d67",
"msg" : [3, 9, -1, 9, 7, 5, 6],
"ct" : [9, 3, 7, 8, 6, 3, 1],
"result" : "invalid"
},
{
"tcId" : 2617,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "d77ad296a3a7ac7aaa296912b462b6ae77b8ac6af9e1f213711e989e461e3fac",
"tweak" : "c5df6cad17b46d67",
"msg" : [3, 9, 0, 9, 7, 5, -1],
"ct" : [8, 8, 0, 9, 3, 2, 2],
"result" : "invalid"
},
{
"tcId" : 2618,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "b77d2307ec3d6abba6e740f88b8f667aeea00fe86ac098dd8745acb9bd8a7fda",
"tweak" : "3db7699e236d6657",
"msg" : [10, 1, 5, 4, 9, 3, 3],
"ct" : [8, 7, 5, 3, 9, 5, 5],
"result" : "invalid"
},
{
"tcId" : 2619,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "b77d2307ec3d6abba6e740f88b8f667aeea00fe86ac098dd8745acb9bd8a7fda",
"tweak" : "3db7699e236d6657",
"msg" : [2, 1, 10, 4, 9, 3, 3],
"ct" : [1, 3, 7, 3, 2, 8, 0],
"result" : "invalid"
},
{
"tcId" : 2620,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "b77d2307ec3d6abba6e740f88b8f667aeea00fe86ac098dd8745acb9bd8a7fda",
"tweak" : "3db7699e236d6657",
"msg" : [2, 1, 5, 4, 9, 3, 10],
"ct" : [2, 5, 7, 9, 6, 5, 5],
"result" : "invalid"
}
]
},
{
"keySize" : 256,
"msgSize" : 8,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 2621,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "066c6a83fd826a5fa7f3b4025bb9c833befa12044d3fbed87280a4c7a0435b03",
"tweak" : "80650ae5bc5e1bb1",
"msg" : [5, 4, 0, 8, 7, 5, 7, 4],
"ct" : [0, 1, 0, 2, 2, 3, 3, 9],
"result" : "valid"
},
{
"tcId" : 2622,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "54130fa0aa69ad9d15eb6b41ce1bc81da5abbf8091152caa37ee107d1a47aff9",
"tweak" : "6b79eea9265e4ccf",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [1, 2, 4, 1, 3, 5, 5, 4],
"result" : "valid"
},
{
"tcId" : 2623,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "54130fa0aa69ad9d15eb6b41ce1bc81da5abbf8091152caa37ee107d1a47aff9",
"tweak" : "6b79eea9265e4ccf",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [9, 7, 1, 4, 9, 4, 6, 2],
"result" : "valid"
},
{
"tcId" : 2624,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "54130fa0aa69ad9d15eb6b41ce1bc81da5abbf8091152caa37ee107d1a47aff9",
"tweak" : "6b79eea9265e4ccf",
"msg" : [8, 1, 9, 2, 8, 1, 9, 2],
"ct" : [5, 6, 4, 5, 6, 0, 7, 8],
"result" : "valid"
},
{
"tcId" : 2625,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "54130fa0aa69ad9d15eb6b41ce1bc81da5abbf8091152caa37ee107d1a47aff9",
"tweak" : "6b79eea9265e4ccf",
"msg" : [8, 1, 9, 1, 8, 1, 9, 1],
"ct" : [0, 8, 6, 6, 5, 0, 4, 7],
"result" : "valid"
},
{
"tcId" : 2626,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "54130fa0aa69ad9d15eb6b41ce1bc81da5abbf8091152caa37ee107d1a47aff9",
"tweak" : "6b79eea9265e4ccf",
"msg" : [6, 9, 5, 9, 6, 0, 1, 2],
"ct" : [8, 8, 0, 1, 3, 4, 8, 5],
"result" : "valid"
},
{
"tcId" : 2627,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "54130fa0aa69ad9d15eb6b41ce1bc81da5abbf8091152caa37ee107d1a47aff9",
"tweak" : "6b79eea9265e4ccf",
"msg" : [6, 8, 4, 5, 9, 1, 4, 1],
"ct" : [0, 8, 4, 8, 2, 1, 0, 0],
"result" : "valid"
},
{
"tcId" : 2628,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "54130fa0aa69ad9d15eb6b41ce1bc81da5abbf8091152caa37ee107d1a47aff9",
"tweak" : "6b79eea9265e4ccf",
"msg" : [1, 5, 9, 7, 3, 1, 8, 0],
"ct" : [6, 5, 1, 9, 1, 2, 8, 5],
"result" : "valid"
},
{
"tcId" : 2629,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "54130fa0aa69ad9d15eb6b41ce1bc81da5abbf8091152caa37ee107d1a47aff9",
"tweak" : "6b79eea9265e4ccf",
"msg" : [0, 5, 4, 1, 7, 5, 6, 5],
"ct" : [4, 9, 9, 3, 4, 4, 3, 0],
"result" : "valid"
},
{
"tcId" : 2630,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "54130fa0aa69ad9d15eb6b41ce1bc81da5abbf8091152caa37ee107d1a47aff9",
"tweak" : "6b79eea9265e4ccf",
"msg" : [2, 7, 4, 0, 3, 7, 4, 3],
"ct" : [3, 0, 9, 8, 7, 9, 9, 3],
"result" : "valid"
},
{
"tcId" : 2631,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "54130fa0aa69ad9d15eb6b41ce1bc81da5abbf8091152caa37ee107d1a47aff9",
"tweak" : "6b79eea9265e4ccf",
"msg" : [4, 6, 7, 9, 7, 9, 3, 3],
"ct" : [6, 9, 7, 4, 2, 9, 9, 4],
"result" : "valid"
},
{
"tcId" : 2632,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "54130fa0aa69ad9d15eb6b41ce1bc81da5abbf8091152caa37ee107d1a47aff9",
"tweak" : "6b79eea9265e4ccf",
"msg" : [0, 3, 1, 2, 3, 9, 3, 4],
"ct" : [6, 6, 7, 3, 4, 6, 5, 4],
"result" : "valid"
},
{
"tcId" : 2633,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "54130fa0aa69ad9d15eb6b41ce1bc81da5abbf8091152caa37ee107d1a47aff9",
"tweak" : "6b79eea9265e4ccf",
"msg" : [9, 9, 4, 8, 3, 8, 3, 8],
"ct" : [5, 4, 4, 9, 5, 7, 0, 5],
"result" : "valid"
},
{
"tcId" : 2634,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "54130fa0aa69ad9d15eb6b41ce1bc81da5abbf8091152caa37ee107d1a47aff9",
"tweak" : "6b79eea9265e4ccf",
"msg" : [5, 3, 2, 3, 3, 7, 7, 7],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 2635,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "54130fa0aa69ad9d15eb6b41ce1bc81da5abbf8091152caa37ee107d1a47aff9",
"tweak" : "6b79eea9265e4ccf",
"msg" : [4, 5, 0, 6, 5, 4, 9, 2],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 2636,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "54130fa0aa69ad9d15eb6b41ce1bc81da5abbf8091152caa37ee107d1a47aff9",
"tweak" : "6b79eea9265e4ccf",
"msg" : [3, 4, 1, 6, 8, 5, 4, 1],
"ct" : [8, 1, 9, 2, 8, 1, 9, 2],
"result" : "valid"
},
{
"tcId" : 2637,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "54130fa0aa69ad9d15eb6b41ce1bc81da5abbf8091152caa37ee107d1a47aff9",
"tweak" : "6b79eea9265e4ccf",
"msg" : [9, 5, 8, 8, 8, 9, 7, 6],
"ct" : [8, 1, 9, 1, 8, 1, 9, 1],
"result" : "valid"
},
{
"tcId" : 2638,
"comment" : "y = 0 and (y + a) % radix**4 == 0 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "891cf5ab57f8b6e98407b266bc6e34e6000b7a96e77f1dacb4652ad2be83955a",
"tweak" : "29b4c248e37b544aff911bfeff",
"msg" : [2, 6, 3, 5, 3, 4, 2, 1],
"ct" : [1, 4, 0, 4, 1, 1, 0, 4],
"result" : "valid"
},
{
"tcId" : 2639,
"comment" : "y = 0 and a = 1 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "891cf5ab57f8b6e98407b266bc6e34e6000b7a96e77f1dacb4652ad2be83955a",
"tweak" : "29b4c248e37b544aff911bfeff",
"msg" : [2, 5, 4, 8, 4, 6, 2, 7],
"ct" : [6, 4, 8, 1, 9, 8, 3, 9],
"result" : "valid"
},
{
"tcId" : 2640,
"comment" : "y = 0 and a has large Hamming weight in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "891cf5ab57f8b6e98407b266bc6e34e6000b7a96e77f1dacb4652ad2be83955a",
"tweak" : "29b4c248e37b544aff911bfeff",
"msg" : [8, 3, 0, 7, 3, 9, 0, 6],
"ct" : [0, 5, 7, 5, 1, 6, 0, 0],
"result" : "valid"
},
{
"tcId" : 2641,
"comment" : "y = 0 and (y + a) % radix**4 is maximal in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "891cf5ab57f8b6e98407b266bc6e34e6000b7a96e77f1dacb4652ad2be83955a",
"tweak" : "29b4c248e37b544aff911bfeff",
"msg" : [7, 3, 3, 7, 1, 9, 6, 3],
"ct" : [1, 2, 9, 5, 1, 5, 5, 7],
"result" : "valid"
},
{
"tcId" : 2642,
"comment" : "y = 1 and a = 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "891cf5ab57f8b6e98407b266bc6e34e6000b7a96e77f1dacb4652ad2be83955a",
"tweak" : "980373a7b661aa196b5cce2f8e",
"msg" : [4, 2, 7, 1, 4, 4, 5, 1],
"ct" : [5, 9, 5, 1, 9, 0, 7, 3],
"result" : "valid"
},
{
"tcId" : 2643,
"comment" : "y = 1 and a = 1 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "891cf5ab57f8b6e98407b266bc6e34e6000b7a96e77f1dacb4652ad2be83955a",
"tweak" : "980373a7b661aa196b5cce2f8e",
"msg" : [4, 0, 6, 8, 4, 5, 7, 8],
"ct" : [8, 3, 5, 3, 2, 2, 8, 9],
"result" : "valid"
},
{
"tcId" : 2644,
"comment" : "y = 1 and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "891cf5ab57f8b6e98407b266bc6e34e6000b7a96e77f1dacb4652ad2be83955a",
"tweak" : "980373a7b661aa196b5cce2f8e",
"msg" : [1, 4, 8, 3, 6, 2, 5, 1],
"ct" : [5, 2, 9, 7, 0, 8, 7, 7],
"result" : "valid"
},
{
"tcId" : 2645,
"comment" : "y = 1 and (y + a) % radix**4 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "891cf5ab57f8b6e98407b266bc6e34e6000b7a96e77f1dacb4652ad2be83955a",
"tweak" : "980373a7b661aa196b5cce2f8e",
"msg" : [4, 5, 2, 6, 7, 1, 7, 8],
"ct" : [3, 8, 1, 4, 5, 9, 3, 8],
"result" : "valid"
},
{
"tcId" : 2646,
"comment" : "y = 1 and (y + a) % radix**4 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "891cf5ab57f8b6e98407b266bc6e34e6000b7a96e77f1dacb4652ad2be83955a",
"tweak" : "980373a7b661aa196b5cce2f8e",
"msg" : [7, 5, 7, 6, 8, 6, 2, 0],
"ct" : [7, 0, 4, 8, 0, 1, 4, 2],
"result" : "valid"
},
{
"tcId" : 2647,
"comment" : "y is maximal and a = 0 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "891cf5ab57f8b6e98407b266bc6e34e6000b7a96e77f1dacb4652ad2be83955a",
"tweak" : "725c6120c58aad0cb433869ed5",
"msg" : [5, 8, 1, 6, 0, 0, 0, 0],
"ct" : [3, 2, 5, 2, 3, 3, 8, 9],
"result" : "valid"
},
{
"tcId" : 2648,
"comment" : "y is maximal and a = 1 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "891cf5ab57f8b6e98407b266bc6e34e6000b7a96e77f1dacb4652ad2be83955a",
"tweak" : "725c6120c58aad0cb433869ed5",
"msg" : [2, 4, 3, 4, 0, 0, 0, 1],
"ct" : [5, 5, 3, 1, 9, 6, 1, 9],
"result" : "valid"
},
{
"tcId" : 2649,
"comment" : "y is maximal and a has large Hamming weight in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "891cf5ab57f8b6e98407b266bc6e34e6000b7a96e77f1dacb4652ad2be83955a",
"tweak" : "725c6120c58aad0cb433869ed5",
"msg" : [5, 0, 9, 5, 8, 1, 9, 2],
"ct" : [4, 3, 1, 5, 8, 6, 1, 7],
"result" : "valid"
},
{
"tcId" : 2650,
"comment" : "y is maximal and (y + a) % radix**4 is maximal in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "891cf5ab57f8b6e98407b266bc6e34e6000b7a96e77f1dacb4652ad2be83955a",
"tweak" : "725c6120c58aad0cb433869ed5",
"msg" : [7, 1, 1, 2, 8, 3, 8, 4],
"ct" : [9, 1, 9, 7, 0, 1, 6, 1],
"result" : "valid"
},
{
"tcId" : 2651,
"comment" : "y is maximal and (y + a) % radix**4 == 0 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "891cf5ab57f8b6e98407b266bc6e34e6000b7a96e77f1dacb4652ad2be83955a",
"tweak" : "725c6120c58aad0cb433869ed5",
"msg" : [6, 4, 6, 6, 8, 3, 8, 5],
"ct" : [0, 6, 9, 1, 0, 3, 4, 9],
"result" : "valid"
},
{
"tcId" : 2652,
"comment" : "y is maximal and a is maximal in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "891cf5ab57f8b6e98407b266bc6e34e6000b7a96e77f1dacb4652ad2be83955a",
"tweak" : "725c6120c58aad0cb433869ed5",
"msg" : [0, 3, 6, 0, 9, 9, 9, 9],
"ct" : [7, 8, 4, 9, 9, 0, 0, 6],
"result" : "valid"
},
{
"tcId" : 2653,
"comment" : "y is edge case for modular reduction and a = 0 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "891cf5ab57f8b6e98407b266bc6e34e6000b7a96e77f1dacb4652ad2be83955a",
"tweak" : "c303edf54ee4f456bde40e0958",
"msg" : [0, 8, 3, 0, 0, 0, 0, 0],
"ct" : [2, 8, 6, 0, 2, 9, 4, 7],
"result" : "valid"
},
{
"tcId" : 2654,
"comment" : "y is edge case for modular reduction and a = 1 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "891cf5ab57f8b6e98407b266bc6e34e6000b7a96e77f1dacb4652ad2be83955a",
"tweak" : "c303edf54ee4f456bde40e0958",
"msg" : [9, 6, 7, 2, 0, 0, 0, 1],
"ct" : [9, 9, 1, 0, 1, 7, 9, 1],
"result" : "valid"
},
{
"tcId" : 2655,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "891cf5ab57f8b6e98407b266bc6e34e6000b7a96e77f1dacb4652ad2be83955a",
"tweak" : "c303edf54ee4f456bde40e0958",
"msg" : [3, 3, 8, 1, 8, 1, 9, 2],
"ct" : [2, 8, 9, 1, 0, 1, 0, 7],
"result" : "valid"
},
{
"tcId" : 2656,
"comment" : "y is edge case for modular reduction and (y + a) % radix**4 is maximal in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "891cf5ab57f8b6e98407b266bc6e34e6000b7a96e77f1dacb4652ad2be83955a",
"tweak" : "c303edf54ee4f456bde40e0958",
"msg" : [9, 7, 2, 8, 8, 3, 8, 9],
"ct" : [9, 7, 4, 5, 5, 5, 9, 0],
"result" : "valid"
},
{
"tcId" : 2657,
"comment" : "y is edge case for modular reduction and (y + a) % radix**4 == 0 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "891cf5ab57f8b6e98407b266bc6e34e6000b7a96e77f1dacb4652ad2be83955a",
"tweak" : "c303edf54ee4f456bde40e0958",
"msg" : [5, 8, 6, 4, 8, 3, 9, 0],
"ct" : [9, 1, 8, 7, 0, 3, 8, 7],
"result" : "valid"
},
{
"tcId" : 2658,
"comment" : "y is edge case for modular reduction and a is maximal in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "891cf5ab57f8b6e98407b266bc6e34e6000b7a96e77f1dacb4652ad2be83955a",
"tweak" : "c303edf54ee4f456bde40e0958",
"msg" : [7, 2, 0, 6, 9, 9, 9, 9],
"ct" : [5, 5, 4, 2, 7, 1, 5, 0],
"result" : "valid"
},
{
"tcId" : 2659,
"comment" : "y is maximal after modular reduction and (y + a) % radix**4 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "891cf5ab57f8b6e98407b266bc6e34e6000b7a96e77f1dacb4652ad2be83955a",
"tweak" : "1957c4b386f544a9a3fdeb5c70",
"msg" : [6, 8, 8, 9, 6, 6, 3, 4],
"ct" : [9, 9, 9, 2, 2, 2, 0, 7],
"result" : "valid"
},
{
"tcId" : 2660,
"comment" : "y is maximal after modular reduction and (y + a) % radix**4 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "891cf5ab57f8b6e98407b266bc6e34e6000b7a96e77f1dacb4652ad2be83955a",
"tweak" : "1957c4b386f544a9a3fdeb5c70",
"msg" : [4, 3, 0, 9, 8, 5, 6, 0],
"ct" : [7, 3, 7, 1, 2, 1, 8, 3],
"result" : "valid"
},
{
"tcId" : 2661,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "891cf5ab57f8b6e98407b266bc6e34e6000b7a96e77f1dacb4652ad2be83955a",
"tweak" : "1957c4b386f544a9a3fdeb5c70",
"msg" : [6, 3, 3, 6, 2, 7, 4, 5],
"ct" : [0, 7, 7, 9, 5, 2, 7, 1],
"result" : "valid"
},
{
"tcId" : 2662,
"comment" : "y is maximal after modular reduction and a is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "891cf5ab57f8b6e98407b266bc6e34e6000b7a96e77f1dacb4652ad2be83955a",
"tweak" : "1957c4b386f544a9a3fdeb5c70",
"msg" : [4, 9, 1, 1, 9, 0, 5, 3],
"ct" : [2, 4, 6, 9, 1, 7, 8, 8],
"result" : "valid"
},
{
"tcId" : 2663,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "6290d1209766dbedd27fcce9e0b5c8eac570b78df90cf7ac15c2a6b13f414882",
"tweak" : "55d9bf63cd98d552",
"msg" : [-1, 9, 8, 3, 6, 4, 5, 7],
"ct" : [2, 5, 2, 1, 2, 4, 2, 6],
"result" : "invalid"
},
{
"tcId" : 2664,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "6290d1209766dbedd27fcce9e0b5c8eac570b78df90cf7ac15c2a6b13f414882",
"tweak" : "55d9bf63cd98d552",
"msg" : [5, 9, -1, 3, 6, 4, 5, 7],
"ct" : [9, 9, 9, 4, 4, 6, 1, 9],
"result" : "invalid"
},
{
"tcId" : 2665,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "6290d1209766dbedd27fcce9e0b5c8eac570b78df90cf7ac15c2a6b13f414882",
"tweak" : "55d9bf63cd98d552",
"msg" : [5, 9, 8, 3, 6, 4, 5, -1],
"ct" : [0, 8, 0, 2, 2, 2, 8, 1],
"result" : "invalid"
},
{
"tcId" : 2666,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "22344f94914f02f22d6b09f363bf180e27f1b16d9af73837055253f4e3cd254c",
"tweak" : "ed8edc53729fda9b",
"msg" : [10, 9, 8, 2, 4, 2, 8, 0],
"ct" : [8, 7, 0, 8, 4, 4, 0, 3],
"result" : "invalid"
},
{
"tcId" : 2667,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "22344f94914f02f22d6b09f363bf180e27f1b16d9af73837055253f4e3cd254c",
"tweak" : "ed8edc53729fda9b",
"msg" : [5, 9, 10, 2, 4, 2, 8, 0],
"ct" : [3, 9, 3, 2, 5, 1, 7, 0],
"result" : "invalid"
},
{
"tcId" : 2668,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "22344f94914f02f22d6b09f363bf180e27f1b16d9af73837055253f4e3cd254c",
"tweak" : "ed8edc53729fda9b",
"msg" : [5, 9, 8, 2, 4, 2, 8, 10],
"ct" : [1, 4, 9, 2, 9, 0, 4, 4],
"result" : "invalid"
}
]
},
{
"keySize" : 256,
"msgSize" : 9,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 2669,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "f44f1e998316e5fe6f5c6f8d89919428d692d931130409c41ba4955dfc4c8c14",
"tweak" : "387c0277bb97fa8e",
"msg" : [1, 3, 6, 0, 2, 4, 9, 8, 4],
"ct" : [1, 5, 2, 4, 5, 9, 8, 2, 3],
"result" : "valid"
},
{
"tcId" : 2670,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "ca2edd5c1402d6ecb3e52e4619dbbdc800571019507f861c102f7c44ce406119",
"tweak" : "0f79bdd51e894679",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [8, 6, 1, 3, 4, 4, 6, 2, 6],
"result" : "valid"
},
{
"tcId" : 2671,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "ca2edd5c1402d6ecb3e52e4619dbbdc800571019507f861c102f7c44ce406119",
"tweak" : "0f79bdd51e894679",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [5, 7, 5, 0, 7, 7, 2, 6, 1],
"result" : "valid"
},
{
"tcId" : 2672,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "ca2edd5c1402d6ecb3e52e4619dbbdc800571019507f861c102f7c44ce406119",
"tweak" : "0f79bdd51e894679",
"msg" : [8, 1, 9, 2, 6, 5, 5, 3, 6],
"ct" : [4, 7, 5, 8, 0, 1, 3, 6, 6],
"result" : "valid"
},
{
"tcId" : 2673,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "ca2edd5c1402d6ecb3e52e4619dbbdc800571019507f861c102f7c44ce406119",
"tweak" : "0f79bdd51e894679",
"msg" : [8, 1, 9, 1, 6, 5, 5, 3, 5],
"ct" : [4, 8, 6, 6, 8, 4, 5, 8, 6],
"result" : "valid"
},
{
"tcId" : 2674,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "ca2edd5c1402d6ecb3e52e4619dbbdc800571019507f861c102f7c44ce406119",
"tweak" : "0f79bdd51e894679",
"msg" : [0, 6, 1, 7, 9, 3, 6, 3, 7],
"ct" : [0, 4, 3, 6, 9, 9, 4, 0, 6],
"result" : "valid"
},
{
"tcId" : 2675,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "ca2edd5c1402d6ecb3e52e4619dbbdc800571019507f861c102f7c44ce406119",
"tweak" : "0f79bdd51e894679",
"msg" : [0, 6, 5, 5, 7, 3, 0, 0, 1],
"ct" : [1, 0, 2, 9, 2, 2, 7, 9, 8],
"result" : "valid"
},
{
"tcId" : 2676,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "ca2edd5c1402d6ecb3e52e4619dbbdc800571019507f861c102f7c44ce406119",
"tweak" : "0f79bdd51e894679",
"msg" : [9, 2, 2, 3, 2, 1, 5, 8, 6],
"ct" : [6, 5, 1, 1, 5, 7, 4, 7, 6],
"result" : "valid"
},
{
"tcId" : 2677,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "ca2edd5c1402d6ecb3e52e4619dbbdc800571019507f861c102f7c44ce406119",
"tweak" : "0f79bdd51e894679",
"msg" : [8, 7, 9, 0, 4, 2, 6, 8, 0],
"ct" : [3, 2, 3, 7, 7, 2, 4, 6, 9],
"result" : "valid"
},
{
"tcId" : 2678,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "ca2edd5c1402d6ecb3e52e4619dbbdc800571019507f861c102f7c44ce406119",
"tweak" : "0f79bdd51e894679",
"msg" : [9, 2, 8, 2, 7, 5, 8, 4, 8],
"ct" : [5, 4, 9, 1, 5, 1, 3, 7, 3],
"result" : "valid"
},
{
"tcId" : 2679,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "ca2edd5c1402d6ecb3e52e4619dbbdc800571019507f861c102f7c44ce406119",
"tweak" : "0f79bdd51e894679",
"msg" : [5, 5, 5, 4, 9, 9, 1, 6, 1],
"ct" : [5, 1, 9, 5, 8, 0, 7, 2, 7],
"result" : "valid"
},
{
"tcId" : 2680,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "ca2edd5c1402d6ecb3e52e4619dbbdc800571019507f861c102f7c44ce406119",
"tweak" : "0f79bdd51e894679",
"msg" : [9, 1, 8, 6, 2, 6, 5, 1, 7],
"ct" : [2, 2, 5, 9, 1, 2, 5, 1, 6],
"result" : "valid"
},
{
"tcId" : 2681,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "ca2edd5c1402d6ecb3e52e4619dbbdc800571019507f861c102f7c44ce406119",
"tweak" : "0f79bdd51e894679",
"msg" : [5, 0, 7, 7, 2, 7, 2, 7, 1],
"ct" : [2, 2, 0, 1, 7, 2, 6, 2, 1],
"result" : "valid"
},
{
"tcId" : 2682,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "ca2edd5c1402d6ecb3e52e4619dbbdc800571019507f861c102f7c44ce406119",
"tweak" : "0f79bdd51e894679",
"msg" : [2, 3, 2, 8, 8, 3, 0, 1, 2],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 2683,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "ca2edd5c1402d6ecb3e52e4619dbbdc800571019507f861c102f7c44ce406119",
"tweak" : "0f79bdd51e894679",
"msg" : [0, 6, 6, 4, 2, 0, 3, 3, 7],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 2684,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "ca2edd5c1402d6ecb3e52e4619dbbdc800571019507f861c102f7c44ce406119",
"tweak" : "0f79bdd51e894679",
"msg" : [0, 6, 2, 9, 5, 6, 1, 9, 7],
"ct" : [8, 1, 9, 2, 6, 5, 5, 3, 6],
"result" : "valid"
},
{
"tcId" : 2685,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "ca2edd5c1402d6ecb3e52e4619dbbdc800571019507f861c102f7c44ce406119",
"tweak" : "0f79bdd51e894679",
"msg" : [8, 4, 7, 7, 9, 0, 8, 9, 4],
"ct" : [8, 1, 9, 1, 6, 5, 5, 3, 5],
"result" : "valid"
},
{
"tcId" : 2686,
"comment" : "y is maximal after modular reduction and (y + a) % radix**4 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "84fff86e7dd22bd4b3bf53279ff7c696568bb9fa6067e40a1354e3a77fdb6b31",
"tweak" : "cf8ea7f0000d38f872d6b45a",
"msg" : [3, 6, 7, 0, 9, 0, 3, 2, 2],
"ct" : [8, 5, 9, 5, 7, 8, 8, 1, 1],
"result" : "valid"
},
{
"tcId" : 2687,
"comment" : "y is maximal after modular reduction and (y + a) % radix**4 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "84fff86e7dd22bd4b3bf53279ff7c696568bb9fa6067e40a1354e3a77fdb6b31",
"tweak" : "cf8ea7f0000d38f872d6b45a",
"msg" : [0, 8, 4, 1, 4, 4, 1, 3, 3],
"ct" : [8, 8, 6, 2, 8, 5, 2, 0, 6],
"result" : "valid"
},
{
"tcId" : 2688,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "84fff86e7dd22bd4b3bf53279ff7c696568bb9fa6067e40a1354e3a77fdb6b31",
"tweak" : "cf8ea7f0000d38f872d6b45a",
"msg" : [1, 8, 3, 1, 3, 9, 3, 7, 3],
"ct" : [0, 2, 1, 0, 0, 7, 3, 4, 7],
"result" : "valid"
},
{
"tcId" : 2689,
"comment" : "y is maximal after modular reduction and a is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "84fff86e7dd22bd4b3bf53279ff7c696568bb9fa6067e40a1354e3a77fdb6b31",
"tweak" : "cf8ea7f0000d38f872d6b45a",
"msg" : [3, 2, 7, 7, 9, 5, 8, 9, 4],
"ct" : [6, 7, 6, 3, 2, 2, 8, 5, 3],
"result" : "valid"
},
{
"tcId" : 2690,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "5f5d8e441c7e92c8d4f15740b5e79a73d2b90fa0e8acdbc0517f4b039bab0dc0",
"tweak" : "5aa849326a17e15a",
"msg" : [-1, 8, 9, 8, 3, 4, 0, 1, 4],
"ct" : [2, 0, 9, 9, 4, 9, 1, 8, 3],
"result" : "invalid"
},
{
"tcId" : 2691,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "5f5d8e441c7e92c8d4f15740b5e79a73d2b90fa0e8acdbc0517f4b039bab0dc0",
"tweak" : "5aa849326a17e15a",
"msg" : [9, 8, 9, -1, 3, 4, 0, 1, 4],
"ct" : [6, 3, 2, 6, 8, 8, 7, 9, 0],
"result" : "invalid"
},
{
"tcId" : 2692,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "5f5d8e441c7e92c8d4f15740b5e79a73d2b90fa0e8acdbc0517f4b039bab0dc0",
"tweak" : "5aa849326a17e15a",
"msg" : [9, 8, 9, 8, 3, 4, 0, 1, -1],
"ct" : [9, 9, 0, 0, 0, 5, 3, 6, 3],
"result" : "invalid"
},
{
"tcId" : 2693,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "e337d09d4c28341df20ae71802df5f3509df9d95e4a426da8d586e8aa89bb6df",
"tweak" : "da6752408f54794e",
"msg" : [10, 3, 3, 2, 0, 6, 3, 2, 0],
"ct" : [0, 0, 4, 1, 4, 3, 1, 2, 2],
"result" : "invalid"
},
{
"tcId" : 2694,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "e337d09d4c28341df20ae71802df5f3509df9d95e4a426da8d586e8aa89bb6df",
"tweak" : "da6752408f54794e",
"msg" : [1, 3, 3, 10, 0, 6, 3, 2, 0],
"ct" : [8, 6, 3, 3, 1, 8, 7, 8, 8],
"result" : "invalid"
},
{
"tcId" : 2695,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "e337d09d4c28341df20ae71802df5f3509df9d95e4a426da8d586e8aa89bb6df",
"tweak" : "da6752408f54794e",
"msg" : [1, 3, 3, 2, 0, 6, 3, 2, 10],
"ct" : [3, 8, 2, 4, 5, 5, 2, 8, 9],
"result" : "invalid"
}
]
},
{
"keySize" : 256,
"msgSize" : 10,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 2696,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "267c361cd190db6be369183a3b1a71601103f958cd6b791112928244c9402939",
"tweak" : "d00249da9e347109",
"msg" : [4, 6, 9, 1, 1, 2, 5, 1, 6, 3],
"ct" : [9, 3, 9, 6, 6, 8, 6, 7, 6, 6],
"result" : "valid"
},
{
"tcId" : 2697,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "15d60e791980b6815b04e05c7e9df93a5cda84614ecf2a4900fe55794187c771",
"tweak" : "68801fd1e1ea4d75",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [1, 2, 9, 5, 7, 3, 7, 6, 0, 6],
"result" : "valid"
},
{
"tcId" : 2698,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "15d60e791980b6815b04e05c7e9df93a5cda84614ecf2a4900fe55794187c771",
"tweak" : "68801fd1e1ea4d75",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [2, 5, 3, 4, 0, 1, 2, 7, 5, 1],
"result" : "valid"
},
{
"tcId" : 2699,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "15d60e791980b6815b04e05c7e9df93a5cda84614ecf2a4900fe55794187c771",
"tweak" : "68801fd1e1ea4d75",
"msg" : [6, 5, 5, 3, 6, 6, 5, 5, 3, 6],
"ct" : [7, 4, 1, 1, 7, 0, 3, 0, 6, 0],
"result" : "valid"
},
{
"tcId" : 2700,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "15d60e791980b6815b04e05c7e9df93a5cda84614ecf2a4900fe55794187c771",
"tweak" : "68801fd1e1ea4d75",
"msg" : [6, 5, 5, 3, 5, 6, 5, 5, 3, 5],
"ct" : [9, 8, 8, 5, 9, 0, 1, 7, 9, 6],
"result" : "valid"
},
{
"tcId" : 2701,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "15d60e791980b6815b04e05c7e9df93a5cda84614ecf2a4900fe55794187c771",
"tweak" : "68801fd1e1ea4d75",
"msg" : [1, 6, 0, 0, 8, 4, 1, 7, 0, 6],
"ct" : [0, 7, 2, 0, 7, 2, 0, 2, 0, 7],
"result" : "valid"
},
{
"tcId" : 2702,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "15d60e791980b6815b04e05c7e9df93a5cda84614ecf2a4900fe55794187c771",
"tweak" : "68801fd1e1ea4d75",
"msg" : [6, 2, 6, 5, 4, 5, 6, 2, 8, 1],
"ct" : [8, 9, 0, 6, 5, 3, 4, 0, 6, 6],
"result" : "valid"
},
{
"tcId" : 2703,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "15d60e791980b6815b04e05c7e9df93a5cda84614ecf2a4900fe55794187c771",
"tweak" : "68801fd1e1ea4d75",
"msg" : [5, 5, 5, 3, 4, 8, 7, 3, 3, 3],
"ct" : [4, 7, 7, 3, 5, 1, 9, 7, 3, 0],
"result" : "valid"
},
{
"tcId" : 2704,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "15d60e791980b6815b04e05c7e9df93a5cda84614ecf2a4900fe55794187c771",
"tweak" : "68801fd1e1ea4d75",
"msg" : [6, 1, 7, 4, 2, 7, 5, 6, 4, 0],
"ct" : [9, 9, 4, 9, 6, 5, 0, 3, 5, 1],
"result" : "valid"
},
{
"tcId" : 2705,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "15d60e791980b6815b04e05c7e9df93a5cda84614ecf2a4900fe55794187c771",
"tweak" : "68801fd1e1ea4d75",
"msg" : [1, 6, 2, 2, 7, 4, 4, 1, 6, 3],
"ct" : [8, 0, 1, 5, 9, 1, 9, 5, 5, 2],
"result" : "valid"
},
{
"tcId" : 2706,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "15d60e791980b6815b04e05c7e9df93a5cda84614ecf2a4900fe55794187c771",
"tweak" : "68801fd1e1ea4d75",
"msg" : [5, 4, 0, 7, 1, 4, 9, 4, 1, 4],
"ct" : [2, 4, 4, 1, 0, 6, 5, 3, 1, 3],
"result" : "valid"
},
{
"tcId" : 2707,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "15d60e791980b6815b04e05c7e9df93a5cda84614ecf2a4900fe55794187c771",
"tweak" : "68801fd1e1ea4d75",
"msg" : [7, 3, 0, 4, 4, 6, 1, 2, 4, 6],
"ct" : [3, 2, 8, 5, 8, 0, 3, 2, 3, 6],
"result" : "valid"
},
{
"tcId" : 2708,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "15d60e791980b6815b04e05c7e9df93a5cda84614ecf2a4900fe55794187c771",
"tweak" : "68801fd1e1ea4d75",
"msg" : [9, 1, 8, 4, 7, 7, 8, 6, 9, 8],
"ct" : [5, 3, 8, 8, 8, 5, 9, 4, 9, 2],
"result" : "valid"
},
{
"tcId" : 2709,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "15d60e791980b6815b04e05c7e9df93a5cda84614ecf2a4900fe55794187c771",
"tweak" : "68801fd1e1ea4d75",
"msg" : [6, 4, 3, 2, 7, 5, 6, 3, 2, 3],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 2710,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "15d60e791980b6815b04e05c7e9df93a5cda84614ecf2a4900fe55794187c771",
"tweak" : "68801fd1e1ea4d75",
"msg" : [7, 4, 9, 5, 1, 7, 1, 4, 0, 9],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 2711,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "15d60e791980b6815b04e05c7e9df93a5cda84614ecf2a4900fe55794187c771",
"tweak" : "68801fd1e1ea4d75",
"msg" : [7, 3, 5, 2, 5, 2, 8, 7, 2, 4],
"ct" : [6, 5, 5, 3, 6, 6, 5, 5, 3, 6],
"result" : "valid"
},
{
"tcId" : 2712,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "15d60e791980b6815b04e05c7e9df93a5cda84614ecf2a4900fe55794187c771",
"tweak" : "68801fd1e1ea4d75",
"msg" : [2, 4, 3, 4, 2, 6, 7, 9, 9, 0],
"ct" : [6, 5, 5, 3, 5, 6, 5, 5, 3, 5],
"result" : "valid"
},
{
"tcId" : 2713,
"comment" : "y = 1 and a = 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "cf17e3224e1021e2b08ca339433c41f04476984dfa9844082dd9894c654ce9cd",
"tweak" : "450fe4a986a7489317c49d69",
"msg" : [2, 0, 2, 0, 7, 8, 9, 5, 1, 9],
"ct" : [4, 0, 8, 7, 6, 8, 7, 2, 2, 2],
"result" : "valid"
},
{
"tcId" : 2714,
"comment" : "y = 1 and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "cf17e3224e1021e2b08ca339433c41f04476984dfa9844082dd9894c654ce9cd",
"tweak" : "450fe4a986a7489317c49d69",
"msg" : [0, 7, 8, 7, 7, 3, 9, 4, 7, 0],
"ct" : [9, 0, 0, 0, 9, 4, 5, 2, 1, 6],
"result" : "valid"
},
{
"tcId" : 2715,
"comment" : "y = 1 and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "cf17e3224e1021e2b08ca339433c41f04476984dfa9844082dd9894c654ce9cd",
"tweak" : "450fe4a986a7489317c49d69",
"msg" : [9, 7, 4, 8, 0, 1, 4, 4, 0, 0],
"ct" : [1, 2, 2, 6, 9, 0, 0, 4, 4, 9],
"result" : "valid"
},
{
"tcId" : 2716,
"comment" : "y = 1 and (y + a) % radix**5 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "cf17e3224e1021e2b08ca339433c41f04476984dfa9844082dd9894c654ce9cd",
"tweak" : "450fe4a986a7489317c49d69",
"msg" : [8, 4, 1, 2, 3, 8, 1, 1, 2, 7],
"ct" : [8, 6, 4, 9, 4, 4, 3, 9, 0, 5],
"result" : "valid"
},
{
"tcId" : 2717,
"comment" : "y = 1 and (y + a) % radix**5 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "cf17e3224e1021e2b08ca339433c41f04476984dfa9844082dd9894c654ce9cd",
"tweak" : "450fe4a986a7489317c49d69",
"msg" : [1, 8, 9, 8, 6, 7, 5, 2, 9, 6],
"ct" : [4, 2, 6, 0, 0, 0, 6, 1, 9, 0],
"result" : "valid"
},
{
"tcId" : 2718,
"comment" : "y is maximal and a = 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "cf17e3224e1021e2b08ca339433c41f04476984dfa9844082dd9894c654ce9cd",
"tweak" : "56d513bfe11ad2765e037d17",
"msg" : [8, 4, 5, 3, 1, 6, 3, 3, 7, 2],
"ct" : [9, 6, 7, 3, 4, 9, 5, 6, 9, 4],
"result" : "valid"
},
{
"tcId" : 2719,
"comment" : "y is maximal and a = 1 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "cf17e3224e1021e2b08ca339433c41f04476984dfa9844082dd9894c654ce9cd",
"tweak" : "56d513bfe11ad2765e037d17",
"msg" : [6, 9, 8, 9, 6, 8, 6, 6, 7, 3],
"ct" : [3, 0, 5, 6, 4, 9, 6, 2, 3, 5],
"result" : "valid"
},
{
"tcId" : 2720,
"comment" : "y is maximal and (y + a) % radix**5 is maximal in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "cf17e3224e1021e2b08ca339433c41f04476984dfa9844082dd9894c654ce9cd",
"tweak" : "56d513bfe11ad2765e037d17",
"msg" : [0, 2, 3, 5, 6, 5, 6, 1, 5, 7],
"ct" : [5, 3, 2, 1, 6, 5, 1, 6, 9, 4],
"result" : "valid"
},
{
"tcId" : 2721,
"comment" : "y is maximal and (y + a) % radix**5 == 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "cf17e3224e1021e2b08ca339433c41f04476984dfa9844082dd9894c654ce9cd",
"tweak" : "56d513bfe11ad2765e037d17",
"msg" : [2, 3, 2, 8, 9, 2, 6, 4, 6, 9],
"ct" : [0, 2, 1, 2, 4, 9, 3, 9, 1, 0],
"result" : "valid"
},
{
"tcId" : 2722,
"comment" : "y is maximal and a has large Hamming weight in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "cf17e3224e1021e2b08ca339433c41f04476984dfa9844082dd9894c654ce9cd",
"tweak" : "56d513bfe11ad2765e037d17",
"msg" : [9, 6, 1, 6, 2, 6, 0, 4, 4, 9],
"ct" : [1, 2, 7, 3, 6, 0, 4, 4, 5, 5],
"result" : "valid"
},
{
"tcId" : 2723,
"comment" : "y is maximal and a is maximal in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "cf17e3224e1021e2b08ca339433c41f04476984dfa9844082dd9894c654ce9cd",
"tweak" : "56d513bfe11ad2765e037d17",
"msg" : [0, 8, 7, 4, 4, 5, 4, 2, 8, 1],
"ct" : [3, 4, 7, 5, 5, 5, 6, 6, 3, 7],
"result" : "valid"
},
{
"tcId" : 2724,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "0e278046ac6a44c25ea36086dbd0aec5a25c16d87bd80eb380922a0e988debc8",
"tweak" : "aac963be9bb06d9c",
"msg" : [-1, 8, 8, 2, 9, 5, 7, 7, 2, 8],
"ct" : [4, 2, 0, 2, 3, 8, 3, 4, 6, 5],
"result" : "invalid"
},
{
"tcId" : 2725,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "0e278046ac6a44c25ea36086dbd0aec5a25c16d87bd80eb380922a0e988debc8",
"tweak" : "aac963be9bb06d9c",
"msg" : [0, 8, 8, -1, 9, 5, 7, 7, 2, 8],
"ct" : [7, 6, 5, 3, 1, 9, 9, 0, 1, 1],
"result" : "invalid"
},
{
"tcId" : 2726,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "0e278046ac6a44c25ea36086dbd0aec5a25c16d87bd80eb380922a0e988debc8",
"tweak" : "aac963be9bb06d9c",
"msg" : [0, 8, 8, 2, 9, 5, 7, 7, 2, -1],
"ct" : [3, 4, 6, 5, 8, 9, 7, 0, 5, 2],
"result" : "invalid"
},
{
"tcId" : 2727,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "e825f0ebc7510c09de56593679331bad7e3dfc80d213bcdc03d2c71a2adfedea",
"tweak" : "0a58c8b92a3fdabf",
"msg" : [10, 9, 2, 4, 6, 2, 5, 1, 6, 6],
"ct" : [7, 9, 9, 6, 7, 1, 1, 5, 4, 5],
"result" : "invalid"
},
{
"tcId" : 2728,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "e825f0ebc7510c09de56593679331bad7e3dfc80d213bcdc03d2c71a2adfedea",
"tweak" : "0a58c8b92a3fdabf",
"msg" : [7, 9, 2, 10, 6, 2, 5, 1, 6, 6],
"ct" : [4, 4, 6, 5, 9, 6, 8, 4, 2, 2],
"result" : "invalid"
},
{
"tcId" : 2729,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "e825f0ebc7510c09de56593679331bad7e3dfc80d213bcdc03d2c71a2adfedea",
"tweak" : "0a58c8b92a3fdabf",
"msg" : [7, 9, 2, 4, 6, 2, 5, 1, 6, 10],
"ct" : [4, 4, 2, 1, 7, 0, 7, 6, 6, 4],
"result" : "invalid"
}
]
},
{
"keySize" : 256,
"msgSize" : 11,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 2730,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "a40786c69f8a487744536af3e952b5e4c3c848cf21a994e28fa555d8d1ac9beb",
"tweak" : "8782789b84c8fa4a",
"msg" : [5, 4, 2, 8, 7, 2, 9, 6, 5, 1, 4],
"ct" : [5, 5, 9, 7, 9, 4, 0, 2, 5, 2, 7],
"result" : "valid"
},
{
"tcId" : 2731,
"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" : [5, 3, 6, 4, 7, 9, 8, 6, 5, 5, 5],
"result" : "valid"
},
{
"tcId" : 2732,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "b4c4d6f8f3f635f7bc32228674b53331404627434bb63dbfd650bd8d9c224f6d",
"tweak" : "b72708737a746e25",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [1, 3, 8, 8, 7, 6, 6, 5, 4, 9, 4],
"result" : "valid"
},
{
"tcId" : 2733,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "b4c4d6f8f3f635f7bc32228674b53331404627434bb63dbfd650bd8d9c224f6d",
"tweak" : "b72708737a746e25",
"msg" : [6, 5, 5, 3, 6, 5, 2, 4, 2, 8, 8],
"ct" : [3, 5, 7, 2, 2, 0, 3, 1, 1, 8, 3],
"result" : "valid"
},
{
"tcId" : 2734,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "b4c4d6f8f3f635f7bc32228674b53331404627434bb63dbfd650bd8d9c224f6d",
"tweak" : "b72708737a746e25",
"msg" : [6, 5, 5, 3, 5, 5, 2, 4, 2, 8, 7],
"ct" : [2, 4, 4, 3, 3, 1, 3, 2, 1, 6, 9],
"result" : "valid"
},
{
"tcId" : 2735,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "b4c4d6f8f3f635f7bc32228674b53331404627434bb63dbfd650bd8d9c224f6d",
"tweak" : "b72708737a746e25",
"msg" : [8, 9, 5, 1, 7, 7, 3, 0, 4, 4, 2],
"ct" : [1, 5, 4, 7, 7, 4, 6, 9, 5, 7, 3],
"result" : "valid"
},
{
"tcId" : 2736,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "b4c4d6f8f3f635f7bc32228674b53331404627434bb63dbfd650bd8d9c224f6d",
"tweak" : "b72708737a746e25",
"msg" : [6, 4, 8, 9, 4, 8, 0, 4, 4, 4, 6],
"ct" : [9, 2, 1, 8, 2, 2, 3, 2, 8, 7, 8],
"result" : "valid"
},
{
"tcId" : 2737,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "b4c4d6f8f3f635f7bc32228674b53331404627434bb63dbfd650bd8d9c224f6d",
"tweak" : "b72708737a746e25",
"msg" : [5, 2, 1, 6, 5, 7, 0, 0, 7, 7, 5],
"ct" : [7, 5, 7, 3, 5, 8, 0, 0, 9, 2, 9],
"result" : "valid"
},
{
"tcId" : 2738,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "b4c4d6f8f3f635f7bc32228674b53331404627434bb63dbfd650bd8d9c224f6d",
"tweak" : "b72708737a746e25",
"msg" : [5, 3, 0, 3, 0, 2, 4, 1, 3, 2, 9],
"ct" : [2, 8, 1, 5, 7, 4, 2, 6, 3, 7, 2],
"result" : "valid"
},
{
"tcId" : 2739,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "b4c4d6f8f3f635f7bc32228674b53331404627434bb63dbfd650bd8d9c224f6d",
"tweak" : "b72708737a746e25",
"msg" : [3, 1, 9, 0, 9, 9, 4, 0, 2, 8, 8],
"ct" : [4, 4, 6, 5, 4, 0, 9, 1, 4, 5, 7],
"result" : "valid"
},
{
"tcId" : 2740,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "b4c4d6f8f3f635f7bc32228674b53331404627434bb63dbfd650bd8d9c224f6d",
"tweak" : "b72708737a746e25",
"msg" : [1, 2, 2, 8, 4, 7, 9, 7, 2, 8, 7],
"ct" : [8, 2, 6, 8, 4, 1, 9, 7, 7, 2, 7],
"result" : "valid"
},
{
"tcId" : 2741,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "b4c4d6f8f3f635f7bc32228674b53331404627434bb63dbfd650bd8d9c224f6d",
"tweak" : "b72708737a746e25",
"msg" : [2, 4, 3, 4, 0, 8, 1, 1, 9, 3, 6],
"ct" : [1, 1, 2, 1, 2, 9, 8, 1, 7, 7, 3],
"result" : "valid"
},
{
"tcId" : 2742,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "b4c4d6f8f3f635f7bc32228674b53331404627434bb63dbfd650bd8d9c224f6d",
"tweak" : "b72708737a746e25",
"msg" : [1, 4, 6, 4, 5, 4, 3, 5, 0, 8, 9],
"ct" : [0, 7, 2, 6, 0, 2, 7, 0, 0, 5, 6],
"result" : "valid"
},
{
"tcId" : 2743,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "b4c4d6f8f3f635f7bc32228674b53331404627434bb63dbfd650bd8d9c224f6d",
"tweak" : "b72708737a746e25",
"msg" : [9, 6, 2, 9, 5, 7, 8, 4, 9, 5, 5],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 2744,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "b4c4d6f8f3f635f7bc32228674b53331404627434bb63dbfd650bd8d9c224f6d",
"tweak" : "b72708737a746e25",
"msg" : [3, 1, 7, 8, 1, 0, 6, 3, 6, 9, 5],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 2745,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "b4c4d6f8f3f635f7bc32228674b53331404627434bb63dbfd650bd8d9c224f6d",
"tweak" : "b72708737a746e25",
"msg" : [3, 6, 5, 6, 3, 7, 0, 8, 5, 8, 0],
"ct" : [6, 5, 5, 3, 6, 5, 2, 4, 2, 8, 8],
"result" : "valid"
},
{
"tcId" : 2746,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "b4c4d6f8f3f635f7bc32228674b53331404627434bb63dbfd650bd8d9c224f6d",
"tweak" : "b72708737a746e25",
"msg" : [4, 2, 9, 3, 4, 1, 3, 0, 7, 3, 2],
"ct" : [6, 5, 5, 3, 5, 5, 2, 4, 2, 8, 7],
"result" : "valid"
},
{
"tcId" : 2747,
"comment" : "y = 0 and (y + a) % radix**5 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "b301403ccf58d04adee4d1e9e1ca6e113fe2ebf67e7add4e5a06bb52e63f5f2d",
"tweak" : "44e48458a7838ff38efd4ae3",
"msg" : [0, 0, 0, 0, 0, 8, 1, 3, 0, 7, 2],
"ct" : [3, 6, 6, 2, 3, 0, 3, 1, 5, 0, 1],
"result" : "valid"
},
{
"tcId" : 2748,
"comment" : "y = 0 and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "b301403ccf58d04adee4d1e9e1ca6e113fe2ebf67e7add4e5a06bb52e63f5f2d",
"tweak" : "44e48458a7838ff38efd4ae3",
"msg" : [0, 0, 0, 0, 1, 8, 1, 3, 0, 7, 2],
"ct" : [7, 6, 1, 7, 8, 0, 6, 6, 1, 8, 8],
"result" : "valid"
},
{
"tcId" : 2749,
"comment" : "y = 0 and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "b301403ccf58d04adee4d1e9e1ca6e113fe2ebf67e7add4e5a06bb52e63f5f2d",
"tweak" : "44e48458a7838ff38efd4ae3",
"msg" : [6, 5, 5, 3, 6, 8, 1, 3, 0, 7, 2],
"ct" : [8, 7, 3, 4, 8, 0, 9, 5, 7, 4, 9],
"result" : "valid"
},
{
"tcId" : 2750,
"comment" : "y = 0 and (y + a) % radix**5 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "b301403ccf58d04adee4d1e9e1ca6e113fe2ebf67e7add4e5a06bb52e63f5f2d",
"tweak" : "44e48458a7838ff38efd4ae3",
"msg" : [9, 9, 9, 9, 9, 8, 1, 3, 0, 7, 2],
"ct" : [0, 4, 1, 1, 1, 3, 3, 1, 2, 4, 8],
"result" : "valid"
},
{
"tcId" : 2751,
"comment" : "y is maximal and a = 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b301403ccf58d04adee4d1e9e1ca6e113fe2ebf67e7add4e5a06bb52e63f5f2d",
"tweak" : "6bee6127532ddb87a2b19d54",
"msg" : [4, 1, 4, 6, 3, 5, 1, 3, 6, 0, 1],
"ct" : [2, 9, 1, 7, 6, 6, 6, 8, 4, 8, 4],
"result" : "valid"
},
{
"tcId" : 2752,
"comment" : "y is maximal and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b301403ccf58d04adee4d1e9e1ca6e113fe2ebf67e7add4e5a06bb52e63f5f2d",
"tweak" : "6bee6127532ddb87a2b19d54",
"msg" : [5, 7, 5, 1, 6, 8, 7, 6, 7, 8, 7],
"ct" : [2, 8, 8, 6, 1, 0, 5, 3, 3, 4, 0],
"result" : "valid"
},
{
"tcId" : 2753,
"comment" : "y is maximal and (y + a) % radix**5 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b301403ccf58d04adee4d1e9e1ca6e113fe2ebf67e7add4e5a06bb52e63f5f2d",
"tweak" : "6bee6127532ddb87a2b19d54",
"msg" : [5, 7, 4, 3, 0, 5, 2, 3, 1, 5, 2],
"ct" : [2, 4, 8, 1, 0, 9, 5, 9, 2, 7, 9],
"result" : "valid"
},
{
"tcId" : 2754,
"comment" : "y is maximal and (y + a) % radix**5 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b301403ccf58d04adee4d1e9e1ca6e113fe2ebf67e7add4e5a06bb52e63f5f2d",
"tweak" : "6bee6127532ddb87a2b19d54",
"msg" : [6, 9, 1, 5, 8, 4, 2, 4, 0, 2, 7],
"ct" : [4, 9, 4, 4, 6, 5, 0, 8, 4, 6, 4],
"result" : "valid"
},
{
"tcId" : 2755,
"comment" : "y is maximal and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b301403ccf58d04adee4d1e9e1ca6e113fe2ebf67e7add4e5a06bb52e63f5f2d",
"tweak" : "6bee6127532ddb87a2b19d54",
"msg" : [4, 1, 9, 2, 1, 4, 8, 8, 2, 2, 2],
"ct" : [0, 3, 9, 3, 5, 6, 2, 9, 2, 9, 4],
"result" : "valid"
},
{
"tcId" : 2756,
"comment" : "y is maximal and a is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b301403ccf58d04adee4d1e9e1ca6e113fe2ebf67e7add4e5a06bb52e63f5f2d",
"tweak" : "6bee6127532ddb87a2b19d54",
"msg" : [3, 7, 1, 9, 2, 9, 0, 1, 8, 3, 4],
"ct" : [7, 9, 4, 8, 0, 1, 3, 9, 1, 9, 2],
"result" : "valid"
},
{
"tcId" : 2757,
"comment" : "y is edge case for modular reduction and a = 0 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "b301403ccf58d04adee4d1e9e1ca6e113fe2ebf67e7add4e5a06bb52e63f5f2d",
"tweak" : "7b6c57de705e4f52650dbd83",
"msg" : [5, 5, 7, 1, 8, 0, 5, 0, 6, 2, 4],
"ct" : [5, 7, 8, 4, 4, 0, 1, 9, 7, 6, 0],
"result" : "valid"
},
{
"tcId" : 2758,
"comment" : "y is edge case for modular reduction and a = 1 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "b301403ccf58d04adee4d1e9e1ca6e113fe2ebf67e7add4e5a06bb52e63f5f2d",
"tweak" : "7b6c57de705e4f52650dbd83",
"msg" : [1, 8, 9, 0, 4, 6, 8, 2, 4, 4, 7],
"ct" : [0, 9, 7, 4, 1, 5, 8, 5, 9, 2, 3],
"result" : "valid"
},
{
"tcId" : 2759,
"comment" : "y is edge case for modular reduction and (y + a) % radix**6 is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "b301403ccf58d04adee4d1e9e1ca6e113fe2ebf67e7add4e5a06bb52e63f5f2d",
"tweak" : "7b6c57de705e4f52650dbd83",
"msg" : [8, 4, 1, 7, 3, 0, 2, 9, 8, 1, 7],
"ct" : [2, 7, 7, 5, 1, 1, 8, 2, 8, 4, 3],
"result" : "valid"
},
{
"tcId" : 2760,
"comment" : "y is edge case for modular reduction and (y + a) % radix**6 == 0 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "b301403ccf58d04adee4d1e9e1ca6e113fe2ebf67e7add4e5a06bb52e63f5f2d",
"tweak" : "7b6c57de705e4f52650dbd83",
"msg" : [7, 4, 4, 8, 3, 8, 8, 3, 3, 0, 7],
"ct" : [3, 6, 6, 6, 9, 2, 6, 8, 9, 6, 6],
"result" : "valid"
},
{
"tcId" : 2761,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "b301403ccf58d04adee4d1e9e1ca6e113fe2ebf67e7add4e5a06bb52e63f5f2d",
"tweak" : "7b6c57de705e4f52650dbd83",
"msg" : [3, 3, 8, 7, 4, 0, 8, 5, 7, 0, 0],
"ct" : [9, 8, 8, 4, 9, 9, 4, 4, 0, 3, 4],
"result" : "valid"
},
{
"tcId" : 2762,
"comment" : "y is edge case for modular reduction and a is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "b301403ccf58d04adee4d1e9e1ca6e113fe2ebf67e7add4e5a06bb52e63f5f2d",
"tweak" : "7b6c57de705e4f52650dbd83",
"msg" : [5, 5, 5, 0, 8, 3, 1, 8, 7, 5, 8],
"ct" : [6, 3, 4, 3, 3, 5, 8, 6, 5, 2, 6],
"result" : "valid"
},
{
"tcId" : 2763,
"comment" : "y is maximal after modular reduction and (y + a) % radix**5 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "b301403ccf58d04adee4d1e9e1ca6e113fe2ebf67e7add4e5a06bb52e63f5f2d",
"tweak" : "a5dc1273fb917a70a32ab7fc",
"msg" : [3, 4, 7, 4, 2, 4, 5, 9, 9, 1, 2],
"ct" : [2, 4, 8, 7, 7, 9, 6, 5, 8, 7, 8],
"result" : "valid"
},
{
"tcId" : 2764,
"comment" : "y is maximal after modular reduction and (y + a) % radix**5 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "b301403ccf58d04adee4d1e9e1ca6e113fe2ebf67e7add4e5a06bb52e63f5f2d",
"tweak" : "a5dc1273fb917a70a32ab7fc",
"msg" : [6, 3, 6, 6, 5, 3, 5, 4, 8, 2, 7],
"ct" : [9, 0, 5, 2, 2, 6, 3, 1, 7, 2, 5],
"result" : "valid"
},
{
"tcId" : 2765,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "b301403ccf58d04adee4d1e9e1ca6e113fe2ebf67e7add4e5a06bb52e63f5f2d",
"tweak" : "a5dc1273fb917a70a32ab7fc",
"msg" : [1, 5, 2, 3, 4, 6, 7, 5, 1, 9, 4],
"ct" : [3, 2, 7, 1, 5, 3, 8, 8, 4, 0, 1],
"result" : "valid"
},
{
"tcId" : 2766,
"comment" : "y is maximal after modular reduction and a is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "b301403ccf58d04adee4d1e9e1ca6e113fe2ebf67e7add4e5a06bb52e63f5f2d",
"tweak" : "a5dc1273fb917a70a32ab7fc",
"msg" : [4, 2, 4, 7, 4, 6, 0, 3, 8, 6, 9],
"ct" : [2, 8, 8, 0, 7, 0, 8, 7, 3, 3, 6],
"result" : "valid"
},
{
"tcId" : 2767,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "901a4e20eafbee0bda03506d86368658c521ac7065f8b5a25fb318fa293375ab",
"tweak" : "788f47262b8e7b97",
"msg" : [-1, 4, 1, 8, 4, 8, 7, 2, 2, 8, 3],
"ct" : [2, 6, 1, 3, 0, 4, 1, 8, 0, 6, 9],
"result" : "invalid"
},
{
"tcId" : 2768,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "901a4e20eafbee0bda03506d86368658c521ac7065f8b5a25fb318fa293375ab",
"tweak" : "788f47262b8e7b97",
"msg" : [8, 4, 1, -1, 4, 8, 7, 2, 2, 8, 3],
"ct" : [0, 3, 3, 9, 4, 1, 1, 1, 5, 7, 8],
"result" : "invalid"
},
{
"tcId" : 2769,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "901a4e20eafbee0bda03506d86368658c521ac7065f8b5a25fb318fa293375ab",
"tweak" : "788f47262b8e7b97",
"msg" : [8, 4, 1, 8, 4, 8, 7, 2, 2, 8, -1],
"ct" : [8, 7, 7, 5, 5, 7, 9, 1, 3, 9, 8],
"result" : "invalid"
},
{
"tcId" : 2770,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "e74fa969064dab3583656cb7eacb370ec0c91fd3b3e1838739a611309d966eaf",
"tweak" : "6dc3ca4a4815c4da",
"msg" : [10, 8, 3, 1, 1, 9, 0, 4, 1, 1, 9],
"ct" : [2, 4, 6, 0, 9, 0, 8, 2, 9, 4, 1],
"result" : "invalid"
},
{
"tcId" : 2771,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "e74fa969064dab3583656cb7eacb370ec0c91fd3b3e1838739a611309d966eaf",
"tweak" : "6dc3ca4a4815c4da",
"msg" : [7, 8, 3, 10, 1, 9, 0, 4, 1, 1, 9],
"ct" : [7, 1, 3, 4, 6, 4, 5, 4, 0, 9, 1],
"result" : "invalid"
},
{
"tcId" : 2772,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "e74fa969064dab3583656cb7eacb370ec0c91fd3b3e1838739a611309d966eaf",
"tweak" : "6dc3ca4a4815c4da",
"msg" : [7, 8, 3, 1, 1, 9, 0, 4, 1, 1, 10],
"ct" : [9, 8, 2, 7, 1, 8, 4, 4, 4, 7, 6],
"result" : "invalid"
}
]
},
{
"keySize" : 256,
"msgSize" : 12,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 2773,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "2e94a84c78be80cd598366058d4f6cdf8095666dcac7a00ad832d9f33e20d13c",
"tweak" : "415e0101a302aaa6",
"msg" : [7, 2, 9, 3, 4, 2, 7, 7, 5, 8, 8, 9],
"ct" : [7, 9, 2, 1, 3, 8, 2, 5, 6, 2, 6, 4],
"result" : "valid"
},
{
"tcId" : 2774,
"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, 6, 9, 5, 2, 8, 2, 9, 6, 7, 7, 9],
"result" : "valid"
},
{
"tcId" : 2775,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "b60d255c76e0f50a9257acac319fb86a00570aa5b23e907c1b7109f732317d65",
"tweak" : "b44b719ef00f7276",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [8, 7, 6, 6, 5, 2, 3, 3, 7, 9, 6, 1],
"result" : "valid"
},
{
"tcId" : 2776,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "b60d255c76e0f50a9257acac319fb86a00570aa5b23e907c1b7109f732317d65",
"tweak" : "b44b719ef00f7276",
"msg" : [5, 2, 4, 2, 8, 8, 5, 2, 4, 2, 8, 8],
"ct" : [3, 2, 7, 7, 2, 1, 5, 6, 5, 5, 4, 4],
"result" : "valid"
},
{
"tcId" : 2777,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "b60d255c76e0f50a9257acac319fb86a00570aa5b23e907c1b7109f732317d65",
"tweak" : "b44b719ef00f7276",
"msg" : [5, 2, 4, 2, 8, 7, 5, 2, 4, 2, 8, 7],
"ct" : [6, 8, 2, 8, 2, 0, 5, 6, 4, 5, 3, 4],
"result" : "valid"
},
{
"tcId" : 2778,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "b60d255c76e0f50a9257acac319fb86a00570aa5b23e907c1b7109f732317d65",
"tweak" : "b44b719ef00f7276",
"msg" : [8, 9, 2, 2, 3, 0, 1, 4, 9, 8, 8, 7],
"ct" : [2, 1, 4, 7, 4, 6, 7, 0, 8, 8, 3, 8],
"result" : "valid"
},
{
"tcId" : 2779,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "b60d255c76e0f50a9257acac319fb86a00570aa5b23e907c1b7109f732317d65",
"tweak" : "b44b719ef00f7276",
"msg" : [7, 8, 5, 4, 8, 4, 7, 0, 9, 1, 3, 9],
"ct" : [6, 6, 5, 4, 5, 2, 6, 5, 0, 7, 9, 1],
"result" : "valid"
},
{
"tcId" : 2780,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "b60d255c76e0f50a9257acac319fb86a00570aa5b23e907c1b7109f732317d65",
"tweak" : "b44b719ef00f7276",
"msg" : [2, 0, 4, 3, 0, 2, 2, 2, 5, 0, 3, 3],
"ct" : [0, 3, 9, 9, 4, 3, 9, 8, 6, 8, 9, 8],
"result" : "valid"
},
{
"tcId" : 2781,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "b60d255c76e0f50a9257acac319fb86a00570aa5b23e907c1b7109f732317d65",
"tweak" : "b44b719ef00f7276",
"msg" : [0, 5, 4, 1, 2, 9, 4, 4, 7, 6, 0, 5],
"ct" : [2, 1, 9, 0, 0, 5, 4, 6, 1, 7, 4, 8],
"result" : "valid"
},
{
"tcId" : 2782,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "b60d255c76e0f50a9257acac319fb86a00570aa5b23e907c1b7109f732317d65",
"tweak" : "b44b719ef00f7276",
"msg" : [4, 4, 9, 9, 8, 4, 7, 4, 1, 1, 2, 5],
"ct" : [2, 2, 9, 5, 5, 9, 0, 4, 9, 1, 9, 9],
"result" : "valid"
},
{
"tcId" : 2783,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "b60d255c76e0f50a9257acac319fb86a00570aa5b23e907c1b7109f732317d65",
"tweak" : "b44b719ef00f7276",
"msg" : [1, 9, 8, 1, 8, 2, 8, 8, 9, 9, 4, 5],
"ct" : [5, 6, 6, 4, 8, 0, 4, 1, 3, 1, 7, 5],
"result" : "valid"
},
{
"tcId" : 2784,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "b60d255c76e0f50a9257acac319fb86a00570aa5b23e907c1b7109f732317d65",
"tweak" : "b44b719ef00f7276",
"msg" : [0, 6, 5, 6, 2, 1, 8, 7, 1, 7, 7, 9],
"ct" : [3, 6, 6, 6, 0, 1, 6, 1, 9, 1, 9, 2],
"result" : "valid"
},
{
"tcId" : 2785,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "b60d255c76e0f50a9257acac319fb86a00570aa5b23e907c1b7109f732317d65",
"tweak" : "b44b719ef00f7276",
"msg" : [8, 8, 1, 9, 0, 6, 7, 3, 3, 4, 3, 9],
"ct" : [4, 4, 1, 2, 8, 1, 8, 3, 4, 7, 7, 8],
"result" : "valid"
},
{
"tcId" : 2786,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "b60d255c76e0f50a9257acac319fb86a00570aa5b23e907c1b7109f732317d65",
"tweak" : "b44b719ef00f7276",
"msg" : [0, 2, 9, 8, 0, 1, 7, 7, 1, 0, 5, 1],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 2787,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "b60d255c76e0f50a9257acac319fb86a00570aa5b23e907c1b7109f732317d65",
"tweak" : "b44b719ef00f7276",
"msg" : [0, 0, 1, 3, 4, 8, 3, 5, 0, 3, 3, 2],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 2788,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "b60d255c76e0f50a9257acac319fb86a00570aa5b23e907c1b7109f732317d65",
"tweak" : "b44b719ef00f7276",
"msg" : [6, 6, 2, 1, 3, 3, 1, 0, 7, 0, 5, 6],
"ct" : [5, 2, 4, 2, 8, 8, 5, 2, 4, 2, 8, 8],
"result" : "valid"
},
{
"tcId" : 2789,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "b60d255c76e0f50a9257acac319fb86a00570aa5b23e907c1b7109f732317d65",
"tweak" : "b44b719ef00f7276",
"msg" : [1, 7, 8, 3, 4, 7, 5, 0, 7, 3, 9, 7],
"ct" : [5, 2, 4, 2, 8, 7, 5, 2, 4, 2, 8, 7],
"result" : "valid"
},
{
"tcId" : 2790,
"comment" : "y = 0 and (y + a) % radix**6 == 0 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "861999d41d37e2d41583f3ccf1d1c5c7b17e2d7e1ae424b890bf54f3bc3a8388",
"tweak" : "77d3adc45c0b225a4c62fb68",
"msg" : [5, 6, 3, 6, 4, 4, 0, 0, 0, 0, 0, 0],
"ct" : [9, 7, 5, 4, 6, 5, 6, 9, 9, 7, 9, 3],
"result" : "valid"
},
{
"tcId" : 2791,
"comment" : "y = 0 and a = 1 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "861999d41d37e2d41583f3ccf1d1c5c7b17e2d7e1ae424b890bf54f3bc3a8388",
"tweak" : "77d3adc45c0b225a4c62fb68",
"msg" : [9, 5, 4, 5, 9, 2, 0, 0, 0, 0, 0, 1],
"ct" : [0, 8, 2, 6, 4, 6, 0, 0, 5, 5, 1, 0],
"result" : "valid"
},
{
"tcId" : 2792,
"comment" : "y = 0 and a has large Hamming weight in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "861999d41d37e2d41583f3ccf1d1c5c7b17e2d7e1ae424b890bf54f3bc3a8388",
"tweak" : "77d3adc45c0b225a4c62fb68",
"msg" : [0, 8, 0, 2, 2, 9, 5, 2, 4, 2, 8, 8],
"ct" : [6, 1, 0, 5, 3, 3, 2, 0, 6, 1, 3, 6],
"result" : "valid"
},
{
"tcId" : 2793,
"comment" : "y = 0 and (y + a) % radix**6 is maximal in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "861999d41d37e2d41583f3ccf1d1c5c7b17e2d7e1ae424b890bf54f3bc3a8388",
"tweak" : "77d3adc45c0b225a4c62fb68",
"msg" : [5, 1, 8, 6, 0, 7, 9, 9, 9, 9, 9, 9],
"ct" : [0, 5, 0, 7, 4, 6, 2, 0, 1, 1, 0, 2],
"result" : "valid"
},
{
"tcId" : 2794,
"comment" : "y = 1 and a = 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "861999d41d37e2d41583f3ccf1d1c5c7b17e2d7e1ae424b890bf54f3bc3a8388",
"tweak" : "583fdeaf3f2b02db33437e10",
"msg" : [3, 0, 1, 3, 0, 1, 4, 9, 3, 9, 7, 3],
"ct" : [0, 6, 9, 0, 5, 1, 9, 3, 8, 7, 1, 7],
"result" : "valid"
},
{
"tcId" : 2795,
"comment" : "y = 1 and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "861999d41d37e2d41583f3ccf1d1c5c7b17e2d7e1ae424b890bf54f3bc3a8388",
"tweak" : "583fdeaf3f2b02db33437e10",
"msg" : [9, 9, 7, 7, 4, 8, 5, 5, 2, 4, 9, 0],
"ct" : [2, 2, 9, 4, 3, 0, 7, 9, 5, 8, 7, 2],
"result" : "valid"
},
{
"tcId" : 2796,
"comment" : "y = 1 and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "861999d41d37e2d41583f3ccf1d1c5c7b17e2d7e1ae424b890bf54f3bc3a8388",
"tweak" : "583fdeaf3f2b02db33437e10",
"msg" : [5, 8, 7, 2, 6, 4, 6, 8, 3, 5, 1, 0],
"ct" : [7, 8, 3, 9, 0, 2, 2, 4, 3, 8, 5, 5],
"result" : "valid"
},
{
"tcId" : 2797,
"comment" : "y = 1 and (y + a) % radix**6 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "861999d41d37e2d41583f3ccf1d1c5c7b17e2d7e1ae424b890bf54f3bc3a8388",
"tweak" : "583fdeaf3f2b02db33437e10",
"msg" : [7, 8, 9, 8, 5, 5, 2, 2, 1, 7, 4, 8],
"ct" : [8, 9, 9, 2, 9, 4, 6, 1, 2, 4, 9, 0],
"result" : "valid"
},
{
"tcId" : 2798,
"comment" : "y = 1 and (y + a) % radix**6 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "861999d41d37e2d41583f3ccf1d1c5c7b17e2d7e1ae424b890bf54f3bc3a8388",
"tweak" : "583fdeaf3f2b02db33437e10",
"msg" : [3, 3, 9, 4, 9, 8, 0, 1, 9, 1, 4, 7],
"ct" : [4, 0, 4, 7, 0, 4, 3, 4, 6, 3, 1, 1],
"result" : "valid"
},
{
"tcId" : 2799,
"comment" : "y is maximal and a = 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "861999d41d37e2d41583f3ccf1d1c5c7b17e2d7e1ae424b890bf54f3bc3a8388",
"tweak" : "3d06e01e2a7aa518737bb423",
"msg" : [7, 3, 1, 8, 6, 8, 5, 8, 3, 8, 7, 6],
"ct" : [3, 6, 9, 2, 6, 9, 6, 2, 7, 3, 6, 2],
"result" : "valid"
},
{
"tcId" : 2800,
"comment" : "y is maximal and a = 1 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "861999d41d37e2d41583f3ccf1d1c5c7b17e2d7e1ae424b890bf54f3bc3a8388",
"tweak" : "3d06e01e2a7aa518737bb423",
"msg" : [5, 4, 5, 8, 3, 2, 2, 8, 9, 5, 2, 7],
"ct" : [5, 8, 6, 0, 3, 9, 1, 9, 2, 7, 4, 3],
"result" : "valid"
},
{
"tcId" : 2801,
"comment" : "y is maximal and (y + a) % radix**6 is maximal in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "861999d41d37e2d41583f3ccf1d1c5c7b17e2d7e1ae424b890bf54f3bc3a8388",
"tweak" : "3d06e01e2a7aa518737bb423",
"msg" : [6, 0, 9, 8, 7, 6, 6, 9, 5, 6, 9, 5],
"ct" : [0, 8, 0, 1, 7, 9, 3, 8, 6, 9, 9, 4],
"result" : "valid"
},
{
"tcId" : 2802,
"comment" : "y is maximal and (y + a) % radix**6 == 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "861999d41d37e2d41583f3ccf1d1c5c7b17e2d7e1ae424b890bf54f3bc3a8388",
"tweak" : "3d06e01e2a7aa518737bb423",
"msg" : [7, 8, 5, 6, 6, 8, 4, 3, 6, 3, 5, 8],
"ct" : [7, 7, 2, 0, 9, 5, 1, 4, 0, 6, 2, 1],
"result" : "valid"
},
{
"tcId" : 2803,
"comment" : "y is maximal and a has large Hamming weight in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "861999d41d37e2d41583f3ccf1d1c5c7b17e2d7e1ae424b890bf54f3bc3a8388",
"tweak" : "3d06e01e2a7aa518737bb423",
"msg" : [3, 6, 1, 4, 7, 7, 3, 5, 1, 8, 9, 6],
"ct" : [8, 2, 3, 4, 0, 2, 7, 1, 2, 6, 5, 5],
"result" : "valid"
},
{
"tcId" : 2804,
"comment" : "y is maximal and a is maximal in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "861999d41d37e2d41583f3ccf1d1c5c7b17e2d7e1ae424b890bf54f3bc3a8388",
"tweak" : "3d06e01e2a7aa518737bb423",
"msg" : [9, 7, 7, 2, 8, 6, 1, 4, 3, 4, 5, 6],
"ct" : [8, 5, 3, 3, 6, 6, 5, 6, 9, 8, 2, 4],
"result" : "valid"
},
{
"tcId" : 2805,
"comment" : "y is maximal after modular reduction and (y + a) % radix**6 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "861999d41d37e2d41583f3ccf1d1c5c7b17e2d7e1ae424b890bf54f3bc3a8388",
"tweak" : "cd083315e46b2b4b3bd31ead",
"msg" : [6, 3, 7, 1, 5, 5, 0, 4, 4, 7, 3, 7],
"ct" : [9, 5, 1, 9, 7, 1, 7, 8, 5, 5, 0, 4],
"result" : "valid"
},
{
"tcId" : 2806,
"comment" : "y is maximal after modular reduction and (y + a) % radix**6 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "861999d41d37e2d41583f3ccf1d1c5c7b17e2d7e1ae424b890bf54f3bc3a8388",
"tweak" : "cd083315e46b2b4b3bd31ead",
"msg" : [6, 1, 7, 7, 8, 1, 5, 9, 4, 5, 0, 0],
"ct" : [8, 6, 8, 6, 5, 1, 2, 8, 5, 6, 4, 8],
"result" : "valid"
},
{
"tcId" : 2807,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "861999d41d37e2d41583f3ccf1d1c5c7b17e2d7e1ae424b890bf54f3bc3a8388",
"tweak" : "cd083315e46b2b4b3bd31ead",
"msg" : [7, 4, 1, 5, 4, 9, 4, 3, 8, 1, 9, 4],
"ct" : [1, 7, 4, 8, 5, 6, 9, 6, 9, 8, 5, 4],
"result" : "valid"
},
{
"tcId" : 2808,
"comment" : "y is maximal after modular reduction and a is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "861999d41d37e2d41583f3ccf1d1c5c7b17e2d7e1ae424b890bf54f3bc3a8388",
"tweak" : "cd083315e46b2b4b3bd31ead",
"msg" : [5, 5, 2, 0, 9, 6, 0, 1, 9, 3, 5, 8],
"ct" : [3, 7, 1, 4, 3, 5, 0, 0, 5, 4, 9, 6],
"result" : "valid"
},
{
"tcId" : 2809,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "0a547ba6ebfb1197879939263dc827e988ebfffb7305b8926e64a1308ad32ac3",
"tweak" : "17f2087530ca7e57",
"msg" : [-1, 4, 3, 5, 1, 5, 8, 4, 9, 8, 5, 8],
"ct" : [4, 2, 7, 0, 5, 8, 3, 5, 9, 0, 8, 9],
"result" : "invalid"
},
{
"tcId" : 2810,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "0a547ba6ebfb1197879939263dc827e988ebfffb7305b8926e64a1308ad32ac3",
"tweak" : "17f2087530ca7e57",
"msg" : [3, 4, 3, 5, -1, 5, 8, 4, 9, 8, 5, 8],
"ct" : [4, 7, 1, 1, 5, 2, 7, 5, 3, 4, 7, 1],
"result" : "invalid"
},
{
"tcId" : 2811,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "0a547ba6ebfb1197879939263dc827e988ebfffb7305b8926e64a1308ad32ac3",
"tweak" : "17f2087530ca7e57",
"msg" : [3, 4, 3, 5, 1, 5, 8, 4, 9, 8, 5, -1],
"ct" : [3, 1, 5, 3, 4, 3, 7, 1, 4, 4, 6, 7],
"result" : "invalid"
},
{
"tcId" : 2812,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "6318b17f30dd38143fd77d9d3e1ed3b8d6978bd9f708966099925ff28f7133c1",
"tweak" : "dce68f72c6545b03",
"msg" : [10, 6, 7, 7, 0, 6, 2, 5, 9, 7, 0, 1],
"ct" : [6, 2, 6, 5, 4, 7, 4, 9, 7, 4, 7, 7],
"result" : "invalid"
},
{
"tcId" : 2813,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "6318b17f30dd38143fd77d9d3e1ed3b8d6978bd9f708966099925ff28f7133c1",
"tweak" : "dce68f72c6545b03",
"msg" : [8, 6, 7, 7, 10, 6, 2, 5, 9, 7, 0, 1],
"ct" : [4, 5, 6, 3, 8, 4, 2, 8, 0, 7, 6, 0],
"result" : "invalid"
},
{
"tcId" : 2814,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "6318b17f30dd38143fd77d9d3e1ed3b8d6978bd9f708966099925ff28f7133c1",
"tweak" : "dce68f72c6545b03",
"msg" : [8, 6, 7, 7, 0, 6, 2, 5, 9, 7, 0, 10],
"ct" : [1, 6, 0, 8, 2, 3, 6, 5, 9, 9, 5, 3],
"result" : "invalid"
}
]
},
{
"keySize" : 256,
"msgSize" : 13,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 2815,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "82685c3a0cab8a3c5777c43196c7f9eb6d1cbc31f79de68bc23a066b6d9d2053",
"tweak" : "3fd780e554341138",
"msg" : [6, 2, 2, 8, 1, 9, 0, 4, 4, 8, 4, 3, 0],
"ct" : [9, 4, 2, 3, 5, 9, 1, 3, 3, 7, 8, 7, 5],
"result" : "valid"
},
{
"tcId" : 2816,
"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" : [0, 2, 0, 6, 8, 9, 4, 9, 4, 2, 0, 7, 1],
"result" : "valid"
},
{
"tcId" : 2817,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "ade9f36d2b83daa75a62a4a0c53a95e186c290e7a8f2c8e0911025d44bccf554",
"tweak" : "d5479b1a88388aa8",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [0, 5, 1, 7, 3, 0, 2, 1, 6, 8, 3, 8, 4],
"result" : "valid"
},
{
"tcId" : 2818,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "ade9f36d2b83daa75a62a4a0c53a95e186c290e7a8f2c8e0911025d44bccf554",
"tweak" : "d5479b1a88388aa8",
"msg" : [5, 2, 4, 2, 8, 8, 8, 3, 8, 8, 6, 0, 8],
"ct" : [3, 4, 6, 4, 2, 8, 4, 8, 0, 3, 3, 8, 9],
"result" : "valid"
},
{
"tcId" : 2819,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "ade9f36d2b83daa75a62a4a0c53a95e186c290e7a8f2c8e0911025d44bccf554",
"tweak" : "d5479b1a88388aa8",
"msg" : [5, 2, 4, 2, 8, 7, 8, 3, 8, 8, 6, 0, 7],
"ct" : [5, 8, 3, 0, 1, 7, 4, 2, 0, 4, 3, 8, 4],
"result" : "valid"
},
{
"tcId" : 2820,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "ade9f36d2b83daa75a62a4a0c53a95e186c290e7a8f2c8e0911025d44bccf554",
"tweak" : "d5479b1a88388aa8",
"msg" : [8, 0, 2, 4, 6, 3, 0, 1, 3, 2, 8, 3, 9],
"ct" : [9, 5, 9, 9, 2, 5, 7, 0, 4, 5, 5, 4, 4],
"result" : "valid"
},
{
"tcId" : 2821,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "ade9f36d2b83daa75a62a4a0c53a95e186c290e7a8f2c8e0911025d44bccf554",
"tweak" : "d5479b1a88388aa8",
"msg" : [4, 7, 3, 7, 0, 1, 4, 7, 6, 0, 7, 9, 6],
"ct" : [5, 0, 8, 4, 9, 9, 6, 1, 2, 8, 8, 1, 7],
"result" : "valid"
},
{
"tcId" : 2822,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "ade9f36d2b83daa75a62a4a0c53a95e186c290e7a8f2c8e0911025d44bccf554",
"tweak" : "d5479b1a88388aa8",
"msg" : [1, 8, 4, 9, 6, 5, 4, 2, 9, 0, 6, 6, 7],
"ct" : [0, 0, 1, 2, 0, 7, 0, 5, 6, 7, 5, 4, 1],
"result" : "valid"
},
{
"tcId" : 2823,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "ade9f36d2b83daa75a62a4a0c53a95e186c290e7a8f2c8e0911025d44bccf554",
"tweak" : "d5479b1a88388aa8",
"msg" : [3, 9, 7, 9, 1, 4, 9, 3, 0, 9, 6, 1, 7],
"ct" : [9, 5, 7, 3, 9, 3, 9, 8, 0, 7, 5, 6, 6],
"result" : "valid"
},
{
"tcId" : 2824,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "ade9f36d2b83daa75a62a4a0c53a95e186c290e7a8f2c8e0911025d44bccf554",
"tweak" : "d5479b1a88388aa8",
"msg" : [2, 7, 5, 0, 7, 1, 3, 4, 7, 0, 5, 1, 0],
"ct" : [2, 2, 5, 4, 9, 9, 9, 3, 1, 2, 1, 2, 9],
"result" : "valid"
},
{
"tcId" : 2825,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "ade9f36d2b83daa75a62a4a0c53a95e186c290e7a8f2c8e0911025d44bccf554",
"tweak" : "d5479b1a88388aa8",
"msg" : [6, 1, 3, 9, 7, 1, 0, 6, 8, 4, 8, 9, 2],
"ct" : [7, 4, 9, 6, 9, 3, 6, 3, 6, 8, 1, 0, 8],
"result" : "valid"
},
{
"tcId" : 2826,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "ade9f36d2b83daa75a62a4a0c53a95e186c290e7a8f2c8e0911025d44bccf554",
"tweak" : "d5479b1a88388aa8",
"msg" : [9, 0, 6, 9, 9, 3, 8, 8, 2, 2, 3, 1, 7],
"ct" : [0, 4, 4, 4, 5, 2, 6, 0, 0, 9, 5, 4, 6],
"result" : "valid"
},
{
"tcId" : 2827,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "ade9f36d2b83daa75a62a4a0c53a95e186c290e7a8f2c8e0911025d44bccf554",
"tweak" : "d5479b1a88388aa8",
"msg" : [5, 8, 4, 6, 8, 9, 0, 1, 2, 1, 1, 1, 4],
"ct" : [4, 7, 3, 0, 5, 0, 9, 0, 1, 5, 4, 4, 5],
"result" : "valid"
},
{
"tcId" : 2828,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "ade9f36d2b83daa75a62a4a0c53a95e186c290e7a8f2c8e0911025d44bccf554",
"tweak" : "d5479b1a88388aa8",
"msg" : [4, 3, 8, 1, 1, 0, 4, 2, 9, 8, 6, 2, 1],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 2829,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "ade9f36d2b83daa75a62a4a0c53a95e186c290e7a8f2c8e0911025d44bccf554",
"tweak" : "d5479b1a88388aa8",
"msg" : [7, 8, 2, 5, 9, 5, 9, 0, 5, 1, 8, 8, 8],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 2830,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "ade9f36d2b83daa75a62a4a0c53a95e186c290e7a8f2c8e0911025d44bccf554",
"tweak" : "d5479b1a88388aa8",
"msg" : [6, 0, 6, 0, 8, 1, 1, 8, 6, 6, 2, 5, 2],
"ct" : [5, 2, 4, 2, 8, 8, 8, 3, 8, 8, 6, 0, 8],
"result" : "valid"
},
{
"tcId" : 2831,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "ade9f36d2b83daa75a62a4a0c53a95e186c290e7a8f2c8e0911025d44bccf554",
"tweak" : "d5479b1a88388aa8",
"msg" : [6, 3, 6, 4, 1, 5, 1, 1, 3, 5, 8, 1, 7],
"ct" : [5, 2, 4, 2, 8, 7, 8, 3, 8, 8, 6, 0, 7],
"result" : "valid"
},
{
"tcId" : 2832,
"comment" : "y = 0 and (y + a) % radix**6 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "8a5595a9b6bdd44b6dcb3f4ba823c09348b1dad24b727321c2642d2aff4c914d",
"tweak" : "1bb4322e8f57cc5d002f538a",
"msg" : [0, 0, 0, 0, 0, 0, 3, 2, 7, 5, 4, 1, 2],
"ct" : [3, 5, 1, 1, 7, 5, 6, 4, 3, 1, 1, 3, 1],
"result" : "valid"
},
{
"tcId" : 2833,
"comment" : "y = 0 and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "8a5595a9b6bdd44b6dcb3f4ba823c09348b1dad24b727321c2642d2aff4c914d",
"tweak" : "1bb4322e8f57cc5d002f538a",
"msg" : [0, 0, 0, 0, 0, 1, 3, 2, 7, 5, 4, 1, 2],
"ct" : [3, 0, 7, 8, 2, 1, 5, 9, 6, 6, 3, 1, 9],
"result" : "valid"
},
{
"tcId" : 2834,
"comment" : "y = 0 and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "8a5595a9b6bdd44b6dcb3f4ba823c09348b1dad24b727321c2642d2aff4c914d",
"tweak" : "1bb4322e8f57cc5d002f538a",
"msg" : [5, 2, 4, 2, 8, 8, 3, 2, 7, 5, 4, 1, 2],
"ct" : [6, 6, 3, 9, 1, 3, 5, 7, 0, 5, 0, 6, 6],
"result" : "valid"
},
{
"tcId" : 2835,
"comment" : "y = 0 and (y + a) % radix**6 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "8a5595a9b6bdd44b6dcb3f4ba823c09348b1dad24b727321c2642d2aff4c914d",
"tweak" : "1bb4322e8f57cc5d002f538a",
"msg" : [9, 9, 9, 9, 9, 9, 3, 2, 7, 5, 4, 1, 2],
"ct" : [0, 0, 7, 0, 1, 5, 5, 7, 3, 8, 1, 8, 5],
"result" : "valid"
},
{
"tcId" : 2836,
"comment" : "y = 1 and a = 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "8a5595a9b6bdd44b6dcb3f4ba823c09348b1dad24b727321c2642d2aff4c914d",
"tweak" : "e3620a4462bc68d253cd6d17",
"msg" : [4, 6, 2, 9, 7, 4, 4, 6, 4, 4, 8, 5, 1],
"ct" : [7, 4, 5, 9, 7, 2, 0, 4, 6, 2, 9, 0, 5],
"result" : "valid"
},
{
"tcId" : 2837,
"comment" : "y = 1 and a = 1 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "8a5595a9b6bdd44b6dcb3f4ba823c09348b1dad24b727321c2642d2aff4c914d",
"tweak" : "e3620a4462bc68d253cd6d17",
"msg" : [7, 0, 3, 8, 2, 7, 0, 4, 2, 8, 4, 4, 4],
"ct" : [1, 9, 3, 1, 2, 0, 5, 2, 1, 5, 2, 0, 2],
"result" : "valid"
},
{
"tcId" : 2838,
"comment" : "y = 1 and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "8a5595a9b6bdd44b6dcb3f4ba823c09348b1dad24b727321c2642d2aff4c914d",
"tweak" : "e3620a4462bc68d253cd6d17",
"msg" : [4, 5, 3, 3, 0, 4, 1, 6, 7, 6, 6, 0, 5],
"ct" : [9, 0, 8, 3, 7, 4, 6, 1, 2, 2, 4, 2, 2],
"result" : "valid"
},
{
"tcId" : 2839,
"comment" : "y = 1 and (y + a) % radix**6 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "8a5595a9b6bdd44b6dcb3f4ba823c09348b1dad24b727321c2642d2aff4c914d",
"tweak" : "e3620a4462bc68d253cd6d17",
"msg" : [0, 5, 8, 4, 8, 7, 2, 6, 1, 9, 1, 7, 2],
"ct" : [7, 6, 2, 6, 1, 0, 1, 9, 8, 1, 4, 6, 5],
"result" : "valid"
},
{
"tcId" : 2840,
"comment" : "y = 1 and (y + a) % radix**6 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "8a5595a9b6bdd44b6dcb3f4ba823c09348b1dad24b727321c2642d2aff4c914d",
"tweak" : "e3620a4462bc68d253cd6d17",
"msg" : [6, 6, 6, 4, 8, 1, 6, 6, 2, 3, 9, 6, 8],
"ct" : [2, 0, 6, 2, 7, 8, 3, 3, 2, 1, 9, 1, 8],
"result" : "valid"
},
{
"tcId" : 2841,
"comment" : "y is maximal and a = 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "8a5595a9b6bdd44b6dcb3f4ba823c09348b1dad24b727321c2642d2aff4c914d",
"tweak" : "946d595b0ef6ddd5c8334ed2",
"msg" : [9, 3, 9, 1, 2, 7, 1, 6, 8, 4, 4, 0, 3],
"ct" : [5, 0, 9, 9, 2, 9, 3, 0, 4, 3, 2, 4, 0],
"result" : "valid"
},
{
"tcId" : 2842,
"comment" : "y is maximal and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "8a5595a9b6bdd44b6dcb3f4ba823c09348b1dad24b727321c2642d2aff4c914d",
"tweak" : "946d595b0ef6ddd5c8334ed2",
"msg" : [6, 5, 9, 9, 8, 7, 2, 5, 4, 9, 4, 6, 5],
"ct" : [1, 4, 9, 1, 3, 7, 7, 7, 4, 0, 0, 7, 6],
"result" : "valid"
},
{
"tcId" : 2843,
"comment" : "y is maximal and (y + a) % radix**6 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "8a5595a9b6bdd44b6dcb3f4ba823c09348b1dad24b727321c2642d2aff4c914d",
"tweak" : "946d595b0ef6ddd5c8334ed2",
"msg" : [4, 1, 2, 2, 4, 9, 0, 0, 1, 5, 3, 3, 8],
"ct" : [8, 7, 9, 0, 7, 4, 4, 6, 3, 8, 6, 8, 5],
"result" : "valid"
},
{
"tcId" : 2844,
"comment" : "y is maximal and (y + a) % radix**6 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "8a5595a9b6bdd44b6dcb3f4ba823c09348b1dad24b727321c2642d2aff4c914d",
"tweak" : "946d595b0ef6ddd5c8334ed2",
"msg" : [6, 6, 5, 8, 2, 1, 3, 9, 4, 2, 8, 5, 0],
"ct" : [1, 2, 7, 1, 4, 4, 5, 8, 8, 0, 1, 7, 7],
"result" : "valid"
},
{
"tcId" : 2845,
"comment" : "y is maximal and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "8a5595a9b6bdd44b6dcb3f4ba823c09348b1dad24b727321c2642d2aff4c914d",
"tweak" : "946d595b0ef6ddd5c8334ed2",
"msg" : [9, 8, 9, 5, 8, 8, 8, 7, 4, 2, 0, 4, 7],
"ct" : [6, 2, 2, 7, 2, 0, 8, 0, 8, 4, 0, 5, 8],
"result" : "valid"
},
{
"tcId" : 2846,
"comment" : "y is maximal and a is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "8a5595a9b6bdd44b6dcb3f4ba823c09348b1dad24b727321c2642d2aff4c914d",
"tweak" : "946d595b0ef6ddd5c8334ed2",
"msg" : [1, 8, 9, 6, 3, 2, 1, 1, 7, 8, 3, 8, 5],
"ct" : [2, 2, 3, 1, 7, 2, 8, 9, 1, 1, 4, 0, 9],
"result" : "valid"
},
{
"tcId" : 2847,
"comment" : "y is edge case for modular reduction and a = 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "8a5595a9b6bdd44b6dcb3f4ba823c09348b1dad24b727321c2642d2aff4c914d",
"tweak" : "ac793158a02c85ebcd8dac3c",
"msg" : [4, 3, 2, 1, 0, 6, 2, 3, 7, 8, 3, 0, 9],
"ct" : [5, 8, 5, 9, 1, 6, 8, 4, 7, 6, 5, 5, 4],
"result" : "valid"
},
{
"tcId" : 2848,
"comment" : "y is edge case for modular reduction and a = 1 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "8a5595a9b6bdd44b6dcb3f4ba823c09348b1dad24b727321c2642d2aff4c914d",
"tweak" : "ac793158a02c85ebcd8dac3c",
"msg" : [2, 8, 1, 1, 1, 6, 3, 4, 7, 8, 0, 8, 9],
"ct" : [2, 9, 9, 8, 2, 4, 6, 7, 5, 8, 3, 4, 1],
"result" : "valid"
},
{
"tcId" : 2849,
"comment" : "y is edge case for modular reduction and (y + a) % radix**6 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "8a5595a9b6bdd44b6dcb3f4ba823c09348b1dad24b727321c2642d2aff4c914d",
"tweak" : "ac793158a02c85ebcd8dac3c",
"msg" : [4, 3, 2, 5, 5, 5, 8, 3, 0, 7, 9, 7, 9],
"ct" : [3, 3, 0, 9, 5, 5, 9, 6, 8, 6, 3, 3, 6],
"result" : "valid"
},
{
"tcId" : 2850,
"comment" : "y is edge case for modular reduction and (y + a) % radix**6 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "8a5595a9b6bdd44b6dcb3f4ba823c09348b1dad24b727321c2642d2aff4c914d",
"tweak" : "ac793158a02c85ebcd8dac3c",
"msg" : [4, 2, 1, 3, 9, 2, 4, 9, 7, 4, 5, 2, 2],
"ct" : [1, 3, 5, 1, 0, 3, 9, 3, 0, 2, 2, 0, 5],
"result" : "valid"
},
{
"tcId" : 2851,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "8a5595a9b6bdd44b6dcb3f4ba823c09348b1dad24b727321c2642d2aff4c914d",
"tweak" : "ac793158a02c85ebcd8dac3c",
"msg" : [0, 5, 2, 0, 5, 8, 5, 2, 0, 7, 0, 5, 7],
"ct" : [8, 9, 3, 2, 1, 8, 7, 0, 7, 7, 7, 9, 7],
"result" : "valid"
},
{
"tcId" : 2852,
"comment" : "y is edge case for modular reduction and a is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "8a5595a9b6bdd44b6dcb3f4ba823c09348b1dad24b727321c2642d2aff4c914d",
"tweak" : "ac793158a02c85ebcd8dac3c",
"msg" : [5, 3, 0, 8, 4, 1, 7, 1, 2, 0, 1, 7, 9],
"ct" : [2, 1, 2, 3, 4, 2, 2, 9, 0, 3, 5, 1, 3],
"result" : "valid"
},
{
"tcId" : 2853,
"comment" : "y is maximal after modular reduction and (y + a) % radix**6 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "8a5595a9b6bdd44b6dcb3f4ba823c09348b1dad24b727321c2642d2aff4c914d",
"tweak" : "b6ebbdab757f15fd49b2109c",
"msg" : [0, 0, 0, 0, 0, 0, 2, 4, 6, 4, 2, 6, 8],
"ct" : [0, 9, 1, 7, 3, 9, 8, 7, 7, 3, 0, 5, 9],
"result" : "valid"
},
{
"tcId" : 2854,
"comment" : "y is maximal after modular reduction and (y + a) % radix**6 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "8a5595a9b6bdd44b6dcb3f4ba823c09348b1dad24b727321c2642d2aff4c914d",
"tweak" : "b6ebbdab757f15fd49b2109c",
"msg" : [0, 0, 0, 0, 0, 1, 2, 4, 6, 4, 2, 6, 8],
"ct" : [8, 5, 1, 3, 2, 2, 6, 5, 6, 2, 2, 1, 7],
"result" : "valid"
},
{
"tcId" : 2855,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "8a5595a9b6bdd44b6dcb3f4ba823c09348b1dad24b727321c2642d2aff4c914d",
"tweak" : "b6ebbdab757f15fd49b2109c",
"msg" : [5, 2, 4, 2, 8, 8, 2, 4, 6, 4, 2, 6, 8],
"ct" : [8, 4, 9, 5, 3, 4, 5, 3, 2, 0, 1, 6, 9],
"result" : "valid"
},
{
"tcId" : 2856,
"comment" : "y is maximal after modular reduction and a is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "8a5595a9b6bdd44b6dcb3f4ba823c09348b1dad24b727321c2642d2aff4c914d",
"tweak" : "b6ebbdab757f15fd49b2109c",
"msg" : [9, 9, 9, 9, 9, 9, 2, 4, 6, 4, 2, 6, 8],
"ct" : [9, 3, 5, 7, 5, 8, 0, 0, 6, 3, 5, 4, 3],
"result" : "valid"
},
{
"tcId" : 2857,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "41bd4edbbcbebf09c9cbf4bb2cb2160fdd8c598a438075186f8723697e2ff002",
"tweak" : "f39c64c847f175d6",
"msg" : [-1, 1, 1, 8, 2, 7, 0, 8, 7, 6, 5, 0, 3],
"ct" : [6, 9, 5, 1, 6, 6, 8, 8, 8, 2, 7, 6, 3],
"result" : "invalid"
},
{
"tcId" : 2858,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "41bd4edbbcbebf09c9cbf4bb2cb2160fdd8c598a438075186f8723697e2ff002",
"tweak" : "f39c64c847f175d6",
"msg" : [4, 1, 1, 8, -1, 7, 0, 8, 7, 6, 5, 0, 3],
"ct" : [0, 1, 5, 1, 9, 5, 6, 9, 4, 6, 0, 1, 0],
"result" : "invalid"
},
{
"tcId" : 2859,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "41bd4edbbcbebf09c9cbf4bb2cb2160fdd8c598a438075186f8723697e2ff002",
"tweak" : "f39c64c847f175d6",
"msg" : [4, 1, 1, 8, 2, 7, 0, 8, 7, 6, 5, 0, -1],
"ct" : [5, 4, 0, 4, 4, 6, 2, 0, 2, 9, 2, 3, 3],
"result" : "invalid"
},
{
"tcId" : 2860,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "58699a51b1a1b6985e78afd244ef1c21ae8e0d2f57108904b3a3373a453d4709",
"tweak" : "e99d96b136398ee1",
"msg" : [10, 5, 9, 8, 7, 3, 2, 6, 8, 9, 2, 8, 8],
"ct" : [6, 1, 0, 6, 5, 6, 4, 6, 0, 5, 3, 8, 1],
"result" : "invalid"
},
{
"tcId" : 2861,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "58699a51b1a1b6985e78afd244ef1c21ae8e0d2f57108904b3a3373a453d4709",
"tweak" : "e99d96b136398ee1",
"msg" : [0, 5, 9, 8, 10, 3, 2, 6, 8, 9, 2, 8, 8],
"ct" : [9, 4, 3, 5, 8, 5, 8, 6, 8, 8, 4, 7, 7],
"result" : "invalid"
},
{
"tcId" : 2862,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "58699a51b1a1b6985e78afd244ef1c21ae8e0d2f57108904b3a3373a453d4709",
"tweak" : "e99d96b136398ee1",
"msg" : [0, 5, 9, 8, 7, 3, 2, 6, 8, 9, 2, 8, 10],
"ct" : [5, 3, 4, 1, 7, 2, 9, 8, 4, 6, 4, 2, 5],
"result" : "invalid"
}
]
},
{
"keySize" : 256,
"msgSize" : 14,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 2863,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "fdd21f2020d809a2930f3d6c0b2cc23e65e1240eb5e301531aecb8180808393b",
"tweak" : "104403ed1d3acccc",
"msg" : [5, 5, 9, 9, 7, 5, 3, 2, 2, 7, 0, 0, 8, 9],
"ct" : [5, 3, 3, 1, 5, 1, 9, 7, 7, 5, 1, 1, 6, 3],
"result" : "valid"
},
{
"tcId" : 2864,
"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" : [9, 3, 8, 4, 6, 7, 4, 4, 2, 4, 6, 5, 9, 0],
"result" : "valid"
},
{
"tcId" : 2865,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "659f4710280b6825b9ea3ce86327020ae32fa2fb3c3b71743bab9fba3feaecf0",
"tweak" : "f9993f625da88752",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [1, 9, 6, 9, 4, 5, 0, 9, 8, 3, 6, 0, 5, 5],
"result" : "valid"
},
{
"tcId" : 2866,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "659f4710280b6825b9ea3ce86327020ae32fa2fb3c3b71743bab9fba3feaecf0",
"tweak" : "f9993f625da88752",
"msg" : [8, 3, 8, 8, 6, 0, 8, 8, 3, 8, 8, 6, 0, 8],
"ct" : [0, 7, 0, 0, 8, 7, 9, 9, 4, 5, 7, 8, 5, 1],
"result" : "valid"
},
{
"tcId" : 2867,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "659f4710280b6825b9ea3ce86327020ae32fa2fb3c3b71743bab9fba3feaecf0",
"tweak" : "f9993f625da88752",
"msg" : [8, 3, 8, 8, 6, 0, 7, 8, 3, 8, 8, 6, 0, 7],
"ct" : [2, 2, 4, 5, 9, 2, 3, 4, 0, 3, 6, 2, 7, 0],
"result" : "valid"
},
{
"tcId" : 2868,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "659f4710280b6825b9ea3ce86327020ae32fa2fb3c3b71743bab9fba3feaecf0",
"tweak" : "f9993f625da88752",
"msg" : [6, 1, 7, 1, 0, 1, 1, 1, 3, 6, 9, 9, 7, 3],
"ct" : [9, 2, 9, 8, 1, 0, 3, 7, 7, 2, 8, 7, 4, 5],
"result" : "valid"
},
{
"tcId" : 2869,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "659f4710280b6825b9ea3ce86327020ae32fa2fb3c3b71743bab9fba3feaecf0",
"tweak" : "f9993f625da88752",
"msg" : [1, 0, 2, 7, 5, 8, 2, 4, 2, 5, 5, 4, 9, 4],
"ct" : [2, 7, 5, 3, 9, 3, 4, 5, 8, 3, 7, 5, 1, 4],
"result" : "valid"
},
{
"tcId" : 2870,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "659f4710280b6825b9ea3ce86327020ae32fa2fb3c3b71743bab9fba3feaecf0",
"tweak" : "f9993f625da88752",
"msg" : [0, 6, 6, 7, 5, 1, 7, 6, 7, 0, 2, 0, 5, 3],
"ct" : [3, 9, 3, 7, 9, 1, 8, 8, 8, 7, 7, 0, 5, 8],
"result" : "valid"
},
{
"tcId" : 2871,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "659f4710280b6825b9ea3ce86327020ae32fa2fb3c3b71743bab9fba3feaecf0",
"tweak" : "f9993f625da88752",
"msg" : [7, 4, 0, 6, 3, 7, 9, 0, 1, 7, 8, 8, 7, 0],
"ct" : [0, 2, 9, 8, 4, 5, 8, 5, 5, 7, 9, 0, 6, 8],
"result" : "valid"
},
{
"tcId" : 2872,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "659f4710280b6825b9ea3ce86327020ae32fa2fb3c3b71743bab9fba3feaecf0",
"tweak" : "f9993f625da88752",
"msg" : [6, 6, 7, 9, 4, 6, 4, 4, 8, 8, 6, 1, 1, 9],
"ct" : [5, 6, 7, 6, 1, 5, 1, 6, 7, 1, 9, 0, 3, 7],
"result" : "valid"
},
{
"tcId" : 2873,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "659f4710280b6825b9ea3ce86327020ae32fa2fb3c3b71743bab9fba3feaecf0",
"tweak" : "f9993f625da88752",
"msg" : [0, 1, 3, 7, 6, 9, 8, 3, 7, 5, 9, 3, 5, 7],
"ct" : [4, 1, 6, 5, 7, 2, 7, 7, 0, 6, 6, 3, 6, 7],
"result" : "valid"
},
{
"tcId" : 2874,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "659f4710280b6825b9ea3ce86327020ae32fa2fb3c3b71743bab9fba3feaecf0",
"tweak" : "f9993f625da88752",
"msg" : [2, 5, 4, 0, 8, 1, 9, 6, 3, 6, 1, 6, 1, 4],
"ct" : [4, 4, 6, 9, 6, 2, 7, 2, 2, 2, 1, 7, 8, 9],
"result" : "valid"
},
{
"tcId" : 2875,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "659f4710280b6825b9ea3ce86327020ae32fa2fb3c3b71743bab9fba3feaecf0",
"tweak" : "f9993f625da88752",
"msg" : [2, 6, 3, 1, 8, 9, 1, 2, 9, 7, 5, 4, 7, 6],
"ct" : [3, 3, 0, 2, 3, 5, 0, 5, 4, 2, 8, 5, 3, 0],
"result" : "valid"
},
{
"tcId" : 2876,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "659f4710280b6825b9ea3ce86327020ae32fa2fb3c3b71743bab9fba3feaecf0",
"tweak" : "f9993f625da88752",
"msg" : [9, 1, 4, 4, 3, 2, 7, 7, 6, 4, 2, 8, 4, 7],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 2877,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "659f4710280b6825b9ea3ce86327020ae32fa2fb3c3b71743bab9fba3feaecf0",
"tweak" : "f9993f625da88752",
"msg" : [3, 5, 4, 0, 9, 6, 7, 7, 5, 2, 6, 9, 1, 9],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 2878,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "659f4710280b6825b9ea3ce86327020ae32fa2fb3c3b71743bab9fba3feaecf0",
"tweak" : "f9993f625da88752",
"msg" : [8, 8, 3, 9, 0, 6, 3, 3, 1, 4, 8, 0, 2, 2],
"ct" : [8, 3, 8, 8, 6, 0, 8, 8, 3, 8, 8, 6, 0, 8],
"result" : "valid"
},
{
"tcId" : 2879,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "659f4710280b6825b9ea3ce86327020ae32fa2fb3c3b71743bab9fba3feaecf0",
"tweak" : "f9993f625da88752",
"msg" : [0, 8, 3, 0, 3, 2, 5, 8, 6, 2, 4, 5, 4, 6],
"ct" : [8, 3, 8, 8, 6, 0, 7, 8, 3, 8, 8, 6, 0, 7],
"result" : "valid"
},
{
"tcId" : 2880,
"comment" : "y = 0 and (y + a) % radix**7 == 0 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "7aa4ce6da24d8aaa932569ec8af27545aa0cdf67d6b7f2ab8280aca78d6ea3ae",
"tweak" : "cd844ec772b819aab12b5091",
"msg" : [1, 6, 3, 0, 6, 9, 1, 7, 4, 6, 8, 9, 4, 1],
"ct" : [1, 7, 1, 0, 9, 0, 6, 1, 6, 5, 1, 0, 4, 9],
"result" : "valid"
},
{
"tcId" : 2881,
"comment" : "y = 0 and a = 1 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "7aa4ce6da24d8aaa932569ec8af27545aa0cdf67d6b7f2ab8280aca78d6ea3ae",
"tweak" : "cd844ec772b819aab12b5091",
"msg" : [4, 4, 8, 2, 8, 2, 2, 3, 8, 4, 7, 6, 7, 9],
"ct" : [2, 9, 0, 9, 8, 8, 7, 8, 4, 2, 9, 3, 2, 8],
"result" : "valid"
},
{
"tcId" : 2882,
"comment" : "y = 0 and a has large Hamming weight in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "7aa4ce6da24d8aaa932569ec8af27545aa0cdf67d6b7f2ab8280aca78d6ea3ae",
"tweak" : "cd844ec772b819aab12b5091",
"msg" : [1, 0, 0, 6, 8, 9, 4, 1, 4, 5, 2, 3, 0, 3],
"ct" : [7, 0, 2, 5, 3, 0, 1, 0, 0, 4, 9, 1, 6, 4],
"result" : "valid"
},
{
"tcId" : 2883,
"comment" : "y = 0 and (y + a) % radix**7 is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "7aa4ce6da24d8aaa932569ec8af27545aa0cdf67d6b7f2ab8280aca78d6ea3ae",
"tweak" : "cd844ec772b819aab12b5091",
"msg" : [5, 4, 8, 6, 1, 7, 5, 4, 9, 6, 0, 2, 4, 9],
"ct" : [3, 9, 4, 0, 9, 2, 2, 2, 4, 0, 8, 5, 3, 2],
"result" : "valid"
},
{
"tcId" : 2884,
"comment" : "y = 1 and a = 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "7aa4ce6da24d8aaa932569ec8af27545aa0cdf67d6b7f2ab8280aca78d6ea3ae",
"tweak" : "644f5052655ff7079cc78f08",
"msg" : [3, 3, 9, 6, 3, 9, 1, 2, 6, 1, 1, 2, 4, 1],
"ct" : [9, 2, 1, 6, 6, 3, 7, 4, 1, 4, 2, 8, 6, 8],
"result" : "valid"
},
{
"tcId" : 2885,
"comment" : "y = 1 and a = 1 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "7aa4ce6da24d8aaa932569ec8af27545aa0cdf67d6b7f2ab8280aca78d6ea3ae",
"tweak" : "644f5052655ff7079cc78f08",
"msg" : [7, 2, 4, 0, 8, 2, 1, 0, 6, 4, 1, 4, 2, 4],
"ct" : [9, 9, 6, 3, 6, 3, 8, 3, 7, 3, 1, 8, 7, 4],
"result" : "valid"
},
{
"tcId" : 2886,
"comment" : "y = 1 and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "7aa4ce6da24d8aaa932569ec8af27545aa0cdf67d6b7f2ab8280aca78d6ea3ae",
"tweak" : "644f5052655ff7079cc78f08",
"msg" : [1, 7, 4, 6, 2, 5, 0, 0, 2, 1, 0, 8, 4, 8],
"ct" : [0, 9, 7, 1, 8, 3, 7, 4, 1, 3, 5, 9, 3, 5],
"result" : "valid"
},
{
"tcId" : 2887,
"comment" : "y = 1 and (y + a) % radix**7 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "7aa4ce6da24d8aaa932569ec8af27545aa0cdf67d6b7f2ab8280aca78d6ea3ae",
"tweak" : "644f5052655ff7079cc78f08",
"msg" : [2, 8, 7, 3, 7, 7, 0, 3, 5, 6, 1, 3, 9, 7],
"ct" : [7, 7, 9, 0, 6, 9, 3, 6, 2, 8, 1, 3, 2, 2],
"result" : "valid"
},
{
"tcId" : 2888,
"comment" : "y = 1 and (y + a) % radix**7 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "7aa4ce6da24d8aaa932569ec8af27545aa0cdf67d6b7f2ab8280aca78d6ea3ae",
"tweak" : "644f5052655ff7079cc78f08",
"msg" : [6, 4, 6, 9, 9, 6, 7, 2, 3, 5, 4, 3, 1, 4],
"ct" : [2, 4, 6, 8, 3, 9, 9, 1, 1, 2, 2, 3, 8, 7],
"result" : "valid"
},
{
"tcId" : 2889,
"comment" : "y is maximal and a = 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "7aa4ce6da24d8aaa932569ec8af27545aa0cdf67d6b7f2ab8280aca78d6ea3ae",
"tweak" : "41b26940cda16137243b57be",
"msg" : [0, 0, 0, 0, 0, 0, 0, 3, 9, 7, 5, 8, 7, 9],
"ct" : [7, 3, 2, 2, 3, 0, 0, 7, 1, 8, 4, 8, 4, 8],
"result" : "valid"
},
{
"tcId" : 2890,
"comment" : "y is maximal and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "7aa4ce6da24d8aaa932569ec8af27545aa0cdf67d6b7f2ab8280aca78d6ea3ae",
"tweak" : "41b26940cda16137243b57be",
"msg" : [0, 0, 0, 0, 0, 0, 1, 3, 9, 7, 5, 8, 7, 9],
"ct" : [0, 3, 6, 8, 2, 6, 3, 5, 5, 8, 6, 2, 1, 1],
"result" : "valid"
},
{
"tcId" : 2891,
"comment" : "y is maximal and (y + a) % radix**7 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "7aa4ce6da24d8aaa932569ec8af27545aa0cdf67d6b7f2ab8280aca78d6ea3ae",
"tweak" : "41b26940cda16137243b57be",
"msg" : [0, 4, 4, 8, 3, 8, 4, 3, 9, 7, 5, 8, 7, 9],
"ct" : [3, 3, 7, 2, 4, 1, 0, 4, 9, 8, 2, 3, 9, 7],
"result" : "valid"
},
{
"tcId" : 2892,
"comment" : "y is maximal and (y + a) % radix**7 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "7aa4ce6da24d8aaa932569ec8af27545aa0cdf67d6b7f2ab8280aca78d6ea3ae",
"tweak" : "41b26940cda16137243b57be",
"msg" : [0, 4, 4, 8, 3, 8, 5, 3, 9, 7, 5, 8, 7, 9],
"ct" : [1, 2, 9, 9, 7, 0, 1, 2, 4, 5, 6, 4, 8, 3],
"result" : "valid"
},
{
"tcId" : 2893,
"comment" : "y is maximal and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "7aa4ce6da24d8aaa932569ec8af27545aa0cdf67d6b7f2ab8280aca78d6ea3ae",
"tweak" : "41b26940cda16137243b57be",
"msg" : [8, 3, 8, 8, 6, 0, 8, 3, 9, 7, 5, 8, 7, 9],
"ct" : [4, 4, 2, 0, 9, 3, 6, 5, 1, 2, 5, 1, 5, 8],
"result" : "valid"
},
{
"tcId" : 2894,
"comment" : "y is maximal and a is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "7aa4ce6da24d8aaa932569ec8af27545aa0cdf67d6b7f2ab8280aca78d6ea3ae",
"tweak" : "41b26940cda16137243b57be",
"msg" : [9, 9, 9, 9, 9, 9, 9, 3, 9, 7, 5, 8, 7, 9],
"ct" : [4, 3, 6, 2, 7, 0, 9, 4, 6, 0, 1, 7, 3, 6],
"result" : "valid"
},
{
"tcId" : 2895,
"comment" : "y is edge case for modular reduction and a = 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "7aa4ce6da24d8aaa932569ec8af27545aa0cdf67d6b7f2ab8280aca78d6ea3ae",
"tweak" : "b0dfd4ca93929bb72e81bc06",
"msg" : [2, 1, 9, 8, 0, 0, 7, 1, 1, 9, 0, 6, 1, 4],
"ct" : [0, 9, 9, 7, 8, 9, 9, 8, 5, 3, 1, 1, 9, 5],
"result" : "valid"
},
{
"tcId" : 2896,
"comment" : "y is edge case for modular reduction and a = 1 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "7aa4ce6da24d8aaa932569ec8af27545aa0cdf67d6b7f2ab8280aca78d6ea3ae",
"tweak" : "b0dfd4ca93929bb72e81bc06",
"msg" : [5, 1, 1, 2, 2, 8, 1, 5, 8, 4, 8, 0, 2, 1],
"ct" : [7, 6, 2, 6, 8, 0, 0, 3, 6, 7, 0, 7, 4, 4],
"result" : "valid"
},
{
"tcId" : 2897,
"comment" : "y is edge case for modular reduction and (y + a) % radix**7 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "7aa4ce6da24d8aaa932569ec8af27545aa0cdf67d6b7f2ab8280aca78d6ea3ae",
"tweak" : "b0dfd4ca93929bb72e81bc06",
"msg" : [9, 6, 4, 0, 3, 8, 6, 9, 5, 3, 0, 8, 6, 8],
"ct" : [8, 7, 3, 8, 2, 3, 1, 2, 8, 0, 4, 0, 0, 5],
"result" : "valid"
},
{
"tcId" : 2898,
"comment" : "y is edge case for modular reduction and (y + a) % radix**7 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "7aa4ce6da24d8aaa932569ec8af27545aa0cdf67d6b7f2ab8280aca78d6ea3ae",
"tweak" : "b0dfd4ca93929bb72e81bc06",
"msg" : [3, 8, 3, 5, 5, 4, 4, 2, 6, 0, 2, 4, 1, 1],
"ct" : [1, 1, 2, 7, 0, 2, 5, 5, 7, 6, 3, 2, 7, 3],
"result" : "valid"
},
{
"tcId" : 2899,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "7aa4ce6da24d8aaa932569ec8af27545aa0cdf67d6b7f2ab8280aca78d6ea3ae",
"tweak" : "b0dfd4ca93929bb72e81bc06",
"msg" : [6, 5, 6, 2, 0, 6, 0, 4, 8, 4, 1, 6, 4, 4],
"ct" : [2, 5, 6, 8, 6, 7, 7, 0, 7, 1, 9, 3, 6, 6],
"result" : "valid"
},
{
"tcId" : 2900,
"comment" : "y is edge case for modular reduction and a is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "7aa4ce6da24d8aaa932569ec8af27545aa0cdf67d6b7f2ab8280aca78d6ea3ae",
"tweak" : "b0dfd4ca93929bb72e81bc06",
"msg" : [4, 9, 6, 6, 8, 2, 8, 8, 0, 5, 1, 3, 3, 4],
"ct" : [3, 3, 5, 6, 6, 2, 9, 7, 5, 4, 0, 3, 1, 1],
"result" : "valid"
},
{
"tcId" : 2901,
"comment" : "y is maximal after modular reduction and (y + a) % radix**7 is maximal in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "7aa4ce6da24d8aaa932569ec8af27545aa0cdf67d6b7f2ab8280aca78d6ea3ae",
"tweak" : "c5c8f0444ded59c3d204f45b",
"msg" : [6, 3, 7, 0, 4, 6, 9, 0, 3, 3, 5, 6, 7, 7],
"ct" : [4, 7, 5, 6, 9, 0, 8, 2, 3, 5, 0, 4, 8, 8],
"result" : "valid"
},
{
"tcId" : 2902,
"comment" : "y is maximal after modular reduction and (y + a) % radix**7 == 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "7aa4ce6da24d8aaa932569ec8af27545aa0cdf67d6b7f2ab8280aca78d6ea3ae",
"tweak" : "c5c8f0444ded59c3d204f45b",
"msg" : [5, 6, 7, 3, 0, 0, 7, 8, 1, 8, 0, 2, 3, 1],
"ct" : [6, 5, 7, 6, 5, 3, 0, 1, 9, 6, 3, 5, 0, 1],
"result" : "valid"
},
{
"tcId" : 2903,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "7aa4ce6da24d8aaa932569ec8af27545aa0cdf67d6b7f2ab8280aca78d6ea3ae",
"tweak" : "c5c8f0444ded59c3d204f45b",
"msg" : [7, 8, 6, 5, 4, 1, 1, 6, 2, 5, 6, 8, 4, 1],
"ct" : [6, 0, 3, 8, 9, 7, 2, 1, 1, 4, 3, 7, 4, 9],
"result" : "valid"
},
{
"tcId" : 2904,
"comment" : "y is maximal after modular reduction and a is maximal in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "7aa4ce6da24d8aaa932569ec8af27545aa0cdf67d6b7f2ab8280aca78d6ea3ae",
"tweak" : "c5c8f0444ded59c3d204f45b",
"msg" : [8, 2, 6, 1, 1, 4, 6, 9, 8, 2, 1, 3, 8, 3],
"ct" : [0, 1, 5, 0, 9, 6, 2, 9, 4, 6, 3, 9, 7, 9],
"result" : "valid"
},
{
"tcId" : 2905,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "1466d3ff2c010295a29430998dcef0f39d9f6659a18fbac1fced707431575235",
"tweak" : "00f218eb912f6eeb",
"msg" : [-1, 5, 8, 0, 6, 7, 3, 3, 3, 6, 1, 0, 6, 0],
"ct" : [3, 2, 4, 6, 8, 4, 6, 7, 0, 8, 9, 9, 2, 3],
"result" : "invalid"
},
{
"tcId" : 2906,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "1466d3ff2c010295a29430998dcef0f39d9f6659a18fbac1fced707431575235",
"tweak" : "00f218eb912f6eeb",
"msg" : [5, 5, 8, 0, -1, 7, 3, 3, 3, 6, 1, 0, 6, 0],
"ct" : [9, 5, 6, 8, 8, 8, 1, 0, 8, 7, 0, 8, 2, 5],
"result" : "invalid"
},
{
"tcId" : 2907,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "1466d3ff2c010295a29430998dcef0f39d9f6659a18fbac1fced707431575235",
"tweak" : "00f218eb912f6eeb",
"msg" : [5, 5, 8, 0, 6, 7, 3, 3, 3, 6, 1, 0, 6, -1],
"ct" : [6, 6, 7, 8, 6, 1, 4, 9, 1, 1, 7, 9, 3, 8],
"result" : "invalid"
},
{
"tcId" : 2908,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "520fba0b7dc3e813aab940570680d77acde439aba6d87c002b8f1337e020e043",
"tweak" : "99f49303c22ed140",
"msg" : [10, 5, 9, 6, 0, 1, 3, 6, 1, 7, 9, 6, 1, 4],
"ct" : [0, 4, 5, 8, 8, 0, 2, 8, 8, 5, 4, 1, 1, 1],
"result" : "invalid"
},
{
"tcId" : 2909,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "520fba0b7dc3e813aab940570680d77acde439aba6d87c002b8f1337e020e043",
"tweak" : "99f49303c22ed140",
"msg" : [9, 5, 9, 6, 10, 1, 3, 6, 1, 7, 9, 6, 1, 4],
"ct" : [1, 8, 3, 9, 5, 4, 6, 5, 0, 2, 5, 4, 6, 5],
"result" : "invalid"
},
{
"tcId" : 2910,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "520fba0b7dc3e813aab940570680d77acde439aba6d87c002b8f1337e020e043",
"tweak" : "99f49303c22ed140",
"msg" : [9, 5, 9, 6, 0, 1, 3, 6, 1, 7, 9, 6, 1, 10],
"ct" : [7, 6, 6, 6, 3, 8, 5, 0, 7, 7, 0, 9, 8, 3],
"result" : "invalid"
}
]
},
{
"keySize" : 256,
"msgSize" : 15,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 2911,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "2f9e5c52ea98009130c5c4302ab79c69e9b89a3871ef8b13d04e3cb3ab09d963",
"tweak" : "c6eca51b923fbd6f",
"msg" : [6, 2, 8, 1, 3, 9, 3, 9, 2, 3, 1, 6, 3, 6, 8],
"ct" : [0, 3, 6, 1, 4, 3, 2, 8, 5, 4, 5, 8, 7, 2, 4],
"result" : "valid"
},
{
"tcId" : 2912,
"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, 3, 9, 3, 4, 1, 6, 6, 8, 9, 1, 3, 5, 9, 1],
"result" : "valid"
},
{
"tcId" : 2913,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "f5154d6608106f28fa5b2cdab5612dc9cd1608fc8c3c043f0bd2712e7e1fee2a",
"tweak" : "9a4d59b9efd8816a",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [5, 2, 8, 8, 0, 0, 2, 7, 4, 1, 7, 9, 0, 1, 0],
"result" : "valid"
},
{
"tcId" : 2914,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "f5154d6608106f28fa5b2cdab5612dc9cd1608fc8c3c043f0bd2712e7e1fee2a",
"tweak" : "9a4d59b9efd8816a",
"msg" : [8, 3, 8, 8, 6, 0, 8, 6, 7, 1, 0, 8, 8, 6, 4],
"ct" : [8, 4, 7, 0, 3, 7, 9, 5, 2, 1, 4, 0, 5, 4, 6],
"result" : "valid"
},
{
"tcId" : 2915,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "f5154d6608106f28fa5b2cdab5612dc9cd1608fc8c3c043f0bd2712e7e1fee2a",
"tweak" : "9a4d59b9efd8816a",
"msg" : [8, 3, 8, 8, 6, 0, 7, 6, 7, 1, 0, 8, 8, 6, 3],
"ct" : [4, 8, 8, 0, 0, 0, 4, 6, 7, 4, 1, 4, 7, 8, 1],
"result" : "valid"
},
{
"tcId" : 2916,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "f5154d6608106f28fa5b2cdab5612dc9cd1608fc8c3c043f0bd2712e7e1fee2a",
"tweak" : "9a4d59b9efd8816a",
"msg" : [0, 2, 1, 9, 7, 6, 2, 3, 5, 6, 5, 9, 0, 3, 5],
"ct" : [4, 5, 2, 5, 2, 6, 3, 8, 0, 8, 3, 4, 1, 6, 3],
"result" : "valid"
},
{
"tcId" : 2917,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "f5154d6608106f28fa5b2cdab5612dc9cd1608fc8c3c043f0bd2712e7e1fee2a",
"tweak" : "9a4d59b9efd8816a",
"msg" : [9, 2, 8, 6, 8, 0, 5, 4, 7, 1, 7, 4, 9, 8, 4],
"ct" : [9, 9, 1, 4, 1, 0, 4, 0, 5, 7, 6, 3, 5, 4, 6],
"result" : "valid"
},
{
"tcId" : 2918,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "f5154d6608106f28fa5b2cdab5612dc9cd1608fc8c3c043f0bd2712e7e1fee2a",
"tweak" : "9a4d59b9efd8816a",
"msg" : [6, 3, 0, 1, 6, 6, 9, 1, 9, 6, 2, 4, 7, 4, 1],
"ct" : [8, 6, 5, 5, 3, 2, 1, 8, 9, 3, 9, 3, 1, 7, 1],
"result" : "valid"
},
{
"tcId" : 2919,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "f5154d6608106f28fa5b2cdab5612dc9cd1608fc8c3c043f0bd2712e7e1fee2a",
"tweak" : "9a4d59b9efd8816a",
"msg" : [0, 6, 3, 8, 0, 8, 6, 1, 7, 7, 1, 4, 4, 4, 9],
"ct" : [1, 5, 2, 0, 3, 8, 6, 2, 0, 9, 7, 4, 5, 9, 2],
"result" : "valid"
},
{
"tcId" : 2920,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "f5154d6608106f28fa5b2cdab5612dc9cd1608fc8c3c043f0bd2712e7e1fee2a",
"tweak" : "9a4d59b9efd8816a",
"msg" : [1, 7, 5, 6, 8, 4, 6, 9, 4, 4, 1, 2, 0, 5, 8],
"ct" : [8, 4, 1, 6, 6, 0, 3, 9, 9, 3, 8, 3, 1, 3, 0],
"result" : "valid"
},
{
"tcId" : 2921,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "f5154d6608106f28fa5b2cdab5612dc9cd1608fc8c3c043f0bd2712e7e1fee2a",
"tweak" : "9a4d59b9efd8816a",
"msg" : [2, 7, 7, 1, 8, 8, 6, 7, 5, 7, 4, 8, 9, 8, 6],
"ct" : [5, 9, 7, 1, 2, 7, 3, 5, 3, 1, 1, 9, 5, 2, 5],
"result" : "valid"
},
{
"tcId" : 2922,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "f5154d6608106f28fa5b2cdab5612dc9cd1608fc8c3c043f0bd2712e7e1fee2a",
"tweak" : "9a4d59b9efd8816a",
"msg" : [2, 1, 1, 6, 7, 8, 4, 4, 0, 1, 4, 2, 9, 7, 6],
"ct" : [7, 1, 1, 7, 7, 7, 4, 4, 8, 6, 0, 1, 4, 4, 5],
"result" : "valid"
},
{
"tcId" : 2923,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "f5154d6608106f28fa5b2cdab5612dc9cd1608fc8c3c043f0bd2712e7e1fee2a",
"tweak" : "9a4d59b9efd8816a",
"msg" : [1, 2, 0, 1, 6, 3, 3, 4, 0, 4, 1, 8, 9, 0, 2],
"ct" : [8, 6, 0, 8, 9, 1, 8, 4, 6, 1, 0, 7, 7, 7, 1],
"result" : "valid"
},
{
"tcId" : 2924,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "f5154d6608106f28fa5b2cdab5612dc9cd1608fc8c3c043f0bd2712e7e1fee2a",
"tweak" : "9a4d59b9efd8816a",
"msg" : [8, 2, 3, 9, 3, 2, 2, 6, 1, 5, 8, 4, 9, 8, 6],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 2925,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "f5154d6608106f28fa5b2cdab5612dc9cd1608fc8c3c043f0bd2712e7e1fee2a",
"tweak" : "9a4d59b9efd8816a",
"msg" : [7, 1, 4, 1, 2, 5, 8, 7, 5, 1, 8, 2, 7, 0, 1],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 2926,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "f5154d6608106f28fa5b2cdab5612dc9cd1608fc8c3c043f0bd2712e7e1fee2a",
"tweak" : "9a4d59b9efd8816a",
"msg" : [1, 4, 7, 2, 4, 9, 0, 7, 1, 4, 3, 1, 1, 2, 4],
"ct" : [8, 3, 8, 8, 6, 0, 8, 6, 7, 1, 0, 8, 8, 6, 4],
"result" : "valid"
},
{
"tcId" : 2927,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "f5154d6608106f28fa5b2cdab5612dc9cd1608fc8c3c043f0bd2712e7e1fee2a",
"tweak" : "9a4d59b9efd8816a",
"msg" : [6, 0, 4, 6, 8, 5, 1, 0, 3, 7, 9, 1, 5, 1, 4],
"ct" : [8, 3, 8, 8, 6, 0, 7, 6, 7, 1, 0, 8, 8, 6, 3],
"result" : "valid"
},
{
"tcId" : 2928,
"comment" : "y = 0 and (y + a) % radix**7 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "c648d0657f2dbe6e2a046b36f36bf7a6bd3098e20f495b94a33eaec80cc55ef9",
"tweak" : "0be7fae0fad6c85496a715",
"msg" : [6, 5, 8, 7, 5, 7, 9, 6, 6, 7, 4, 2, 0, 8, 9],
"ct" : [0, 0, 0, 0, 0, 0, 0, 1, 9, 6, 8, 6, 8, 4, 4],
"result" : "valid"
},
{
"tcId" : 2929,
"comment" : "y = 0 and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "c648d0657f2dbe6e2a046b36f36bf7a6bd3098e20f495b94a33eaec80cc55ef9",
"tweak" : "0be7fae0fad6c85496a715",
"msg" : [8, 8, 9, 5, 9, 2, 0, 5, 2, 3, 7, 3, 4, 2, 1],
"ct" : [0, 0, 0, 0, 0, 0, 1, 9, 6, 8, 3, 0, 5, 9, 0],
"result" : "valid"
},
{
"tcId" : 2930,
"comment" : "y = 0 and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "c648d0657f2dbe6e2a046b36f36bf7a6bd3098e20f495b94a33eaec80cc55ef9",
"tweak" : "0be7fae0fad6c85496a715",
"msg" : [3, 1, 8, 4, 2, 1, 2, 1, 1, 7, 4, 0, 3, 0, 0],
"ct" : [8, 3, 8, 8, 6, 0, 8, 9, 3, 8, 5, 9, 7, 2, 6],
"result" : "valid"
},
{
"tcId" : 2931,
"comment" : "y = 0 and (y + a) % radix**7 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "c648d0657f2dbe6e2a046b36f36bf7a6bd3098e20f495b94a33eaec80cc55ef9",
"tweak" : "0be7fae0fad6c85496a715",
"msg" : [9, 9, 4, 8, 6, 1, 6, 2, 3, 9, 3, 7, 4, 6, 4],
"ct" : [9, 9, 9, 9, 9, 9, 9, 2, 8, 9, 3, 3, 7, 3, 6],
"result" : "valid"
},
{
"tcId" : 2932,
"comment" : "y = 1 and a = 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "c648d0657f2dbe6e2a046b36f36bf7a6bd3098e20f495b94a33eaec80cc55ef9",
"tweak" : "7602107f71dfc906dad8ca",
"msg" : [0, 0, 0, 0, 0, 0, 0, 7, 4, 7, 6, 7, 1, 0, 0],
"ct" : [5, 2, 2, 2, 1, 3, 0, 5, 4, 4, 5, 2, 0, 1, 8],
"result" : "valid"
},
{
"tcId" : 2933,
"comment" : "y = 1 and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "c648d0657f2dbe6e2a046b36f36bf7a6bd3098e20f495b94a33eaec80cc55ef9",
"tweak" : "7602107f71dfc906dad8ca",
"msg" : [0, 0, 0, 0, 0, 0, 1, 7, 4, 7, 6, 7, 1, 0, 0],
"ct" : [9, 7, 8, 3, 8, 0, 8, 7, 0, 4, 1, 6, 4, 6, 7],
"result" : "valid"
},
{
"tcId" : 2934,
"comment" : "y = 1 and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "c648d0657f2dbe6e2a046b36f36bf7a6bd3098e20f495b94a33eaec80cc55ef9",
"tweak" : "7602107f71dfc906dad8ca",
"msg" : [8, 3, 8, 8, 6, 0, 8, 7, 4, 7, 6, 7, 1, 0, 0],
"ct" : [5, 3, 0, 7, 5, 2, 5, 2, 2, 9, 5, 6, 5, 8, 9],
"result" : "valid"
},
{
"tcId" : 2935,
"comment" : "y = 1 and (y + a) % radix**7 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "c648d0657f2dbe6e2a046b36f36bf7a6bd3098e20f495b94a33eaec80cc55ef9",
"tweak" : "7602107f71dfc906dad8ca",
"msg" : [9, 9, 9, 9, 9, 9, 8, 7, 4, 7, 6, 7, 1, 0, 0],
"ct" : [9, 9, 5, 5, 8, 2, 6, 9, 6, 1, 7, 7, 8, 3, 4],
"result" : "valid"
},
{
"tcId" : 2936,
"comment" : "y = 1 and (y + a) % radix**7 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "c648d0657f2dbe6e2a046b36f36bf7a6bd3098e20f495b94a33eaec80cc55ef9",
"tweak" : "7602107f71dfc906dad8ca",
"msg" : [9, 9, 9, 9, 9, 9, 9, 7, 4, 7, 6, 7, 1, 0, 0],
"ct" : [5, 7, 0, 7, 6, 5, 3, 9, 9, 0, 9, 3, 1, 9, 9],
"result" : "valid"
},
{
"tcId" : 2937,
"comment" : "y is maximal and a = 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "c648d0657f2dbe6e2a046b36f36bf7a6bd3098e20f495b94a33eaec80cc55ef9",
"tweak" : "5430c734c5f2a85febc5ea",
"msg" : [6, 5, 3, 5, 8, 2, 4, 9, 8, 9, 9, 8, 7, 7, 5],
"ct" : [1, 4, 7, 7, 9, 2, 1, 9, 0, 6, 5, 6, 3, 3, 8],
"result" : "valid"
},
{
"tcId" : 2938,
"comment" : "y is maximal and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "c648d0657f2dbe6e2a046b36f36bf7a6bd3098e20f495b94a33eaec80cc55ef9",
"tweak" : "5430c734c5f2a85febc5ea",
"msg" : [8, 6, 8, 7, 8, 1, 1, 6, 5, 6, 8, 3, 5, 9, 1],
"ct" : [7, 9, 3, 5, 4, 2, 3, 3, 1, 9, 2, 0, 9, 8, 3],
"result" : "valid"
},
{
"tcId" : 2939,
"comment" : "y is maximal and (y + a) % radix**7 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "c648d0657f2dbe6e2a046b36f36bf7a6bd3098e20f495b94a33eaec80cc55ef9",
"tweak" : "5430c734c5f2a85febc5ea",
"msg" : [7, 0, 4, 2, 4, 6, 5, 4, 8, 4, 4, 9, 0, 7, 4],
"ct" : [8, 3, 9, 6, 2, 9, 9, 5, 7, 7, 7, 0, 0, 1, 5],
"result" : "valid"
},
{
"tcId" : 2940,
"comment" : "y is maximal and (y + a) % radix**7 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "c648d0657f2dbe6e2a046b36f36bf7a6bd3098e20f495b94a33eaec80cc55ef9",
"tweak" : "5430c734c5f2a85febc5ea",
"msg" : [7, 5, 1, 6, 5, 2, 1, 0, 7, 2, 6, 3, 0, 8, 6],
"ct" : [1, 0, 4, 8, 4, 9, 3, 1, 9, 5, 8, 4, 4, 3, 4],
"result" : "valid"
},
{
"tcId" : 2941,
"comment" : "y is maximal and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "c648d0657f2dbe6e2a046b36f36bf7a6bd3098e20f495b94a33eaec80cc55ef9",
"tweak" : "5430c734c5f2a85febc5ea",
"msg" : [5, 1, 2, 0, 8, 5, 3, 4, 3, 3, 7, 7, 3, 0, 1],
"ct" : [4, 0, 0, 5, 6, 5, 9, 3, 3, 5, 2, 4, 5, 8, 6],
"result" : "valid"
},
{
"tcId" : 2942,
"comment" : "y is maximal and a is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "c648d0657f2dbe6e2a046b36f36bf7a6bd3098e20f495b94a33eaec80cc55ef9",
"tweak" : "5430c734c5f2a85febc5ea",
"msg" : [4, 5, 3, 8, 0, 8, 5, 1, 1, 1, 1, 3, 3, 3, 1],
"ct" : [8, 7, 2, 1, 0, 1, 6, 9, 4, 7, 5, 4, 2, 2, 1],
"result" : "valid"
},
{
"tcId" : 2943,
"comment" : "y is edge case for modular reduction and a = 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "c648d0657f2dbe6e2a046b36f36bf7a6bd3098e20f495b94a33eaec80cc55ef9",
"tweak" : "d6ac30c3cb9f47603a9612",
"msg" : [0, 0, 0, 0, 0, 0, 0, 4, 3, 7, 1, 3, 6, 7, 2],
"ct" : [2, 2, 2, 0, 6, 7, 6, 8, 8, 1, 0, 1, 6, 1, 7],
"result" : "valid"
},
{
"tcId" : 2944,
"comment" : "y is edge case for modular reduction and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "c648d0657f2dbe6e2a046b36f36bf7a6bd3098e20f495b94a33eaec80cc55ef9",
"tweak" : "d6ac30c3cb9f47603a9612",
"msg" : [0, 0, 0, 0, 0, 0, 1, 4, 3, 7, 1, 3, 6, 7, 2],
"ct" : [9, 3, 3, 7, 7, 5, 2, 3, 3, 5, 3, 6, 0, 0, 5],
"result" : "valid"
},
{
"tcId" : 2945,
"comment" : "y is edge case for modular reduction and (y + a) % radix**7 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "c648d0657f2dbe6e2a046b36f36bf7a6bd3098e20f495b94a33eaec80cc55ef9",
"tweak" : "d6ac30c3cb9f47603a9612",
"msg" : [0, 4, 4, 8, 3, 8, 9, 4, 3, 7, 1, 3, 6, 7, 2],
"ct" : [8, 8, 2, 4, 9, 0, 0, 6, 7, 0, 3, 9, 3, 5, 3],
"result" : "valid"
},
{
"tcId" : 2946,
"comment" : "y is edge case for modular reduction and (y + a) % radix**7 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "c648d0657f2dbe6e2a046b36f36bf7a6bd3098e20f495b94a33eaec80cc55ef9",
"tweak" : "d6ac30c3cb9f47603a9612",
"msg" : [0, 4, 4, 8, 3, 9, 0, 4, 3, 7, 1, 3, 6, 7, 2],
"ct" : [4, 7, 3, 0, 3, 2, 8, 6, 7, 3, 9, 9, 2, 4, 2],
"result" : "valid"
},
{
"tcId" : 2947,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "c648d0657f2dbe6e2a046b36f36bf7a6bd3098e20f495b94a33eaec80cc55ef9",
"tweak" : "d6ac30c3cb9f47603a9612",
"msg" : [8, 3, 8, 8, 6, 0, 8, 4, 3, 7, 1, 3, 6, 7, 2],
"ct" : [5, 4, 5, 4, 0, 2, 9, 3, 7, 7, 0, 6, 4, 9, 4],
"result" : "valid"
},
{
"tcId" : 2948,
"comment" : "y is edge case for modular reduction and a is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "c648d0657f2dbe6e2a046b36f36bf7a6bd3098e20f495b94a33eaec80cc55ef9",
"tweak" : "d6ac30c3cb9f47603a9612",
"msg" : [9, 9, 9, 9, 9, 9, 9, 4, 3, 7, 1, 3, 6, 7, 2],
"ct" : [9, 6, 6, 2, 1, 1, 0, 1, 0, 2, 4, 0, 2, 5, 0],
"result" : "valid"
},
{
"tcId" : 2949,
"comment" : "y is maximal after modular reduction and (y + a) % radix**7 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "c648d0657f2dbe6e2a046b36f36bf7a6bd3098e20f495b94a33eaec80cc55ef9",
"tweak" : "08b7685a95fa70e3b5d897",
"msg" : [0, 0, 0, 0, 0, 0, 0, 4, 6, 1, 1, 1, 1, 6, 4],
"ct" : [2, 4, 3, 9, 4, 9, 7, 4, 7, 1, 8, 9, 2, 4, 2],
"result" : "valid"
},
{
"tcId" : 2950,
"comment" : "y is maximal after modular reduction and (y + a) % radix**7 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "c648d0657f2dbe6e2a046b36f36bf7a6bd3098e20f495b94a33eaec80cc55ef9",
"tweak" : "08b7685a95fa70e3b5d897",
"msg" : [0, 0, 0, 0, 0, 0, 1, 4, 6, 1, 1, 1, 1, 6, 4],
"ct" : [1, 3, 7, 5, 5, 0, 2, 5, 0, 4, 1, 2, 0, 3, 5],
"result" : "valid"
},
{
"tcId" : 2951,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "c648d0657f2dbe6e2a046b36f36bf7a6bd3098e20f495b94a33eaec80cc55ef9",
"tweak" : "08b7685a95fa70e3b5d897",
"msg" : [8, 3, 8, 8, 6, 0, 8, 4, 6, 1, 1, 1, 1, 6, 4],
"ct" : [9, 0, 7, 7, 2, 9, 5, 5, 5, 3, 4, 8, 2, 1, 0],
"result" : "valid"
},
{
"tcId" : 2952,
"comment" : "y is maximal after modular reduction and a is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "c648d0657f2dbe6e2a046b36f36bf7a6bd3098e20f495b94a33eaec80cc55ef9",
"tweak" : "08b7685a95fa70e3b5d897",
"msg" : [9, 9, 9, 9, 9, 9, 9, 4, 6, 1, 1, 1, 1, 6, 4],
"ct" : [8, 9, 6, 2, 4, 0, 7, 8, 0, 5, 6, 4, 9, 0, 4],
"result" : "valid"
},
{
"tcId" : 2953,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "6965839425a03ce60233de3285fd4e46b992ec89a8be3b20b58231ee180eb440",
"tweak" : "351b957ffa7ac601",
"msg" : [-1, 4, 6, 4, 4, 3, 1, 6, 4, 9, 4, 0, 0, 2, 6],
"ct" : [1, 4, 3, 9, 2, 5, 5, 7, 4, 9, 0, 6, 0, 6, 7],
"result" : "invalid"
},
{
"tcId" : 2954,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "6965839425a03ce60233de3285fd4e46b992ec89a8be3b20b58231ee180eb440",
"tweak" : "351b957ffa7ac601",
"msg" : [7, 4, 6, 4, 4, -1, 1, 6, 4, 9, 4, 0, 0, 2, 6],
"ct" : [9, 1, 6, 7, 4, 5, 7, 1, 0, 3, 5, 2, 5, 7, 4],
"result" : "invalid"
},
{
"tcId" : 2955,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "6965839425a03ce60233de3285fd4e46b992ec89a8be3b20b58231ee180eb440",
"tweak" : "351b957ffa7ac601",
"msg" : [7, 4, 6, 4, 4, 3, 1, 6, 4, 9, 4, 0, 0, 2, -1],
"ct" : [3, 9, 3, 7, 1, 9, 3, 3, 6, 7, 0, 5, 4, 7, 7],
"result" : "invalid"
},
{
"tcId" : 2956,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "fc208a49ce67a2d472c6e179b1ac9d9944b88606f1285cd5b7460511cd5bfea0",
"tweak" : "6eae4d54d3cba7b9",
"msg" : [10, 1, 1, 4, 4, 2, 7, 3, 5, 5, 0, 2, 7, 3, 4],
"ct" : [3, 0, 2, 4, 0, 2, 2, 9, 1, 5, 0, 4, 6, 5, 8],
"result" : "invalid"
},
{
"tcId" : 2957,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "fc208a49ce67a2d472c6e179b1ac9d9944b88606f1285cd5b7460511cd5bfea0",
"tweak" : "6eae4d54d3cba7b9",
"msg" : [4, 1, 1, 4, 4, 10, 7, 3, 5, 5, 0, 2, 7, 3, 4],
"ct" : [3, 9, 0, 4, 3, 5, 0, 1, 8, 8, 8, 2, 1, 2, 2],
"result" : "invalid"
},
{
"tcId" : 2958,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "fc208a49ce67a2d472c6e179b1ac9d9944b88606f1285cd5b7460511cd5bfea0",
"tweak" : "6eae4d54d3cba7b9",
"msg" : [4, 1, 1, 4, 4, 2, 7, 3, 5, 5, 0, 2, 7, 3, 10],
"ct" : [8, 7, 7, 7, 8, 2, 2, 5, 8, 5, 4, 5, 5, 3, 3],
"result" : "invalid"
}
]
},
{
"keySize" : 256,
"msgSize" : 16,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 2959,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "505aa98819809ef63b9a368a1e8bc2e922da45b03ce02d9a7966b15006dba2d5",
"tweak" : "5b54b73e6af6a275",
"msg" : [0, 8, 3, 2, 1, 9, 1, 7, 4, 0, 5, 4, 4, 9, 9, 2],
"ct" : [7, 8, 6, 1, 3, 0, 1, 9, 5, 6, 8, 0, 6, 8, 1, 7],
"result" : "valid"
},
{
"tcId" : 2960,
"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" : [7, 9, 4, 6, 2, 9, 7, 9, 1, 5, 0, 5, 3, 6, 1, 8],
"result" : "valid"
},
{
"tcId" : 2961,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "3a86884c0fdac6230e5c075d6eb71ddc15498f64b497d397b48a68268d1e48db",
"tweak" : "283b7fe6bd1b14cc",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [3, 6, 4, 6, 6, 5, 5, 3, 6, 2, 1, 6, 4, 6, 4, 1],
"result" : "valid"
},
{
"tcId" : 2962,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "3a86884c0fdac6230e5c075d6eb71ddc15498f64b497d397b48a68268d1e48db",
"tweak" : "283b7fe6bd1b14cc",
"msg" : [6, 7, 1, 0, 8, 8, 6, 4, 6, 7, 1, 0, 8, 8, 6, 4],
"ct" : [0, 1, 4, 1, 0, 1, 9, 2, 4, 0, 3, 4, 4, 1, 1, 0],
"result" : "valid"
},
{
"tcId" : 2963,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "3a86884c0fdac6230e5c075d6eb71ddc15498f64b497d397b48a68268d1e48db",
"tweak" : "283b7fe6bd1b14cc",
"msg" : [6, 7, 1, 0, 8, 8, 6, 3, 6, 7, 1, 0, 8, 8, 6, 3],
"ct" : [1, 5, 1, 9, 6, 1, 7, 8, 0, 5, 8, 1, 0, 6, 1, 7],
"result" : "valid"
},
{
"tcId" : 2964,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "3a86884c0fdac6230e5c075d6eb71ddc15498f64b497d397b48a68268d1e48db",
"tweak" : "283b7fe6bd1b14cc",
"msg" : [5, 6, 9, 5, 6, 7, 9, 8, 1, 4, 1, 5, 3, 1, 1, 1],
"ct" : [4, 0, 0, 8, 8, 1, 1, 1, 5, 0, 3, 1, 0, 2, 1, 0],
"result" : "valid"
},
{
"tcId" : 2965,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "3a86884c0fdac6230e5c075d6eb71ddc15498f64b497d397b48a68268d1e48db",
"tweak" : "283b7fe6bd1b14cc",
"msg" : [9, 7, 9, 1, 2, 4, 6, 4, 9, 4, 7, 0, 4, 4, 9, 5],
"ct" : [9, 4, 4, 2, 7, 2, 9, 3, 2, 6, 7, 8, 6, 3, 8, 0],
"result" : "valid"
},
{
"tcId" : 2966,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "3a86884c0fdac6230e5c075d6eb71ddc15498f64b497d397b48a68268d1e48db",
"tweak" : "283b7fe6bd1b14cc",
"msg" : [1, 6, 4, 3, 5, 7, 5, 7, 4, 2, 5, 2, 1, 8, 8, 7],
"ct" : [6, 1, 1, 8, 6, 7, 8, 8, 7, 6, 5, 9, 3, 6, 1, 1],
"result" : "valid"
},
{
"tcId" : 2967,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "3a86884c0fdac6230e5c075d6eb71ddc15498f64b497d397b48a68268d1e48db",
"tweak" : "283b7fe6bd1b14cc",
"msg" : [7, 0, 6, 0, 0, 9, 9, 4, 8, 4, 6, 7, 1, 0, 7, 9],
"ct" : [5, 7, 4, 9, 0, 4, 2, 3, 4, 9, 6, 9, 9, 4, 5, 2],
"result" : "valid"
},
{
"tcId" : 2968,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "3a86884c0fdac6230e5c075d6eb71ddc15498f64b497d397b48a68268d1e48db",
"tweak" : "283b7fe6bd1b14cc",
"msg" : [4, 6, 9, 0, 6, 9, 0, 1, 9, 3, 9, 4, 7, 7, 2, 0],
"ct" : [9, 5, 1, 9, 9, 6, 6, 8, 1, 5, 0, 1, 9, 0, 5, 4],
"result" : "valid"
},
{
"tcId" : 2969,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "3a86884c0fdac6230e5c075d6eb71ddc15498f64b497d397b48a68268d1e48db",
"tweak" : "283b7fe6bd1b14cc",
"msg" : [5, 7, 6, 2, 9, 2, 2, 8, 1, 8, 9, 0, 9, 2, 8, 4],
"ct" : [1, 2, 2, 5, 8, 8, 0, 2, 7, 8, 9, 2, 2, 6, 0, 6],
"result" : "valid"
},
{
"tcId" : 2970,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "3a86884c0fdac6230e5c075d6eb71ddc15498f64b497d397b48a68268d1e48db",
"tweak" : "283b7fe6bd1b14cc",
"msg" : [2, 3, 8, 6, 8, 8, 6, 9, 1, 3, 6, 1, 5, 5, 3, 0],
"ct" : [9, 1, 4, 5, 1, 8, 7, 5, 3, 0, 5, 7, 7, 3, 6, 8],
"result" : "valid"
},
{
"tcId" : 2971,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "3a86884c0fdac6230e5c075d6eb71ddc15498f64b497d397b48a68268d1e48db",
"tweak" : "283b7fe6bd1b14cc",
"msg" : [5, 4, 4, 0, 3, 6, 6, 1, 4, 3, 6, 6, 2, 8, 2, 2],
"ct" : [9, 8, 9, 5, 6, 3, 3, 4, 9, 7, 0, 8, 1, 0, 8, 2],
"result" : "valid"
},
{
"tcId" : 2972,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "3a86884c0fdac6230e5c075d6eb71ddc15498f64b497d397b48a68268d1e48db",
"tweak" : "283b7fe6bd1b14cc",
"msg" : [3, 0, 9, 5, 9, 0, 3, 7, 4, 6, 9, 0, 3, 6, 7, 4],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 2973,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "3a86884c0fdac6230e5c075d6eb71ddc15498f64b497d397b48a68268d1e48db",
"tweak" : "283b7fe6bd1b14cc",
"msg" : [7, 1, 7, 9, 3, 6, 8, 1, 0, 9, 6, 6, 7, 7, 6, 5],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 2974,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "3a86884c0fdac6230e5c075d6eb71ddc15498f64b497d397b48a68268d1e48db",
"tweak" : "283b7fe6bd1b14cc",
"msg" : [5, 2, 9, 8, 8, 4, 9, 5, 1, 9, 3, 3, 0, 1, 7, 8],
"ct" : [6, 7, 1, 0, 8, 8, 6, 4, 6, 7, 1, 0, 8, 8, 6, 4],
"result" : "valid"
},
{
"tcId" : 2975,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "3a86884c0fdac6230e5c075d6eb71ddc15498f64b497d397b48a68268d1e48db",
"tweak" : "283b7fe6bd1b14cc",
"msg" : [8, 9, 6, 9, 9, 2, 6, 2, 8, 9, 9, 9, 6, 6, 2, 5],
"ct" : [6, 7, 1, 0, 8, 8, 6, 3, 6, 7, 1, 0, 8, 8, 6, 3],
"result" : "valid"
},
{
"tcId" : 2976,
"comment" : "y = 0 and (y + a) % radix**8 == 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "11301a0afc931ec09c7cfe457d38df6cbea378810372d80039bb0b4d8cc03668",
"tweak" : "204ce74f8b7b714b9dd03b",
"msg" : [6, 4, 8, 9, 2, 9, 0, 9, 5, 8, 8, 5, 7, 0, 2, 8],
"ct" : [2, 3, 3, 6, 1, 3, 4, 8, 7, 8, 3, 6, 5, 1, 2, 1],
"result" : "valid"
},
{
"tcId" : 2977,
"comment" : "y = 0 and a = 1 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "11301a0afc931ec09c7cfe457d38df6cbea378810372d80039bb0b4d8cc03668",
"tweak" : "204ce74f8b7b714b9dd03b",
"msg" : [7, 2, 2, 3, 5, 3, 5, 1, 2, 7, 1, 5, 4, 3, 7, 3],
"ct" : [3, 1, 1, 6, 9, 7, 6, 0, 6, 3, 6, 8, 9, 8, 8, 9],
"result" : "valid"
},
{
"tcId" : 2978,
"comment" : "y = 0 and a has large Hamming weight in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "11301a0afc931ec09c7cfe457d38df6cbea378810372d80039bb0b4d8cc03668",
"tweak" : "204ce74f8b7b714b9dd03b",
"msg" : [7, 4, 5, 7, 0, 3, 5, 6, 4, 9, 8, 6, 1, 8, 2, 6],
"ct" : [9, 5, 1, 0, 6, 5, 0, 2, 5, 9, 2, 7, 5, 5, 1, 2],
"result" : "valid"
},
{
"tcId" : 2979,
"comment" : "y = 0 and (y + a) % radix**8 is maximal in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "11301a0afc931ec09c7cfe457d38df6cbea378810372d80039bb0b4d8cc03668",
"tweak" : "204ce74f8b7b714b9dd03b",
"msg" : [4, 0, 4, 7, 0, 2, 6, 2, 6, 1, 4, 3, 2, 5, 0, 3],
"ct" : [8, 5, 7, 4, 4, 8, 4, 3, 0, 0, 3, 2, 2, 0, 0, 9],
"result" : "valid"
},
{
"tcId" : 2980,
"comment" : "y is maximal and a = 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "11301a0afc931ec09c7cfe457d38df6cbea378810372d80039bb0b4d8cc03668",
"tweak" : "c13d54ce211fa7ee92d314",
"msg" : [2, 5, 1, 5, 9, 0, 7, 1, 3, 0, 0, 9, 0, 9, 3, 6],
"ct" : [9, 5, 4, 1, 6, 2, 9, 5, 9, 7, 3, 9, 8, 8, 1, 0],
"result" : "valid"
},
{
"tcId" : 2981,
"comment" : "y is maximal and a = 1 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "11301a0afc931ec09c7cfe457d38df6cbea378810372d80039bb0b4d8cc03668",
"tweak" : "c13d54ce211fa7ee92d314",
"msg" : [4, 7, 4, 2, 5, 9, 0, 1, 0, 7, 4, 1, 4, 4, 3, 7],
"ct" : [0, 2, 6, 8, 5, 7, 6, 5, 3, 5, 8, 5, 5, 7, 1, 2],
"result" : "valid"
},
{
"tcId" : 2982,
"comment" : "y is maximal and a has large Hamming weight in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "11301a0afc931ec09c7cfe457d38df6cbea378810372d80039bb0b4d8cc03668",
"tweak" : "c13d54ce211fa7ee92d314",
"msg" : [5, 4, 8, 5, 7, 9, 7, 3, 6, 9, 2, 6, 1, 9, 3, 7],
"ct" : [5, 1, 8, 6, 7, 8, 5, 7, 6, 3, 0, 6, 3, 2, 5, 2],
"result" : "valid"
},
{
"tcId" : 2983,
"comment" : "y is maximal and (y + a) % radix**8 is maximal in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "11301a0afc931ec09c7cfe457d38df6cbea378810372d80039bb0b4d8cc03668",
"tweak" : "c13d54ce211fa7ee92d314",
"msg" : [9, 3, 1, 8, 3, 1, 9, 5, 6, 1, 5, 0, 9, 8, 8, 9],
"ct" : [1, 9, 7, 1, 5, 1, 9, 8, 8, 6, 0, 9, 6, 4, 2, 5],
"result" : "valid"
},
{
"tcId" : 2984,
"comment" : "y is maximal and (y + a) % radix**8 == 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "11301a0afc931ec09c7cfe457d38df6cbea378810372d80039bb0b4d8cc03668",
"tweak" : "c13d54ce211fa7ee92d314",
"msg" : [3, 6, 4, 0, 2, 8, 4, 8, 2, 0, 0, 2, 9, 6, 8, 2],
"ct" : [6, 8, 7, 5, 5, 7, 5, 6, 5, 6, 3, 5, 5, 1, 3, 0],
"result" : "valid"
},
{
"tcId" : 2985,
"comment" : "y is maximal and a is maximal in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "11301a0afc931ec09c7cfe457d38df6cbea378810372d80039bb0b4d8cc03668",
"tweak" : "c13d54ce211fa7ee92d314",
"msg" : [3, 0, 9, 3, 1, 5, 9, 2, 0, 6, 8, 9, 5, 6, 2, 5],
"ct" : [6, 6, 8, 5, 6, 9, 5, 6, 3, 0, 0, 0, 5, 1, 2, 0],
"result" : "valid"
},
{
"tcId" : 2986,
"comment" : "y is edge case for modular reduction and a = 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "11301a0afc931ec09c7cfe457d38df6cbea378810372d80039bb0b4d8cc03668",
"tweak" : "d6ba91f6831372bdaedf6e",
"msg" : [1, 4, 7, 9, 9, 7, 2, 7, 7, 4, 9, 9, 5, 2, 7, 0],
"ct" : [5, 4, 5, 4, 9, 6, 1, 2, 1, 6, 2, 8, 0, 7, 6, 8],
"result" : "valid"
},
{
"tcId" : 2987,
"comment" : "y is edge case for modular reduction and a = 1 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "11301a0afc931ec09c7cfe457d38df6cbea378810372d80039bb0b4d8cc03668",
"tweak" : "d6ba91f6831372bdaedf6e",
"msg" : [9, 0, 6, 5, 1, 9, 9, 9, 0, 6, 7, 2, 0, 0, 8, 0],
"ct" : [7, 9, 7, 0, 8, 5, 5, 0, 8, 9, 3, 6, 2, 9, 4, 0],
"result" : "valid"
},
{
"tcId" : 2988,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "11301a0afc931ec09c7cfe457d38df6cbea378810372d80039bb0b4d8cc03668",
"tweak" : "d6ba91f6831372bdaedf6e",
"msg" : [9, 3, 5, 4, 2, 5, 2, 8, 1, 0, 2, 0, 9, 0, 2, 4],
"ct" : [0, 1, 2, 2, 0, 1, 0, 7, 1, 1, 2, 2, 5, 1, 0, 5],
"result" : "valid"
},
{
"tcId" : 2989,
"comment" : "y is edge case for modular reduction and (y + a) % radix**8 is maximal in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "11301a0afc931ec09c7cfe457d38df6cbea378810372d80039bb0b4d8cc03668",
"tweak" : "d6ba91f6831372bdaedf6e",
"msg" : [2, 3, 9, 1, 1, 5, 4, 4, 7, 8, 9, 7, 2, 4, 0, 2],
"ct" : [8, 5, 5, 3, 8, 5, 3, 0, 8, 3, 0, 7, 2, 4, 5, 9],
"result" : "valid"
},
{
"tcId" : 2990,
"comment" : "y is edge case for modular reduction and (y + a) % radix**8 == 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "11301a0afc931ec09c7cfe457d38df6cbea378810372d80039bb0b4d8cc03668",
"tweak" : "d6ba91f6831372bdaedf6e",
"msg" : [6, 0, 3, 0, 9, 9, 6, 8, 0, 6, 7, 3, 0, 5, 9, 9],
"ct" : [3, 4, 1, 0, 9, 0, 5, 6, 8, 6, 7, 6, 0, 9, 0, 2],
"result" : "valid"
},
{
"tcId" : 2991,
"comment" : "y is edge case for modular reduction and a is maximal in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "11301a0afc931ec09c7cfe457d38df6cbea378810372d80039bb0b4d8cc03668",
"tweak" : "d6ba91f6831372bdaedf6e",
"msg" : [8, 7, 5, 7, 7, 1, 8, 0, 4, 7, 7, 3, 0, 0, 2, 5],
"ct" : [6, 6, 6, 1, 5, 6, 1, 3, 9, 1, 7, 0, 0, 7, 6, 6],
"result" : "valid"
},
{
"tcId" : 2992,
"comment" : "y is maximal after modular reduction and (y + a) % radix**8 is maximal in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "11301a0afc931ec09c7cfe457d38df6cbea378810372d80039bb0b4d8cc03668",
"tweak" : "bfda3a25944aecf786a091",
"msg" : [2, 3, 0, 9, 0, 3, 9, 8, 7, 0, 3, 3, 2, 9, 2, 6],
"ct" : [7, 4, 6, 7, 2, 5, 1, 6, 0, 1, 2, 4, 7, 3, 0, 2],
"result" : "valid"
},
{
"tcId" : 2993,
"comment" : "y is maximal after modular reduction and (y + a) % radix**8 == 0 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "11301a0afc931ec09c7cfe457d38df6cbea378810372d80039bb0b4d8cc03668",
"tweak" : "bfda3a25944aecf786a091",
"msg" : [2, 7, 1, 4, 5, 4, 6, 5, 8, 7, 9, 1, 2, 2, 3, 7],
"ct" : [6, 5, 9, 5, 7, 3, 7, 3, 1, 0, 8, 9, 3, 1, 7, 3],
"result" : "valid"
},
{
"tcId" : 2994,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "11301a0afc931ec09c7cfe457d38df6cbea378810372d80039bb0b4d8cc03668",
"tweak" : "bfda3a25944aecf786a091",
"msg" : [0, 3, 2, 6, 8, 0, 1, 4, 9, 9, 2, 8, 4, 3, 9, 0],
"ct" : [4, 2, 4, 7, 3, 7, 9, 7, 5, 3, 7, 7, 4, 2, 7, 1],
"result" : "valid"
},
{
"tcId" : 2995,
"comment" : "y is maximal after modular reduction and a is maximal in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "11301a0afc931ec09c7cfe457d38df6cbea378810372d80039bb0b4d8cc03668",
"tweak" : "bfda3a25944aecf786a091",
"msg" : [7, 2, 9, 7, 4, 7, 4, 1, 0, 2, 0, 6, 3, 4, 4, 2],
"ct" : [6, 7, 3, 3, 6, 8, 5, 6, 8, 1, 0, 2, 7, 1, 6, 8],
"result" : "valid"
},
{
"tcId" : 2996,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "450f8c62429604aa5585843c1e21c0a1b69693237afdb2fea8eda08149ace9a7",
"tweak" : "a48cfeaa6646b0c5",
"msg" : [-1, 0, 9, 0, 3, 6, 4, 5, 6, 8, 9, 2, 8, 4, 9, 5],
"ct" : [4, 8, 7, 9, 8, 7, 3, 1, 8, 2, 6, 2, 5, 3, 1, 8],
"result" : "invalid"
},
{
"tcId" : 2997,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "450f8c62429604aa5585843c1e21c0a1b69693237afdb2fea8eda08149ace9a7",
"tweak" : "a48cfeaa6646b0c5",
"msg" : [1, 0, 9, 0, 3, -1, 4, 5, 6, 8, 9, 2, 8, 4, 9, 5],
"ct" : [3, 5, 7, 7, 2, 3, 0, 0, 3, 0, 8, 3, 6, 8, 3, 8],
"result" : "invalid"
},
{
"tcId" : 2998,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "450f8c62429604aa5585843c1e21c0a1b69693237afdb2fea8eda08149ace9a7",
"tweak" : "a48cfeaa6646b0c5",
"msg" : [1, 0, 9, 0, 3, 6, 4, 5, 6, 8, 9, 2, 8, 4, 9, -1],
"ct" : [2, 1, 7, 0, 6, 4, 6, 9, 0, 8, 2, 5, 9, 4, 4, 0],
"result" : "invalid"
},
{
"tcId" : 2999,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "cc7e93dc64881bd4388e4726f1b47b93b7866d42c555f4869d5196ff426b484b",
"tweak" : "a39b66bc63cf3e4a",
"msg" : [10, 1, 3, 8, 1, 1, 6, 5, 2, 4, 3, 4, 0, 0, 3, 2],
"ct" : [2, 8, 3, 8, 7, 9, 8, 0, 3, 9, 1, 3, 9, 4, 8, 5],
"result" : "invalid"
},
{
"tcId" : 3000,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "cc7e93dc64881bd4388e4726f1b47b93b7866d42c555f4869d5196ff426b484b",
"tweak" : "a39b66bc63cf3e4a",
"msg" : [9, 1, 3, 8, 1, 10, 6, 5, 2, 4, 3, 4, 0, 0, 3, 2],
"ct" : [6, 9, 1, 4, 9, 6, 8, 5, 8, 2, 6, 0, 1, 1, 9, 4],
"result" : "invalid"
},
{
"tcId" : 3001,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "cc7e93dc64881bd4388e4726f1b47b93b7866d42c555f4869d5196ff426b484b",
"tweak" : "a39b66bc63cf3e4a",
"msg" : [9, 1, 3, 8, 1, 1, 6, 5, 2, 4, 3, 4, 0, 0, 3, 10],
"ct" : [2, 6, 7, 7, 1, 4, 1, 0, 1, 7, 3, 9, 9, 0, 3, 0],
"result" : "invalid"
}
]
},
{
"keySize" : 256,
"msgSize" : 17,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3002,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "abd43681541e9a9233091509ee06c648b45a34c0ddc73f39d804bcaf7bf31a0e",
"tweak" : "011400c2b81f3e50",
"msg" : [4, 2, 1, 6, 9, 1, 2, 1, 3, 5, 7, 0, 7, 3, 9, 9, 5],
"ct" : [4, 0, 0, 3, 0, 3, 9, 9, 1, 3, 8, 2, 8, 3, 9, 6, 6],
"result" : "valid"
},
{
"tcId" : 3003,
"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" : [6, 4, 8, 8, 9, 0, 1, 2, 4, 6, 1, 0, 2, 2, 1, 7, 5],
"result" : "valid"
},
{
"tcId" : 3004,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "b780b0dda375534b6daf5eb0088e1402f86c4af424409ffaa2609101507a028c",
"tweak" : "5921a49a5ca9233a",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [5, 9, 1, 0, 2, 2, 2, 3, 8, 9, 8, 7, 2, 9, 8, 0, 5],
"result" : "valid"
},
{
"tcId" : 3005,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "b780b0dda375534b6daf5eb0088e1402f86c4af424409ffaa2609101507a028c",
"tweak" : "5921a49a5ca9233a",
"msg" : [6, 7, 1, 0, 8, 8, 6, 4, 5, 3, 6, 8, 7, 0, 9, 1, 2],
"ct" : [8, 4, 1, 3, 9, 0, 8, 6, 9, 9, 0, 6, 1, 0, 2, 2, 5],
"result" : "valid"
},
{
"tcId" : 3006,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "b780b0dda375534b6daf5eb0088e1402f86c4af424409ffaa2609101507a028c",
"tweak" : "5921a49a5ca9233a",
"msg" : [6, 7, 1, 0, 8, 8, 6, 3, 5, 3, 6, 8, 7, 0, 9, 1, 1],
"ct" : [9, 0, 2, 8, 0, 2, 8, 7, 3, 8, 0, 0, 1, 2, 0, 7, 9],
"result" : "valid"
},
{
"tcId" : 3007,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "b780b0dda375534b6daf5eb0088e1402f86c4af424409ffaa2609101507a028c",
"tweak" : "5921a49a5ca9233a",
"msg" : [5, 3, 4, 7, 5, 5, 0, 1, 1, 5, 3, 2, 3, 7, 9, 0, 6],
"ct" : [9, 2, 9, 0, 2, 9, 1, 8, 3, 9, 9, 4, 7, 8, 7, 8, 1],
"result" : "valid"
},
{
"tcId" : 3008,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "b780b0dda375534b6daf5eb0088e1402f86c4af424409ffaa2609101507a028c",
"tweak" : "5921a49a5ca9233a",
"msg" : [9, 5, 0, 9, 8, 2, 7, 8, 9, 5, 8, 7, 1, 7, 0, 5, 7],
"ct" : [9, 0, 5, 9, 1, 2, 8, 0, 5, 1, 2, 1, 5, 6, 1, 7, 6],
"result" : "valid"
},
{
"tcId" : 3009,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "b780b0dda375534b6daf5eb0088e1402f86c4af424409ffaa2609101507a028c",
"tweak" : "5921a49a5ca9233a",
"msg" : [7, 5, 8, 7, 7, 9, 3, 2, 8, 5, 7, 8, 8, 8, 7, 4, 6],
"ct" : [4, 8, 1, 3, 9, 1, 6, 7, 9, 8, 2, 1, 4, 1, 5, 9, 9],
"result" : "valid"
},
{
"tcId" : 3010,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "b780b0dda375534b6daf5eb0088e1402f86c4af424409ffaa2609101507a028c",
"tweak" : "5921a49a5ca9233a",
"msg" : [8, 5, 1, 9, 1, 1, 6, 5, 9, 7, 5, 7, 1, 3, 3, 0, 1],
"ct" : [2, 3, 9, 3, 2, 2, 8, 8, 6, 5, 5, 2, 0, 6, 0, 2, 3],
"result" : "valid"
},
{
"tcId" : 3011,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "b780b0dda375534b6daf5eb0088e1402f86c4af424409ffaa2609101507a028c",
"tweak" : "5921a49a5ca9233a",
"msg" : [7, 5, 3, 0, 4, 4, 7, 3, 4, 5, 8, 4, 8, 0, 4, 5, 7],
"ct" : [5, 8, 1, 3, 3, 8, 8, 2, 5, 3, 0, 1, 3, 2, 7, 3, 0],
"result" : "valid"
},
{
"tcId" : 3012,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "b780b0dda375534b6daf5eb0088e1402f86c4af424409ffaa2609101507a028c",
"tweak" : "5921a49a5ca9233a",
"msg" : [0, 9, 3, 0, 1, 7, 4, 5, 8, 8, 6, 6, 8, 3, 6, 8, 6],
"ct" : [5, 0, 8, 1, 6, 2, 6, 4, 4, 7, 5, 3, 2, 7, 9, 1, 4],
"result" : "valid"
},
{
"tcId" : 3013,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "b780b0dda375534b6daf5eb0088e1402f86c4af424409ffaa2609101507a028c",
"tweak" : "5921a49a5ca9233a",
"msg" : [6, 2, 5, 3, 8, 6, 4, 2, 1, 8, 7, 3, 3, 1, 1, 9, 9],
"ct" : [7, 8, 3, 6, 4, 6, 1, 0, 3, 3, 8, 0, 4, 6, 0, 3, 6],
"result" : "valid"
},
{
"tcId" : 3014,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "b780b0dda375534b6daf5eb0088e1402f86c4af424409ffaa2609101507a028c",
"tweak" : "5921a49a5ca9233a",
"msg" : [6, 3, 9, 8, 9, 9, 6, 2, 0, 6, 5, 4, 7, 5, 0, 2, 1],
"ct" : [4, 3, 4, 5, 6, 9, 1, 6, 2, 9, 7, 9, 2, 9, 4, 7, 0],
"result" : "valid"
},
{
"tcId" : 3015,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "b780b0dda375534b6daf5eb0088e1402f86c4af424409ffaa2609101507a028c",
"tweak" : "5921a49a5ca9233a",
"msg" : [7, 6, 7, 9, 0, 7, 4, 7, 3, 1, 8, 8, 5, 7, 1, 4, 1],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 3016,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "b780b0dda375534b6daf5eb0088e1402f86c4af424409ffaa2609101507a028c",
"tweak" : "5921a49a5ca9233a",
"msg" : [1, 5, 4, 1, 8, 7, 6, 9, 7, 5, 9, 1, 8, 8, 7, 9, 7],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 3017,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "b780b0dda375534b6daf5eb0088e1402f86c4af424409ffaa2609101507a028c",
"tweak" : "5921a49a5ca9233a",
"msg" : [3, 9, 9, 6, 9, 9, 9, 2, 7, 4, 7, 4, 8, 8, 0, 6, 8],
"ct" : [6, 7, 1, 0, 8, 8, 6, 4, 5, 3, 6, 8, 7, 0, 9, 1, 2],
"result" : "valid"
},
{
"tcId" : 3018,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "b780b0dda375534b6daf5eb0088e1402f86c4af424409ffaa2609101507a028c",
"tweak" : "5921a49a5ca9233a",
"msg" : [9, 5, 5, 1, 8, 8, 5, 1, 1, 9, 1, 6, 5, 5, 4, 8, 4],
"ct" : [6, 7, 1, 0, 8, 8, 6, 3, 5, 3, 6, 8, 7, 0, 9, 1, 1],
"result" : "valid"
},
{
"tcId" : 3019,
"comment" : "y = 0 and (y + a) % radix**8 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "9eac581f9cefeaac0a92cb8930c1c0b671cc99c838bd3ac7812d2080de81191a",
"tweak" : "4b6da8c88ebb59685e7cdb",
"msg" : [5, 4, 2, 2, 9, 4, 8, 6, 9, 9, 9, 5, 3, 7, 1, 7, 9],
"ct" : [2, 6, 1, 5, 3, 8, 1, 4, 6, 5, 1, 3, 9, 1, 6, 3, 9],
"result" : "valid"
},
{
"tcId" : 3020,
"comment" : "y = 0 and a = 1 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "9eac581f9cefeaac0a92cb8930c1c0b671cc99c838bd3ac7812d2080de81191a",
"tweak" : "4b6da8c88ebb59685e7cdb",
"msg" : [9, 0, 1, 6, 0, 2, 3, 5, 9, 8, 2, 1, 5, 1, 7, 4, 6],
"ct" : [1, 8, 3, 4, 8, 0, 5, 5, 6, 5, 9, 3, 8, 7, 0, 4, 6],
"result" : "valid"
},
{
"tcId" : 3021,
"comment" : "y = 0 and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "9eac581f9cefeaac0a92cb8930c1c0b671cc99c838bd3ac7812d2080de81191a",
"tweak" : "4b6da8c88ebb59685e7cdb",
"msg" : [3, 7, 4, 2, 6, 2, 8, 7, 5, 6, 0, 5, 5, 7, 0, 2, 9],
"ct" : [6, 3, 6, 1, 4, 1, 3, 0, 6, 4, 3, 9, 9, 6, 1, 4, 5],
"result" : "valid"
},
{
"tcId" : 3022,
"comment" : "y = 0 and (y + a) % radix**8 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "9eac581f9cefeaac0a92cb8930c1c0b671cc99c838bd3ac7812d2080de81191a",
"tweak" : "4b6da8c88ebb59685e7cdb",
"msg" : [2, 4, 5, 9, 1, 4, 6, 4, 9, 2, 9, 8, 3, 2, 4, 8, 5],
"ct" : [0, 1, 4, 2, 9, 5, 0, 7, 1, 0, 5, 7, 0, 4, 2, 7, 2],
"result" : "valid"
},
{
"tcId" : 3023,
"comment" : "y = 1 and a = 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "9eac581f9cefeaac0a92cb8930c1c0b671cc99c838bd3ac7812d2080de81191a",
"tweak" : "a43de2a19d0372cd83dd90",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 6, 2, 2, 5, 7, 2, 3, 4, 4],
"ct" : [9, 0, 8, 7, 3, 0, 7, 8, 8, 9, 6, 1, 5, 4, 0, 6, 2],
"result" : "valid"
},
{
"tcId" : 3024,
"comment" : "y = 1 and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "9eac581f9cefeaac0a92cb8930c1c0b671cc99c838bd3ac7812d2080de81191a",
"tweak" : "a43de2a19d0372cd83dd90",
"msg" : [0, 0, 0, 0, 0, 0, 0, 1, 6, 2, 2, 5, 7, 2, 3, 4, 4],
"ct" : [0, 6, 4, 8, 8, 3, 7, 5, 9, 8, 6, 8, 1, 6, 2, 9, 9],
"result" : "valid"
},
{
"tcId" : 3025,
"comment" : "y = 1 and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "9eac581f9cefeaac0a92cb8930c1c0b671cc99c838bd3ac7812d2080de81191a",
"tweak" : "a43de2a19d0372cd83dd90",
"msg" : [6, 7, 1, 0, 8, 8, 6, 4, 6, 2, 2, 5, 7, 2, 3, 4, 4],
"ct" : [2, 9, 3, 0, 8, 4, 5, 4, 0, 1, 9, 4, 9, 2, 2, 2, 1],
"result" : "valid"
},
{
"tcId" : 3026,
"comment" : "y = 1 and (y + a) % radix**8 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "9eac581f9cefeaac0a92cb8930c1c0b671cc99c838bd3ac7812d2080de81191a",
"tweak" : "a43de2a19d0372cd83dd90",
"msg" : [9, 9, 9, 9, 9, 9, 9, 8, 6, 2, 2, 5, 7, 2, 3, 4, 4],
"ct" : [9, 4, 8, 3, 1, 4, 5, 2, 2, 6, 3, 0, 0, 9, 0, 5, 8],
"result" : "valid"
},
{
"tcId" : 3027,
"comment" : "y = 1 and (y + a) % radix**8 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "9eac581f9cefeaac0a92cb8930c1c0b671cc99c838bd3ac7812d2080de81191a",
"tweak" : "a43de2a19d0372cd83dd90",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 6, 2, 2, 5, 7, 2, 3, 4, 4],
"ct" : [6, 6, 6, 7, 5, 8, 9, 5, 2, 0, 9, 3, 0, 3, 4, 2, 8],
"result" : "valid"
},
{
"tcId" : 3028,
"comment" : "y is maximal and a = 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "9eac581f9cefeaac0a92cb8930c1c0b671cc99c838bd3ac7812d2080de81191a",
"tweak" : "ed7b9396321a69e5c086a1",
"msg" : [0, 6, 7, 5, 9, 8, 4, 7, 9, 2, 3, 7, 8, 5, 9, 6, 7],
"ct" : [1, 8, 6, 0, 4, 2, 6, 1, 3, 0, 1, 2, 2, 2, 5, 1, 9],
"result" : "valid"
},
{
"tcId" : 3029,
"comment" : "y is maximal and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "9eac581f9cefeaac0a92cb8930c1c0b671cc99c838bd3ac7812d2080de81191a",
"tweak" : "ed7b9396321a69e5c086a1",
"msg" : [6, 0, 9, 4, 6, 5, 2, 1, 8, 0, 7, 2, 7, 7, 1, 9, 2],
"ct" : [9, 9, 5, 1, 0, 1, 7, 0, 0, 9, 4, 6, 9, 3, 2, 6, 6],
"result" : "valid"
},
{
"tcId" : 3030,
"comment" : "y is maximal and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "9eac581f9cefeaac0a92cb8930c1c0b671cc99c838bd3ac7812d2080de81191a",
"tweak" : "ed7b9396321a69e5c086a1",
"msg" : [8, 7, 9, 3, 2, 3, 0, 0, 3, 4, 0, 6, 0, 1, 5, 7, 0],
"ct" : [0, 3, 6, 8, 5, 0, 0, 6, 3, 9, 5, 3, 5, 2, 5, 7, 3],
"result" : "valid"
},
{
"tcId" : 3031,
"comment" : "y is maximal and (y + a) % radix**8 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "9eac581f9cefeaac0a92cb8930c1c0b671cc99c838bd3ac7812d2080de81191a",
"tweak" : "ed7b9396321a69e5c086a1",
"msg" : [0, 7, 0, 4, 5, 0, 2, 8, 8, 8, 4, 9, 5, 9, 9, 8, 8],
"ct" : [7, 5, 8, 5, 0, 3, 6, 1, 2, 8, 3, 2, 0, 7, 1, 5, 0],
"result" : "valid"
},
{
"tcId" : 3032,
"comment" : "y is maximal and (y + a) % radix**8 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "9eac581f9cefeaac0a92cb8930c1c0b671cc99c838bd3ac7812d2080de81191a",
"tweak" : "ed7b9396321a69e5c086a1",
"msg" : [4, 2, 8, 6, 9, 5, 0, 8, 6, 4, 6, 8, 8, 7, 0, 1, 0],
"ct" : [1, 9, 4, 4, 2, 5, 7, 9, 4, 7, 0, 1, 2, 0, 2, 3, 4],
"result" : "valid"
},
{
"tcId" : 3033,
"comment" : "y is maximal and a is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "9eac581f9cefeaac0a92cb8930c1c0b671cc99c838bd3ac7812d2080de81191a",
"tweak" : "ed7b9396321a69e5c086a1",
"msg" : [4, 8, 8, 5, 7, 9, 9, 9, 5, 4, 6, 6, 7, 6, 6, 7, 7],
"ct" : [1, 1, 4, 4, 9, 4, 3, 3, 2, 7, 3, 7, 8, 5, 4, 9, 3],
"result" : "valid"
},
{
"tcId" : 3034,
"comment" : "y is edge case for modular reduction and a = 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "9eac581f9cefeaac0a92cb8930c1c0b671cc99c838bd3ac7812d2080de81191a",
"tweak" : "d1268f6d174a5c5f376e70",
"msg" : [7, 1, 3, 6, 8, 5, 6, 0, 2, 0, 0, 0, 4, 2, 6, 2, 5],
"ct" : [0, 9, 5, 5, 1, 6, 1, 0, 9, 1, 2, 1, 4, 1, 4, 6, 8],
"result" : "valid"
},
{
"tcId" : 3035,
"comment" : "y is edge case for modular reduction and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "9eac581f9cefeaac0a92cb8930c1c0b671cc99c838bd3ac7812d2080de81191a",
"tweak" : "d1268f6d174a5c5f376e70",
"msg" : [2, 3, 3, 8, 6, 5, 3, 9, 7, 1, 4, 8, 3, 6, 2, 4, 1],
"ct" : [0, 9, 5, 5, 1, 6, 1, 1, 5, 2, 7, 4, 4, 3, 9, 7, 9],
"result" : "valid"
},
{
"tcId" : 3036,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "9eac581f9cefeaac0a92cb8930c1c0b671cc99c838bd3ac7812d2080de81191a",
"tweak" : "d1268f6d174a5c5f376e70",
"msg" : [1, 5, 5, 0, 3, 9, 1, 5, 3, 9, 7, 0, 8, 1, 4, 6, 5],
"ct" : [7, 6, 6, 6, 0, 4, 7, 4, 8, 8, 9, 5, 9, 9, 1, 7, 4],
"result" : "valid"
},
{
"tcId" : 3037,
"comment" : "y is edge case for modular reduction and (y + a) % radix**8 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "9eac581f9cefeaac0a92cb8930c1c0b671cc99c838bd3ac7812d2080de81191a",
"tweak" : "d1268f6d174a5c5f376e70",
"msg" : [9, 2, 7, 8, 1, 2, 3, 9, 1, 8, 6, 8, 9, 4, 9, 5, 2],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 1, 9, 2, 4, 8, 8, 3, 6],
"result" : "valid"
},
{
"tcId" : 3038,
"comment" : "y is edge case for modular reduction and (y + a) % radix**8 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "9eac581f9cefeaac0a92cb8930c1c0b671cc99c838bd3ac7812d2080de81191a",
"tweak" : "d1268f6d174a5c5f376e70",
"msg" : [2, 3, 5, 8, 9, 8, 2, 8, 4, 9, 1, 8, 4, 3, 0, 0, 1],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 8, 2, 1, 2, 0, 1],
"result" : "valid"
},
{
"tcId" : 3039,
"comment" : "y is edge case for modular reduction and a is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "9eac581f9cefeaac0a92cb8930c1c0b671cc99c838bd3ac7812d2080de81191a",
"tweak" : "d1268f6d174a5c5f376e70",
"msg" : [3, 1, 8, 6, 2, 0, 0, 5, 9, 1, 2, 0, 7, 3, 8, 4, 8],
"ct" : [0, 9, 5, 5, 1, 6, 0, 9, 5, 1, 2, 2, 9, 2, 9, 0, 5],
"result" : "valid"
},
{
"tcId" : 3040,
"comment" : "y is maximal after modular reduction and (y + a) % radix**8 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "9eac581f9cefeaac0a92cb8930c1c0b671cc99c838bd3ac7812d2080de81191a",
"tweak" : "6b7d6b5017aad93d711811",
"msg" : [2, 5, 0, 2, 9, 2, 4, 1, 1, 7, 6, 7, 8, 0, 1, 6, 0],
"ct" : [5, 8, 6, 1, 1, 7, 3, 2, 1, 9, 6, 0, 0, 9, 7, 6, 7],
"result" : "valid"
},
{
"tcId" : 3041,
"comment" : "y is maximal after modular reduction and (y + a) % radix**8 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "9eac581f9cefeaac0a92cb8930c1c0b671cc99c838bd3ac7812d2080de81191a",
"tweak" : "6b7d6b5017aad93d711811",
"msg" : [8, 5, 6, 6, 2, 6, 8, 4, 6, 4, 1, 2, 7, 3, 5, 0, 8],
"ct" : [1, 3, 7, 1, 4, 8, 4, 4, 4, 8, 0, 3, 2, 5, 3, 8, 8],
"result" : "valid"
},
{
"tcId" : 3042,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "9eac581f9cefeaac0a92cb8930c1c0b671cc99c838bd3ac7812d2080de81191a",
"tweak" : "6b7d6b5017aad93d711811",
"msg" : [5, 3, 0, 5, 9, 3, 7, 3, 2, 7, 3, 3, 9, 9, 8, 7, 8],
"ct" : [8, 2, 7, 0, 9, 4, 2, 8, 0, 2, 0, 5, 5, 5, 5, 9, 2],
"result" : "valid"
},
{
"tcId" : 3043,
"comment" : "y is maximal after modular reduction and a is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "9eac581f9cefeaac0a92cb8930c1c0b671cc99c838bd3ac7812d2080de81191a",
"tweak" : "6b7d6b5017aad93d711811",
"msg" : [9, 6, 3, 8, 7, 9, 9, 4, 6, 8, 8, 4, 4, 9, 7, 5, 3],
"ct" : [6, 5, 3, 5, 6, 3, 9, 6, 8, 3, 5, 1, 3, 9, 1, 3, 5],
"result" : "valid"
},
{
"tcId" : 3044,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "c8a37700cb818fab7444da945dfe131c6156fb9f5a034eb4bc10544399e1cedc",
"tweak" : "6460d80894ab337d",
"msg" : [-1, 7, 2, 2, 1, 4, 5, 0, 9, 6, 1, 3, 2, 9, 7, 2, 8],
"ct" : [6, 8, 1, 2, 4, 6, 0, 8, 2, 4, 6, 7, 2, 3, 0, 5, 5],
"result" : "invalid"
},
{
"tcId" : 3045,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "c8a37700cb818fab7444da945dfe131c6156fb9f5a034eb4bc10544399e1cedc",
"tweak" : "6460d80894ab337d",
"msg" : [5, 7, 2, 2, 1, -1, 5, 0, 9, 6, 1, 3, 2, 9, 7, 2, 8],
"ct" : [3, 7, 5, 5, 9, 8, 2, 3, 9, 3, 3, 5, 5, 6, 5, 0, 3],
"result" : "invalid"
},
{
"tcId" : 3046,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "c8a37700cb818fab7444da945dfe131c6156fb9f5a034eb4bc10544399e1cedc",
"tweak" : "6460d80894ab337d",
"msg" : [5, 7, 2, 2, 1, 4, 5, 0, 9, 6, 1, 3, 2, 9, 7, 2, -1],
"ct" : [6, 9, 0, 3, 5, 8, 3, 8, 9, 8, 5, 3, 5, 7, 4, 5, 4],
"result" : "invalid"
},
{
"tcId" : 3047,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "da7b0105b4d61acb79fd152340744dcc7b0266e4c00d927fd5c8a26046c6d038",
"tweak" : "71591d640c20a562",
"msg" : [10, 3, 5, 2, 1, 8, 0, 8, 4, 2, 2, 4, 3, 9, 9, 5, 7],
"ct" : [2, 5, 1, 6, 2, 3, 9, 2, 7, 6, 7, 4, 9, 3, 2, 3, 9],
"result" : "invalid"
},
{
"tcId" : 3048,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "da7b0105b4d61acb79fd152340744dcc7b0266e4c00d927fd5c8a26046c6d038",
"tweak" : "71591d640c20a562",
"msg" : [0, 3, 5, 2, 1, 10, 0, 8, 4, 2, 2, 4, 3, 9, 9, 5, 7],
"ct" : [1, 5, 5, 9, 4, 9, 1, 1, 8, 1, 3, 7, 5, 8, 4, 4, 8],
"result" : "invalid"
},
{
"tcId" : 3049,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "da7b0105b4d61acb79fd152340744dcc7b0266e4c00d927fd5c8a26046c6d038",
"tweak" : "71591d640c20a562",
"msg" : [0, 3, 5, 2, 1, 8, 0, 8, 4, 2, 2, 4, 3, 9, 9, 5, 10],
"ct" : [1, 5, 0, 7, 7, 0, 2, 9, 3, 8, 9, 4, 2, 3, 1, 2, 6],
"result" : "invalid"
}
]
},
{
"keySize" : 256,
"msgSize" : 18,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3050,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "be748dab0203d19a98eb126a8ed6fcbd99aeea49f1cff7512529f201bf0eff67",
"tweak" : "4977c3ee944e48cb",
"msg" : [3, 5, 1, 1, 8, 8, 1, 9, 4, 8, 2, 3, 8, 6, 3, 7, 7, 2],
"ct" : [6, 7, 5, 1, 0, 0, 9, 2, 1, 1, 3, 5, 0, 0, 6, 2, 2, 8],
"result" : "valid"
},
{
"tcId" : 3051,
"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" : [8, 2, 0, 6, 4, 8, 2, 3, 2, 6, 4, 4, 2, 8, 2, 5, 6, 9],
"result" : "valid"
},
{
"tcId" : 3052,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "da3d504e93a044a068732c297c51badbab8e58b79727cc656a115cdf2d9ec1df",
"tweak" : "b2fbca44db9eaec7",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [2, 4, 5, 0, 7, 7, 8, 7, 5, 1, 3, 8, 2, 6, 6, 4, 6, 7],
"result" : "valid"
},
{
"tcId" : 3053,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "da3d504e93a044a068732c297c51badbab8e58b79727cc656a115cdf2d9ec1df",
"tweak" : "b2fbca44db9eaec7",
"msg" : [5, 3, 6, 8, 7, 0, 9, 1, 2, 5, 3, 6, 8, 7, 0, 9, 1, 2],
"ct" : [0, 0, 9, 9, 1, 1, 5, 9, 6, 6, 3, 5, 1, 5, 2, 2, 0, 1],
"result" : "valid"
},
{
"tcId" : 3054,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "da3d504e93a044a068732c297c51badbab8e58b79727cc656a115cdf2d9ec1df",
"tweak" : "b2fbca44db9eaec7",
"msg" : [5, 3, 6, 8, 7, 0, 9, 1, 1, 5, 3, 6, 8, 7, 0, 9, 1, 1],
"ct" : [5, 3, 3, 6, 9, 1, 7, 2, 7, 1, 0, 4, 1, 6, 2, 7, 3, 4],
"result" : "valid"
},
{
"tcId" : 3055,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "da3d504e93a044a068732c297c51badbab8e58b79727cc656a115cdf2d9ec1df",
"tweak" : "b2fbca44db9eaec7",
"msg" : [5, 4, 8, 8, 1, 7, 9, 2, 4, 3, 1, 1, 9, 4, 1, 9, 7, 7],
"ct" : [2, 4, 5, 5, 5, 2, 8, 2, 7, 7, 1, 1, 9, 2, 8, 8, 1, 4],
"result" : "valid"
},
{
"tcId" : 3056,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "da3d504e93a044a068732c297c51badbab8e58b79727cc656a115cdf2d9ec1df",
"tweak" : "b2fbca44db9eaec7",
"msg" : [0, 7, 1, 7, 5, 7, 5, 5, 4, 8, 8, 5, 2, 5, 9, 1, 7, 8],
"ct" : [9, 2, 2, 1, 1, 8, 4, 4, 6, 3, 9, 4, 5, 5, 1, 1, 9, 7],
"result" : "valid"
},
{
"tcId" : 3057,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "da3d504e93a044a068732c297c51badbab8e58b79727cc656a115cdf2d9ec1df",
"tweak" : "b2fbca44db9eaec7",
"msg" : [8, 1, 0, 6, 3, 3, 5, 3, 6, 3, 2, 7, 0, 1, 4, 3, 5, 7],
"ct" : [2, 3, 9, 3, 7, 3, 5, 0, 9, 6, 5, 2, 7, 7, 9, 2, 5, 1],
"result" : "valid"
},
{
"tcId" : 3058,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "da3d504e93a044a068732c297c51badbab8e58b79727cc656a115cdf2d9ec1df",
"tweak" : "b2fbca44db9eaec7",
"msg" : [2, 4, 9, 7, 0, 7, 9, 6, 0, 0, 4, 3, 4, 7, 6, 8, 1, 3],
"ct" : [3, 7, 2, 0, 5, 7, 1, 0, 0, 6, 2, 9, 3, 3, 1, 9, 9, 7],
"result" : "valid"
},
{
"tcId" : 3059,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "da3d504e93a044a068732c297c51badbab8e58b79727cc656a115cdf2d9ec1df",
"tweak" : "b2fbca44db9eaec7",
"msg" : [5, 5, 9, 5, 4, 1, 4, 6, 8, 1, 8, 8, 2, 7, 4, 9, 0, 5],
"ct" : [0, 3, 3, 3, 2, 2, 2, 2, 7, 8, 5, 2, 4, 0, 9, 0, 3, 3],
"result" : "valid"
},
{
"tcId" : 3060,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "da3d504e93a044a068732c297c51badbab8e58b79727cc656a115cdf2d9ec1df",
"tweak" : "b2fbca44db9eaec7",
"msg" : [6, 6, 6, 2, 7, 4, 9, 0, 7, 6, 0, 0, 4, 4, 3, 7, 1, 2],
"ct" : [8, 4, 5, 6, 1, 1, 4, 1, 4, 5, 8, 8, 3, 4, 7, 8, 2, 1],
"result" : "valid"
},
{
"tcId" : 3061,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "da3d504e93a044a068732c297c51badbab8e58b79727cc656a115cdf2d9ec1df",
"tweak" : "b2fbca44db9eaec7",
"msg" : [1, 6, 3, 6, 3, 3, 7, 3, 3, 4, 8, 9, 2, 3, 5, 1, 8, 3],
"ct" : [5, 7, 7, 8, 8, 9, 6, 1, 2, 1, 1, 1, 3, 9, 5, 3, 5, 8],
"result" : "valid"
},
{
"tcId" : 3062,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "da3d504e93a044a068732c297c51badbab8e58b79727cc656a115cdf2d9ec1df",
"tweak" : "b2fbca44db9eaec7",
"msg" : [3, 9, 3, 4, 2, 7, 7, 8, 9, 9, 1, 5, 8, 9, 5, 8, 7, 8],
"ct" : [4, 9, 7, 9, 1, 7, 6, 9, 8, 7, 5, 0, 0, 8, 3, 4, 8, 9],
"result" : "valid"
},
{
"tcId" : 3063,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "da3d504e93a044a068732c297c51badbab8e58b79727cc656a115cdf2d9ec1df",
"tweak" : "b2fbca44db9eaec7",
"msg" : [5, 2, 8, 6, 9, 2, 4, 7, 2, 1, 4, 0, 4, 4, 0, 8, 2, 1],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 3064,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "da3d504e93a044a068732c297c51badbab8e58b79727cc656a115cdf2d9ec1df",
"tweak" : "b2fbca44db9eaec7",
"msg" : [7, 4, 9, 4, 3, 5, 5, 4, 0, 4, 2, 8, 7, 4, 7, 9, 4, 3],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 3065,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "da3d504e93a044a068732c297c51badbab8e58b79727cc656a115cdf2d9ec1df",
"tweak" : "b2fbca44db9eaec7",
"msg" : [2, 8, 7, 2, 8, 2, 0, 8, 4, 9, 7, 9, 1, 9, 9, 6, 1, 4],
"ct" : [5, 3, 6, 8, 7, 0, 9, 1, 2, 5, 3, 6, 8, 7, 0, 9, 1, 2],
"result" : "valid"
},
{
"tcId" : 3066,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "da3d504e93a044a068732c297c51badbab8e58b79727cc656a115cdf2d9ec1df",
"tweak" : "b2fbca44db9eaec7",
"msg" : [0, 3, 5, 1, 1, 6, 9, 2, 3, 2, 2, 0, 7, 0, 4, 7, 4, 6],
"ct" : [5, 3, 6, 8, 7, 0, 9, 1, 1, 5, 3, 6, 8, 7, 0, 9, 1, 1],
"result" : "valid"
},
{
"tcId" : 3067,
"comment" : "y = 0 and (y + a) % radix**9 == 0 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "e717e230c81494129fdbebde2ed53769e3b3aa69024750b3b37ef8cb80bcb5f1",
"tweak" : "218c2dcb63bb1667cf4699",
"msg" : [0, 1, 2, 8, 5, 1, 3, 3, 6, 7, 4, 0, 8, 8, 6, 1, 1, 2],
"ct" : [8, 5, 8, 0, 1, 0, 3, 6, 9, 2, 5, 0, 7, 4, 1, 0, 6, 3],
"result" : "valid"
},
{
"tcId" : 3068,
"comment" : "y = 0 and a = 1 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "e717e230c81494129fdbebde2ed53769e3b3aa69024750b3b37ef8cb80bcb5f1",
"tweak" : "218c2dcb63bb1667cf4699",
"msg" : [9, 6, 1, 4, 9, 0, 8, 5, 4, 9, 4, 1, 6, 0, 5, 1, 9, 0],
"ct" : [7, 0, 4, 1, 6, 3, 0, 4, 3, 9, 8, 2, 5, 4, 0, 9, 7, 8],
"result" : "valid"
},
{
"tcId" : 3069,
"comment" : "y = 0 and a has large Hamming weight in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "e717e230c81494129fdbebde2ed53769e3b3aa69024750b3b37ef8cb80bcb5f1",
"tweak" : "218c2dcb63bb1667cf4699",
"msg" : [2, 1, 7, 9, 1, 8, 1, 9, 6, 8, 0, 8, 3, 4, 4, 5, 8, 3],
"ct" : [7, 3, 1, 2, 5, 8, 6, 8, 1, 4, 5, 1, 6, 7, 2, 1, 9, 6],
"result" : "valid"
},
{
"tcId" : 3070,
"comment" : "y = 0 and (y + a) % radix**9 is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "e717e230c81494129fdbebde2ed53769e3b3aa69024750b3b37ef8cb80bcb5f1",
"tweak" : "218c2dcb63bb1667cf4699",
"msg" : [3, 6, 0, 0, 6, 3, 6, 1, 3, 2, 5, 4, 2, 1, 0, 4, 7, 4],
"ct" : [2, 1, 8, 4, 5, 5, 2, 5, 4, 1, 1, 6, 3, 7, 3, 2, 6, 5],
"result" : "valid"
},
{
"tcId" : 3071,
"comment" : "y = 1 and a = 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "e717e230c81494129fdbebde2ed53769e3b3aa69024750b3b37ef8cb80bcb5f1",
"tweak" : "9df7c13c73cbbb1dbe2738",
"msg" : [6, 5, 6, 2, 1, 7, 3, 0, 8, 1, 0, 5, 1, 9, 7, 2, 3, 5],
"ct" : [1, 0, 7, 8, 4, 0, 3, 2, 7, 7, 9, 7, 4, 5, 3, 9, 1, 3],
"result" : "valid"
},
{
"tcId" : 3072,
"comment" : "y = 1 and a = 1 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "e717e230c81494129fdbebde2ed53769e3b3aa69024750b3b37ef8cb80bcb5f1",
"tweak" : "9df7c13c73cbbb1dbe2738",
"msg" : [6, 5, 6, 4, 7, 0, 9, 4, 6, 3, 4, 7, 4, 1, 1, 5, 6, 7],
"ct" : [2, 7, 4, 1, 0, 3, 0, 8, 7, 2, 6, 8, 3, 5, 3, 2, 5, 2],
"result" : "valid"
},
{
"tcId" : 3073,
"comment" : "y = 1 and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "e717e230c81494129fdbebde2ed53769e3b3aa69024750b3b37ef8cb80bcb5f1",
"tweak" : "9df7c13c73cbbb1dbe2738",
"msg" : [8, 4, 3, 5, 9, 8, 2, 0, 7, 8, 3, 0, 7, 5, 9, 8, 8, 9],
"ct" : [6, 9, 1, 9, 9, 2, 7, 5, 0, 1, 9, 9, 4, 8, 2, 3, 5, 5],
"result" : "valid"
},
{
"tcId" : 3074,
"comment" : "y = 1 and (y + a) % radix**9 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "e717e230c81494129fdbebde2ed53769e3b3aa69024750b3b37ef8cb80bcb5f1",
"tweak" : "9df7c13c73cbbb1dbe2738",
"msg" : [7, 5, 3, 8, 4, 4, 3, 6, 4, 8, 5, 3, 2, 9, 6, 4, 6, 2],
"ct" : [8, 5, 0, 3, 0, 3, 2, 6, 8, 1, 7, 8, 5, 5, 6, 3, 3, 5],
"result" : "valid"
},
{
"tcId" : 3075,
"comment" : "y = 1 and (y + a) % radix**9 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "e717e230c81494129fdbebde2ed53769e3b3aa69024750b3b37ef8cb80bcb5f1",
"tweak" : "9df7c13c73cbbb1dbe2738",
"msg" : [0, 6, 0, 8, 7, 4, 2, 8, 8, 7, 5, 9, 2, 6, 1, 7, 1, 2],
"ct" : [7, 8, 9, 1, 9, 4, 0, 2, 5, 6, 6, 9, 4, 2, 4, 4, 6, 9],
"result" : "valid"
},
{
"tcId" : 3076,
"comment" : "y is maximal and a = 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "e717e230c81494129fdbebde2ed53769e3b3aa69024750b3b37ef8cb80bcb5f1",
"tweak" : "5f184abdbcf0efb7145fee",
"msg" : [5, 5, 3, 6, 5, 4, 6, 7, 4, 4, 1, 7, 8, 6, 4, 2, 8, 1],
"ct" : [9, 7, 4, 6, 6, 2, 4, 3, 7, 4, 5, 2, 9, 8, 7, 0, 3, 8],
"result" : "valid"
},
{
"tcId" : 3077,
"comment" : "y is maximal and a = 1 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "e717e230c81494129fdbebde2ed53769e3b3aa69024750b3b37ef8cb80bcb5f1",
"tweak" : "5f184abdbcf0efb7145fee",
"msg" : [8, 4, 1, 4, 9, 7, 9, 7, 8, 4, 3, 1, 0, 2, 9, 6, 5, 5],
"ct" : [2, 0, 0, 7, 6, 1, 8, 7, 6, 0, 2, 2, 2, 3, 1, 0, 5, 5],
"result" : "valid"
},
{
"tcId" : 3078,
"comment" : "y is maximal and (y + a) % radix**9 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "e717e230c81494129fdbebde2ed53769e3b3aa69024750b3b37ef8cb80bcb5f1",
"tweak" : "5f184abdbcf0efb7145fee",
"msg" : [0, 8, 0, 8, 7, 2, 4, 2, 5, 8, 8, 0, 5, 0, 6, 6, 0, 3],
"ct" : [9, 1, 3, 3, 4, 8, 9, 8, 0, 0, 0, 1, 0, 6, 0, 7, 0, 4],
"result" : "valid"
},
{
"tcId" : 3079,
"comment" : "y is maximal and (y + a) % radix**9 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "e717e230c81494129fdbebde2ed53769e3b3aa69024750b3b37ef8cb80bcb5f1",
"tweak" : "5f184abdbcf0efb7145fee",
"msg" : [2, 5, 2, 1, 5, 3, 3, 3, 0, 8, 2, 1, 8, 9, 8, 2, 8, 6],
"ct" : [1, 1, 9, 4, 2, 0, 4, 8, 4, 9, 9, 7, 4, 2, 4, 0, 9, 9],
"result" : "valid"
},
{
"tcId" : 3080,
"comment" : "y is maximal and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "e717e230c81494129fdbebde2ed53769e3b3aa69024750b3b37ef8cb80bcb5f1",
"tweak" : "5f184abdbcf0efb7145fee",
"msg" : [4, 0, 7, 3, 1, 8, 3, 6, 2, 9, 3, 6, 9, 5, 5, 2, 4, 3],
"ct" : [7, 1, 1, 2, 4, 7, 5, 1, 6, 6, 9, 4, 7, 4, 0, 1, 7, 0],
"result" : "valid"
},
{
"tcId" : 3081,
"comment" : "y is maximal and a is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "e717e230c81494129fdbebde2ed53769e3b3aa69024750b3b37ef8cb80bcb5f1",
"tweak" : "5f184abdbcf0efb7145fee",
"msg" : [1, 0, 0, 0, 8, 7, 6, 3, 3, 2, 1, 1, 3, 1, 5, 2, 4, 1],
"ct" : [5, 8, 6, 6, 4, 0, 1, 6, 0, 2, 3, 7, 6, 8, 3, 6, 8, 2],
"result" : "valid"
},
{
"tcId" : 3082,
"comment" : "y is edge case for modular reduction and a = 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "e717e230c81494129fdbebde2ed53769e3b3aa69024750b3b37ef8cb80bcb5f1",
"tweak" : "0151fc5f3b5bba576d16ec",
"msg" : [9, 7, 7, 5, 5, 3, 9, 4, 2, 1, 3, 7, 5, 6, 2, 9, 5, 8],
"ct" : [3, 1, 8, 1, 1, 5, 3, 2, 1, 0, 0, 4, 6, 0, 5, 0, 9, 0],
"result" : "valid"
},
{
"tcId" : 3083,
"comment" : "y is edge case for modular reduction and a = 1 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "e717e230c81494129fdbebde2ed53769e3b3aa69024750b3b37ef8cb80bcb5f1",
"tweak" : "0151fc5f3b5bba576d16ec",
"msg" : [4, 7, 6, 3, 6, 9, 9, 3, 3, 7, 5, 0, 6, 1, 2, 2, 5, 6],
"ct" : [2, 9, 0, 8, 1, 5, 1, 2, 6, 3, 4, 6, 2, 8, 1, 6, 9, 6],
"result" : "valid"
},
{
"tcId" : 3084,
"comment" : "y is edge case for modular reduction and (y + a) % radix**9 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "e717e230c81494129fdbebde2ed53769e3b3aa69024750b3b37ef8cb80bcb5f1",
"tweak" : "0151fc5f3b5bba576d16ec",
"msg" : [8, 4, 5, 2, 4, 3, 4, 3, 7, 8, 9, 0, 0, 8, 4, 6, 1, 9],
"ct" : [2, 3, 4, 3, 0, 0, 4, 5, 3, 1, 6, 7, 3, 8, 5, 9, 6, 3],
"result" : "valid"
},
{
"tcId" : 3085,
"comment" : "y is edge case for modular reduction and (y + a) % radix**9 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "e717e230c81494129fdbebde2ed53769e3b3aa69024750b3b37ef8cb80bcb5f1",
"tweak" : "0151fc5f3b5bba576d16ec",
"msg" : [8, 2, 2, 3, 3, 4, 6, 2, 0, 1, 8, 0, 9, 5, 3, 6, 5, 4],
"ct" : [8, 9, 1, 4, 8, 1, 3, 1, 2, 6, 7, 5, 0, 4, 0, 0, 9, 8],
"result" : "valid"
},
{
"tcId" : 3086,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "e717e230c81494129fdbebde2ed53769e3b3aa69024750b3b37ef8cb80bcb5f1",
"tweak" : "0151fc5f3b5bba576d16ec",
"msg" : [2, 4, 5, 4, 0, 2, 0, 0, 3, 0, 1, 2, 5, 2, 8, 5, 4, 1],
"ct" : [9, 9, 4, 3, 6, 4, 2, 6, 1, 0, 4, 1, 9, 0, 9, 8, 0, 1],
"result" : "valid"
},
{
"tcId" : 3087,
"comment" : "y is edge case for modular reduction and a is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "e717e230c81494129fdbebde2ed53769e3b3aa69024750b3b37ef8cb80bcb5f1",
"tweak" : "0151fc5f3b5bba576d16ec",
"msg" : [2, 7, 0, 5, 5, 3, 1, 0, 6, 3, 7, 9, 9, 7, 5, 6, 3, 8],
"ct" : [2, 7, 4, 7, 2, 6, 8, 5, 1, 0, 6, 5, 0, 3, 6, 8, 1, 9],
"result" : "valid"
},
{
"tcId" : 3088,
"comment" : "y is maximal after modular reduction and (y + a) % radix**9 is maximal in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "e717e230c81494129fdbebde2ed53769e3b3aa69024750b3b37ef8cb80bcb5f1",
"tweak" : "7e51242b08a019f6a3e8c0",
"msg" : [7, 0, 6, 1, 3, 2, 0, 9, 6, 7, 4, 8, 6, 0, 9, 5, 3, 7],
"ct" : [1, 6, 2, 4, 7, 0, 0, 1, 1, 6, 2, 5, 4, 2, 5, 3, 4, 2],
"result" : "valid"
},
{
"tcId" : 3089,
"comment" : "y is maximal after modular reduction and (y + a) % radix**9 == 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "e717e230c81494129fdbebde2ed53769e3b3aa69024750b3b37ef8cb80bcb5f1",
"tweak" : "7e51242b08a019f6a3e8c0",
"msg" : [1, 3, 9, 9, 6, 8, 0, 3, 1, 4, 8, 0, 9, 0, 0, 3, 4, 1],
"ct" : [4, 8, 3, 5, 6, 3, 8, 0, 2, 6, 1, 4, 1, 0, 9, 0, 9, 4],
"result" : "valid"
},
{
"tcId" : 3090,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "e717e230c81494129fdbebde2ed53769e3b3aa69024750b3b37ef8cb80bcb5f1",
"tweak" : "7e51242b08a019f6a3e8c0",
"msg" : [7, 2, 8, 4, 3, 9, 6, 0, 2, 2, 9, 7, 6, 9, 4, 3, 3, 4],
"ct" : [7, 5, 9, 6, 4, 0, 3, 4, 9, 1, 1, 9, 5, 2, 5, 4, 8, 4],
"result" : "valid"
},
{
"tcId" : 3091,
"comment" : "y is maximal after modular reduction and a is maximal in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "e717e230c81494129fdbebde2ed53769e3b3aa69024750b3b37ef8cb80bcb5f1",
"tweak" : "7e51242b08a019f6a3e8c0",
"msg" : [7, 6, 2, 9, 8, 5, 3, 0, 8, 4, 9, 6, 8, 0, 4, 2, 0, 6],
"ct" : [8, 8, 5, 6, 0, 2, 1, 4, 2, 6, 9, 6, 9, 5, 9, 1, 3, 8],
"result" : "valid"
},
{
"tcId" : 3092,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "b530bd2069d1f093344cdc835ec23d306c195165886fd909e48683cf85022db2",
"tweak" : "ff61916e9620be47",
"msg" : [-1, 1, 3, 6, 7, 8, 7, 1, 1, 7, 3, 6, 2, 9, 4, 3, 3, 0],
"ct" : [0, 0, 1, 6, 6, 1, 0, 6, 9, 9, 5, 0, 3, 5, 4, 6, 1, 1],
"result" : "invalid"
},
{
"tcId" : 3093,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "b530bd2069d1f093344cdc835ec23d306c195165886fd909e48683cf85022db2",
"tweak" : "ff61916e9620be47",
"msg" : [6, 1, 3, 6, 7, 8, -1, 1, 1, 7, 3, 6, 2, 9, 4, 3, 3, 0],
"ct" : [7, 8, 1, 5, 6, 3, 1, 5, 6, 3, 7, 0, 1, 2, 6, 6, 7, 3],
"result" : "invalid"
},
{
"tcId" : 3094,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "b530bd2069d1f093344cdc835ec23d306c195165886fd909e48683cf85022db2",
"tweak" : "ff61916e9620be47",
"msg" : [6, 1, 3, 6, 7, 8, 7, 1, 1, 7, 3, 6, 2, 9, 4, 3, 3, -1],
"ct" : [9, 5, 5, 3, 7, 7, 2, 3, 8, 7, 6, 7, 0, 5, 6, 3, 8, 1],
"result" : "invalid"
},
{
"tcId" : 3095,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "08028e2844d4a793684f9291d43557af78e3731813d33c0acf51681ac83d1dde",
"tweak" : "d1e7035ed1b5e664",
"msg" : [10, 0, 0, 1, 4, 0, 5, 5, 2, 0, 5, 2, 8, 4, 4, 8, 8, 9],
"ct" : [6, 1, 8, 3, 9, 5, 4, 7, 7, 8, 9, 7, 2, 1, 9, 0, 2, 3],
"result" : "invalid"
},
{
"tcId" : 3096,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "08028e2844d4a793684f9291d43557af78e3731813d33c0acf51681ac83d1dde",
"tweak" : "d1e7035ed1b5e664",
"msg" : [6, 0, 0, 1, 4, 0, 10, 5, 2, 0, 5, 2, 8, 4, 4, 8, 8, 9],
"ct" : [3, 7, 4, 4, 4, 3, 1, 4, 2, 1, 4, 9, 1, 3, 8, 3, 0, 8],
"result" : "invalid"
},
{
"tcId" : 3097,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "08028e2844d4a793684f9291d43557af78e3731813d33c0acf51681ac83d1dde",
"tweak" : "d1e7035ed1b5e664",
"msg" : [6, 0, 0, 1, 4, 0, 5, 5, 2, 0, 5, 2, 8, 4, 4, 8, 8, 10],
"ct" : [2, 3, 1, 6, 5, 4, 6, 0, 8, 5, 0, 9, 5, 1, 2, 1, 8, 2],
"result" : "invalid"
}
]
},
{
"keySize" : 256,
"msgSize" : 19,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3098,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "1ba9f170be79c755e07202291871538a2c1b47600b59ec264c04d27f61cd3c28",
"tweak" : "c8655169a0f80a05",
"msg" : [9, 1, 4, 3, 5, 9, 0, 5, 4, 8, 5, 7, 7, 6, 5, 6, 3, 3, 3],
"ct" : [4, 0, 2, 5, 6, 8, 8, 1, 3, 3, 0, 5, 1, 4, 3, 4, 8, 3, 5],
"result" : "valid"
},
{
"tcId" : 3099,
"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" : [3, 9, 8, 7, 0, 5, 1, 9, 5, 4, 4, 1, 4, 0, 7, 2, 3, 0, 0],
"result" : "valid"
},
{
"tcId" : 3100,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "d687c1f63b1cf0abc4f6d973bdb741a74dc6f859244d24b32ae01fa152312f5d",
"tweak" : "8aba2989a0fe4e14",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [5, 0, 8, 9, 3, 4, 3, 7, 5, 3, 4, 2, 3, 1, 2, 4, 7, 6, 5],
"result" : "valid"
},
{
"tcId" : 3101,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "d687c1f63b1cf0abc4f6d973bdb741a74dc6f859244d24b32ae01fa152312f5d",
"tweak" : "8aba2989a0fe4e14",
"msg" : [5, 3, 6, 8, 7, 0, 9, 1, 2, 8, 5, 8, 9, 9, 3, 4, 5, 9, 2],
"ct" : [2, 1, 0, 0, 4, 4, 7, 1, 1, 5, 1, 4, 1, 5, 4, 9, 9, 0, 7],
"result" : "valid"
},
{
"tcId" : 3102,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "d687c1f63b1cf0abc4f6d973bdb741a74dc6f859244d24b32ae01fa152312f5d",
"tweak" : "8aba2989a0fe4e14",
"msg" : [5, 3, 6, 8, 7, 0, 9, 1, 1, 8, 5, 8, 9, 9, 3, 4, 5, 9, 1],
"ct" : [7, 6, 6, 9, 9, 6, 8, 0, 8, 3, 7, 0, 9, 9, 9, 5, 0, 7, 5],
"result" : "valid"
},
{
"tcId" : 3103,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "d687c1f63b1cf0abc4f6d973bdb741a74dc6f859244d24b32ae01fa152312f5d",
"tweak" : "8aba2989a0fe4e14",
"msg" : [3, 4, 5, 9, 2, 9, 1, 5, 4, 9, 6, 4, 3, 7, 5, 3, 3, 0, 5],
"ct" : [0, 2, 3, 1, 2, 9, 4, 8, 6, 9, 0, 4, 7, 3, 5, 9, 2, 8, 0],
"result" : "valid"
},
{
"tcId" : 3104,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "d687c1f63b1cf0abc4f6d973bdb741a74dc6f859244d24b32ae01fa152312f5d",
"tweak" : "8aba2989a0fe4e14",
"msg" : [6, 2, 2, 9, 8, 4, 4, 8, 0, 5, 4, 3, 4, 6, 7, 9, 7, 0, 4],
"ct" : [8, 4, 8, 8, 0, 2, 9, 4, 0, 2, 0, 5, 2, 8, 3, 3, 7, 9, 9],
"result" : "valid"
},
{
"tcId" : 3105,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "d687c1f63b1cf0abc4f6d973bdb741a74dc6f859244d24b32ae01fa152312f5d",
"tweak" : "8aba2989a0fe4e14",
"msg" : [1, 2, 7, 6, 4, 3, 2, 8, 3, 6, 5, 8, 8, 5, 3, 2, 0, 7, 9],
"ct" : [9, 0, 0, 2, 3, 1, 6, 6, 9, 3, 1, 2, 4, 8, 2, 4, 4, 7, 8],
"result" : "valid"
},
{
"tcId" : 3106,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "d687c1f63b1cf0abc4f6d973bdb741a74dc6f859244d24b32ae01fa152312f5d",
"tweak" : "8aba2989a0fe4e14",
"msg" : [5, 2, 0, 0, 6, 1, 9, 6, 9, 1, 0, 0, 0, 1, 8, 0, 3, 6, 0],
"ct" : [5, 7, 1, 8, 8, 5, 8, 2, 0, 4, 8, 2, 3, 0, 4, 5, 5, 0, 1],
"result" : "valid"
},
{
"tcId" : 3107,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "d687c1f63b1cf0abc4f6d973bdb741a74dc6f859244d24b32ae01fa152312f5d",
"tweak" : "8aba2989a0fe4e14",
"msg" : [3, 1, 7, 1, 0, 2, 3, 1, 9, 5, 8, 2, 5, 8, 8, 1, 3, 4, 8],
"ct" : [2, 7, 3, 4, 5, 5, 6, 4, 7, 5, 0, 8, 1, 4, 0, 4, 3, 3, 1],
"result" : "valid"
},
{
"tcId" : 3108,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "d687c1f63b1cf0abc4f6d973bdb741a74dc6f859244d24b32ae01fa152312f5d",
"tweak" : "8aba2989a0fe4e14",
"msg" : [7, 9, 0, 9, 0, 5, 6, 1, 0, 5, 0, 4, 3, 0, 8, 2, 4, 8, 0],
"ct" : [0, 3, 9, 4, 0, 8, 6, 3, 5, 9, 5, 5, 9, 0, 5, 9, 4, 6, 5],
"result" : "valid"
},
{
"tcId" : 3109,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "d687c1f63b1cf0abc4f6d973bdb741a74dc6f859244d24b32ae01fa152312f5d",
"tweak" : "8aba2989a0fe4e14",
"msg" : [4, 3, 7, 6, 4, 9, 1, 7, 0, 3, 7, 8, 8, 1, 8, 3, 2, 5, 4],
"ct" : [5, 9, 9, 3, 0, 1, 2, 4, 8, 5, 4, 4, 8, 9, 0, 0, 6, 4, 3],
"result" : "valid"
},
{
"tcId" : 3110,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "d687c1f63b1cf0abc4f6d973bdb741a74dc6f859244d24b32ae01fa152312f5d",
"tweak" : "8aba2989a0fe4e14",
"msg" : [6, 4, 3, 6, 9, 2, 3, 4, 9, 9, 4, 8, 1, 0, 9, 7, 6, 8, 3],
"ct" : [7, 4, 3, 7, 7, 3, 2, 2, 3, 5, 4, 5, 6, 4, 5, 0, 6, 5, 2],
"result" : "valid"
},
{
"tcId" : 3111,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "d687c1f63b1cf0abc4f6d973bdb741a74dc6f859244d24b32ae01fa152312f5d",
"tweak" : "8aba2989a0fe4e14",
"msg" : [5, 3, 4, 0, 0, 5, 7, 6, 5, 7, 8, 0, 4, 5, 9, 2, 7, 5, 5],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 3112,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "d687c1f63b1cf0abc4f6d973bdb741a74dc6f859244d24b32ae01fa152312f5d",
"tweak" : "8aba2989a0fe4e14",
"msg" : [6, 3, 9, 4, 8, 0, 9, 0, 6, 3, 7, 8, 5, 2, 3, 8, 3, 1, 6],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 3113,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "d687c1f63b1cf0abc4f6d973bdb741a74dc6f859244d24b32ae01fa152312f5d",
"tweak" : "8aba2989a0fe4e14",
"msg" : [3, 3, 2, 0, 3, 9, 0, 1, 3, 9, 1, 3, 2, 0, 3, 4, 0, 8, 3],
"ct" : [5, 3, 6, 8, 7, 0, 9, 1, 2, 8, 5, 8, 9, 9, 3, 4, 5, 9, 2],
"result" : "valid"
},
{
"tcId" : 3114,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "d687c1f63b1cf0abc4f6d973bdb741a74dc6f859244d24b32ae01fa152312f5d",
"tweak" : "8aba2989a0fe4e14",
"msg" : [3, 1, 0, 4, 6, 6, 5, 4, 8, 0, 3, 5, 8, 9, 1, 4, 2, 1, 9],
"ct" : [5, 3, 6, 8, 7, 0, 9, 1, 1, 8, 5, 8, 9, 9, 3, 4, 5, 9, 1],
"result" : "valid"
},
{
"tcId" : 3115,
"comment" : "y = 0 and (y + a) % radix**9 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "167cc199e65e3bad56536bb2e1910e8219311289e2fb3442d6de51ec038f1a67",
"tweak" : "b7d0cc0f5bd64d876698",
"msg" : [6, 8, 1, 7, 9, 6, 3, 5, 4, 1, 2, 8, 8, 8, 3, 8, 6, 0, 9],
"ct" : [8, 9, 9, 5, 0, 9, 4, 5, 9, 2, 8, 1, 3, 3, 7, 5, 1, 3, 0],
"result" : "valid"
},
{
"tcId" : 3116,
"comment" : "y = 0 and a = 1 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "167cc199e65e3bad56536bb2e1910e8219311289e2fb3442d6de51ec038f1a67",
"tweak" : "b7d0cc0f5bd64d876698",
"msg" : [8, 8, 4, 1, 3, 4, 9, 9, 2, 8, 6, 6, 6, 5, 6, 1, 1, 6, 4],
"ct" : [7, 3, 9, 2, 1, 3, 3, 4, 8, 7, 2, 7, 6, 0, 3, 7, 9, 6, 3],
"result" : "valid"
},
{
"tcId" : 3117,
"comment" : "y = 0 and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "167cc199e65e3bad56536bb2e1910e8219311289e2fb3442d6de51ec038f1a67",
"tweak" : "b7d0cc0f5bd64d876698",
"msg" : [8, 4, 0, 5, 6, 1, 7, 8, 0, 6, 5, 7, 7, 0, 9, 0, 6, 4, 6],
"ct" : [6, 6, 2, 6, 5, 1, 5, 6, 5, 3, 5, 8, 1, 2, 4, 1, 1, 2, 2],
"result" : "valid"
},
{
"tcId" : 3118,
"comment" : "y = 0 and (y + a) % radix**9 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "167cc199e65e3bad56536bb2e1910e8219311289e2fb3442d6de51ec038f1a67",
"tweak" : "b7d0cc0f5bd64d876698",
"msg" : [6, 7, 1, 5, 2, 4, 1, 5, 4, 9, 2, 3, 1, 2, 2, 6, 6, 0, 9],
"ct" : [1, 0, 3, 1, 6, 6, 7, 5, 8, 2, 4, 4, 9, 8, 7, 0, 1, 3, 3],
"result" : "valid"
},
{
"tcId" : 3119,
"comment" : "y is maximal and a = 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "167cc199e65e3bad56536bb2e1910e8219311289e2fb3442d6de51ec038f1a67",
"tweak" : "6aef4c3f9f58f846abb3",
"msg" : [8, 8, 4, 0, 6, 7, 2, 2, 4, 7, 0, 0, 9, 8, 5, 8, 7, 5, 8],
"ct" : [5, 4, 3, 9, 5, 0, 3, 3, 5, 2, 3, 7, 6, 4, 1, 7, 9, 7, 5],
"result" : "valid"
},
{
"tcId" : 3120,
"comment" : "y is maximal and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "167cc199e65e3bad56536bb2e1910e8219311289e2fb3442d6de51ec038f1a67",
"tweak" : "6aef4c3f9f58f846abb3",
"msg" : [4, 6, 2, 3, 2, 0, 1, 3, 5, 5, 1, 6, 6, 4, 4, 7, 3, 7, 0],
"ct" : [5, 4, 3, 9, 5, 0, 3, 3, 6, 6, 1, 9, 5, 7, 2, 5, 6, 8, 9],
"result" : "valid"
},
{
"tcId" : 3121,
"comment" : "y is maximal and (y + a) % radix**9 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "167cc199e65e3bad56536bb2e1910e8219311289e2fb3442d6de51ec038f1a67",
"tweak" : "6aef4c3f9f58f846abb3",
"msg" : [5, 4, 2, 1, 2, 2, 9, 0, 8, 1, 4, 1, 3, 3, 4, 8, 8, 8, 0],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 2, 6, 6, 4, 5, 4, 7, 1, 0, 4],
"result" : "valid"
},
{
"tcId" : 3122,
"comment" : "y is maximal and (y + a) % radix**9 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "167cc199e65e3bad56536bb2e1910e8219311289e2fb3442d6de51ec038f1a67",
"tweak" : "6aef4c3f9f58f846abb3",
"msg" : [4, 7, 4, 1, 2, 8, 2, 7, 3, 8, 6, 5, 1, 9, 1, 7, 5, 5, 8],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 7, 4, 3, 5, 5, 5, 9, 9, 7],
"result" : "valid"
},
{
"tcId" : 3123,
"comment" : "y is maximal and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "167cc199e65e3bad56536bb2e1910e8219311289e2fb3442d6de51ec038f1a67",
"tweak" : "6aef4c3f9f58f846abb3",
"msg" : [2, 9, 2, 3, 8, 3, 4, 5, 2, 3, 1, 9, 9, 0, 8, 9, 4, 5, 1],
"ct" : [0, 8, 0, 8, 2, 1, 2, 4, 7, 3, 6, 4, 2, 7, 6, 5, 3, 3, 3],
"result" : "valid"
},
{
"tcId" : 3124,
"comment" : "y is maximal and a is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "167cc199e65e3bad56536bb2e1910e8219311289e2fb3442d6de51ec038f1a67",
"tweak" : "6aef4c3f9f58f846abb3",
"msg" : [3, 2, 1, 1, 4, 4, 6, 5, 3, 2, 4, 2, 3, 7, 4, 4, 8, 1, 5],
"ct" : [5, 4, 3, 9, 5, 0, 3, 3, 4, 4, 4, 6, 2, 7, 4, 0, 4, 7, 6],
"result" : "valid"
},
{
"tcId" : 3125,
"comment" : "y is maximal after modular reduction and (y + a) % radix**9 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "167cc199e65e3bad56536bb2e1910e8219311289e2fb3442d6de51ec038f1a67",
"tweak" : "c94ae3b1fde678dd45e5",
"msg" : [0, 6, 2, 6, 5, 4, 1, 5, 9, 9, 6, 5, 6, 5, 6, 8, 3, 6, 2],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 6, 7, 1, 7, 7, 3, 7, 7, 7, 9],
"result" : "valid"
},
{
"tcId" : 3126,
"comment" : "y is maximal after modular reduction and (y + a) % radix**9 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "167cc199e65e3bad56536bb2e1910e8219311289e2fb3442d6de51ec038f1a67",
"tweak" : "c94ae3b1fde678dd45e5",
"msg" : [2, 4, 9, 9, 9, 5, 4, 4, 5, 3, 2, 9, 1, 4, 7, 9, 9, 0, 5],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 6, 8, 2, 5, 1, 1, 0, 2],
"result" : "valid"
},
{
"tcId" : 3127,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "167cc199e65e3bad56536bb2e1910e8219311289e2fb3442d6de51ec038f1a67",
"tweak" : "c94ae3b1fde678dd45e5",
"msg" : [5, 2, 7, 6, 6, 0, 5, 5, 7, 2, 7, 7, 1, 3, 0, 0, 6, 6, 7],
"ct" : [5, 3, 6, 8, 7, 0, 9, 1, 1, 8, 6, 5, 6, 6, 7, 7, 9, 0, 9],
"result" : "valid"
},
{
"tcId" : 3128,
"comment" : "y is maximal after modular reduction and a is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "167cc199e65e3bad56536bb2e1910e8219311289e2fb3442d6de51ec038f1a67",
"tweak" : "c94ae3b1fde678dd45e5",
"msg" : [2, 8, 8, 8, 8, 0, 5, 7, 3, 8, 0, 1, 8, 4, 4, 0, 6, 5, 2],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 8, 1, 7, 7, 5, 9, 9, 6, 7, 6, 5],
"result" : "valid"
},
{
"tcId" : 3129,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "90af2fc415b43c929c9caacc73858d45c2abb6643ccc4a2949f97d009b7d81f0",
"tweak" : "9561fc88a8ee3dda",
"msg" : [-1, 2, 3, 2, 7, 6, 2, 4, 3, 8, 0, 1, 8, 7, 5, 1, 7, 7, 8],
"ct" : [2, 4, 9, 6, 7, 6, 9, 8, 6, 4, 3, 6, 0, 2, 6, 1, 4, 3, 5],
"result" : "invalid"
},
{
"tcId" : 3130,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "90af2fc415b43c929c9caacc73858d45c2abb6643ccc4a2949f97d009b7d81f0",
"tweak" : "9561fc88a8ee3dda",
"msg" : [5, 2, 3, 2, 7, 6, -1, 4, 3, 8, 0, 1, 8, 7, 5, 1, 7, 7, 8],
"ct" : [2, 7, 6, 2, 2, 6, 9, 1, 0, 1, 7, 2, 9, 7, 3, 8, 9, 1, 8],
"result" : "invalid"
},
{
"tcId" : 3131,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "90af2fc415b43c929c9caacc73858d45c2abb6643ccc4a2949f97d009b7d81f0",
"tweak" : "9561fc88a8ee3dda",
"msg" : [5, 2, 3, 2, 7, 6, 2, 4, 3, 8, 0, 1, 8, 7, 5, 1, 7, 7, -1],
"ct" : [4, 3, 8, 6, 5, 6, 6, 3, 8, 2, 7, 1, 8, 8, 5, 2, 6, 3, 4],
"result" : "invalid"
},
{
"tcId" : 3132,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "16a2bfeba2ee62cc1b90784261665fb976aa171a52fd632efc5efbc753dca413",
"tweak" : "70c4f00dd145b5ac",
"msg" : [10, 8, 6, 0, 0, 1, 6, 1, 0, 4, 2, 3, 8, 7, 8, 1, 7, 9, 5],
"ct" : [1, 4, 6, 3, 4, 5, 5, 1, 8, 1, 4, 3, 9, 6, 9, 3, 0, 6, 4],
"result" : "invalid"
},
{
"tcId" : 3133,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "16a2bfeba2ee62cc1b90784261665fb976aa171a52fd632efc5efbc753dca413",
"tweak" : "70c4f00dd145b5ac",
"msg" : [9, 8, 6, 0, 0, 1, 10, 1, 0, 4, 2, 3, 8, 7, 8, 1, 7, 9, 5],
"ct" : [3, 3, 1, 1, 3, 0, 8, 8, 7, 9, 4, 8, 9, 3, 5, 3, 1, 2, 5],
"result" : "invalid"
},
{
"tcId" : 3134,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "16a2bfeba2ee62cc1b90784261665fb976aa171a52fd632efc5efbc753dca413",
"tweak" : "70c4f00dd145b5ac",
"msg" : [9, 8, 6, 0, 0, 1, 6, 1, 0, 4, 2, 3, 8, 7, 8, 1, 7, 9, 10],
"ct" : [5, 0, 2, 8, 9, 3, 5, 7, 7, 4, 5, 7, 4, 9, 9, 9, 9, 8, 9],
"result" : "invalid"
}
]
},
{
"keySize" : 256,
"msgSize" : 20,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3135,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "4c4c444584b22485ca88c6afcdbb7beb70c7271f1dece986e93f8c26dceedde2",
"tweak" : "be2f2b3534bdde03",
"msg" : [3, 7, 4, 8, 8, 0, 4, 1, 1, 9, 9, 3, 0, 5, 3, 5, 9, 0, 5, 1],
"ct" : [8, 7, 4, 3, 7, 5, 9, 1, 0, 0, 7, 7, 4, 9, 7, 7, 0, 8, 6, 5],
"result" : "valid"
},
{
"tcId" : 3136,
"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" : [3, 1, 2, 4, 8, 5, 6, 7, 2, 0, 3, 3, 4, 8, 5, 6, 0, 7, 7, 9],
"result" : "valid"
},
{
"tcId" : 3137,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "cc62f7a4d5dd603b87bc299370ef1c02a975c118d52edd721b169df998fa8e26",
"tweak" : "14a5f056d3d03443",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [2, 3, 7, 9, 7, 6, 7, 9, 1, 9, 8, 1, 9, 7, 8, 7, 2, 9, 5, 2],
"result" : "valid"
},
{
"tcId" : 3138,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "cc62f7a4d5dd603b87bc299370ef1c02a975c118d52edd721b169df998fa8e26",
"tweak" : "14a5f056d3d03443",
"msg" : [8, 5, 8, 9, 9, 3, 4, 5, 9, 2, 8, 5, 8, 9, 9, 3, 4, 5, 9, 2],
"ct" : [6, 6, 1, 3, 2, 3, 9, 0, 8, 8, 8, 0, 8, 8, 7, 4, 5, 4, 7, 9],
"result" : "valid"
},
{
"tcId" : 3139,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "cc62f7a4d5dd603b87bc299370ef1c02a975c118d52edd721b169df998fa8e26",
"tweak" : "14a5f056d3d03443",
"msg" : [8, 5, 8, 9, 9, 3, 4, 5, 9, 1, 8, 5, 8, 9, 9, 3, 4, 5, 9, 1],
"ct" : [6, 8, 8, 7, 1, 9, 0, 8, 1, 6, 8, 0, 4, 2, 1, 0, 3, 2, 4, 3],
"result" : "valid"
},
{
"tcId" : 3140,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "cc62f7a4d5dd603b87bc299370ef1c02a975c118d52edd721b169df998fa8e26",
"tweak" : "14a5f056d3d03443",
"msg" : [8, 2, 3, 1, 2, 7, 8, 1, 7, 2, 2, 4, 8, 7, 2, 1, 7, 5, 2, 7],
"ct" : [2, 3, 1, 2, 3, 0, 3, 0, 7, 6, 7, 4, 3, 6, 2, 4, 1, 3, 8, 7],
"result" : "valid"
},
{
"tcId" : 3141,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "cc62f7a4d5dd603b87bc299370ef1c02a975c118d52edd721b169df998fa8e26",
"tweak" : "14a5f056d3d03443",
"msg" : [5, 7, 4, 1, 9, 5, 6, 8, 2, 5, 1, 8, 7, 0, 2, 2, 9, 6, 9, 2],
"ct" : [4, 9, 2, 0, 4, 5, 4, 4, 2, 7, 8, 4, 8, 9, 8, 9, 4, 1, 9, 8],
"result" : "valid"
},
{
"tcId" : 3142,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "cc62f7a4d5dd603b87bc299370ef1c02a975c118d52edd721b169df998fa8e26",
"tweak" : "14a5f056d3d03443",
"msg" : [1, 8, 4, 7, 1, 2, 1, 3, 5, 1, 8, 6, 6, 2, 7, 9, 5, 7, 2, 1],
"ct" : [8, 2, 0, 4, 4, 0, 3, 1, 1, 0, 0, 4, 0, 4, 1, 3, 2, 4, 5, 6],
"result" : "valid"
},
{
"tcId" : 3143,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "cc62f7a4d5dd603b87bc299370ef1c02a975c118d52edd721b169df998fa8e26",
"tweak" : "14a5f056d3d03443",
"msg" : [9, 6, 7, 9, 3, 5, 1, 5, 3, 5, 7, 2, 8, 8, 7, 7, 5, 9, 7, 9],
"ct" : [1, 0, 6, 3, 2, 4, 1, 9, 3, 6, 9, 7, 9, 8, 1, 3, 7, 6, 8, 1],
"result" : "valid"
},
{
"tcId" : 3144,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "cc62f7a4d5dd603b87bc299370ef1c02a975c118d52edd721b169df998fa8e26",
"tweak" : "14a5f056d3d03443",
"msg" : [5, 2, 5, 5, 3, 2, 9, 6, 9, 2, 1, 0, 2, 9, 6, 6, 5, 5, 7, 9],
"ct" : [2, 2, 4, 8, 0, 3, 6, 7, 5, 4, 1, 7, 8, 8, 8, 6, 4, 6, 2, 0],
"result" : "valid"
},
{
"tcId" : 3145,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "cc62f7a4d5dd603b87bc299370ef1c02a975c118d52edd721b169df998fa8e26",
"tweak" : "14a5f056d3d03443",
"msg" : [4, 1, 9, 7, 1, 3, 6, 2, 3, 1, 9, 9, 2, 6, 0, 6, 2, 3, 6, 3],
"ct" : [8, 1, 4, 5, 9, 3, 4, 8, 6, 9, 2, 0, 8, 9, 8, 5, 8, 1, 9, 7],
"result" : "valid"
},
{
"tcId" : 3146,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "cc62f7a4d5dd603b87bc299370ef1c02a975c118d52edd721b169df998fa8e26",
"tweak" : "14a5f056d3d03443",
"msg" : [9, 1, 9, 6, 5, 4, 9, 8, 0, 6, 9, 0, 5, 7, 7, 8, 2, 9, 3, 3],
"ct" : [3, 4, 6, 5, 0, 5, 6, 1, 1, 0, 4, 7, 2, 0, 5, 1, 6, 9, 0, 5],
"result" : "valid"
},
{
"tcId" : 3147,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "cc62f7a4d5dd603b87bc299370ef1c02a975c118d52edd721b169df998fa8e26",
"tweak" : "14a5f056d3d03443",
"msg" : [1, 9, 7, 0, 4, 4, 7, 1, 5, 3, 2, 9, 6, 4, 2, 1, 1, 7, 0, 2],
"ct" : [0, 4, 7, 9, 5, 8, 0, 7, 9, 3, 6, 4, 8, 7, 8, 5, 0, 0, 0, 4],
"result" : "valid"
},
{
"tcId" : 3148,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "cc62f7a4d5dd603b87bc299370ef1c02a975c118d52edd721b169df998fa8e26",
"tweak" : "14a5f056d3d03443",
"msg" : [4, 8, 5, 5, 4, 2, 2, 9, 7, 1, 2, 3, 2, 6, 1, 0, 3, 9, 5, 7],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 3149,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "cc62f7a4d5dd603b87bc299370ef1c02a975c118d52edd721b169df998fa8e26",
"tweak" : "14a5f056d3d03443",
"msg" : [8, 8, 1, 8, 1, 3, 1, 6, 8, 7, 0, 5, 1, 5, 9, 9, 6, 3, 6, 0],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 3150,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "cc62f7a4d5dd603b87bc299370ef1c02a975c118d52edd721b169df998fa8e26",
"tweak" : "14a5f056d3d03443",
"msg" : [4, 5, 7, 4, 2, 9, 7, 4, 3, 8, 7, 3, 9, 3, 2, 4, 6, 0, 3, 7],
"ct" : [8, 5, 8, 9, 9, 3, 4, 5, 9, 2, 8, 5, 8, 9, 9, 3, 4, 5, 9, 2],
"result" : "valid"
},
{
"tcId" : 3151,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "cc62f7a4d5dd603b87bc299370ef1c02a975c118d52edd721b169df998fa8e26",
"tweak" : "14a5f056d3d03443",
"msg" : [2, 8, 1, 9, 2, 7, 1, 7, 8, 6, 3, 0, 7, 0, 4, 3, 6, 6, 6, 6],
"ct" : [8, 5, 8, 9, 9, 3, 4, 5, 9, 1, 8, 5, 8, 9, 9, 3, 4, 5, 9, 1],
"result" : "valid"
},
{
"tcId" : 3152,
"comment" : "y = 0 and (y + a) % radix**10 == 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "10f839fb115e21f8a7b1801099f9f34b49c9f25e460cba5017097b0e7d7de4c5",
"tweak" : "03ad5413a9385882be8b",
"msg" : [2, 9, 1, 5, 9, 3, 1, 4, 9, 5, 5, 8, 1, 9, 4, 4, 3, 5, 7, 3],
"ct" : [5, 3, 0, 8, 0, 2, 2, 6, 5, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 3153,
"comment" : "y = 0 and a = 1 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "10f839fb115e21f8a7b1801099f9f34b49c9f25e460cba5017097b0e7d7de4c5",
"tweak" : "03ad5413a9385882be8b",
"msg" : [1, 8, 2, 9, 2, 1, 6, 5, 3, 2, 4, 3, 6, 0, 1, 4, 5, 7, 1, 2],
"ct" : [5, 3, 0, 8, 0, 2, 2, 6, 5, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1],
"result" : "valid"
},
{
"tcId" : 3154,
"comment" : "y = 0 and a has large Hamming weight in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "10f839fb115e21f8a7b1801099f9f34b49c9f25e460cba5017097b0e7d7de4c5",
"tweak" : "03ad5413a9385882be8b",
"msg" : [9, 9, 7, 1, 4, 7, 1, 0, 3, 0, 1, 8, 3, 0, 2, 0, 3, 0, 2, 9],
"ct" : [5, 3, 0, 8, 0, 2, 2, 6, 5, 3, 8, 5, 8, 9, 9, 3, 4, 5, 9, 2],
"result" : "valid"
},
{
"tcId" : 3155,
"comment" : "y = 0 and (y + a) % radix**10 is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "10f839fb115e21f8a7b1801099f9f34b49c9f25e460cba5017097b0e7d7de4c5",
"tweak" : "03ad5413a9385882be8b",
"msg" : [7, 0, 5, 5, 0, 3, 3, 1, 4, 3, 0, 4, 7, 2, 7, 6, 6, 9, 0, 2],
"ct" : [5, 3, 0, 8, 0, 2, 2, 6, 5, 3, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 3156,
"comment" : "y = 1 and a = 0 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "10f839fb115e21f8a7b1801099f9f34b49c9f25e460cba5017097b0e7d7de4c5",
"tweak" : "0d692649ef453bd8b640",
"msg" : [0, 3, 9, 1, 8, 0, 2, 1, 5, 4, 2, 2, 0, 4, 8, 5, 3, 9, 5, 3],
"ct" : [8, 5, 1, 9, 2, 0, 5, 5, 9, 2, 9, 1, 8, 9, 7, 6, 3, 0, 0, 8],
"result" : "valid"
},
{
"tcId" : 3157,
"comment" : "y = 1 and a = 1 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "10f839fb115e21f8a7b1801099f9f34b49c9f25e460cba5017097b0e7d7de4c5",
"tweak" : "0d692649ef453bd8b640",
"msg" : [0, 7, 0, 0, 4, 4, 4, 2, 9, 2, 1, 0, 2, 0, 5, 3, 8, 1, 7, 2],
"ct" : [6, 8, 6, 7, 2, 5, 2, 9, 7, 3, 3, 3, 4, 1, 6, 0, 9, 1, 7, 0],
"result" : "valid"
},
{
"tcId" : 3158,
"comment" : "y = 1 and a has large Hamming weight in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "10f839fb115e21f8a7b1801099f9f34b49c9f25e460cba5017097b0e7d7de4c5",
"tweak" : "0d692649ef453bd8b640",
"msg" : [5, 3, 0, 0, 7, 6, 1, 0, 4, 2, 4, 4, 6, 1, 3, 2, 9, 9, 9, 9],
"ct" : [5, 6, 1, 4, 1, 4, 5, 9, 9, 8, 8, 4, 2, 7, 0, 2, 6, 2, 2, 9],
"result" : "valid"
},
{
"tcId" : 3159,
"comment" : "y = 1 and (y + a) % radix**10 is maximal in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "10f839fb115e21f8a7b1801099f9f34b49c9f25e460cba5017097b0e7d7de4c5",
"tweak" : "0d692649ef453bd8b640",
"msg" : [8, 7, 8, 1, 9, 8, 7, 0, 5, 6, 7, 2, 7, 0, 2, 8, 3, 8, 8, 6],
"ct" : [6, 7, 3, 8, 0, 0, 4, 2, 8, 2, 6, 2, 8, 8, 1, 9, 7, 8, 6, 5],
"result" : "valid"
},
{
"tcId" : 3160,
"comment" : "y = 1 and (y + a) % radix**10 == 0 in round 3",
"flags" : [
"EdgeCasePrf"
],
"key" : "10f839fb115e21f8a7b1801099f9f34b49c9f25e460cba5017097b0e7d7de4c5",
"tweak" : "0d692649ef453bd8b640",
"msg" : [1, 5, 7, 3, 9, 8, 1, 3, 7, 5, 9, 2, 6, 6, 3, 9, 2, 7, 5, 3],
"ct" : [2, 2, 3, 5, 3, 4, 4, 4, 1, 6, 3, 7, 2, 2, 5, 2, 0, 8, 1, 0],
"result" : "valid"
},
{
"tcId" : 3161,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "9714c23e367079f041c8995c71c4be459f8f46023e9e166321100a423aca6b28",
"tweak" : "daa46c7bc98cf1f4",
"msg" : [-1, 3, 6, 9, 1, 2, 1, 8, 3, 2, 9, 8, 2, 8, 3, 5, 8, 7, 3, 5],
"ct" : [0, 6, 3, 9, 6, 1, 6, 3, 1, 3, 7, 5, 9, 4, 6, 9, 8, 2, 6, 4],
"result" : "invalid"
},
{
"tcId" : 3162,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "9714c23e367079f041c8995c71c4be459f8f46023e9e166321100a423aca6b28",
"tweak" : "daa46c7bc98cf1f4",
"msg" : [1, 3, 6, 9, 1, 2, -1, 8, 3, 2, 9, 8, 2, 8, 3, 5, 8, 7, 3, 5],
"ct" : [9, 3, 4, 9, 4, 6, 0, 7, 7, 7, 0, 8, 9, 9, 7, 8, 5, 9, 1, 4],
"result" : "invalid"
},
{
"tcId" : 3163,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "9714c23e367079f041c8995c71c4be459f8f46023e9e166321100a423aca6b28",
"tweak" : "daa46c7bc98cf1f4",
"msg" : [1, 3, 6, 9, 1, 2, 1, 8, 3, 2, 9, 8, 2, 8, 3, 5, 8, 7, 3, -1],
"ct" : [5, 6, 7, 2, 2, 4, 8, 5, 2, 4, 4, 7, 4, 4, 2, 6, 3, 8, 4, 0],
"result" : "invalid"
},
{
"tcId" : 3164,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "ed6f5124b80ea9d7017a89e685f2b7af4d51d050da1e2524054d52e1eaff0b2c",
"tweak" : "e5d408819ec2b37d",
"msg" : [10, 1, 3, 0, 6, 9, 1, 0, 9, 0, 9, 8, 0, 5, 0, 1, 6, 1, 8, 8],
"ct" : [0, 1, 4, 5, 7, 5, 6, 2, 9, 0, 2, 2, 2, 2, 5, 7, 9, 1, 0, 2],
"result" : "invalid"
},
{
"tcId" : 3165,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "ed6f5124b80ea9d7017a89e685f2b7af4d51d050da1e2524054d52e1eaff0b2c",
"tweak" : "e5d408819ec2b37d",
"msg" : [6, 1, 3, 0, 6, 9, 10, 0, 9, 0, 9, 8, 0, 5, 0, 1, 6, 1, 8, 8],
"ct" : [2, 8, 0, 6, 5, 7, 5, 3, 9, 4, 6, 6, 9, 6, 3, 6, 2, 4, 8, 4],
"result" : "invalid"
},
{
"tcId" : 3166,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "ed6f5124b80ea9d7017a89e685f2b7af4d51d050da1e2524054d52e1eaff0b2c",
"tweak" : "e5d408819ec2b37d",
"msg" : [6, 1, 3, 0, 6, 9, 1, 0, 9, 0, 9, 8, 0, 5, 0, 1, 6, 1, 8, 10],
"ct" : [9, 0, 8, 5, 6, 8, 5, 5, 1, 6, 0, 1, 8, 0, 9, 3, 9, 9, 4, 6],
"result" : "invalid"
}
]
},
{
"keySize" : 256,
"msgSize" : 21,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3167,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "dda27ee12a33f1e1d641185aa62d77f8788cb29adf7c1d869e5476e04cf8d6a2",
"tweak" : "a07df02be247e7f9",
"msg" : [4, 9, 6, 5, 6, 3, 8, 5, 2, 3, 4, 2, 7, 8, 7, 3, 4, 9, 0, 4, 0],
"ct" : [3, 9, 3, 4, 1, 0, 4, 3, 1, 3, 7, 9, 2, 3, 0, 3, 5, 0, 0, 6, 9],
"result" : "valid"
},
{
"tcId" : 3168,
"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" : [7, 4, 5, 6, 9, 1, 2, 2, 7, 6, 3, 0, 2, 0, 7, 3, 0, 9, 0, 5, 7],
"result" : "valid"
},
{
"tcId" : 3169,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "28648ae225b31d1b26051edbaf12560a65fdedd99c2dce41109b6d9e23647c62",
"tweak" : "15ed7a9f2c4ead98",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [7, 6, 8, 4, 5, 8, 9, 1, 6, 4, 7, 3, 8, 0, 8, 1, 0, 2, 4, 3, 2],
"result" : "valid"
},
{
"tcId" : 3170,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "28648ae225b31d1b26051edbaf12560a65fdedd99c2dce41109b6d9e23647c62",
"tweak" : "15ed7a9f2c4ead98",
"msg" : [8, 5, 8, 9, 9, 3, 4, 5, 9, 2, 6, 8, 7, 1, 9, 4, 7, 6, 7, 3, 6],
"ct" : [9, 9, 3, 7, 2, 0, 6, 8, 2, 3, 1, 2, 5, 1, 1, 9, 6, 0, 6, 2, 3],
"result" : "valid"
},
{
"tcId" : 3171,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "28648ae225b31d1b26051edbaf12560a65fdedd99c2dce41109b6d9e23647c62",
"tweak" : "15ed7a9f2c4ead98",
"msg" : [8, 5, 8, 9, 9, 3, 4, 5, 9, 1, 6, 8, 7, 1, 9, 4, 7, 6, 7, 3, 5],
"ct" : [7, 1, 8, 6, 4, 1, 2, 9, 0, 1, 3, 0, 8, 4, 6, 9, 0, 4, 7, 6, 2],
"result" : "valid"
},
{
"tcId" : 3172,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "28648ae225b31d1b26051edbaf12560a65fdedd99c2dce41109b6d9e23647c62",
"tweak" : "15ed7a9f2c4ead98",
"msg" : [0, 0, 2, 1, 5, 6, 5, 7, 0, 9, 5, 2, 7, 4, 6, 5, 4, 1, 0, 8, 9],
"ct" : [8, 5, 5, 8, 4, 7, 0, 8, 2, 3, 6, 1, 3, 9, 7, 8, 3, 2, 8, 0, 8],
"result" : "valid"
},
{
"tcId" : 3173,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "28648ae225b31d1b26051edbaf12560a65fdedd99c2dce41109b6d9e23647c62",
"tweak" : "15ed7a9f2c4ead98",
"msg" : [9, 7, 9, 0, 5, 2, 2, 3, 2, 0, 7, 5, 6, 0, 9, 6, 9, 2, 6, 2, 4],
"ct" : [3, 6, 5, 8, 9, 0, 0, 3, 2, 8, 5, 4, 2, 9, 3, 0, 1, 7, 3, 9, 5],
"result" : "valid"
},
{
"tcId" : 3174,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "28648ae225b31d1b26051edbaf12560a65fdedd99c2dce41109b6d9e23647c62",
"tweak" : "15ed7a9f2c4ead98",
"msg" : [9, 5, 6, 2, 7, 4, 5, 7, 4, 8, 9, 8, 7, 7, 1, 7, 6, 4, 3, 9, 9],
"ct" : [5, 7, 2, 8, 0, 9, 5, 2, 7, 7, 2, 7, 3, 1, 7, 1, 8, 7, 6, 1, 2],
"result" : "valid"
},
{
"tcId" : 3175,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "28648ae225b31d1b26051edbaf12560a65fdedd99c2dce41109b6d9e23647c62",
"tweak" : "15ed7a9f2c4ead98",
"msg" : [1, 8, 0, 9, 5, 2, 8, 2, 0, 6, 5, 6, 7, 1, 4, 4, 1, 8, 3, 6, 4],
"ct" : [8, 6, 9, 8, 6, 7, 9, 3, 0, 1, 8, 9, 0, 9, 7, 3, 3, 8, 0, 6, 1],
"result" : "valid"
},
{
"tcId" : 3176,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "28648ae225b31d1b26051edbaf12560a65fdedd99c2dce41109b6d9e23647c62",
"tweak" : "15ed7a9f2c4ead98",
"msg" : [8, 3, 1, 5, 4, 9, 4, 6, 8, 2, 0, 2, 6, 7, 9, 7, 1, 8, 0, 0, 1],
"ct" : [3, 1, 1, 7, 7, 1, 5, 0, 1, 9, 5, 3, 2, 2, 7, 3, 5, 3, 1, 0, 5],
"result" : "valid"
},
{
"tcId" : 3177,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "28648ae225b31d1b26051edbaf12560a65fdedd99c2dce41109b6d9e23647c62",
"tweak" : "15ed7a9f2c4ead98",
"msg" : [7, 0, 2, 3, 2, 3, 0, 6, 9, 4, 9, 6, 9, 5, 7, 5, 3, 8, 7, 2, 2],
"ct" : [0, 6, 0, 6, 7, 5, 7, 9, 2, 5, 5, 8, 5, 3, 3, 1, 5, 1, 8, 7, 2],
"result" : "valid"
},
{
"tcId" : 3178,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "28648ae225b31d1b26051edbaf12560a65fdedd99c2dce41109b6d9e23647c62",
"tweak" : "15ed7a9f2c4ead98",
"msg" : [0, 3, 1, 6, 9, 5, 8, 6, 5, 8, 0, 9, 5, 5, 6, 2, 0, 7, 7, 0, 8],
"ct" : [4, 2, 5, 0, 8, 6, 8, 6, 4, 6, 8, 3, 7, 7, 5, 2, 8, 7, 0, 8, 4],
"result" : "valid"
},
{
"tcId" : 3179,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "28648ae225b31d1b26051edbaf12560a65fdedd99c2dce41109b6d9e23647c62",
"tweak" : "15ed7a9f2c4ead98",
"msg" : [2, 3, 2, 0, 4, 3, 6, 0, 6, 0, 8, 6, 3, 0, 7, 9, 4, 0, 9, 1, 0],
"ct" : [7, 2, 7, 0, 5, 9, 5, 9, 7, 2, 0, 5, 5, 5, 1, 8, 6, 8, 8, 6, 7],
"result" : "valid"
},
{
"tcId" : 3180,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "28648ae225b31d1b26051edbaf12560a65fdedd99c2dce41109b6d9e23647c62",
"tweak" : "15ed7a9f2c4ead98",
"msg" : [0, 7, 6, 4, 5, 9, 8, 0, 1, 4, 7, 6, 1, 3, 1, 6, 9, 5, 4, 8, 2],
"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" : 3181,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "28648ae225b31d1b26051edbaf12560a65fdedd99c2dce41109b6d9e23647c62",
"tweak" : "15ed7a9f2c4ead98",
"msg" : [3, 1, 7, 3, 2, 8, 1, 1, 9, 6, 4, 8, 9, 5, 6, 3, 4, 1, 5, 0, 0],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 3182,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "28648ae225b31d1b26051edbaf12560a65fdedd99c2dce41109b6d9e23647c62",
"tweak" : "15ed7a9f2c4ead98",
"msg" : [4, 6, 1, 0, 8, 3, 1, 8, 7, 0, 6, 0, 9, 1, 5, 7, 5, 4, 7, 3, 9],
"ct" : [8, 5, 8, 9, 9, 3, 4, 5, 9, 2, 6, 8, 7, 1, 9, 4, 7, 6, 7, 3, 6],
"result" : "valid"
},
{
"tcId" : 3183,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "28648ae225b31d1b26051edbaf12560a65fdedd99c2dce41109b6d9e23647c62",
"tweak" : "15ed7a9f2c4ead98",
"msg" : [6, 8, 1, 0, 7, 8, 0, 3, 4, 1, 4, 1, 2, 2, 1, 2, 5, 3, 9, 4, 1],
"ct" : [8, 5, 8, 9, 9, 3, 4, 5, 9, 1, 6, 8, 7, 1, 9, 4, 7, 6, 7, 3, 5],
"result" : "valid"
},
{
"tcId" : 3184,
"comment" : "y = 0 and (y + a) % radix**10 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "5f8dfaddff519676a9e8d7fcaeeafd3513b45b84f7047fbc0f71f3b73169ec02",
"tweak" : "730ddb24ff07806d6a49",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 1, 8, 7, 6, 8, 0, 0, 1, 1, 8],
"ct" : [1, 7, 6, 1, 8, 5, 9, 7, 0, 0, 8, 9, 6, 3, 1, 7, 1, 8, 4, 5, 9],
"result" : "valid"
},
{
"tcId" : 3185,
"comment" : "y = 0 and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "5f8dfaddff519676a9e8d7fcaeeafd3513b45b84f7047fbc0f71f3b73169ec02",
"tweak" : "730ddb24ff07806d6a49",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 1, 8, 7, 6, 8, 0, 0, 1, 1, 8],
"ct" : [3, 7, 1, 9, 7, 9, 1, 4, 4, 7, 6, 0, 2, 2, 4, 1, 1, 6, 6, 1, 0],
"result" : "valid"
},
{
"tcId" : 3186,
"comment" : "y = 0 and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "5f8dfaddff519676a9e8d7fcaeeafd3513b45b84f7047fbc0f71f3b73169ec02",
"tweak" : "730ddb24ff07806d6a49",
"msg" : [8, 5, 8, 9, 9, 3, 4, 5, 9, 2, 2, 1, 8, 7, 6, 8, 0, 0, 1, 1, 8],
"ct" : [2, 3, 2, 1, 9, 5, 7, 8, 0, 4, 2, 2, 6, 3, 8, 3, 9, 9, 6, 4, 7],
"result" : "valid"
},
{
"tcId" : 3187,
"comment" : "y = 0 and (y + a) % radix**10 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "5f8dfaddff519676a9e8d7fcaeeafd3513b45b84f7047fbc0f71f3b73169ec02",
"tweak" : "730ddb24ff07806d6a49",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 2, 1, 8, 7, 6, 8, 0, 0, 1, 1, 8],
"ct" : [0, 1, 6, 1, 6, 8, 4, 4, 4, 5, 6, 4, 7, 7, 1, 0, 1, 8, 6, 5, 1],
"result" : "valid"
},
{
"tcId" : 3188,
"comment" : "y = 1 and a = 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "5f8dfaddff519676a9e8d7fcaeeafd3513b45b84f7047fbc0f71f3b73169ec02",
"tweak" : "48bb26cae5a1ed771fad",
"msg" : [7, 3, 3, 7, 3, 9, 7, 2, 9, 8, 2, 7, 9, 4, 8, 3, 3, 2, 2, 1, 0],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 7, 6, 4, 6, 6, 8, 7, 1, 0, 8, 0],
"result" : "valid"
},
{
"tcId" : 3189,
"comment" : "y = 1 and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "5f8dfaddff519676a9e8d7fcaeeafd3513b45b84f7047fbc0f71f3b73169ec02",
"tweak" : "48bb26cae5a1ed771fad",
"msg" : [3, 9, 2, 2, 7, 9, 5, 7, 4, 1, 8, 7, 7, 9, 2, 7, 8, 7, 3, 0, 4],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 8, 1, 4, 2, 0, 6, 3, 4, 6, 9, 8],
"result" : "valid"
},
{
"tcId" : 3190,
"comment" : "y = 1 and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "5f8dfaddff519676a9e8d7fcaeeafd3513b45b84f7047fbc0f71f3b73169ec02",
"tweak" : "48bb26cae5a1ed771fad",
"msg" : [1, 1, 7, 9, 6, 8, 7, 2, 8, 0, 7, 1, 7, 5, 0, 9, 3, 6, 2, 5, 5],
"ct" : [8, 5, 8, 9, 9, 3, 4, 5, 9, 3, 0, 4, 9, 7, 8, 2, 5, 2, 2, 9, 5],
"result" : "valid"
},
{
"tcId" : 3191,
"comment" : "y = 1 and (y + a) % radix**10 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "5f8dfaddff519676a9e8d7fcaeeafd3513b45b84f7047fbc0f71f3b73169ec02",
"tweak" : "48bb26cae5a1ed771fad",
"msg" : [6, 9, 8, 3, 8, 4, 8, 3, 0, 8, 3, 5, 7, 4, 5, 3, 9, 4, 0, 3, 1],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 2, 0, 6, 7, 4, 8, 1, 2, 5, 6, 8],
"result" : "valid"
},
{
"tcId" : 3192,
"comment" : "y = 1 and (y + a) % radix**10 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "5f8dfaddff519676a9e8d7fcaeeafd3513b45b84f7047fbc0f71f3b73169ec02",
"tweak" : "48bb26cae5a1ed771fad",
"msg" : [6, 5, 8, 0, 1, 2, 2, 8, 9, 4, 9, 8, 7, 7, 1, 7, 5, 8, 4, 6, 4],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 5, 9, 7, 0, 6, 1, 5, 9, 8, 9],
"result" : "valid"
},
{
"tcId" : 3193,
"comment" : "y is maximal and a = 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "5f8dfaddff519676a9e8d7fcaeeafd3513b45b84f7047fbc0f71f3b73169ec02",
"tweak" : "61b67424758f5d916c05",
"msg" : [1, 1, 5, 6, 0, 7, 7, 0, 1, 5, 1, 3, 3, 6, 1, 8, 4, 0, 4, 5, 1],
"ct" : [4, 8, 8, 6, 0, 2, 1, 8, 0, 7, 5, 0, 6, 3, 8, 6, 0, 8, 0, 1, 3],
"result" : "valid"
},
{
"tcId" : 3194,
"comment" : "y is maximal and a = 1 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "5f8dfaddff519676a9e8d7fcaeeafd3513b45b84f7047fbc0f71f3b73169ec02",
"tweak" : "61b67424758f5d916c05",
"msg" : [6, 9, 7, 8, 7, 3, 3, 8, 0, 5, 3, 6, 2, 3, 8, 6, 1, 0, 2, 8, 0],
"ct" : [2, 6, 4, 5, 4, 6, 7, 2, 1, 6, 5, 4, 9, 9, 0, 1, 0, 4, 2, 2, 1],
"result" : "valid"
},
{
"tcId" : 3195,
"comment" : "y is maximal and (y + a) % radix**10 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "5f8dfaddff519676a9e8d7fcaeeafd3513b45b84f7047fbc0f71f3b73169ec02",
"tweak" : "61b67424758f5d916c05",
"msg" : [6, 7, 7, 2, 1, 6, 2, 2, 1, 5, 7, 2, 0, 9, 1, 2, 7, 4, 2, 3, 9],
"ct" : [6, 5, 5, 9, 8, 7, 5, 8, 9, 1, 5, 2, 9, 0, 7, 4, 1, 5, 1, 6, 5],
"result" : "valid"
},
{
"tcId" : 3196,
"comment" : "y is maximal and (y + a) % radix**10 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "5f8dfaddff519676a9e8d7fcaeeafd3513b45b84f7047fbc0f71f3b73169ec02",
"tweak" : "61b67424758f5d916c05",
"msg" : [3, 7, 9, 7, 8, 9, 2, 2, 1, 9, 9, 7, 9, 8, 0, 4, 5, 5, 2, 1, 8],
"ct" : [0, 9, 1, 1, 2, 1, 5, 0, 4, 3, 2, 6, 6, 6, 8, 7, 5, 9, 8, 2, 4],
"result" : "valid"
},
{
"tcId" : 3197,
"comment" : "y is maximal and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "5f8dfaddff519676a9e8d7fcaeeafd3513b45b84f7047fbc0f71f3b73169ec02",
"tweak" : "61b67424758f5d916c05",
"msg" : [2, 7, 6, 5, 6, 5, 6, 2, 5, 8, 9, 5, 1, 4, 7, 3, 4, 0, 8, 8, 1],
"ct" : [5, 3, 3, 2, 9, 2, 7, 1, 0, 1, 1, 7, 1, 9, 2, 1, 3, 8, 9, 4, 7],
"result" : "valid"
},
{
"tcId" : 3198,
"comment" : "y is maximal and a is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "5f8dfaddff519676a9e8d7fcaeeafd3513b45b84f7047fbc0f71f3b73169ec02",
"tweak" : "61b67424758f5d916c05",
"msg" : [3, 2, 8, 5, 5, 7, 2, 3, 4, 3, 3, 1, 5, 1, 2, 9, 0, 3, 1, 8, 5],
"ct" : [9, 0, 7, 8, 0, 3, 5, 1, 6, 4, 6, 7, 4, 3, 7, 2, 2, 2, 0, 1, 4],
"result" : "valid"
},
{
"tcId" : 3199,
"comment" : "y is edge case for modular reduction and a = 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "5f8dfaddff519676a9e8d7fcaeeafd3513b45b84f7047fbc0f71f3b73169ec02",
"tweak" : "4b43e880527901dddc69",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 1, 0, 7, 4, 7, 3, 9, 5, 0, 1],
"ct" : [3, 6, 3, 4, 3, 6, 2, 3, 5, 7, 3, 0, 1, 8, 4, 9, 4, 1, 8, 0, 6],
"result" : "valid"
},
{
"tcId" : 3200,
"comment" : "y is edge case for modular reduction and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "5f8dfaddff519676a9e8d7fcaeeafd3513b45b84f7047fbc0f71f3b73169ec02",
"tweak" : "4b43e880527901dddc69",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 4, 1, 0, 7, 4, 7, 3, 9, 5, 0, 1],
"ct" : [2, 6, 8, 1, 6, 9, 0, 6, 5, 8, 9, 6, 6, 5, 4, 9, 4, 3, 1, 2, 1],
"result" : "valid"
},
{
"tcId" : 3201,
"comment" : "y is edge case for modular reduction and (y + a) % radix**10 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "5f8dfaddff519676a9e8d7fcaeeafd3513b45b84f7047fbc0f71f3b73169ec02",
"tweak" : "4b43e880527901dddc69",
"msg" : [6, 4, 5, 6, 0, 4, 9, 6, 6, 9, 4, 1, 0, 7, 4, 7, 3, 9, 5, 0, 1],
"ct" : [0, 6, 2, 0, 5, 5, 1, 8, 8, 4, 5, 7, 2, 5, 8, 0, 6, 8, 8, 5, 5],
"result" : "valid"
},
{
"tcId" : 3202,
"comment" : "y is edge case for modular reduction and (y + a) % radix**10 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "5f8dfaddff519676a9e8d7fcaeeafd3513b45b84f7047fbc0f71f3b73169ec02",
"tweak" : "4b43e880527901dddc69",
"msg" : [6, 4, 5, 6, 0, 4, 9, 6, 7, 0, 4, 1, 0, 7, 4, 7, 3, 9, 5, 0, 1],
"ct" : [2, 6, 3, 2, 8, 7, 2, 4, 1, 9, 4, 7, 4, 9, 1, 5, 6, 4, 4, 4, 2],
"result" : "valid"
},
{
"tcId" : 3203,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "5f8dfaddff519676a9e8d7fcaeeafd3513b45b84f7047fbc0f71f3b73169ec02",
"tweak" : "4b43e880527901dddc69",
"msg" : [8, 5, 8, 9, 9, 3, 4, 5, 9, 2, 4, 1, 0, 7, 4, 7, 3, 9, 5, 0, 1],
"ct" : [2, 9, 3, 8, 6, 2, 7, 8, 5, 0, 3, 0, 7, 9, 3, 6, 3, 7, 5, 8, 5],
"result" : "valid"
},
{
"tcId" : 3204,
"comment" : "y is edge case for modular reduction and a is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "5f8dfaddff519676a9e8d7fcaeeafd3513b45b84f7047fbc0f71f3b73169ec02",
"tweak" : "4b43e880527901dddc69",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 4, 1, 0, 7, 4, 7, 3, 9, 5, 0, 1],
"ct" : [3, 1, 4, 4, 7, 6, 6, 6, 5, 2, 6, 8, 4, 7, 8, 1, 0, 3, 3, 1, 1],
"result" : "valid"
},
{
"tcId" : 3205,
"comment" : "y is maximal after modular reduction and (y + a) % radix**10 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "5f8dfaddff519676a9e8d7fcaeeafd3513b45b84f7047fbc0f71f3b73169ec02",
"tweak" : "b467091063b117acbd3f",
"msg" : [7, 1, 8, 3, 3, 6, 9, 7, 0, 9, 5, 9, 2, 3, 4, 1, 7, 5, 1, 0, 0],
"ct" : [7, 6, 6, 5, 0, 5, 5, 8, 1, 0, 8, 2, 7, 2, 1, 3, 6, 2, 7, 0, 2],
"result" : "valid"
},
{
"tcId" : 3206,
"comment" : "y is maximal after modular reduction and (y + a) % radix**10 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "5f8dfaddff519676a9e8d7fcaeeafd3513b45b84f7047fbc0f71f3b73169ec02",
"tweak" : "b467091063b117acbd3f",
"msg" : [5, 2, 6, 2, 7, 8, 4, 9, 1, 4, 8, 3, 2, 5, 0, 4, 1, 2, 8, 5, 9],
"ct" : [1, 3, 6, 8, 5, 6, 5, 2, 3, 2, 2, 5, 2, 0, 1, 0, 6, 4, 2, 8, 6],
"result" : "valid"
},
{
"tcId" : 3207,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "5f8dfaddff519676a9e8d7fcaeeafd3513b45b84f7047fbc0f71f3b73169ec02",
"tweak" : "b467091063b117acbd3f",
"msg" : [9, 9, 1, 2, 9, 2, 0, 7, 9, 2, 7, 8, 8, 1, 8, 8, 8, 4, 4, 2, 9],
"ct" : [6, 1, 0, 1, 7, 7, 4, 9, 2, 2, 3, 6, 2, 4, 7, 8, 5, 5, 5, 1, 3],
"result" : "valid"
},
{
"tcId" : 3208,
"comment" : "y is maximal after modular reduction and a is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "5f8dfaddff519676a9e8d7fcaeeafd3513b45b84f7047fbc0f71f3b73169ec02",
"tweak" : "b467091063b117acbd3f",
"msg" : [3, 0, 2, 5, 6, 5, 0, 5, 0, 8, 2, 5, 2, 8, 8, 7, 4, 7, 8, 1, 2],
"ct" : [4, 3, 7, 3, 7, 0, 0, 0, 2, 2, 9, 0, 5, 7, 1, 6, 2, 5, 7, 0, 1],
"result" : "valid"
},
{
"tcId" : 3209,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "65dbc8d7be3b70b0909f0a93a8b4f007cd51c594b20b8f3f470ca5e86468626d",
"tweak" : "5b8af4b3a1f2cd3c",
"msg" : [-1, 0, 3, 8, 5, 9, 4, 2, 8, 1, 8, 2, 6, 8, 4, 1, 8, 5, 1, 5, 6],
"ct" : [5, 6, 5, 3, 9, 9, 1, 0, 7, 5, 3, 8, 6, 2, 1, 9, 4, 4, 3, 7, 7],
"result" : "invalid"
},
{
"tcId" : 3210,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "65dbc8d7be3b70b0909f0a93a8b4f007cd51c594b20b8f3f470ca5e86468626d",
"tweak" : "5b8af4b3a1f2cd3c",
"msg" : [0, 0, 3, 8, 5, 9, 4, -1, 8, 1, 8, 2, 6, 8, 4, 1, 8, 5, 1, 5, 6],
"ct" : [9, 3, 8, 6, 2, 8, 7, 7, 4, 4, 9, 1, 5, 2, 3, 5, 9, 5, 5, 3, 6],
"result" : "invalid"
},
{
"tcId" : 3211,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "65dbc8d7be3b70b0909f0a93a8b4f007cd51c594b20b8f3f470ca5e86468626d",
"tweak" : "5b8af4b3a1f2cd3c",
"msg" : [0, 0, 3, 8, 5, 9, 4, 2, 8, 1, 8, 2, 6, 8, 4, 1, 8, 5, 1, 5, -1],
"ct" : [3, 0, 2, 7, 2, 7, 1, 0, 8, 1, 6, 6, 7, 8, 1, 1, 9, 9, 7, 2, 6],
"result" : "invalid"
},
{
"tcId" : 3212,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "70a11a7c7220569350a08016cfa9f4eee459f50569721501cb643e29c5ba523f",
"tweak" : "102dadabc91a106f",
"msg" : [10, 5, 1, 5, 7, 2, 5, 5, 5, 6, 4, 1, 9, 0, 6, 8, 7, 1, 8, 9, 2],
"ct" : [3, 0, 3, 0, 2, 1, 4, 4, 4, 2, 7, 7, 2, 9, 8, 5, 2, 1, 0, 8, 6],
"result" : "invalid"
},
{
"tcId" : 3213,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "70a11a7c7220569350a08016cfa9f4eee459f50569721501cb643e29c5ba523f",
"tweak" : "102dadabc91a106f",
"msg" : [3, 5, 1, 5, 7, 2, 5, 10, 5, 6, 4, 1, 9, 0, 6, 8, 7, 1, 8, 9, 2],
"ct" : [8, 9, 6, 3, 0, 1, 9, 2, 7, 3, 1, 7, 1, 6, 6, 4, 7, 5, 5, 6, 7],
"result" : "invalid"
},
{
"tcId" : 3214,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "70a11a7c7220569350a08016cfa9f4eee459f50569721501cb643e29c5ba523f",
"tweak" : "102dadabc91a106f",
"msg" : [3, 5, 1, 5, 7, 2, 5, 5, 5, 6, 4, 1, 9, 0, 6, 8, 7, 1, 8, 9, 10],
"ct" : [1, 9, 6, 0, 3, 0, 1, 2, 1, 1, 4, 5, 2, 6, 5, 9, 9, 1, 2, 0, 3],
"result" : "invalid"
}
]
},
{
"keySize" : 256,
"msgSize" : 22,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3215,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "e4d7316dc8f207a390bb0975ae78c2a506361b7a3c762dc970dff471d015a634",
"tweak" : "457e89bd400af1ab",
"msg" : [4, 5, 8, 6, 2, 4, 6, 4, 6, 2, 5, 6, 7, 9, 6, 7, 6, 6, 6, 4, 2, 1],
"ct" : [3, 3, 7, 0, 8, 4, 2, 0, 5, 1, 5, 5, 2, 9, 0, 4, 7, 4, 0, 9, 8, 5],
"result" : "valid"
},
{
"tcId" : 3216,
"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" : [8, 5, 0, 7, 3, 6, 6, 2, 2, 1, 8, 6, 8, 6, 4, 0, 5, 8, 2, 7, 8, 4],
"result" : "valid"
},
{
"tcId" : 3217,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "731e3d4f9a9e528c460a1decba05b67b8d6fc00bff7c8d8c5574f571fb389997",
"tweak" : "69c0fd7f8b3219e9",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [2, 7, 5, 6, 4, 3, 8, 3, 0, 2, 1, 8, 8, 4, 9, 0, 8, 7, 6, 5, 4, 4],
"result" : "valid"
},
{
"tcId" : 3218,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "731e3d4f9a9e528c460a1decba05b67b8d6fc00bff7c8d8c5574f571fb389997",
"tweak" : "69c0fd7f8b3219e9",
"msg" : [6, 8, 7, 1, 9, 4, 7, 6, 7, 3, 6, 6, 8, 7, 1, 9, 4, 7, 6, 7, 3, 6],
"ct" : [9, 6, 3, 0, 9, 1, 4, 6, 6, 7, 7, 9, 7, 4, 1, 9, 5, 1, 2, 7, 6, 1],
"result" : "valid"
},
{
"tcId" : 3219,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "731e3d4f9a9e528c460a1decba05b67b8d6fc00bff7c8d8c5574f571fb389997",
"tweak" : "69c0fd7f8b3219e9",
"msg" : [6, 8, 7, 1, 9, 4, 7, 6, 7, 3, 5, 6, 8, 7, 1, 9, 4, 7, 6, 7, 3, 5],
"ct" : [8, 3, 2, 8, 7, 5, 5, 6, 5, 3, 6, 9, 7, 4, 7, 7, 8, 9, 8, 5, 4, 0],
"result" : "valid"
},
{
"tcId" : 3220,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "731e3d4f9a9e528c460a1decba05b67b8d6fc00bff7c8d8c5574f571fb389997",
"tweak" : "69c0fd7f8b3219e9",
"msg" : [4, 8, 8, 1, 5, 0, 6, 9, 8, 3, 0, 4, 7, 9, 9, 8, 3, 6, 4, 5, 0, 2],
"ct" : [8, 2, 8, 5, 3, 6, 9, 5, 0, 6, 5, 2, 3, 5, 7, 1, 0, 2, 9, 7, 1, 0],
"result" : "valid"
},
{
"tcId" : 3221,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "731e3d4f9a9e528c460a1decba05b67b8d6fc00bff7c8d8c5574f571fb389997",
"tweak" : "69c0fd7f8b3219e9",
"msg" : [0, 5, 6, 0, 7, 7, 2, 2, 0, 3, 4, 2, 8, 5, 0, 1, 2, 9, 7, 2, 8, 8],
"ct" : [3, 2, 2, 4, 2, 1, 3, 4, 8, 2, 1, 7, 5, 3, 9, 8, 2, 5, 1, 4, 4, 7],
"result" : "valid"
},
{
"tcId" : 3222,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "731e3d4f9a9e528c460a1decba05b67b8d6fc00bff7c8d8c5574f571fb389997",
"tweak" : "69c0fd7f8b3219e9",
"msg" : [7, 8, 1, 7, 9, 8, 4, 7, 3, 8, 0, 4, 0, 4, 1, 0, 6, 4, 5, 6, 6, 6],
"ct" : [5, 6, 7, 2, 4, 2, 6, 8, 3, 7, 2, 5, 9, 8, 9, 8, 7, 3, 9, 5, 8, 9],
"result" : "valid"
},
{
"tcId" : 3223,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "731e3d4f9a9e528c460a1decba05b67b8d6fc00bff7c8d8c5574f571fb389997",
"tweak" : "69c0fd7f8b3219e9",
"msg" : [9, 6, 9, 7, 5, 9, 1, 4, 3, 4, 2, 5, 8, 6, 1, 9, 5, 8, 9, 7, 2, 7],
"ct" : [7, 1, 0, 5, 8, 3, 8, 3, 5, 2, 5, 6, 8, 2, 4, 1, 6, 5, 0, 5, 3, 2],
"result" : "valid"
},
{
"tcId" : 3224,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "731e3d4f9a9e528c460a1decba05b67b8d6fc00bff7c8d8c5574f571fb389997",
"tweak" : "69c0fd7f8b3219e9",
"msg" : [7, 7, 8, 5, 1, 1, 8, 4, 5, 1, 0, 8, 4, 1, 9, 3, 0, 5, 7, 9, 9, 9],
"ct" : [1, 3, 3, 7, 1, 1, 0, 3, 4, 9, 0, 5, 9, 7, 6, 6, 4, 9, 6, 9, 1, 4],
"result" : "valid"
},
{
"tcId" : 3225,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "731e3d4f9a9e528c460a1decba05b67b8d6fc00bff7c8d8c5574f571fb389997",
"tweak" : "69c0fd7f8b3219e9",
"msg" : [3, 6, 8, 0, 2, 6, 7, 3, 6, 9, 5, 4, 2, 9, 2, 1, 8, 1, 2, 8, 4, 0],
"ct" : [3, 1, 7, 7, 0, 0, 6, 7, 1, 3, 0, 5, 3, 8, 9, 4, 3, 2, 3, 6, 4, 9],
"result" : "valid"
},
{
"tcId" : 3226,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "731e3d4f9a9e528c460a1decba05b67b8d6fc00bff7c8d8c5574f571fb389997",
"tweak" : "69c0fd7f8b3219e9",
"msg" : [4, 9, 2, 8, 5, 3, 3, 9, 1, 4, 2, 1, 9, 8, 1, 3, 9, 0, 3, 0, 9, 3],
"ct" : [2, 5, 9, 1, 6, 7, 4, 0, 6, 7, 5, 8, 9, 9, 5, 7, 7, 6, 8, 5, 1, 1],
"result" : "valid"
},
{
"tcId" : 3227,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "731e3d4f9a9e528c460a1decba05b67b8d6fc00bff7c8d8c5574f571fb389997",
"tweak" : "69c0fd7f8b3219e9",
"msg" : [4, 0, 4, 6, 8, 5, 7, 9, 9, 6, 8, 7, 8, 6, 3, 3, 7, 4, 8, 6, 7, 5],
"ct" : [1, 8, 1, 5, 0, 3, 2, 2, 0, 0, 6, 4, 2, 3, 2, 4, 2, 9, 0, 3, 9, 8],
"result" : "valid"
},
{
"tcId" : 3228,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "731e3d4f9a9e528c460a1decba05b67b8d6fc00bff7c8d8c5574f571fb389997",
"tweak" : "69c0fd7f8b3219e9",
"msg" : [0, 2, 6, 2, 3, 7, 4, 2, 5, 1, 2, 6, 7, 7, 2, 0, 2, 0, 5, 4, 5, 8],
"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" : 3229,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "731e3d4f9a9e528c460a1decba05b67b8d6fc00bff7c8d8c5574f571fb389997",
"tweak" : "69c0fd7f8b3219e9",
"msg" : [9, 7, 3, 6, 2, 8, 7, 4, 6, 8, 2, 1, 3, 0, 8, 6, 6, 1, 4, 6, 0, 3],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 3230,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "731e3d4f9a9e528c460a1decba05b67b8d6fc00bff7c8d8c5574f571fb389997",
"tweak" : "69c0fd7f8b3219e9",
"msg" : [1, 5, 2, 4, 7, 3, 9, 7, 0, 4, 0, 2, 3, 2, 0, 9, 1, 6, 6, 9, 2, 4],
"ct" : [6, 8, 7, 1, 9, 4, 7, 6, 7, 3, 6, 6, 8, 7, 1, 9, 4, 7, 6, 7, 3, 6],
"result" : "valid"
},
{
"tcId" : 3231,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "731e3d4f9a9e528c460a1decba05b67b8d6fc00bff7c8d8c5574f571fb389997",
"tweak" : "69c0fd7f8b3219e9",
"msg" : [7, 5, 9, 5, 2, 0, 2, 3, 4, 0, 5, 6, 8, 7, 7, 0, 6, 0, 5, 7, 6, 7],
"ct" : [6, 8, 7, 1, 9, 4, 7, 6, 7, 3, 5, 6, 8, 7, 1, 9, 4, 7, 6, 7, 3, 5],
"result" : "valid"
},
{
"tcId" : 3232,
"comment" : "y = 0 and (y + a) % radix**11 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "feaf25c451fb3dc75862b6f84f2d235727c9544e15573a5063865e698dfaceaa",
"tweak" : "fd491974082d48362c91",
"msg" : [9, 2, 3, 6, 7, 2, 4, 4, 4, 4, 4, 8, 2, 9, 2, 7, 0, 0, 3, 6, 8, 4],
"ct" : [5, 6, 5, 2, 3, 4, 2, 3, 9, 1, 4, 9, 8, 3, 5, 9, 6, 5, 9, 8, 2, 6],
"result" : "valid"
},
{
"tcId" : 3233,
"comment" : "y = 0 and a = 1 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "feaf25c451fb3dc75862b6f84f2d235727c9544e15573a5063865e698dfaceaa",
"tweak" : "fd491974082d48362c91",
"msg" : [8, 7, 7, 0, 2, 8, 1, 4, 7, 9, 5, 0, 9, 8, 3, 9, 2, 8, 7, 3, 9, 7],
"ct" : [2, 4, 6, 5, 2, 0, 6, 1, 2, 4, 1, 2, 9, 7, 3, 4, 8, 4, 1, 3, 5, 7],
"result" : "valid"
},
{
"tcId" : 3234,
"comment" : "y = 0 and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "feaf25c451fb3dc75862b6f84f2d235727c9544e15573a5063865e698dfaceaa",
"tweak" : "fd491974082d48362c91",
"msg" : [9, 4, 0, 3, 4, 5, 1, 9, 5, 8, 6, 1, 5, 1, 4, 9, 4, 7, 9, 5, 3, 2],
"ct" : [5, 8, 2, 9, 2, 8, 4, 1, 2, 8, 9, 4, 5, 8, 9, 1, 5, 4, 0, 2, 8, 6],
"result" : "valid"
},
{
"tcId" : 3235,
"comment" : "y = 0 and (y + a) % radix**11 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "feaf25c451fb3dc75862b6f84f2d235727c9544e15573a5063865e698dfaceaa",
"tweak" : "fd491974082d48362c91",
"msg" : [7, 3, 9, 2, 6, 8, 3, 3, 6, 3, 0, 4, 3, 3, 9, 7, 3, 3, 4, 4, 1, 6],
"ct" : [9, 3, 1, 3, 3, 5, 8, 0, 9, 0, 7, 8, 1, 8, 6, 4, 2, 1, 0, 1, 9, 8],
"result" : "valid"
},
{
"tcId" : 3236,
"comment" : "y = 1 and a = 0 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "feaf25c451fb3dc75862b6f84f2d235727c9544e15573a5063865e698dfaceaa",
"tweak" : "4a67ed96e941eeea36eb",
"msg" : [6, 4, 0, 7, 7, 7, 0, 2, 6, 9, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [0, 2, 7, 3, 2, 1, 4, 7, 1, 8, 6, 9, 4, 4, 5, 1, 1, 8, 3, 0, 6, 5],
"result" : "valid"
},
{
"tcId" : 3237,
"comment" : "y = 1 and a = 1 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "feaf25c451fb3dc75862b6f84f2d235727c9544e15573a5063865e698dfaceaa",
"tweak" : "4a67ed96e941eeea36eb",
"msg" : [2, 4, 2, 3, 9, 5, 0, 0, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1],
"ct" : [7, 3, 8, 8, 4, 8, 2, 8, 3, 4, 0, 3, 7, 9, 8, 7, 9, 2, 0, 6, 1, 9],
"result" : "valid"
},
{
"tcId" : 3238,
"comment" : "y = 1 and a has large Hamming weight in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "feaf25c451fb3dc75862b6f84f2d235727c9544e15573a5063865e698dfaceaa",
"tweak" : "4a67ed96e941eeea36eb",
"msg" : [6, 1, 1, 9, 3, 8, 9, 1, 6, 1, 9, 6, 8, 7, 1, 9, 4, 7, 6, 7, 3, 6],
"ct" : [9, 0, 7, 3, 5, 3, 6, 1, 0, 1, 7, 4, 7, 5, 6, 2, 9, 3, 0, 8, 0, 3],
"result" : "valid"
},
{
"tcId" : 3239,
"comment" : "y = 1 and (y + a) % radix**11 is maximal in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "feaf25c451fb3dc75862b6f84f2d235727c9544e15573a5063865e698dfaceaa",
"tweak" : "4a67ed96e941eeea36eb",
"msg" : [5, 2, 2, 2, 9, 3, 0, 0, 3, 3, 4, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 8],
"ct" : [5, 6, 1, 1, 7, 3, 1, 7, 8, 6, 4, 6, 4, 2, 5, 9, 0, 1, 8, 5, 7, 9],
"result" : "valid"
},
{
"tcId" : 3240,
"comment" : "y = 1 and (y + a) % radix**11 == 0 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "feaf25c451fb3dc75862b6f84f2d235727c9544e15573a5063865e698dfaceaa",
"tweak" : "4a67ed96e941eeea36eb",
"msg" : [1, 9, 5, 5, 3, 8, 6, 6, 4, 6, 0, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [9, 9, 0, 5, 1, 3, 1, 7, 7, 6, 1, 4, 4, 9, 7, 5, 3, 9, 9, 8, 5, 5],
"result" : "valid"
},
{
"tcId" : 3241,
"comment" : "y is maximal and a = 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "feaf25c451fb3dc75862b6f84f2d235727c9544e15573a5063865e698dfaceaa",
"tweak" : "33ccc8e1b42382fe05c7",
"msg" : [8, 2, 9, 3, 5, 7, 7, 8, 5, 9, 6, 0, 7, 6, 2, 3, 1, 3, 3, 0, 2, 4],
"ct" : [6, 4, 2, 6, 4, 3, 4, 6, 4, 0, 8, 9, 3, 5, 4, 3, 9, 5, 0, 3, 3, 5],
"result" : "valid"
},
{
"tcId" : 3242,
"comment" : "y is maximal and a = 1 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "feaf25c451fb3dc75862b6f84f2d235727c9544e15573a5063865e698dfaceaa",
"tweak" : "33ccc8e1b42382fe05c7",
"msg" : [9, 8, 4, 2, 7, 3, 7, 8, 5, 4, 1, 5, 9, 2, 7, 3, 2, 4, 9, 3, 9, 2],
"ct" : [6, 4, 2, 6, 4, 3, 4, 6, 4, 0, 8, 9, 3, 5, 4, 3, 9, 5, 0, 3, 3, 6],
"result" : "valid"
},
{
"tcId" : 3243,
"comment" : "y is maximal and (y + a) % radix**11 is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "feaf25c451fb3dc75862b6f84f2d235727c9544e15573a5063865e698dfaceaa",
"tweak" : "33ccc8e1b42382fe05c7",
"msg" : [3, 0, 9, 2, 4, 4, 9, 3, 8, 7, 1, 9, 5, 4, 2, 9, 9, 6, 5, 1, 1, 2],
"ct" : [6, 4, 2, 6, 4, 3, 4, 6, 4, 0, 8, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 3244,
"comment" : "y is maximal and (y + a) % radix**11 == 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "feaf25c451fb3dc75862b6f84f2d235727c9544e15573a5063865e698dfaceaa",
"tweak" : "33ccc8e1b42382fe05c7",
"msg" : [1, 3, 6, 6, 2, 8, 7, 0, 7, 0, 8, 9, 2, 8, 8, 3, 6, 5, 8, 2, 4, 5],
"ct" : [6, 4, 2, 6, 4, 3, 4, 6, 4, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 3245,
"comment" : "y is maximal and a has large Hamming weight in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "feaf25c451fb3dc75862b6f84f2d235727c9544e15573a5063865e698dfaceaa",
"tweak" : "33ccc8e1b42382fe05c7",
"msg" : [2, 8, 5, 9, 2, 2, 5, 1, 7, 9, 6, 1, 5, 8, 6, 8, 1, 5, 3, 2, 9, 3],
"ct" : [6, 4, 2, 6, 4, 3, 4, 6, 4, 0, 8, 6, 2, 2, 6, 3, 4, 2, 7, 0, 7, 1],
"result" : "valid"
},
{
"tcId" : 3246,
"comment" : "y is maximal and a is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "feaf25c451fb3dc75862b6f84f2d235727c9544e15573a5063865e698dfaceaa",
"tweak" : "33ccc8e1b42382fe05c7",
"msg" : [8, 2, 3, 7, 2, 2, 2, 5, 9, 6, 0, 7, 3, 2, 5, 8, 8, 6, 2, 0, 2, 0],
"ct" : [6, 4, 2, 6, 4, 3, 4, 6, 4, 0, 8, 9, 3, 5, 4, 3, 9, 5, 0, 3, 3, 4],
"result" : "valid"
},
{
"tcId" : 3247,
"comment" : "y is edge case for modular reduction and a = 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "feaf25c451fb3dc75862b6f84f2d235727c9544e15573a5063865e698dfaceaa",
"tweak" : "ea2b3d8ff20ec8cec087",
"msg" : [5, 6, 9, 1, 0, 0, 6, 7, 5, 4, 3, 1, 2, 6, 6, 7, 5, 1, 0, 7, 8, 0],
"ct" : [9, 3, 5, 4, 3, 9, 5, 0, 3, 3, 0, 3, 0, 2, 3, 1, 4, 3, 0, 7, 1, 4],
"result" : "valid"
},
{
"tcId" : 3248,
"comment" : "y is edge case for modular reduction and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "feaf25c451fb3dc75862b6f84f2d235727c9544e15573a5063865e698dfaceaa",
"tweak" : "ea2b3d8ff20ec8cec087",
"msg" : [6, 2, 5, 3, 4, 2, 0, 1, 4, 0, 6, 2, 9, 4, 2, 9, 1, 7, 5, 5, 8, 7],
"ct" : [9, 3, 5, 4, 3, 9, 5, 0, 3, 3, 1, 3, 2, 2, 5, 3, 3, 8, 1, 8, 9, 1],
"result" : "valid"
},
{
"tcId" : 3249,
"comment" : "y is edge case for modular reduction and (y + a) % radix**11 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "feaf25c451fb3dc75862b6f84f2d235727c9544e15573a5063865e698dfaceaa",
"tweak" : "ea2b3d8ff20ec8cec087",
"msg" : [2, 5, 1, 5, 2, 9, 2, 1, 6, 3, 0, 0, 0, 3, 2, 5, 2, 0, 9, 8, 3, 7],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 7, 4, 6, 0, 9, 2, 6, 5, 3, 8, 9],
"result" : "valid"
},
{
"tcId" : 3250,
"comment" : "y is edge case for modular reduction and (y + a) % radix**11 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "feaf25c451fb3dc75862b6f84f2d235727c9544e15573a5063865e698dfaceaa",
"tweak" : "ea2b3d8ff20ec8cec087",
"msg" : [1, 6, 9, 3, 4, 0, 3, 8, 3, 4, 8, 2, 9, 7, 8, 0, 7, 8, 8, 1, 1, 6],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 0, 7, 3, 0, 3, 0, 5, 2, 4, 4],
"result" : "valid"
},
{
"tcId" : 3251,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "feaf25c451fb3dc75862b6f84f2d235727c9544e15573a5063865e698dfaceaa",
"tweak" : "ea2b3d8ff20ec8cec087",
"msg" : [6, 4, 1, 6, 3, 7, 6, 3, 5, 1, 0, 5, 0, 2, 0, 8, 1, 0, 8, 3, 8, 2],
"ct" : [6, 2, 2, 6, 3, 4, 2, 7, 0, 6, 6, 1, 2, 7, 8, 0, 7, 1, 2, 4, 5, 0],
"result" : "valid"
},
{
"tcId" : 3252,
"comment" : "y is edge case for modular reduction and a is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "feaf25c451fb3dc75862b6f84f2d235727c9544e15573a5063865e698dfaceaa",
"tweak" : "ea2b3d8ff20ec8cec087",
"msg" : [9, 6, 3, 0, 0, 1, 3, 3, 1, 4, 8, 4, 3, 4, 1, 7, 1, 8, 8, 0, 4, 2],
"ct" : [9, 3, 5, 4, 3, 9, 5, 0, 3, 2, 9, 0, 6, 2, 7, 3, 0, 2, 0, 3, 9, 6],
"result" : "valid"
},
{
"tcId" : 3253,
"comment" : "y is maximal after modular reduction and (y + a) % radix**11 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "feaf25c451fb3dc75862b6f84f2d235727c9544e15573a5063865e698dfaceaa",
"tweak" : "34dd4525d2d6bcf030b1",
"msg" : [1, 7, 7, 6, 9, 7, 3, 1, 0, 4, 0, 6, 0, 2, 9, 8, 0, 1, 1, 6, 9, 9],
"ct" : [7, 5, 3, 9, 9, 8, 8, 4, 0, 3, 9, 1, 0, 0, 4, 4, 0, 9, 4, 9, 6, 4],
"result" : "valid"
},
{
"tcId" : 3254,
"comment" : "y is maximal after modular reduction and (y + a) % radix**11 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "feaf25c451fb3dc75862b6f84f2d235727c9544e15573a5063865e698dfaceaa",
"tweak" : "34dd4525d2d6bcf030b1",
"msg" : [1, 9, 0, 9, 1, 5, 2, 2, 6, 4, 2, 8, 4, 4, 6, 5, 1, 9, 3, 4, 4, 4],
"ct" : [3, 1, 5, 6, 9, 6, 4, 2, 0, 2, 0, 3, 5, 2, 8, 9, 3, 4, 1, 2, 4, 1],
"result" : "valid"
},
{
"tcId" : 3255,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "feaf25c451fb3dc75862b6f84f2d235727c9544e15573a5063865e698dfaceaa",
"tweak" : "34dd4525d2d6bcf030b1",
"msg" : [0, 1, 8, 0, 4, 4, 7, 7, 0, 6, 7, 1, 6, 5, 2, 7, 2, 2, 7, 7, 5, 3],
"ct" : [3, 4, 4, 8, 1, 0, 3, 2, 3, 8, 3, 0, 1, 5, 6, 2, 6, 8, 3, 6, 1, 1],
"result" : "valid"
},
{
"tcId" : 3256,
"comment" : "y is maximal after modular reduction and a is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "feaf25c451fb3dc75862b6f84f2d235727c9544e15573a5063865e698dfaceaa",
"tweak" : "34dd4525d2d6bcf030b1",
"msg" : [3, 4, 7, 7, 4, 2, 6, 7, 2, 3, 8, 8, 3, 1, 5, 0, 5, 3, 1, 7, 8, 8],
"ct" : [5, 2, 6, 1, 6, 5, 5, 8, 3, 0, 2, 0, 1, 9, 5, 7, 2, 4, 4, 1, 3, 9],
"result" : "valid"
},
{
"tcId" : 3257,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "dda15131a435c537838bfa170584af230656e50a6a5ed6cfc1cc16594dbd7c24",
"tweak" : "be1bdc9a75492a3d",
"msg" : [-1, 5, 0, 5, 8, 2, 7, 9, 4, 7, 2, 3, 5, 7, 9, 8, 3, 6, 7, 0, 3, 1],
"ct" : [0, 5, 1, 4, 3, 3, 0, 3, 7, 8, 3, 6, 0, 0, 4, 3, 5, 6, 7, 0, 3, 6],
"result" : "invalid"
},
{
"tcId" : 3258,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "dda15131a435c537838bfa170584af230656e50a6a5ed6cfc1cc16594dbd7c24",
"tweak" : "be1bdc9a75492a3d",
"msg" : [0, 5, 0, 5, 8, 2, 7, -1, 4, 7, 2, 3, 5, 7, 9, 8, 3, 6, 7, 0, 3, 1],
"ct" : [1, 6, 6, 6, 3, 2, 5, 2, 0, 9, 9, 3, 3, 9, 1, 3, 3, 2, 5, 0, 8, 6],
"result" : "invalid"
},
{
"tcId" : 3259,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "dda15131a435c537838bfa170584af230656e50a6a5ed6cfc1cc16594dbd7c24",
"tweak" : "be1bdc9a75492a3d",
"msg" : [0, 5, 0, 5, 8, 2, 7, 9, 4, 7, 2, 3, 5, 7, 9, 8, 3, 6, 7, 0, 3, -1],
"ct" : [0, 6, 1, 4, 5, 7, 1, 5, 7, 9, 6, 2, 8, 7, 5, 0, 4, 4, 1, 1, 8, 4],
"result" : "invalid"
},
{
"tcId" : 3260,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "6c9dd2f6ff9ac657878abdbbf59f16ec6c857f66af8acea1508aef0238035f76",
"tweak" : "a10ddbfe026255f3",
"msg" : [10, 4, 7, 3, 2, 0, 2, 5, 2, 8, 7, 5, 3, 7, 8, 5, 4, 9, 2, 6, 7, 7],
"ct" : [4, 8, 1, 7, 0, 6, 0, 1, 4, 7, 9, 5, 7, 7, 0, 3, 9, 1, 8, 7, 5, 4],
"result" : "invalid"
},
{
"tcId" : 3261,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "6c9dd2f6ff9ac657878abdbbf59f16ec6c857f66af8acea1508aef0238035f76",
"tweak" : "a10ddbfe026255f3",
"msg" : [4, 4, 7, 3, 2, 0, 2, 10, 2, 8, 7, 5, 3, 7, 8, 5, 4, 9, 2, 6, 7, 7],
"ct" : [3, 7, 0, 3, 4, 6, 6, 9, 9, 3, 1, 7, 8, 8, 6, 3, 6, 2, 9, 1, 5, 3],
"result" : "invalid"
},
{
"tcId" : 3262,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "6c9dd2f6ff9ac657878abdbbf59f16ec6c857f66af8acea1508aef0238035f76",
"tweak" : "a10ddbfe026255f3",
"msg" : [4, 4, 7, 3, 2, 0, 2, 5, 2, 8, 7, 5, 3, 7, 8, 5, 4, 9, 2, 6, 7, 10],
"ct" : [1, 7, 7, 6, 9, 6, 0, 1, 8, 9, 8, 6, 7, 3, 7, 2, 5, 8, 5, 2, 2, 1],
"result" : "invalid"
}
]
},
{
"keySize" : 256,
"msgSize" : 23,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3263,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "0d3ce9853bb4fc12233e5c394be7fa40a52f13ce1a348b3ebf7656fb5dd4357b",
"tweak" : "bf83b0337f56f7bf",
"msg" : [8, 7, 9, 0, 7, 4, 0, 9, 3, 7, 3, 2, 5, 4, 4, 7, 9, 4, 3, 5, 8, 2, 4],
"ct" : [2, 6, 6, 5, 8, 4, 4, 7, 4, 3, 4, 8, 8, 0, 8, 0, 5, 9, 1, 5, 2, 7, 5],
"result" : "valid"
},
{
"tcId" : 3264,
"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" : [3, 3, 4, 7, 8, 5, 6, 0, 9, 8, 7, 7, 6, 8, 4, 1, 9, 0, 4, 6, 6, 9, 4],
"result" : "valid"
},
{
"tcId" : 3265,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "feb11712808e3633c6687fd99a8f8738baba4ee99b0d2489a308ef5b3bc57217",
"tweak" : "7738e9d9521066bd",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [7, 6, 9, 1, 1, 1, 0, 7, 7, 7, 3, 5, 5, 5, 3, 8, 7, 5, 9, 6, 6, 3, 3],
"result" : "valid"
},
{
"tcId" : 3266,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "feb11712808e3633c6687fd99a8f8738baba4ee99b0d2489a308ef5b3bc57217",
"tweak" : "7738e9d9521066bd",
"msg" : [6, 8, 7, 1, 9, 4, 7, 6, 7, 3, 6, 5, 4, 9, 7, 5, 5, 8, 1, 3, 8, 8, 8],
"ct" : [4, 8, 4, 0, 4, 4, 5, 4, 7, 7, 8, 7, 6, 9, 0, 8, 1, 0, 9, 4, 4, 6, 8],
"result" : "valid"
},
{
"tcId" : 3267,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "feb11712808e3633c6687fd99a8f8738baba4ee99b0d2489a308ef5b3bc57217",
"tweak" : "7738e9d9521066bd",
"msg" : [6, 8, 7, 1, 9, 4, 7, 6, 7, 3, 5, 5, 4, 9, 7, 5, 5, 8, 1, 3, 8, 8, 7],
"ct" : [3, 9, 7, 9, 5, 3, 8, 8, 3, 6, 8, 5, 6, 8, 1, 0, 4, 6, 9, 3, 8, 9, 1],
"result" : "valid"
},
{
"tcId" : 3268,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "feb11712808e3633c6687fd99a8f8738baba4ee99b0d2489a308ef5b3bc57217",
"tweak" : "7738e9d9521066bd",
"msg" : [2, 5, 6, 9, 5, 2, 9, 8, 9, 0, 4, 8, 2, 1, 6, 2, 9, 6, 6, 8, 9, 4, 7],
"ct" : [4, 9, 4, 7, 8, 0, 1, 7, 8, 0, 6, 7, 3, 7, 4, 4, 7, 8, 9, 4, 5, 9, 3],
"result" : "valid"
},
{
"tcId" : 3269,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "feb11712808e3633c6687fd99a8f8738baba4ee99b0d2489a308ef5b3bc57217",
"tweak" : "7738e9d9521066bd",
"msg" : [0, 2, 6, 8, 5, 1, 7, 5, 1, 3, 0, 1, 5, 3, 2, 8, 1, 6, 2, 1, 7, 4, 9],
"ct" : [9, 5, 7, 4, 6, 6, 8, 7, 6, 0, 4, 5, 3, 1, 6, 0, 8, 5, 9, 7, 5, 2, 0],
"result" : "valid"
},
{
"tcId" : 3270,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "feb11712808e3633c6687fd99a8f8738baba4ee99b0d2489a308ef5b3bc57217",
"tweak" : "7738e9d9521066bd",
"msg" : [7, 3, 8, 1, 7, 5, 5, 6, 6, 9, 6, 1, 7, 3, 7, 8, 1, 4, 8, 3, 2, 6, 7],
"ct" : [3, 5, 2, 9, 4, 4, 0, 6, 7, 4, 3, 6, 1, 3, 8, 4, 6, 7, 8, 0, 2, 6, 2],
"result" : "valid"
},
{
"tcId" : 3271,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "feb11712808e3633c6687fd99a8f8738baba4ee99b0d2489a308ef5b3bc57217",
"tweak" : "7738e9d9521066bd",
"msg" : [3, 0, 7, 9, 6, 1, 5, 4, 1, 4, 2, 6, 4, 2, 7, 8, 2, 6, 0, 3, 8, 4, 6],
"ct" : [4, 8, 1, 0, 0, 8, 2, 0, 4, 7, 4, 2, 4, 5, 9, 9, 9, 3, 9, 4, 5, 5, 1],
"result" : "valid"
},
{
"tcId" : 3272,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "feb11712808e3633c6687fd99a8f8738baba4ee99b0d2489a308ef5b3bc57217",
"tweak" : "7738e9d9521066bd",
"msg" : [8, 1, 0, 9, 5, 0, 6, 8, 8, 4, 3, 2, 3, 2, 2, 8, 8, 0, 0, 4, 2, 9, 2],
"ct" : [3, 8, 7, 0, 5, 3, 5, 6, 3, 7, 7, 1, 1, 0, 3, 0, 9, 7, 5, 9, 4, 6, 1],
"result" : "valid"
},
{
"tcId" : 3273,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "feb11712808e3633c6687fd99a8f8738baba4ee99b0d2489a308ef5b3bc57217",
"tweak" : "7738e9d9521066bd",
"msg" : [0, 1, 1, 9, 6, 5, 4, 0, 7, 8, 1, 0, 8, 4, 3, 8, 5, 0, 1, 4, 0, 5, 3],
"ct" : [2, 0, 8, 9, 6, 5, 7, 8, 4, 4, 4, 9, 9, 5, 6, 2, 1, 9, 7, 9, 6, 5, 8],
"result" : "valid"
},
{
"tcId" : 3274,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "feb11712808e3633c6687fd99a8f8738baba4ee99b0d2489a308ef5b3bc57217",
"tweak" : "7738e9d9521066bd",
"msg" : [2, 4, 3, 3, 3, 8, 3, 4, 3, 8, 7, 1, 8, 6, 6, 9, 0, 5, 2, 9, 8, 1, 3],
"ct" : [6, 8, 9, 3, 0, 2, 5, 8, 4, 4, 2, 5, 7, 0, 2, 6, 1, 6, 0, 1, 5, 6, 1],
"result" : "valid"
},
{
"tcId" : 3275,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "feb11712808e3633c6687fd99a8f8738baba4ee99b0d2489a308ef5b3bc57217",
"tweak" : "7738e9d9521066bd",
"msg" : [7, 5, 2, 2, 4, 8, 7, 4, 1, 0, 3, 4, 4, 6, 4, 1, 1, 8, 8, 9, 1, 6, 8],
"ct" : [2, 5, 4, 9, 5, 5, 7, 1, 3, 3, 7, 2, 4, 0, 3, 0, 1, 9, 7, 6, 7, 4, 5],
"result" : "valid"
},
{
"tcId" : 3276,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "feb11712808e3633c6687fd99a8f8738baba4ee99b0d2489a308ef5b3bc57217",
"tweak" : "7738e9d9521066bd",
"msg" : [7, 0, 2, 8, 0, 9, 5, 9, 6, 3, 1, 4, 1, 7, 4, 6, 7, 5, 8, 6, 5, 9, 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],
"result" : "valid"
},
{
"tcId" : 3277,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "feb11712808e3633c6687fd99a8f8738baba4ee99b0d2489a308ef5b3bc57217",
"tweak" : "7738e9d9521066bd",
"msg" : [6, 7, 9, 1, 1, 0, 2, 2, 4, 4, 8, 4, 5, 3, 7, 9, 1, 0, 9, 5, 0, 4, 1],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 3278,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "feb11712808e3633c6687fd99a8f8738baba4ee99b0d2489a308ef5b3bc57217",
"tweak" : "7738e9d9521066bd",
"msg" : [1, 6, 7, 4, 7, 1, 7, 1, 6, 5, 0, 4, 2, 0, 1, 8, 0, 9, 5, 4, 2, 7, 9],
"ct" : [6, 8, 7, 1, 9, 4, 7, 6, 7, 3, 6, 5, 4, 9, 7, 5, 5, 8, 1, 3, 8, 8, 8],
"result" : "valid"
},
{
"tcId" : 3279,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "feb11712808e3633c6687fd99a8f8738baba4ee99b0d2489a308ef5b3bc57217",
"tweak" : "7738e9d9521066bd",
"msg" : [2, 0, 5, 8, 7, 5, 1, 5, 5, 0, 4, 9, 1, 3, 7, 0, 3, 5, 7, 6, 2, 0, 8],
"ct" : [6, 8, 7, 1, 9, 4, 7, 6, 7, 3, 5, 5, 4, 9, 7, 5, 5, 8, 1, 3, 8, 8, 7],
"result" : "valid"
},
{
"tcId" : 3280,
"comment" : "y = 0 and (y + a) % radix**11 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "cd3e0f25e5ef2c31729cedd89aea795d0a08f7b42c0397f4caa27c6806c519a3",
"tweak" : "ccfbbcc9036c58e36f17",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 6, 9, 7, 9, 2, 8, 4, 0, 4, 9],
"ct" : [3, 2, 2, 2, 8, 4, 7, 1, 6, 2, 0, 2, 7, 3, 7, 5, 4, 3, 9, 9, 1, 0, 9],
"result" : "valid"
},
{
"tcId" : 3281,
"comment" : "y = 0 and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "cd3e0f25e5ef2c31729cedd89aea795d0a08f7b42c0397f4caa27c6806c519a3",
"tweak" : "ccfbbcc9036c58e36f17",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 4, 0, 6, 9, 7, 9, 2, 8, 4, 0, 4, 9],
"ct" : [2, 5, 3, 1, 5, 8, 5, 9, 9, 2, 2, 7, 0, 7, 5, 1, 7, 0, 5, 8, 0, 1, 4],
"result" : "valid"
},
{
"tcId" : 3282,
"comment" : "y = 0 and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "cd3e0f25e5ef2c31729cedd89aea795d0a08f7b42c0397f4caa27c6806c519a3",
"tweak" : "ccfbbcc9036c58e36f17",
"msg" : [6, 8, 7, 1, 9, 4, 7, 6, 7, 3, 6, 4, 0, 6, 9, 7, 9, 2, 8, 4, 0, 4, 9],
"ct" : [5, 7, 5, 0, 8, 6, 7, 9, 0, 9, 4, 2, 6, 1, 4, 6, 4, 4, 3, 8, 1, 5, 6],
"result" : "valid"
},
{
"tcId" : 3283,
"comment" : "y = 0 and (y + a) % radix**11 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "cd3e0f25e5ef2c31729cedd89aea795d0a08f7b42c0397f4caa27c6806c519a3",
"tweak" : "ccfbbcc9036c58e36f17",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 4, 0, 6, 9, 7, 9, 2, 8, 4, 0, 4, 9],
"ct" : [9, 3, 5, 7, 0, 7, 6, 8, 1, 7, 5, 4, 9, 2, 7, 9, 2, 8, 2, 2, 7, 4, 5],
"result" : "valid"
},
{
"tcId" : 3284,
"comment" : "y = 1 and a = 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "cd3e0f25e5ef2c31729cedd89aea795d0a08f7b42c0397f4caa27c6806c519a3",
"tweak" : "9b5d7c6bc7c83ad73d83",
"msg" : [7, 9, 2, 4, 1, 8, 2, 1, 5, 6, 7, 8, 5, 2, 0, 8, 3, 9, 8, 1, 9, 2, 3],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 9, 3, 4, 8, 0, 5, 2, 5, 5, 8, 6, 5],
"result" : "valid"
},
{
"tcId" : 3285,
"comment" : "y = 1 and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "cd3e0f25e5ef2c31729cedd89aea795d0a08f7b42c0397f4caa27c6806c519a3",
"tweak" : "9b5d7c6bc7c83ad73d83",
"msg" : [2, 7, 7, 8, 2, 3, 2, 3, 1, 4, 4, 5, 9, 0, 9, 0, 8, 2, 6, 4, 9, 8, 9],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 4, 0, 1, 5, 7, 7, 9, 9, 2, 9, 1, 3],
"result" : "valid"
},
{
"tcId" : 3286,
"comment" : "y = 1 and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "cd3e0f25e5ef2c31729cedd89aea795d0a08f7b42c0397f4caa27c6806c519a3",
"tweak" : "9b5d7c6bc7c83ad73d83",
"msg" : [3, 2, 6, 0, 9, 1, 8, 3, 5, 0, 1, 8, 5, 3, 7, 6, 5, 5, 9, 7, 8, 7, 3],
"ct" : [6, 8, 7, 1, 9, 4, 7, 6, 7, 3, 7, 6, 0, 9, 0, 5, 2, 5, 5, 1, 3, 8, 0],
"result" : "valid"
},
{
"tcId" : 3287,
"comment" : "y = 1 and (y + a) % radix**11 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "cd3e0f25e5ef2c31729cedd89aea795d0a08f7b42c0397f4caa27c6806c519a3",
"tweak" : "9b5d7c6bc7c83ad73d83",
"msg" : [1, 0, 7, 5, 4, 9, 0, 4, 4, 4, 2, 1, 3, 5, 4, 8, 8, 8, 9, 3, 1, 2, 4],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 1, 3, 4, 3, 8, 6, 1, 4, 0, 5, 0, 8],
"result" : "valid"
},
{
"tcId" : 3288,
"comment" : "y = 1 and (y + a) % radix**11 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "cd3e0f25e5ef2c31729cedd89aea795d0a08f7b42c0397f4caa27c6806c519a3",
"tweak" : "9b5d7c6bc7c83ad73d83",
"msg" : [0, 0, 2, 9, 6, 4, 6, 5, 8, 9, 1, 9, 6, 7, 0, 5, 8, 4, 6, 1, 7, 2, 7],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 5, 7, 8, 1, 0, 0, 8, 7, 2],
"result" : "valid"
},
{
"tcId" : 3289,
"comment" : "y is maximal and a = 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "cd3e0f25e5ef2c31729cedd89aea795d0a08f7b42c0397f4caa27c6806c519a3",
"tweak" : "85bede359a41511a632d",
"msg" : [3, 6, 8, 7, 9, 2, 2, 6, 2, 7, 0, 4, 2, 4, 5, 1, 2, 3, 9, 8, 5, 7, 1],
"ct" : [9, 0, 8, 3, 2, 0, 0, 6, 4, 5, 7, 4, 6, 2, 0, 2, 7, 3, 7, 1, 3, 6, 7],
"result" : "valid"
},
{
"tcId" : 3290,
"comment" : "y is maximal and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "cd3e0f25e5ef2c31729cedd89aea795d0a08f7b42c0397f4caa27c6806c519a3",
"tweak" : "85bede359a41511a632d",
"msg" : [0, 5, 7, 7, 8, 4, 2, 5, 3, 3, 7, 6, 0, 2, 1, 0, 3, 4, 9, 8, 8, 2, 8],
"ct" : [0, 8, 9, 2, 5, 1, 9, 9, 1, 4, 7, 8, 9, 5, 3, 5, 4, 0, 3, 4, 3, 4, 4],
"result" : "valid"
},
{
"tcId" : 3291,
"comment" : "y is maximal and (y + a) % radix**11 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "cd3e0f25e5ef2c31729cedd89aea795d0a08f7b42c0397f4caa27c6806c519a3",
"tweak" : "85bede359a41511a632d",
"msg" : [8, 9, 4, 8, 0, 2, 3, 4, 3, 3, 0, 6, 2, 2, 4, 3, 1, 3, 2, 9, 7, 7, 8],
"ct" : [2, 2, 0, 3, 7, 6, 9, 3, 8, 1, 5, 6, 6, 0, 0, 9, 9, 9, 0, 6, 7, 5, 2],
"result" : "valid"
},
{
"tcId" : 3292,
"comment" : "y is maximal and (y + a) % radix**11 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "cd3e0f25e5ef2c31729cedd89aea795d0a08f7b42c0397f4caa27c6806c519a3",
"tweak" : "85bede359a41511a632d",
"msg" : [9, 1, 9, 4, 7, 3, 0, 2, 2, 3, 2, 0, 5, 6, 8, 0, 7, 5, 6, 9, 9, 8, 0],
"ct" : [8, 7, 7, 1, 9, 8, 5, 4, 3, 3, 0, 8, 5, 1, 8, 0, 8, 4, 8, 2, 1, 3, 1],
"result" : "valid"
},
{
"tcId" : 3293,
"comment" : "y is maximal and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "cd3e0f25e5ef2c31729cedd89aea795d0a08f7b42c0397f4caa27c6806c519a3",
"tweak" : "85bede359a41511a632d",
"msg" : [1, 6, 2, 6, 0, 2, 7, 9, 8, 4, 0, 4, 1, 4, 8, 3, 1, 0, 5, 3, 1, 0, 7],
"ct" : [1, 0, 8, 3, 0, 4, 2, 0, 7, 9, 3, 6, 0, 2, 1, 5, 9, 1, 9, 7, 1, 9, 0],
"result" : "valid"
},
{
"tcId" : 3294,
"comment" : "y is maximal and a is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "cd3e0f25e5ef2c31729cedd89aea795d0a08f7b42c0397f4caa27c6806c519a3",
"tweak" : "85bede359a41511a632d",
"msg" : [3, 4, 0, 1, 5, 8, 7, 6, 8, 6, 6, 9, 8, 1, 4, 2, 8, 0, 9, 7, 3, 5, 0],
"ct" : [6, 5, 4, 3, 2, 6, 8, 9, 0, 5, 7, 8, 7, 0, 8, 6, 7, 0, 4, 7, 6, 3, 2],
"result" : "valid"
},
{
"tcId" : 3295,
"comment" : "y is edge case for modular reduction and a = 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "cd3e0f25e5ef2c31729cedd89aea795d0a08f7b42c0397f4caa27c6806c519a3",
"tweak" : "d24632fb69f79bc3fdff",
"msg" : [1, 3, 3, 4, 7, 9, 3, 2, 0, 2, 6, 4, 7, 9, 6, 3, 8, 9, 4, 8, 5, 9, 8],
"ct" : [1, 0, 5, 3, 4, 4, 0, 0, 9, 7, 0, 2, 1, 7, 2, 1, 5, 1, 4, 4, 4, 8, 8],
"result" : "valid"
},
{
"tcId" : 3296,
"comment" : "y is edge case for modular reduction and a = 1 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "cd3e0f25e5ef2c31729cedd89aea795d0a08f7b42c0397f4caa27c6806c519a3",
"tweak" : "d24632fb69f79bc3fdff",
"msg" : [4, 6, 0, 0, 1, 8, 0, 9, 0, 7, 1, 8, 8, 9, 0, 7, 5, 3, 7, 1, 1, 7, 8],
"ct" : [9, 9, 2, 1, 1, 8, 3, 4, 6, 6, 1, 6, 2, 3, 3, 7, 5, 3, 6, 7, 1, 2, 8],
"result" : "valid"
},
{
"tcId" : 3297,
"comment" : "y is edge case for modular reduction and (y + a) % radix**11 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "cd3e0f25e5ef2c31729cedd89aea795d0a08f7b42c0397f4caa27c6806c519a3",
"tweak" : "d24632fb69f79bc3fdff",
"msg" : [7, 4, 4, 0, 1, 3, 5, 6, 2, 8, 4, 0, 1, 2, 1, 5, 5, 3, 6, 9, 5, 2, 2],
"ct" : [6, 7, 3, 2, 2, 8, 9, 5, 7, 8, 6, 0, 4, 1, 8, 5, 1, 8, 3, 2, 3, 3, 9],
"result" : "valid"
},
{
"tcId" : 3298,
"comment" : "y is edge case for modular reduction and (y + a) % radix**11 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "cd3e0f25e5ef2c31729cedd89aea795d0a08f7b42c0397f4caa27c6806c519a3",
"tweak" : "d24632fb69f79bc3fdff",
"msg" : [3, 7, 1, 5, 8, 9, 5, 8, 0, 8, 9, 4, 9, 1, 0, 1, 5, 4, 7, 2, 8, 8, 1],
"ct" : [4, 7, 8, 9, 2, 0, 1, 0, 7, 5, 4, 6, 8, 7, 7, 5, 0, 8, 0, 2, 1, 1, 0],
"result" : "valid"
},
{
"tcId" : 3299,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "cd3e0f25e5ef2c31729cedd89aea795d0a08f7b42c0397f4caa27c6806c519a3",
"tweak" : "d24632fb69f79bc3fdff",
"msg" : [5, 5, 3, 1, 5, 7, 1, 9, 9, 3, 3, 5, 3, 9, 9, 0, 0, 9, 8, 6, 2, 6, 2],
"ct" : [6, 7, 9, 5, 7, 8, 7, 7, 9, 6, 0, 8, 1, 5, 4, 7, 8, 2, 2, 7, 3, 8, 0],
"result" : "valid"
},
{
"tcId" : 3300,
"comment" : "y is edge case for modular reduction and a is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "cd3e0f25e5ef2c31729cedd89aea795d0a08f7b42c0397f4caa27c6806c519a3",
"tweak" : "d24632fb69f79bc3fdff",
"msg" : [0, 0, 7, 1, 4, 7, 1, 5, 2, 2, 9, 7, 8, 4, 5, 6, 1, 9, 1, 5, 3, 2, 6],
"ct" : [3, 6, 1, 8, 3, 6, 8, 0, 7, 1, 3, 5, 0, 7, 0, 0, 3, 5, 3, 8, 0, 6, 2],
"result" : "valid"
},
{
"tcId" : 3301,
"comment" : "y is maximal after modular reduction and (y + a) % radix**11 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "cd3e0f25e5ef2c31729cedd89aea795d0a08f7b42c0397f4caa27c6806c519a3",
"tweak" : "11efda7f9c7b1f264020",
"msg" : [0, 1, 9, 4, 8, 1, 1, 4, 4, 4, 6, 3, 2, 0, 2, 9, 3, 3, 2, 5, 2, 9, 5],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 0, 4, 3, 6, 1, 3, 0, 0, 5, 7, 2, 7],
"result" : "valid"
},
{
"tcId" : 3302,
"comment" : "y is maximal after modular reduction and (y + a) % radix**11 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "cd3e0f25e5ef2c31729cedd89aea795d0a08f7b42c0397f4caa27c6806c519a3",
"tweak" : "11efda7f9c7b1f264020",
"msg" : [8, 1, 9, 0, 9, 7, 5, 9, 6, 5, 5, 8, 4, 2, 8, 3, 4, 7, 0, 3, 3, 4, 9],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 6, 5, 0, 9, 8, 5, 7, 5, 4, 7, 1],
"result" : "valid"
},
{
"tcId" : 3303,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "cd3e0f25e5ef2c31729cedd89aea795d0a08f7b42c0397f4caa27c6806c519a3",
"tweak" : "11efda7f9c7b1f264020",
"msg" : [5, 4, 6, 7, 5, 2, 2, 3, 5, 9, 7, 2, 6, 4, 4, 8, 2, 3, 8, 6, 7, 2, 4],
"ct" : [6, 8, 7, 1, 9, 4, 7, 6, 7, 3, 5, 3, 1, 0, 7, 0, 8, 3, 8, 8, 0, 1, 1],
"result" : "valid"
},
{
"tcId" : 3304,
"comment" : "y is maximal after modular reduction and a is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "cd3e0f25e5ef2c31729cedd89aea795d0a08f7b42c0397f4caa27c6806c519a3",
"tweak" : "11efda7f9c7b1f264020",
"msg" : [0, 2, 0, 1, 2, 2, 1, 4, 1, 7, 9, 0, 8, 8, 7, 5, 6, 3, 0, 0, 9, 4, 5],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 8, 1, 0, 8, 5, 7, 7, 7, 8, 6, 5, 9, 5],
"result" : "valid"
},
{
"tcId" : 3305,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "ad4918b57782cbf6a641d6f9531d57ba353eb7a615eb36b449c0b076fe1693f6",
"tweak" : "247c466d8f9108e2",
"msg" : [-1, 0, 0, 9, 0, 3, 8, 8, 5, 8, 8, 9, 9, 1, 8, 0, 8, 6, 2, 6, 5, 7, 3],
"ct" : [2, 6, 7, 1, 2, 0, 8, 4, 8, 5, 0, 9, 9, 5, 4, 0, 5, 5, 6, 9, 8, 1, 3],
"result" : "invalid"
},
{
"tcId" : 3306,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "ad4918b57782cbf6a641d6f9531d57ba353eb7a615eb36b449c0b076fe1693f6",
"tweak" : "247c466d8f9108e2",
"msg" : [6, 0, 0, 9, 0, 3, 8, -1, 5, 8, 8, 9, 9, 1, 8, 0, 8, 6, 2, 6, 5, 7, 3],
"ct" : [5, 8, 6, 6, 8, 6, 2, 8, 2, 6, 4, 2, 2, 6, 8, 1, 3, 1, 1, 3, 0, 6, 0],
"result" : "invalid"
},
{
"tcId" : 3307,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "ad4918b57782cbf6a641d6f9531d57ba353eb7a615eb36b449c0b076fe1693f6",
"tweak" : "247c466d8f9108e2",
"msg" : [6, 0, 0, 9, 0, 3, 8, 8, 5, 8, 8, 9, 9, 1, 8, 0, 8, 6, 2, 6, 5, 7, -1],
"ct" : [9, 8, 0, 8, 5, 4, 7, 5, 6, 4, 6, 9, 2, 7, 5, 2, 6, 0, 6, 7, 4, 8, 5],
"result" : "invalid"
},
{
"tcId" : 3308,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "fd9934410ac8a6c0c1fdd36048b53e9d653b0c475e396319c48aa5acaea6179b",
"tweak" : "edb4443dd9677010",
"msg" : [10, 4, 5, 5, 8, 9, 3, 4, 2, 4, 4, 9, 3, 6, 7, 4, 1, 7, 5, 6, 3, 8, 2],
"ct" : [2, 2, 5, 9, 9, 1, 6, 4, 1, 3, 3, 9, 8, 3, 4, 7, 8, 0, 8, 9, 9, 4, 8],
"result" : "invalid"
},
{
"tcId" : 3309,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "fd9934410ac8a6c0c1fdd36048b53e9d653b0c475e396319c48aa5acaea6179b",
"tweak" : "edb4443dd9677010",
"msg" : [4, 4, 5, 5, 8, 9, 3, 10, 2, 4, 4, 9, 3, 6, 7, 4, 1, 7, 5, 6, 3, 8, 2],
"ct" : [6, 6, 1, 9, 9, 0, 6, 7, 5, 5, 5, 4, 5, 5, 0, 6, 6, 6, 6, 4, 3, 7, 0],
"result" : "invalid"
},
{
"tcId" : 3310,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "fd9934410ac8a6c0c1fdd36048b53e9d653b0c475e396319c48aa5acaea6179b",
"tweak" : "edb4443dd9677010",
"msg" : [4, 4, 5, 5, 8, 9, 3, 4, 2, 4, 4, 9, 3, 6, 7, 4, 1, 7, 5, 6, 3, 8, 10],
"ct" : [3, 6, 3, 4, 5, 5, 5, 7, 3, 3, 2, 6, 2, 4, 4, 0, 7, 8, 7, 3, 6, 0, 8],
"result" : "invalid"
}
]
},
{
"keySize" : 256,
"msgSize" : 24,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3311,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "6dd6f146d834e25b75f7cde4071293e1cb4ed6be6f3e93a1338f21699c844fef",
"tweak" : "a043702fce39a1ce",
"msg" : [2, 4, 7, 4, 0, 3, 9, 5, 8, 4, 2, 9, 7, 4, 2, 9, 6, 6, 0, 4, 4, 4, 8, 6],
"ct" : [8, 5, 2, 7, 6, 5, 4, 8, 0, 2, 5, 8, 8, 5, 5, 6, 3, 5, 3, 0, 3, 9, 2, 8],
"result" : "valid"
},
{
"tcId" : 3312,
"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" : [5, 3, 7, 8, 0, 7, 3, 6, 1, 4, 4, 9, 9, 7, 0, 1, 8, 0, 5, 1, 1, 4, 1, 7],
"result" : "valid"
},
{
"tcId" : 3313,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "11af972b20b14ef4b81a905c3e94fe56acfd46b9e53f3c4310e69a1a0c161a72",
"tweak" : "2e677aed4931f7b2",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [8, 6, 7, 5, 6, 8, 3, 5, 4, 7, 3, 7, 4, 0, 6, 4, 7, 7, 9, 4, 8, 1, 2, 0],
"result" : "valid"
},
{
"tcId" : 3314,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "11af972b20b14ef4b81a905c3e94fe56acfd46b9e53f3c4310e69a1a0c161a72",
"tweak" : "2e677aed4931f7b2",
"msg" : [5, 4, 9, 7, 5, 5, 8, 1, 3, 8, 8, 8, 5, 4, 9, 7, 5, 5, 8, 1, 3, 8, 8, 8],
"ct" : [4, 9, 8, 0, 1, 6, 6, 1, 9, 2, 3, 7, 1, 2, 4, 5, 6, 6, 0, 5, 8, 0, 1, 6],
"result" : "valid"
},
{
"tcId" : 3315,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "11af972b20b14ef4b81a905c3e94fe56acfd46b9e53f3c4310e69a1a0c161a72",
"tweak" : "2e677aed4931f7b2",
"msg" : [5, 4, 9, 7, 5, 5, 8, 1, 3, 8, 8, 7, 5, 4, 9, 7, 5, 5, 8, 1, 3, 8, 8, 7],
"ct" : [1, 9, 5, 4, 4, 9, 4, 5, 9, 9, 0, 3, 1, 5, 3, 5, 9, 8, 6, 4, 3, 6, 6, 0],
"result" : "valid"
},
{
"tcId" : 3316,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "11af972b20b14ef4b81a905c3e94fe56acfd46b9e53f3c4310e69a1a0c161a72",
"tweak" : "2e677aed4931f7b2",
"msg" : [4, 1, 9, 0, 7, 0, 3, 6, 3, 2, 6, 8, 9, 9, 8, 1, 1, 5, 7, 5, 6, 4, 1, 6],
"ct" : [5, 6, 0, 5, 3, 8, 1, 7, 4, 7, 8, 0, 4, 8, 0, 7, 0, 4, 9, 8, 7, 0, 6, 2],
"result" : "valid"
},
{
"tcId" : 3317,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "11af972b20b14ef4b81a905c3e94fe56acfd46b9e53f3c4310e69a1a0c161a72",
"tweak" : "2e677aed4931f7b2",
"msg" : [9, 1, 9, 7, 8, 3, 3, 7, 0, 6, 7, 8, 1, 2, 2, 3, 0, 5, 0, 9, 4, 6, 9, 3],
"ct" : [8, 1, 0, 6, 2, 8, 2, 0, 4, 6, 8, 3, 6, 2, 5, 4, 1, 8, 9, 9, 8, 8, 6, 4],
"result" : "valid"
},
{
"tcId" : 3318,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "11af972b20b14ef4b81a905c3e94fe56acfd46b9e53f3c4310e69a1a0c161a72",
"tweak" : "2e677aed4931f7b2",
"msg" : [3, 3, 3, 7, 8, 6, 1, 0, 1, 4, 9, 4, 8, 8, 3, 3, 9, 8, 2, 2, 7, 1, 5, 0],
"ct" : [9, 6, 9, 7, 9, 9, 6, 3, 2, 2, 2, 2, 5, 6, 6, 4, 5, 2, 3, 5, 0, 1, 2, 7],
"result" : "valid"
},
{
"tcId" : 3319,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "11af972b20b14ef4b81a905c3e94fe56acfd46b9e53f3c4310e69a1a0c161a72",
"tweak" : "2e677aed4931f7b2",
"msg" : [4, 4, 9, 7, 2, 8, 4, 2, 6, 2, 9, 3, 6, 5, 8, 4, 8, 9, 5, 1, 0, 2, 4, 2],
"ct" : [0, 4, 8, 5, 0, 2, 1, 6, 4, 9, 0, 2, 5, 5, 5, 7, 6, 0, 9, 9, 1, 2, 8, 5],
"result" : "valid"
},
{
"tcId" : 3320,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "11af972b20b14ef4b81a905c3e94fe56acfd46b9e53f3c4310e69a1a0c161a72",
"tweak" : "2e677aed4931f7b2",
"msg" : [7, 9, 1, 0, 1, 2, 9, 4, 3, 8, 8, 3, 5, 1, 5, 1, 6, 5, 9, 8, 3, 6, 4, 2],
"ct" : [9, 0, 3, 0, 4, 1, 3, 5, 0, 4, 2, 4, 9, 4, 8, 7, 6, 7, 1, 7, 2, 8, 6, 0],
"result" : "valid"
},
{
"tcId" : 3321,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "11af972b20b14ef4b81a905c3e94fe56acfd46b9e53f3c4310e69a1a0c161a72",
"tweak" : "2e677aed4931f7b2",
"msg" : [0, 6, 4, 5, 4, 4, 0, 8, 0, 0, 0, 9, 0, 7, 8, 7, 3, 0, 0, 2, 8, 5, 0, 0],
"ct" : [1, 5, 7, 3, 0, 3, 4, 3, 0, 4, 9, 0, 0, 6, 8, 6, 3, 8, 1, 7, 9, 5, 0, 9],
"result" : "valid"
},
{
"tcId" : 3322,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "11af972b20b14ef4b81a905c3e94fe56acfd46b9e53f3c4310e69a1a0c161a72",
"tweak" : "2e677aed4931f7b2",
"msg" : [9, 1, 3, 7, 0, 7, 1, 7, 3, 8, 6, 4, 6, 4, 3, 1, 2, 3, 0, 6, 1, 8, 4, 9],
"ct" : [2, 2, 2, 6, 1, 3, 1, 1, 1, 1, 9, 8, 2, 4, 2, 7, 7, 7, 2, 1, 2, 8, 5, 1],
"result" : "valid"
},
{
"tcId" : 3323,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "11af972b20b14ef4b81a905c3e94fe56acfd46b9e53f3c4310e69a1a0c161a72",
"tweak" : "2e677aed4931f7b2",
"msg" : [7, 8, 3, 8, 6, 9, 2, 8, 7, 6, 3, 7, 7, 6, 1, 2, 6, 4, 2, 5, 4, 8, 7, 9],
"ct" : [9, 5, 9, 8, 1, 4, 8, 9, 7, 8, 4, 9, 1, 8, 1, 3, 8, 7, 3, 9, 0, 8, 0, 5],
"result" : "valid"
},
{
"tcId" : 3324,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "11af972b20b14ef4b81a905c3e94fe56acfd46b9e53f3c4310e69a1a0c161a72",
"tweak" : "2e677aed4931f7b2",
"msg" : [9, 3, 3, 5, 2, 6, 1, 3, 9, 0, 4, 9, 1, 9, 2, 3, 5, 2, 4, 4, 7, 8, 2, 7],
"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" : 3325,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "11af972b20b14ef4b81a905c3e94fe56acfd46b9e53f3c4310e69a1a0c161a72",
"tweak" : "2e677aed4931f7b2",
"msg" : [1, 3, 6, 9, 1, 2, 5, 1, 5, 2, 0, 3, 6, 1, 2, 7, 2, 3, 4, 6, 4, 6, 8, 5],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 3326,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "11af972b20b14ef4b81a905c3e94fe56acfd46b9e53f3c4310e69a1a0c161a72",
"tweak" : "2e677aed4931f7b2",
"msg" : [0, 3, 5, 7, 7, 2, 5, 9, 9, 6, 8, 8, 8, 5, 0, 0, 8, 6, 4, 6, 4, 7, 0, 8],
"ct" : [5, 4, 9, 7, 5, 5, 8, 1, 3, 8, 8, 8, 5, 4, 9, 7, 5, 5, 8, 1, 3, 8, 8, 8],
"result" : "valid"
},
{
"tcId" : 3327,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "11af972b20b14ef4b81a905c3e94fe56acfd46b9e53f3c4310e69a1a0c161a72",
"tweak" : "2e677aed4931f7b2",
"msg" : [0, 9, 3, 4, 3, 2, 4, 3, 3, 2, 5, 1, 3, 3, 8, 1, 1, 8, 7, 6, 2, 6, 2, 3],
"ct" : [5, 4, 9, 7, 5, 5, 8, 1, 3, 8, 8, 7, 5, 4, 9, 7, 5, 5, 8, 1, 3, 8, 8, 7],
"result" : "valid"
},
{
"tcId" : 3328,
"comment" : "y = 0 and (y + a) % radix**12 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "0e56f9baa411d7bdd9efcb795a2b336c0ae18b7ba650535caf3bc68dd15f2ada",
"tweak" : "7a1e2a7a7fcb3a9162e3",
"msg" : [5, 7, 4, 5, 1, 0, 9, 0, 9, 1, 6, 1, 0, 1, 3, 9, 6, 6, 5, 6, 8, 3, 4, 0],
"ct" : [0, 5, 2, 7, 6, 1, 2, 1, 3, 6, 7, 8, 6, 8, 0, 1, 7, 1, 9, 6, 3, 7, 1, 9],
"result" : "valid"
},
{
"tcId" : 3329,
"comment" : "y = 0 and a = 1 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "0e56f9baa411d7bdd9efcb795a2b336c0ae18b7ba650535caf3bc68dd15f2ada",
"tweak" : "7a1e2a7a7fcb3a9162e3",
"msg" : [9, 5, 9, 7, 0, 7, 2, 0, 2, 6, 8, 0, 4, 9, 2, 4, 9, 5, 2, 7, 9, 4, 1, 3],
"ct" : [2, 1, 2, 7, 3, 2, 8, 8, 9, 9, 8, 7, 6, 4, 7, 9, 7, 5, 8, 4, 0, 5, 9, 5],
"result" : "valid"
},
{
"tcId" : 3330,
"comment" : "y = 0 and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "0e56f9baa411d7bdd9efcb795a2b336c0ae18b7ba650535caf3bc68dd15f2ada",
"tweak" : "7a1e2a7a7fcb3a9162e3",
"msg" : [3, 3, 7, 2, 1, 5, 6, 4, 4, 7, 5, 9, 8, 0, 2, 1, 8, 3, 2, 2, 6, 3, 0, 0],
"ct" : [5, 0, 0, 1, 1, 6, 9, 9, 1, 9, 0, 9, 3, 9, 9, 8, 3, 8, 7, 6, 6, 6, 8, 5],
"result" : "valid"
},
{
"tcId" : 3331,
"comment" : "y = 0 and (y + a) % radix**12 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "0e56f9baa411d7bdd9efcb795a2b336c0ae18b7ba650535caf3bc68dd15f2ada",
"tweak" : "7a1e2a7a7fcb3a9162e3",
"msg" : [0, 8, 2, 4, 8, 9, 2, 1, 9, 5, 5, 2, 0, 1, 1, 3, 6, 4, 6, 2, 6, 1, 4, 7],
"ct" : [6, 3, 8, 9, 1, 9, 8, 7, 1, 0, 1, 2, 9, 5, 4, 0, 7, 7, 8, 0, 0, 0, 4, 3],
"result" : "valid"
},
{
"tcId" : 3332,
"comment" : "y = 1 and a = 0 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "0e56f9baa411d7bdd9efcb795a2b336c0ae18b7ba650535caf3bc68dd15f2ada",
"tweak" : "87cc28f095f15ae55dc9",
"msg" : [3, 3, 1, 3, 0, 5, 6, 0, 5, 2, 3, 5, 8, 7, 5, 0, 2, 4, 3, 3, 6, 9, 6, 2],
"ct" : [7, 1, 3, 6, 9, 3, 6, 4, 8, 0, 6, 4, 0, 5, 8, 1, 5, 4, 2, 9, 6, 1, 9, 6],
"result" : "valid"
},
{
"tcId" : 3333,
"comment" : "y = 1 and a = 1 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "0e56f9baa411d7bdd9efcb795a2b336c0ae18b7ba650535caf3bc68dd15f2ada",
"tweak" : "87cc28f095f15ae55dc9",
"msg" : [3, 9, 5, 4, 4, 9, 9, 8, 4, 3, 2, 2, 3, 3, 8, 9, 0, 0, 8, 2, 8, 0, 7, 9],
"ct" : [1, 7, 6, 1, 1, 2, 0, 0, 9, 1, 1, 2, 0, 8, 9, 2, 7, 8, 8, 8, 2, 9, 9, 0],
"result" : "valid"
},
{
"tcId" : 3334,
"comment" : "y = 1 and a has large Hamming weight in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "0e56f9baa411d7bdd9efcb795a2b336c0ae18b7ba650535caf3bc68dd15f2ada",
"tweak" : "87cc28f095f15ae55dc9",
"msg" : [4, 7, 9, 0, 8, 2, 6, 6, 2, 0, 9, 3, 4, 4, 1, 1, 2, 9, 6, 6, 5, 1, 2, 7],
"ct" : [9, 4, 8, 1, 7, 1, 0, 6, 9, 2, 2, 6, 8, 0, 8, 2, 1, 4, 2, 2, 2, 5, 8, 8],
"result" : "valid"
},
{
"tcId" : 3335,
"comment" : "y = 1 and (y + a) % radix**12 is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "0e56f9baa411d7bdd9efcb795a2b336c0ae18b7ba650535caf3bc68dd15f2ada",
"tweak" : "87cc28f095f15ae55dc9",
"msg" : [4, 3, 4, 8, 7, 1, 0, 4, 4, 2, 4, 1, 4, 1, 6, 7, 4, 6, 5, 1, 2, 9, 2, 7],
"ct" : [0, 1, 3, 3, 4, 3, 7, 5, 6, 4, 4, 9, 0, 1, 5, 7, 1, 0, 2, 7, 4, 3, 5, 9],
"result" : "valid"
},
{
"tcId" : 3336,
"comment" : "y = 1 and (y + a) % radix**12 == 0 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "0e56f9baa411d7bdd9efcb795a2b336c0ae18b7ba650535caf3bc68dd15f2ada",
"tweak" : "87cc28f095f15ae55dc9",
"msg" : [9, 9, 3, 2, 9, 5, 7, 4, 7, 0, 5, 7, 9, 8, 3, 5, 2, 0, 5, 3, 6, 0, 0, 7],
"ct" : [7, 6, 5, 3, 4, 7, 0, 5, 7, 5, 6, 1, 3, 8, 5, 6, 7, 9, 6, 3, 8, 8, 2, 6],
"result" : "valid"
},
{
"tcId" : 3337,
"comment" : "y is maximal and a = 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "0e56f9baa411d7bdd9efcb795a2b336c0ae18b7ba650535caf3bc68dd15f2ada",
"tweak" : "d97c868351f8302479f7",
"msg" : [0, 6, 5, 9, 2, 2, 1, 9, 6, 7, 8, 2, 9, 9, 8, 9, 7, 5, 5, 0, 2, 5, 4, 5],
"ct" : [9, 0, 6, 2, 1, 9, 7, 2, 0, 3, 0, 0, 6, 2, 3, 7, 1, 9, 6, 1, 4, 8, 9, 3],
"result" : "valid"
},
{
"tcId" : 3338,
"comment" : "y is maximal and a = 1 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "0e56f9baa411d7bdd9efcb795a2b336c0ae18b7ba650535caf3bc68dd15f2ada",
"tweak" : "d97c868351f8302479f7",
"msg" : [7, 3, 5, 9, 1, 4, 9, 4, 3, 4, 0, 0, 8, 7, 8, 9, 8, 2, 3, 0, 4, 2, 9, 1],
"ct" : [6, 5, 9, 1, 4, 9, 2, 8, 0, 7, 7, 6, 8, 6, 5, 1, 4, 2, 1, 4, 2, 7, 9, 3],
"result" : "valid"
},
{
"tcId" : 3339,
"comment" : "y is maximal and (y + a) % radix**12 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "0e56f9baa411d7bdd9efcb795a2b336c0ae18b7ba650535caf3bc68dd15f2ada",
"tweak" : "d97c868351f8302479f7",
"msg" : [7, 0, 2, 3, 9, 6, 0, 3, 1, 0, 9, 0, 8, 4, 9, 6, 9, 8, 1, 5, 1, 4, 9, 3],
"ct" : [1, 7, 9, 5, 2, 4, 5, 3, 1, 4, 8, 7, 1, 7, 4, 3, 1, 0, 3, 3, 9, 0, 2, 7],
"result" : "valid"
},
{
"tcId" : 3340,
"comment" : "y is maximal and (y + a) % radix**12 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "0e56f9baa411d7bdd9efcb795a2b336c0ae18b7ba650535caf3bc68dd15f2ada",
"tweak" : "d97c868351f8302479f7",
"msg" : [4, 0, 0, 3, 8, 5, 8, 9, 6, 1, 1, 5, 8, 3, 1, 6, 3, 6, 4, 1, 3, 8, 4, 9],
"ct" : [8, 8, 2, 0, 8, 7, 7, 1, 0, 8, 2, 2, 9, 6, 2, 1, 6, 4, 7, 5, 0, 2, 8, 2],
"result" : "valid"
},
{
"tcId" : 3341,
"comment" : "y is maximal and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "0e56f9baa411d7bdd9efcb795a2b336c0ae18b7ba650535caf3bc68dd15f2ada",
"tweak" : "d97c868351f8302479f7",
"msg" : [8, 8, 6, 4, 4, 9, 2, 7, 2, 5, 6, 2, 2, 6, 8, 5, 0, 4, 8, 0, 3, 6, 8, 9],
"ct" : [1, 2, 2, 1, 7, 0, 5, 3, 0, 1, 4, 8, 1, 9, 3, 5, 7, 9, 5, 3, 5, 1, 6, 7],
"result" : "valid"
},
{
"tcId" : 3342,
"comment" : "y is maximal and a is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "0e56f9baa411d7bdd9efcb795a2b336c0ae18b7ba650535caf3bc68dd15f2ada",
"tweak" : "d97c868351f8302479f7",
"msg" : [2, 3, 8, 2, 6, 4, 9, 7, 2, 9, 3, 5, 2, 3, 9, 8, 1, 6, 4, 4, 8, 1, 4, 4],
"ct" : [5, 1, 6, 4, 9, 4, 7, 0, 3, 3, 6, 0, 2, 6, 4, 4, 8, 5, 2, 6, 3, 1, 9, 7],
"result" : "valid"
},
{
"tcId" : 3343,
"comment" : "y is edge case for modular reduction and a = 0 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "0e56f9baa411d7bdd9efcb795a2b336c0ae18b7ba650535caf3bc68dd15f2ada",
"tweak" : "6b90c3dc9c1b5943e5d9",
"msg" : [6, 7, 8, 7, 2, 5, 5, 4, 3, 0, 4, 0, 9, 2, 2, 7, 4, 6, 6, 6, 5, 3, 4, 7],
"ct" : [5, 6, 2, 5, 5, 8, 3, 1, 5, 5, 3, 8, 6, 7, 2, 5, 7, 2, 8, 9, 0, 1, 6, 7],
"result" : "valid"
},
{
"tcId" : 3344,
"comment" : "y is edge case for modular reduction and a = 1 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "0e56f9baa411d7bdd9efcb795a2b336c0ae18b7ba650535caf3bc68dd15f2ada",
"tweak" : "6b90c3dc9c1b5943e5d9",
"msg" : [5, 1, 2, 5, 8, 6, 9, 9, 0, 2, 2, 9, 0, 6, 4, 5, 4, 9, 2, 9, 8, 6, 4, 7],
"ct" : [7, 5, 5, 1, 5, 5, 0, 7, 3, 8, 6, 5, 0, 1, 0, 4, 8, 5, 8, 5, 7, 5, 9, 7],
"result" : "valid"
},
{
"tcId" : 3345,
"comment" : "y is edge case for modular reduction and (y + a) % radix**12 is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "0e56f9baa411d7bdd9efcb795a2b336c0ae18b7ba650535caf3bc68dd15f2ada",
"tweak" : "6b90c3dc9c1b5943e5d9",
"msg" : [1, 7, 3, 2, 1, 5, 6, 6, 9, 8, 9, 6, 4, 9, 8, 6, 0, 2, 6, 6, 6, 9, 0, 6],
"ct" : [4, 9, 6, 1, 2, 7, 3, 1, 8, 2, 7, 7, 6, 9, 3, 0, 9, 9, 8, 5, 2, 1, 1, 1],
"result" : "valid"
},
{
"tcId" : 3346,
"comment" : "y is edge case for modular reduction and (y + a) % radix**12 == 0 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "0e56f9baa411d7bdd9efcb795a2b336c0ae18b7ba650535caf3bc68dd15f2ada",
"tweak" : "6b90c3dc9c1b5943e5d9",
"msg" : [5, 6, 8, 3, 5, 8, 2, 4, 7, 0, 7, 8, 3, 8, 7, 4, 4, 0, 8, 4, 1, 5, 9, 5],
"ct" : [8, 5, 7, 3, 1, 5, 6, 9, 6, 6, 2, 8, 1, 7, 5, 9, 1, 4, 4, 9, 7, 1, 0, 8],
"result" : "valid"
},
{
"tcId" : 3347,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "0e56f9baa411d7bdd9efcb795a2b336c0ae18b7ba650535caf3bc68dd15f2ada",
"tweak" : "6b90c3dc9c1b5943e5d9",
"msg" : [4, 0, 4, 9, 1, 8, 1, 9, 7, 5, 7, 7, 7, 6, 7, 4, 6, 6, 0, 7, 7, 3, 3, 3],
"ct" : [7, 2, 2, 1, 5, 6, 4, 3, 9, 1, 6, 9, 0, 5, 1, 6, 9, 1, 2, 9, 7, 5, 8, 1],
"result" : "valid"
},
{
"tcId" : 3348,
"comment" : "y is edge case for modular reduction and a is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "0e56f9baa411d7bdd9efcb795a2b336c0ae18b7ba650535caf3bc68dd15f2ada",
"tweak" : "6b90c3dc9c1b5943e5d9",
"msg" : [2, 1, 3, 1, 7, 2, 2, 4, 1, 3, 4, 6, 7, 2, 4, 0, 2, 2, 2, 2, 7, 7, 0, 8],
"ct" : [9, 3, 1, 1, 0, 7, 4, 5, 9, 3, 2, 2, 5, 1, 8, 5, 0, 7, 4, 0, 9, 2, 7, 0],
"result" : "valid"
},
{
"tcId" : 3349,
"comment" : "y is maximal after modular reduction and (y + a) % radix**12 is maximal in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "0e56f9baa411d7bdd9efcb795a2b336c0ae18b7ba650535caf3bc68dd15f2ada",
"tweak" : "74140aa67cacbce51ab1",
"msg" : [6, 2, 6, 1, 4, 2, 6, 5, 2, 6, 6, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [2, 5, 0, 3, 9, 7, 2, 5, 1, 9, 0, 9, 7, 0, 7, 8, 0, 6, 8, 8, 4, 6, 1, 3],
"result" : "valid"
},
{
"tcId" : 3350,
"comment" : "y is maximal after modular reduction and (y + a) % radix**12 == 0 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "0e56f9baa411d7bdd9efcb795a2b336c0ae18b7ba650535caf3bc68dd15f2ada",
"tweak" : "74140aa67cacbce51ab1",
"msg" : [1, 9, 5, 9, 6, 8, 0, 7, 7, 5, 6, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1],
"ct" : [4, 5, 3, 8, 7, 1, 3, 6, 1, 0, 4, 3, 4, 1, 9, 7, 6, 3, 5, 3, 0, 4, 1, 5],
"result" : "valid"
},
{
"tcId" : 3351,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "0e56f9baa411d7bdd9efcb795a2b336c0ae18b7ba650535caf3bc68dd15f2ada",
"tweak" : "74140aa67cacbce51ab1",
"msg" : [3, 1, 0, 0, 4, 2, 5, 9, 6, 4, 0, 3, 5, 4, 9, 7, 5, 5, 8, 1, 3, 8, 8, 8],
"ct" : [5, 6, 8, 6, 7, 3, 6, 9, 1, 8, 8, 8, 4, 4, 0, 5, 4, 8, 5, 5, 2, 2, 5, 0],
"result" : "valid"
},
{
"tcId" : 3352,
"comment" : "y is maximal after modular reduction and a is maximal in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "0e56f9baa411d7bdd9efcb795a2b336c0ae18b7ba650535caf3bc68dd15f2ada",
"tweak" : "74140aa67cacbce51ab1",
"msg" : [5, 1, 3, 2, 9, 8, 3, 2, 5, 1, 1, 3, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [7, 0, 5, 8, 4, 7, 7, 5, 7, 0, 8, 4, 4, 3, 5, 8, 9, 3, 5, 9, 3, 2, 4, 6],
"result" : "valid"
},
{
"tcId" : 3353,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "f9c16b469c7b8f158194d619cc5aab9b6cc05020040e50f0e15d20bda3e70b74",
"tweak" : "b1fb20f69cda04bb",
"msg" : [-1, 0, 1, 4, 8, 1, 2, 5, 9, 1, 6, 9, 6, 6, 0, 3, 7, 8, 3, 1, 0, 7, 0, 1],
"ct" : [1, 7, 4, 7, 1, 9, 5, 7, 7, 0, 2, 0, 1, 7, 6, 1, 3, 1, 3, 0, 1, 4, 8, 3],
"result" : "invalid"
},
{
"tcId" : 3354,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "f9c16b469c7b8f158194d619cc5aab9b6cc05020040e50f0e15d20bda3e70b74",
"tweak" : "b1fb20f69cda04bb",
"msg" : [7, 0, 1, 4, 8, 1, 2, 5, -1, 1, 6, 9, 6, 6, 0, 3, 7, 8, 3, 1, 0, 7, 0, 1],
"ct" : [3, 8, 2, 6, 0, 5, 6, 4, 7, 5, 0, 8, 5, 8, 2, 6, 0, 8, 8, 6, 5, 3, 1, 9],
"result" : "invalid"
},
{
"tcId" : 3355,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "f9c16b469c7b8f158194d619cc5aab9b6cc05020040e50f0e15d20bda3e70b74",
"tweak" : "b1fb20f69cda04bb",
"msg" : [7, 0, 1, 4, 8, 1, 2, 5, 9, 1, 6, 9, 6, 6, 0, 3, 7, 8, 3, 1, 0, 7, 0, -1],
"ct" : [3, 4, 0, 7, 1, 6, 8, 3, 4, 4, 5, 7, 6, 2, 6, 0, 1, 0, 3, 6, 0, 5, 6, 6],
"result" : "invalid"
},
{
"tcId" : 3356,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "9ba4a604e69009eb07d0e090dbf336b0e45f4c77fd4f4aefadb2803530078b11",
"tweak" : "1769e2fb73a22fbb",
"msg" : [10, 5, 4, 9, 0, 3, 7, 7, 4, 0, 0, 3, 8, 5, 1, 5, 6, 2, 0, 0, 3, 5, 2, 0],
"ct" : [1, 9, 8, 8, 2, 6, 0, 5, 0, 1, 5, 6, 1, 2, 1, 8, 3, 1, 4, 0, 3, 5, 8, 7],
"result" : "invalid"
},
{
"tcId" : 3357,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "9ba4a604e69009eb07d0e090dbf336b0e45f4c77fd4f4aefadb2803530078b11",
"tweak" : "1769e2fb73a22fbb",
"msg" : [9, 5, 4, 9, 0, 3, 7, 7, 10, 0, 0, 3, 8, 5, 1, 5, 6, 2, 0, 0, 3, 5, 2, 0],
"ct" : [9, 1, 7, 4, 4, 2, 7, 9, 1, 5, 3, 4, 5, 1, 6, 1, 7, 0, 4, 0, 1, 6, 2, 5],
"result" : "invalid"
},
{
"tcId" : 3358,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "9ba4a604e69009eb07d0e090dbf336b0e45f4c77fd4f4aefadb2803530078b11",
"tweak" : "1769e2fb73a22fbb",
"msg" : [9, 5, 4, 9, 0, 3, 7, 7, 4, 0, 0, 3, 8, 5, 1, 5, 6, 2, 0, 0, 3, 5, 2, 10],
"ct" : [3, 6, 4, 3, 2, 7, 7, 1, 0, 4, 9, 4, 2, 4, 6, 1, 3, 4, 3, 6, 6, 6, 9, 6],
"result" : "invalid"
}
]
},
{
"keySize" : 256,
"msgSize" : 25,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3359,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "e0325d51f62ed182ca91eb839e255cae9917f657cb90ac5c9f891c4ecbfb44ba",
"tweak" : "6a15097e7edd42a0",
"msg" : [7, 3, 8, 0, 8, 4, 7, 6, 6, 5, 0, 0, 5, 4, 6, 2, 7, 5, 9, 0, 3, 5, 7, 8, 2],
"ct" : [6, 0, 0, 2, 8, 1, 3, 6, 6, 8, 5, 0, 5, 9, 2, 5, 6, 9, 1, 5, 0, 3, 5, 4, 5],
"result" : "valid"
},
{
"tcId" : 3360,
"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" : [6, 6, 4, 2, 5, 1, 4, 7, 8, 6, 7, 4, 8, 5, 3, 1, 5, 6, 4, 9, 7, 1, 0, 7, 0],
"result" : "valid"
},
{
"tcId" : 3361,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "257645b63af0b52ad2f749c60521c97da6b967f809283229721de624570a742b",
"tweak" : "771b26c32d3398f6",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [3, 2, 7, 3, 7, 4, 5, 6, 9, 4, 8, 3, 6, 3, 4, 1, 8, 2, 4, 6, 9, 5, 1, 0, 8],
"result" : "valid"
},
{
"tcId" : 3362,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "257645b63af0b52ad2f749c60521c97da6b967f809283229721de624570a742b",
"tweak" : "771b26c32d3398f6",
"msg" : [5, 4, 9, 7, 5, 5, 8, 1, 3, 8, 8, 8, 8, 7, 9, 6, 0, 9, 3, 0, 2, 2, 2, 0, 8],
"ct" : [8, 5, 6, 8, 0, 3, 3, 5, 0, 2, 5, 6, 9, 6, 2, 5, 8, 2, 7, 8, 8, 5, 4, 6, 7],
"result" : "valid"
},
{
"tcId" : 3363,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "257645b63af0b52ad2f749c60521c97da6b967f809283229721de624570a742b",
"tweak" : "771b26c32d3398f6",
"msg" : [5, 4, 9, 7, 5, 5, 8, 1, 3, 8, 8, 7, 8, 7, 9, 6, 0, 9, 3, 0, 2, 2, 2, 0, 7],
"ct" : [9, 9, 6, 2, 3, 0, 9, 9, 6, 3, 1, 8, 7, 6, 0, 2, 4, 0, 2, 5, 6, 3, 3, 6, 9],
"result" : "valid"
},
{
"tcId" : 3364,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "257645b63af0b52ad2f749c60521c97da6b967f809283229721de624570a742b",
"tweak" : "771b26c32d3398f6",
"msg" : [7, 4, 2, 8, 2, 3, 5, 6, 7, 9, 4, 0, 7, 1, 0, 9, 1, 2, 4, 7, 6, 4, 8, 4, 6],
"ct" : [0, 4, 4, 7, 4, 0, 1, 4, 3, 8, 4, 1, 6, 6, 9, 5, 1, 6, 8, 6, 7, 9, 9, 1, 5],
"result" : "valid"
},
{
"tcId" : 3365,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "257645b63af0b52ad2f749c60521c97da6b967f809283229721de624570a742b",
"tweak" : "771b26c32d3398f6",
"msg" : [6, 2, 3, 0, 9, 4, 1, 6, 8, 8, 4, 9, 1, 2, 2, 8, 6, 7, 6, 0, 8, 9, 4, 4, 0],
"ct" : [3, 5, 0, 7, 9, 1, 6, 3, 9, 8, 5, 8, 5, 6, 1, 8, 8, 3, 9, 5, 3, 0, 9, 6, 1],
"result" : "valid"
},
{
"tcId" : 3366,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "257645b63af0b52ad2f749c60521c97da6b967f809283229721de624570a742b",
"tweak" : "771b26c32d3398f6",
"msg" : [9, 4, 8, 5, 1, 2, 4, 6, 2, 4, 1, 0, 4, 9, 2, 0, 6, 5, 7, 8, 0, 1, 0, 3, 5],
"ct" : [7, 5, 2, 9, 2, 0, 3, 3, 9, 2, 0, 2, 2, 1, 9, 5, 4, 8, 8, 6, 7, 9, 7, 6, 7],
"result" : "valid"
},
{
"tcId" : 3367,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "257645b63af0b52ad2f749c60521c97da6b967f809283229721de624570a742b",
"tweak" : "771b26c32d3398f6",
"msg" : [6, 1, 1, 7, 0, 4, 5, 7, 4, 2, 9, 0, 5, 0, 1, 5, 7, 7, 7, 9, 8, 8, 4, 0, 5],
"ct" : [1, 3, 5, 5, 4, 8, 4, 0, 5, 0, 0, 3, 5, 5, 0, 6, 3, 8, 9, 8, 1, 4, 8, 9, 5],
"result" : "valid"
},
{
"tcId" : 3368,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "257645b63af0b52ad2f749c60521c97da6b967f809283229721de624570a742b",
"tweak" : "771b26c32d3398f6",
"msg" : [0, 0, 2, 9, 2, 3, 8, 0, 7, 4, 4, 5, 6, 5, 4, 9, 5, 2, 5, 5, 4, 7, 8, 0, 5],
"ct" : [1, 2, 4, 8, 9, 7, 1, 3, 2, 8, 1, 5, 9, 1, 4, 3, 1, 4, 5, 9, 0, 2, 5, 2, 9],
"result" : "valid"
},
{
"tcId" : 3369,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "257645b63af0b52ad2f749c60521c97da6b967f809283229721de624570a742b",
"tweak" : "771b26c32d3398f6",
"msg" : [1, 2, 7, 1, 9, 1, 0, 1, 3, 9, 1, 1, 0, 3, 7, 8, 5, 3, 9, 2, 5, 7, 0, 9, 1],
"ct" : [8, 2, 4, 2, 7, 0, 9, 1, 5, 5, 6, 6, 1, 7, 9, 1, 7, 0, 8, 0, 9, 4, 2, 2, 7],
"result" : "valid"
},
{
"tcId" : 3370,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "257645b63af0b52ad2f749c60521c97da6b967f809283229721de624570a742b",
"tweak" : "771b26c32d3398f6",
"msg" : [6, 6, 4, 8, 2, 1, 3, 0, 6, 6, 0, 0, 0, 3, 3, 5, 1, 1, 0, 7, 6, 6, 6, 7, 9],
"ct" : [9, 7, 8, 3, 6, 9, 6, 5, 5, 0, 6, 0, 0, 0, 1, 5, 4, 4, 8, 7, 1, 9, 9, 5, 6],
"result" : "valid"
},
{
"tcId" : 3371,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "257645b63af0b52ad2f749c60521c97da6b967f809283229721de624570a742b",
"tweak" : "771b26c32d3398f6",
"msg" : [9, 2, 4, 2, 3, 6, 1, 0, 9, 9, 6, 9, 3, 2, 3, 2, 0, 1, 4, 9, 6, 0, 8, 5, 2],
"ct" : [3, 8, 7, 9, 5, 1, 5, 7, 9, 2, 6, 7, 5, 9, 5, 7, 5, 1, 2, 7, 7, 0, 3, 5, 3],
"result" : "valid"
},
{
"tcId" : 3372,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "257645b63af0b52ad2f749c60521c97da6b967f809283229721de624570a742b",
"tweak" : "771b26c32d3398f6",
"msg" : [3, 7, 9, 2, 8, 2, 5, 9, 4, 7, 8, 4, 2, 7, 5, 5, 5, 0, 9, 7, 8, 5, 0, 7, 1],
"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" : 3373,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "257645b63af0b52ad2f749c60521c97da6b967f809283229721de624570a742b",
"tweak" : "771b26c32d3398f6",
"msg" : [5, 2, 8, 2, 2, 7, 8, 2, 9, 2, 5, 7, 1, 2, 9, 5, 4, 5, 2, 4, 1, 7, 9, 3, 9],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 3374,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "257645b63af0b52ad2f749c60521c97da6b967f809283229721de624570a742b",
"tweak" : "771b26c32d3398f6",
"msg" : [8, 0, 1, 8, 3, 7, 5, 6, 8, 7, 2, 6, 1, 5, 1, 4, 3, 0, 8, 8, 2, 0, 3, 5, 2],
"ct" : [5, 4, 9, 7, 5, 5, 8, 1, 3, 8, 8, 8, 8, 7, 9, 6, 0, 9, 3, 0, 2, 2, 2, 0, 8],
"result" : "valid"
},
{
"tcId" : 3375,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "257645b63af0b52ad2f749c60521c97da6b967f809283229721de624570a742b",
"tweak" : "771b26c32d3398f6",
"msg" : [5, 3, 2, 0, 8, 2, 6, 8, 8, 3, 4, 8, 2, 7, 3, 0, 3, 2, 8, 5, 1, 0, 4, 9, 6],
"ct" : [5, 4, 9, 7, 5, 5, 8, 1, 3, 8, 8, 7, 8, 7, 9, 6, 0, 9, 3, 0, 2, 2, 2, 0, 7],
"result" : "valid"
},
{
"tcId" : 3376,
"comment" : "y = 0 and (y + a) % radix**12 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "f654ac369a36613c34a7a9f11dd81a1f1d4e4630a976c1edfa4547f564a6bfc0",
"tweak" : "ebb19ed84df9164dc0",
"msg" : [4, 8, 7, 9, 5, 7, 6, 1, 8, 5, 4, 6, 2, 2, 2, 5, 5, 7, 9, 6, 6, 5, 6, 9, 6],
"ct" : [8, 1, 2, 5, 7, 9, 1, 6, 4, 1, 1, 9, 6, 0, 9, 7, 9, 0, 7, 1, 1, 8, 5, 8, 0],
"result" : "valid"
},
{
"tcId" : 3377,
"comment" : "y = 0 and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "f654ac369a36613c34a7a9f11dd81a1f1d4e4630a976c1edfa4547f564a6bfc0",
"tweak" : "ebb19ed84df9164dc0",
"msg" : [5, 5, 2, 5, 7, 4, 3, 4, 7, 4, 0, 9, 0, 9, 7, 7, 0, 4, 0, 8, 4, 7, 3, 5, 9],
"ct" : [2, 4, 1, 5, 5, 1, 0, 8, 2, 8, 4, 4, 5, 8, 2, 2, 6, 0, 1, 6, 8, 3, 0, 3, 3],
"result" : "valid"
},
{
"tcId" : 3378,
"comment" : "y = 0 and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "f654ac369a36613c34a7a9f11dd81a1f1d4e4630a976c1edfa4547f564a6bfc0",
"tweak" : "ebb19ed84df9164dc0",
"msg" : [8, 3, 4, 0, 9, 9, 2, 7, 8, 9, 3, 3, 2, 9, 3, 8, 6, 3, 8, 0, 7, 0, 2, 1, 6],
"ct" : [8, 4, 8, 0, 4, 8, 7, 6, 0, 7, 4, 8, 3, 6, 5, 3, 0, 2, 4, 0, 3, 4, 6, 0, 2],
"result" : "valid"
},
{
"tcId" : 3379,
"comment" : "y = 0 and (y + a) % radix**12 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "f654ac369a36613c34a7a9f11dd81a1f1d4e4630a976c1edfa4547f564a6bfc0",
"tweak" : "ebb19ed84df9164dc0",
"msg" : [3, 2, 1, 8, 9, 4, 6, 3, 7, 6, 5, 9, 7, 4, 7, 7, 7, 1, 8, 7, 7, 2, 5, 6, 8],
"ct" : [8, 2, 3, 9, 6, 1, 6, 5, 8, 9, 4, 8, 4, 9, 7, 4, 6, 2, 0, 1, 4, 0, 2, 8, 5],
"result" : "valid"
},
{
"tcId" : 3380,
"comment" : "y = 1 and a = 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "f654ac369a36613c34a7a9f11dd81a1f1d4e4630a976c1edfa4547f564a6bfc0",
"tweak" : "51aaa5caeb3b98747a",
"msg" : [2, 8, 1, 0, 0, 0, 8, 9, 6, 0, 1, 2, 6, 1, 9, 7, 8, 1, 8, 7, 9, 2, 5, 8, 7],
"ct" : [7, 0, 3, 0, 3, 2, 8, 6, 7, 1, 4, 1, 5, 7, 0, 2, 1, 8, 8, 9, 2, 8, 0, 2, 7],
"result" : "valid"
},
{
"tcId" : 3381,
"comment" : "y = 1 and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "f654ac369a36613c34a7a9f11dd81a1f1d4e4630a976c1edfa4547f564a6bfc0",
"tweak" : "51aaa5caeb3b98747a",
"msg" : [4, 3, 5, 1, 4, 2, 9, 8, 7, 0, 8, 8, 9, 1, 2, 7, 7, 7, 3, 8, 4, 0, 3, 6, 2],
"ct" : [5, 7, 9, 6, 3, 7, 2, 8, 6, 3, 7, 9, 0, 6, 0, 4, 1, 1, 5, 0, 6, 5, 6, 2, 8],
"result" : "valid"
},
{
"tcId" : 3382,
"comment" : "y = 1 and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "f654ac369a36613c34a7a9f11dd81a1f1d4e4630a976c1edfa4547f564a6bfc0",
"tweak" : "51aaa5caeb3b98747a",
"msg" : [9, 0, 5, 9, 5, 7, 5, 4, 5, 8, 2, 0, 6, 4, 9, 3, 9, 5, 5, 9, 5, 8, 9, 3, 2],
"ct" : [1, 8, 5, 6, 0, 3, 1, 2, 3, 3, 6, 1, 7, 6, 0, 1, 0, 0, 6, 4, 0, 8, 0, 9, 4],
"result" : "valid"
},
{
"tcId" : 3383,
"comment" : "y = 1 and (y + a) % radix**12 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "f654ac369a36613c34a7a9f11dd81a1f1d4e4630a976c1edfa4547f564a6bfc0",
"tweak" : "51aaa5caeb3b98747a",
"msg" : [0, 8, 2, 2, 3, 7, 9, 2, 0, 2, 9, 3, 5, 8, 1, 7, 6, 9, 4, 6, 0, 4, 0, 8, 4],
"ct" : [4, 3, 3, 8, 8, 5, 3, 4, 3, 8, 9, 5, 2, 8, 1, 7, 3, 0, 7, 3, 4, 5, 3, 2, 6],
"result" : "valid"
},
{
"tcId" : 3384,
"comment" : "y = 1 and (y + a) % radix**12 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "f654ac369a36613c34a7a9f11dd81a1f1d4e4630a976c1edfa4547f564a6bfc0",
"tweak" : "51aaa5caeb3b98747a",
"msg" : [4, 2, 5, 5, 2, 4, 7, 4, 9, 7, 7, 9, 3, 8, 9, 2, 7, 3, 2, 1, 6, 1, 7, 4, 6],
"ct" : [8, 3, 1, 1, 5, 3, 4, 8, 6, 6, 9, 9, 6, 6, 2, 3, 3, 5, 3, 7, 1, 4, 5, 1, 0],
"result" : "valid"
},
{
"tcId" : 3385,
"comment" : "y is edge case for modular reduction and a = 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "f654ac369a36613c34a7a9f11dd81a1f1d4e4630a976c1edfa4547f564a6bfc0",
"tweak" : "4a91661bb089b2c4b3",
"msg" : [6, 4, 4, 2, 5, 8, 6, 6, 1, 0, 4, 4, 4, 8, 3, 0, 0, 4, 1, 7, 0, 4, 3, 9, 3],
"ct" : [3, 0, 0, 1, 5, 4, 2, 4, 0, 6, 9, 1, 6, 0, 9, 3, 2, 7, 2, 5, 5, 0, 4, 6, 0],
"result" : "valid"
},
{
"tcId" : 3386,
"comment" : "y is edge case for modular reduction and a = 1 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "f654ac369a36613c34a7a9f11dd81a1f1d4e4630a976c1edfa4547f564a6bfc0",
"tweak" : "4a91661bb089b2c4b3",
"msg" : [4, 7, 7, 1, 6, 7, 4, 0, 2, 8, 0, 5, 4, 9, 7, 5, 7, 4, 1, 5, 2, 4, 6, 7, 2],
"ct" : [7, 4, 5, 3, 8, 5, 8, 1, 1, 9, 2, 3, 6, 6, 7, 9, 8, 3, 8, 8, 5, 4, 8, 9, 7],
"result" : "valid"
},
{
"tcId" : 3387,
"comment" : "y is edge case for modular reduction and (y + a) % radix**12 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "f654ac369a36613c34a7a9f11dd81a1f1d4e4630a976c1edfa4547f564a6bfc0",
"tweak" : "4a91661bb089b2c4b3",
"msg" : [3, 1, 2, 5, 4, 9, 0, 6, 2, 2, 5, 8, 1, 1, 4, 3, 0, 8, 7, 4, 2, 9, 2, 0, 0],
"ct" : [5, 4, 1, 5, 3, 6, 8, 7, 9, 7, 3, 6, 8, 7, 5, 4, 7, 1, 8, 8, 4, 8, 2, 9, 0],
"result" : "valid"
},
{
"tcId" : 3388,
"comment" : "y is edge case for modular reduction and (y + a) % radix**12 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "f654ac369a36613c34a7a9f11dd81a1f1d4e4630a976c1edfa4547f564a6bfc0",
"tweak" : "4a91661bb089b2c4b3",
"msg" : [7, 3, 9, 6, 1, 6, 5, 6, 5, 9, 7, 3, 3, 3, 1, 3, 8, 7, 1, 7, 0, 6, 8, 5, 5],
"ct" : [0, 2, 1, 3, 6, 4, 8, 2, 4, 7, 1, 1, 6, 5, 0, 4, 1, 0, 9, 6, 5, 9, 6, 6, 7],
"result" : "valid"
},
{
"tcId" : 3389,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "f654ac369a36613c34a7a9f11dd81a1f1d4e4630a976c1edfa4547f564a6bfc0",
"tweak" : "4a91661bb089b2c4b3",
"msg" : [9, 4, 8, 9, 2, 7, 2, 1, 3, 5, 0, 1, 7, 4, 1, 0, 8, 5, 6, 6, 8, 3, 6, 3, 1],
"ct" : [6, 7, 7, 7, 6, 1, 2, 1, 8, 1, 3, 1, 5, 5, 4, 0, 5, 7, 5, 7, 1, 3, 3, 1, 8],
"result" : "valid"
},
{
"tcId" : 3390,
"comment" : "y is edge case for modular reduction and a is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "f654ac369a36613c34a7a9f11dd81a1f1d4e4630a976c1edfa4547f564a6bfc0",
"tweak" : "4a91661bb089b2c4b3",
"msg" : [3, 7, 5, 0, 2, 1, 7, 4, 1, 5, 9, 7, 5, 2, 9, 6, 5, 4, 4, 8, 4, 9, 8, 6, 7],
"ct" : [3, 4, 1, 3, 3, 5, 8, 3, 9, 7, 4, 3, 6, 9, 3, 0, 4, 0, 3, 5, 0, 2, 1, 8, 5],
"result" : "valid"
},
{
"tcId" : 3391,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "1ff630b00e63e5aac0dcd64e41af744c7c686b300a98117cc40e432d87de5a76",
"tweak" : "1403a297b3d5581a",
"msg" : [-1, 2, 8, 8, 1, 4, 1, 2, 8, 7, 6, 7, 9, 5, 6, 1, 0, 2, 1, 9, 6, 9, 0, 0, 5],
"ct" : [4, 5, 2, 1, 6, 2, 7, 0, 0, 8, 7, 9, 2, 4, 7, 6, 0, 8, 9, 8, 5, 6, 5, 0, 4],
"result" : "invalid"
},
{
"tcId" : 3392,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "1ff630b00e63e5aac0dcd64e41af744c7c686b300a98117cc40e432d87de5a76",
"tweak" : "1403a297b3d5581a",
"msg" : [4, 2, 8, 8, 1, 4, 1, 2, -1, 7, 6, 7, 9, 5, 6, 1, 0, 2, 1, 9, 6, 9, 0, 0, 5],
"ct" : [3, 1, 0, 0, 5, 8, 6, 2, 6, 6, 4, 1, 2, 0, 2, 2, 2, 0, 4, 4, 9, 0, 3, 0, 9],
"result" : "invalid"
},
{
"tcId" : 3393,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "1ff630b00e63e5aac0dcd64e41af744c7c686b300a98117cc40e432d87de5a76",
"tweak" : "1403a297b3d5581a",
"msg" : [4, 2, 8, 8, 1, 4, 1, 2, 8, 7, 6, 7, 9, 5, 6, 1, 0, 2, 1, 9, 6, 9, 0, 0, -1],
"ct" : [8, 5, 0, 9, 8, 2, 9, 4, 1, 8, 7, 7, 8, 7, 1, 2, 8, 8, 0, 3, 3, 6, 6, 0, 1],
"result" : "invalid"
},
{
"tcId" : 3394,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "45772ed657926b1a4da629688438745cb52053fcc601f20302e879908a9ca24f",
"tweak" : "d6bca4c86191e716",
"msg" : [10, 4, 2, 3, 5, 1, 4, 7, 9, 6, 3, 7, 9, 3, 8, 6, 2, 2, 5, 9, 7, 1, 2, 5, 4],
"ct" : [0, 8, 2, 0, 1, 9, 6, 8, 6, 6, 2, 3, 0, 8, 6, 1, 7, 7, 6, 5, 0, 9, 5, 8, 6],
"result" : "invalid"
},
{
"tcId" : 3395,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "45772ed657926b1a4da629688438745cb52053fcc601f20302e879908a9ca24f",
"tweak" : "d6bca4c86191e716",
"msg" : [7, 4, 2, 3, 5, 1, 4, 7, 10, 6, 3, 7, 9, 3, 8, 6, 2, 2, 5, 9, 7, 1, 2, 5, 4],
"ct" : [8, 3, 8, 8, 3, 3, 1, 7, 6, 2, 5, 2, 3, 7, 3, 6, 4, 3, 1, 8, 5, 3, 9, 8, 0],
"result" : "invalid"
},
{
"tcId" : 3396,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "45772ed657926b1a4da629688438745cb52053fcc601f20302e879908a9ca24f",
"tweak" : "d6bca4c86191e716",
"msg" : [7, 4, 2, 3, 5, 1, 4, 7, 9, 6, 3, 7, 9, 3, 8, 6, 2, 2, 5, 9, 7, 1, 2, 5, 10],
"ct" : [6, 8, 6, 7, 8, 9, 7, 1, 8, 6, 4, 9, 4, 9, 1, 6, 0, 2, 7, 3, 4, 1, 9, 2, 4],
"result" : "invalid"
}
]
},
{
"keySize" : 256,
"msgSize" : 26,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3397,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "219dd3d491cb992c6c8c4d4292b5ee76784b4b383fc415b654f09d600248858b",
"tweak" : "6434003b257c6b31",
"msg" : [1, 2, 9, 2, 0, 0, 1, 3, 2, 9, 5, 3, 0, 5, 6, 8, 8, 0, 0, 4, 1, 7, 6, 1, 0, 8],
"ct" : [4, 1, 5, 2, 1, 5, 6, 0, 8, 0, 2, 3, 1, 8, 4, 4, 6, 0, 7, 3, 6, 6, 8, 2, 8, 5],
"result" : "valid"
},
{
"tcId" : 3398,
"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" : [8, 1, 9, 6, 0, 6, 0, 7, 2, 3, 8, 8, 8, 2, 4, 2, 8, 5, 4, 1, 5, 1, 9, 0, 4, 8],
"result" : "valid"
},
{
"tcId" : 3399,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "f9986b574b831572cf10452c5574e3d2a51e16daac404df64e07e3b982b430b3",
"tweak" : "b7c5aa8e8b8b4247",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [5, 6, 4, 9, 5, 5, 9, 0, 3, 5, 9, 3, 2, 4, 4, 0, 0, 3, 1, 5, 8, 2, 2, 9, 0, 4],
"result" : "valid"
},
{
"tcId" : 3400,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "f9986b574b831572cf10452c5574e3d2a51e16daac404df64e07e3b982b430b3",
"tweak" : "b7c5aa8e8b8b4247",
"msg" : [8, 7, 9, 6, 0, 9, 3, 0, 2, 2, 2, 0, 8, 8, 7, 9, 6, 0, 9, 3, 0, 2, 2, 2, 0, 8],
"ct" : [4, 7, 2, 5, 3, 7, 3, 4, 8, 5, 4, 7, 9, 0, 0, 8, 9, 9, 1, 1, 4, 7, 0, 7, 4, 8],
"result" : "valid"
},
{
"tcId" : 3401,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "f9986b574b831572cf10452c5574e3d2a51e16daac404df64e07e3b982b430b3",
"tweak" : "b7c5aa8e8b8b4247",
"msg" : [8, 7, 9, 6, 0, 9, 3, 0, 2, 2, 2, 0, 7, 8, 7, 9, 6, 0, 9, 3, 0, 2, 2, 2, 0, 7],
"ct" : [9, 0, 7, 0, 3, 0, 4, 5, 5, 8, 9, 8, 1, 8, 7, 5, 7, 5, 7, 8, 5, 3, 8, 2, 0, 0],
"result" : "valid"
},
{
"tcId" : 3402,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "f9986b574b831572cf10452c5574e3d2a51e16daac404df64e07e3b982b430b3",
"tweak" : "b7c5aa8e8b8b4247",
"msg" : [5, 0, 8, 6, 9, 3, 9, 0, 7, 7, 1, 6, 1, 8, 0, 6, 8, 5, 7, 1, 1, 2, 7, 2, 6, 5],
"ct" : [1, 2, 4, 8, 8, 3, 4, 1, 1, 1, 9, 4, 4, 9, 9, 0, 2, 5, 5, 2, 6, 1, 3, 6, 1, 0],
"result" : "valid"
},
{
"tcId" : 3403,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "f9986b574b831572cf10452c5574e3d2a51e16daac404df64e07e3b982b430b3",
"tweak" : "b7c5aa8e8b8b4247",
"msg" : [9, 1, 1, 1, 7, 0, 4, 7, 2, 1, 0, 3, 2, 2, 6, 9, 9, 1, 1, 5, 6, 8, 9, 5, 6, 2],
"ct" : [8, 7, 5, 8, 0, 0, 9, 0, 8, 7, 2, 8, 7, 2, 3, 9, 8, 6, 1, 7, 2, 4, 1, 5, 7, 7],
"result" : "valid"
},
{
"tcId" : 3404,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "f9986b574b831572cf10452c5574e3d2a51e16daac404df64e07e3b982b430b3",
"tweak" : "b7c5aa8e8b8b4247",
"msg" : [6, 2, 5, 9, 8, 6, 4, 2, 4, 6, 3, 6, 6, 5, 1, 2, 8, 9, 4, 8, 3, 8, 7, 6, 2, 7],
"ct" : [4, 2, 2, 0, 0, 4, 9, 6, 2, 2, 2, 9, 8, 7, 6, 3, 5, 8, 3, 2, 2, 4, 2, 5, 8, 0],
"result" : "valid"
},
{
"tcId" : 3405,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "f9986b574b831572cf10452c5574e3d2a51e16daac404df64e07e3b982b430b3",
"tweak" : "b7c5aa8e8b8b4247",
"msg" : [1, 9, 5, 6, 7, 3, 4, 1, 6, 0, 3, 0, 8, 5, 1, 3, 8, 6, 5, 3, 7, 0, 7, 3, 0, 7],
"ct" : [1, 6, 5, 3, 5, 6, 3, 1, 7, 3, 1, 6, 9, 9, 5, 5, 5, 2, 5, 2, 4, 9, 1, 8, 9, 4],
"result" : "valid"
},
{
"tcId" : 3406,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "f9986b574b831572cf10452c5574e3d2a51e16daac404df64e07e3b982b430b3",
"tweak" : "b7c5aa8e8b8b4247",
"msg" : [7, 6, 7, 6, 3, 1, 4, 6, 7, 3, 4, 6, 2, 0, 3, 3, 5, 2, 5, 1, 0, 3, 8, 1, 8, 2],
"ct" : [7, 8, 8, 3, 3, 4, 6, 1, 1, 2, 7, 0, 0, 1, 1, 5, 2, 7, 7, 8, 1, 2, 2, 0, 8, 2],
"result" : "valid"
},
{
"tcId" : 3407,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "f9986b574b831572cf10452c5574e3d2a51e16daac404df64e07e3b982b430b3",
"tweak" : "b7c5aa8e8b8b4247",
"msg" : [0, 4, 2, 6, 5, 5, 8, 9, 5, 9, 8, 4, 1, 3, 2, 4, 1, 2, 8, 9, 7, 2, 8, 7, 9, 1],
"ct" : [2, 7, 8, 1, 9, 9, 8, 4, 7, 0, 7, 7, 6, 6, 0, 0, 5, 4, 4, 1, 5, 1, 2, 9, 4, 7],
"result" : "valid"
},
{
"tcId" : 3408,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "f9986b574b831572cf10452c5574e3d2a51e16daac404df64e07e3b982b430b3",
"tweak" : "b7c5aa8e8b8b4247",
"msg" : [8, 3, 6, 4, 6, 3, 3, 9, 8, 8, 0, 8, 3, 0, 4, 1, 0, 8, 6, 5, 4, 4, 6, 8, 2, 1],
"ct" : [8, 2, 6, 8, 8, 9, 8, 7, 3, 8, 6, 5, 9, 8, 6, 3, 8, 5, 9, 3, 8, 5, 8, 1, 4, 3],
"result" : "valid"
},
{
"tcId" : 3409,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "f9986b574b831572cf10452c5574e3d2a51e16daac404df64e07e3b982b430b3",
"tweak" : "b7c5aa8e8b8b4247",
"msg" : [0, 2, 4, 4, 0, 1, 9, 0, 4, 3, 0, 3, 8, 0, 6, 9, 5, 4, 9, 1, 4, 0, 8, 2, 4, 2],
"ct" : [9, 4, 2, 0, 8, 9, 4, 3, 1, 0, 0, 8, 0, 9, 1, 7, 6, 7, 5, 2, 4, 0, 1, 7, 8, 8],
"result" : "valid"
},
{
"tcId" : 3410,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "f9986b574b831572cf10452c5574e3d2a51e16daac404df64e07e3b982b430b3",
"tweak" : "b7c5aa8e8b8b4247",
"msg" : [3, 4, 1, 4, 2, 6, 2, 2, 5, 9, 5, 6, 9, 8, 4, 4, 9, 9, 2, 8, 9, 8, 2, 6, 1, 6],
"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" : 3411,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "f9986b574b831572cf10452c5574e3d2a51e16daac404df64e07e3b982b430b3",
"tweak" : "b7c5aa8e8b8b4247",
"msg" : [6, 7, 1, 4, 4, 0, 3, 9, 6, 2, 8, 5, 5, 9, 5, 0, 4, 2, 8, 6, 8, 5, 2, 6, 7, 1],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 3412,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "f9986b574b831572cf10452c5574e3d2a51e16daac404df64e07e3b982b430b3",
"tweak" : "b7c5aa8e8b8b4247",
"msg" : [1, 5, 8, 0, 5, 4, 4, 8, 3, 1, 3, 5, 9, 7, 6, 1, 8, 6, 2, 2, 8, 1, 7, 2, 0, 0],
"ct" : [8, 7, 9, 6, 0, 9, 3, 0, 2, 2, 2, 0, 8, 8, 7, 9, 6, 0, 9, 3, 0, 2, 2, 2, 0, 8],
"result" : "valid"
},
{
"tcId" : 3413,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "f9986b574b831572cf10452c5574e3d2a51e16daac404df64e07e3b982b430b3",
"tweak" : "b7c5aa8e8b8b4247",
"msg" : [2, 0, 1, 1, 9, 8, 2, 7, 8, 9, 1, 3, 9, 3, 1, 8, 2, 5, 2, 7, 4, 9, 8, 1, 3, 3],
"ct" : [8, 7, 9, 6, 0, 9, 3, 0, 2, 2, 2, 0, 7, 8, 7, 9, 6, 0, 9, 3, 0, 2, 2, 2, 0, 7],
"result" : "valid"
},
{
"tcId" : 3414,
"comment" : "y = 0 and (y + a) % radix**13 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "9a82c39e0471614ce1aa17645c94fcbfd57f4b1f3667bc97e846d46929ad1ff4",
"tweak" : "fa9ffde59e7c53ff87",
"msg" : [6, 0, 6, 9, 1, 4, 7, 5, 6, 4, 1, 5, 1, 2, 3, 8, 7, 2, 4, 5, 0, 4, 9, 6, 9, 4],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 1, 8, 3, 5, 5, 0, 0, 9, 6, 2, 0, 0],
"result" : "valid"
},
{
"tcId" : 3415,
"comment" : "y = 0 and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "9a82c39e0471614ce1aa17645c94fcbfd57f4b1f3667bc97e846d46929ad1ff4",
"tweak" : "fa9ffde59e7c53ff87",
"msg" : [5, 4, 7, 9, 4, 6, 8, 4, 1, 9, 8, 5, 1, 9, 3, 6, 1, 3, 6, 9, 7, 2, 8, 3, 9, 8],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 6, 9, 7, 4, 5, 0, 5, 7, 8, 8, 9, 5, 5],
"result" : "valid"
},
{
"tcId" : 3416,
"comment" : "y = 0 and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "9a82c39e0471614ce1aa17645c94fcbfd57f4b1f3667bc97e846d46929ad1ff4",
"tweak" : "fa9ffde59e7c53ff87",
"msg" : [6, 0, 2, 9, 2, 6, 8, 3, 8, 7, 9, 6, 0, 2, 8, 1, 3, 0, 9, 0, 3, 1, 6, 5, 7, 0],
"ct" : [8, 7, 9, 6, 0, 9, 3, 0, 2, 2, 2, 0, 8, 4, 6, 8, 3, 5, 7, 6, 3, 9, 3, 5, 7, 3],
"result" : "valid"
},
{
"tcId" : 3417,
"comment" : "y = 0 and (y + a) % radix**13 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "9a82c39e0471614ce1aa17645c94fcbfd57f4b1f3667bc97e846d46929ad1ff4",
"tweak" : "fa9ffde59e7c53ff87",
"msg" : [8, 3, 5, 1, 6, 8, 7, 9, 4, 4, 6, 2, 0, 2, 0, 1, 0, 9, 1, 9, 7, 4, 7, 0, 4, 4],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 7, 3, 8, 2, 7, 0, 4, 2, 9, 5, 1, 9, 5],
"result" : "valid"
},
{
"tcId" : 3418,
"comment" : "y = 1 and a = 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "9a82c39e0471614ce1aa17645c94fcbfd57f4b1f3667bc97e846d46929ad1ff4",
"tweak" : "57d1fd54195cc7ce5c",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 6, 4, 7, 3, 3, 3, 4, 9, 9, 4, 0, 9],
"ct" : [1, 7, 4, 8, 2, 1, 8, 8, 5, 0, 7, 2, 6, 2, 4, 7, 1, 9, 7, 1, 0, 5, 2, 3, 2, 8],
"result" : "valid"
},
{
"tcId" : 3419,
"comment" : "y = 1 and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "9a82c39e0471614ce1aa17645c94fcbfd57f4b1f3667bc97e846d46929ad1ff4",
"tweak" : "57d1fd54195cc7ce5c",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 9, 6, 4, 7, 3, 3, 3, 4, 9, 9, 4, 0, 9],
"ct" : [2, 5, 4, 9, 8, 3, 4, 3, 7, 1, 2, 6, 5, 4, 3, 7, 1, 4, 3, 8, 4, 5, 8, 3, 6, 3],
"result" : "valid"
},
{
"tcId" : 3420,
"comment" : "y = 1 and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "9a82c39e0471614ce1aa17645c94fcbfd57f4b1f3667bc97e846d46929ad1ff4",
"tweak" : "57d1fd54195cc7ce5c",
"msg" : [8, 7, 9, 6, 0, 9, 3, 0, 2, 2, 2, 0, 8, 9, 6, 4, 7, 3, 3, 3, 4, 9, 9, 4, 0, 9],
"ct" : [0, 3, 6, 0, 4, 9, 4, 2, 8, 2, 2, 0, 9, 4, 2, 7, 4, 0, 7, 4, 1, 7, 7, 5, 8, 2],
"result" : "valid"
},
{
"tcId" : 3421,
"comment" : "y = 1 and (y + a) % radix**13 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "9a82c39e0471614ce1aa17645c94fcbfd57f4b1f3667bc97e846d46929ad1ff4",
"tweak" : "57d1fd54195cc7ce5c",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 8, 9, 6, 4, 7, 3, 3, 3, 4, 9, 9, 4, 0, 9],
"ct" : [6, 0, 8, 5, 1, 5, 6, 8, 3, 8, 2, 4, 1, 3, 7, 9, 4, 9, 9, 0, 7, 3, 6, 3, 0, 1],
"result" : "valid"
},
{
"tcId" : 3422,
"comment" : "y = 1 and (y + a) % radix**13 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "9a82c39e0471614ce1aa17645c94fcbfd57f4b1f3667bc97e846d46929ad1ff4",
"tweak" : "57d1fd54195cc7ce5c",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 6, 4, 7, 3, 3, 3, 4, 9, 9, 4, 0, 9],
"ct" : [5, 5, 9, 4, 1, 1, 5, 9, 8, 8, 6, 4, 4, 3, 7, 0, 9, 8, 1, 1, 8, 1, 0, 1, 2, 7],
"result" : "valid"
},
{
"tcId" : 3423,
"comment" : "y is maximal and a = 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "9a82c39e0471614ce1aa17645c94fcbfd57f4b1f3667bc97e846d46929ad1ff4",
"tweak" : "eaa680f8b05d4cb64e",
"msg" : [8, 5, 4, 1, 0, 0, 9, 6, 5, 6, 9, 8, 1, 7, 0, 4, 5, 8, 0, 5, 1, 6, 7, 9, 3, 1],
"ct" : [6, 5, 8, 4, 8, 3, 7, 9, 7, 6, 5, 9, 2, 5, 6, 6, 3, 8, 0, 1, 3, 3, 5, 4, 7, 8],
"result" : "valid"
},
{
"tcId" : 3424,
"comment" : "y is maximal and a = 1 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "9a82c39e0471614ce1aa17645c94fcbfd57f4b1f3667bc97e846d46929ad1ff4",
"tweak" : "eaa680f8b05d4cb64e",
"msg" : [7, 5, 7, 3, 0, 9, 5, 2, 9, 8, 3, 5, 4, 3, 3, 8, 9, 7, 4, 9, 5, 9, 6, 4, 0, 7],
"ct" : [7, 3, 8, 5, 9, 6, 7, 6, 2, 5, 9, 3, 6, 7, 2, 5, 1, 7, 3, 5, 9, 8, 5, 4, 1, 2],
"result" : "valid"
},
{
"tcId" : 3425,
"comment" : "y is maximal and (y + a) % radix**13 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "9a82c39e0471614ce1aa17645c94fcbfd57f4b1f3667bc97e846d46929ad1ff4",
"tweak" : "eaa680f8b05d4cb64e",
"msg" : [7, 1, 1, 2, 3, 6, 7, 8, 5, 6, 7, 6, 9, 3, 3, 6, 7, 3, 4, 5, 3, 4, 9, 8, 5, 7],
"ct" : [8, 7, 7, 3, 0, 0, 4, 7, 9, 5, 2, 5, 7, 3, 3, 3, 8, 0, 6, 7, 4, 2, 4, 0, 7, 7],
"result" : "valid"
},
{
"tcId" : 3426,
"comment" : "y is maximal and (y + a) % radix**13 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "9a82c39e0471614ce1aa17645c94fcbfd57f4b1f3667bc97e846d46929ad1ff4",
"tweak" : "eaa680f8b05d4cb64e",
"msg" : [0, 6, 2, 7, 8, 5, 9, 8, 5, 0, 4, 5, 1, 1, 3, 9, 3, 0, 2, 0, 5, 2, 8, 9, 8, 7],
"ct" : [9, 7, 9, 0, 5, 5, 0, 0, 0, 7, 2, 3, 9, 3, 5, 4, 1, 3, 7, 6, 9, 4, 9, 1, 8, 8],
"result" : "valid"
},
{
"tcId" : 3427,
"comment" : "y is maximal and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "9a82c39e0471614ce1aa17645c94fcbfd57f4b1f3667bc97e846d46929ad1ff4",
"tweak" : "eaa680f8b05d4cb64e",
"msg" : [8, 5, 8, 8, 6, 1, 1, 7, 2, 4, 1, 9, 9, 0, 1, 5, 1, 4, 0, 8, 1, 9, 2, 8, 2, 9],
"ct" : [1, 3, 1, 5, 3, 0, 3, 7, 6, 0, 0, 3, 1, 5, 2, 6, 7, 3, 7, 1, 8, 2, 7, 2, 7, 1],
"result" : "valid"
},
{
"tcId" : 3428,
"comment" : "y is maximal and a is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "9a82c39e0471614ce1aa17645c94fcbfd57f4b1f3667bc97e846d46929ad1ff4",
"tweak" : "eaa680f8b05d4cb64e",
"msg" : [6, 9, 2, 9, 3, 6, 1, 0, 0, 0, 3, 0, 8, 3, 4, 8, 7, 1, 8, 5, 4, 4, 1, 4, 7, 1],
"ct" : [0, 2, 0, 8, 7, 0, 1, 1, 9, 9, 1, 6, 2, 6, 5, 0, 9, 4, 9, 0, 7, 8, 2, 1, 2, 7],
"result" : "valid"
},
{
"tcId" : 3429,
"comment" : "y is edge case for modular reduction and a = 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "9a82c39e0471614ce1aa17645c94fcbfd57f4b1f3667bc97e846d46929ad1ff4",
"tweak" : "738778cdbc8964073d",
"msg" : [1, 0, 0, 0, 7, 0, 0, 7, 2, 0, 8, 7, 3, 2, 6, 5, 0, 9, 5, 9, 6, 5, 7, 7, 4, 3],
"ct" : [0, 8, 0, 2, 4, 6, 4, 1, 3, 9, 3, 9, 3, 4, 9, 5, 6, 9, 4, 7, 4, 1, 0, 9, 3, 3],
"result" : "valid"
},
{
"tcId" : 3430,
"comment" : "y is edge case for modular reduction and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "9a82c39e0471614ce1aa17645c94fcbfd57f4b1f3667bc97e846d46929ad1ff4",
"tweak" : "738778cdbc8964073d",
"msg" : [5, 2, 0, 0, 6, 8, 7, 2, 4, 2, 4, 1, 0, 7, 2, 5, 3, 3, 4, 6, 6, 5, 1, 2, 9, 4],
"ct" : [4, 1, 3, 1, 7, 2, 0, 2, 4, 7, 4, 7, 0, 0, 2, 5, 3, 8, 1, 7, 5, 0, 2, 2, 2, 2],
"result" : "valid"
},
{
"tcId" : 3431,
"comment" : "y is edge case for modular reduction and (y + a) % radix**13 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "9a82c39e0471614ce1aa17645c94fcbfd57f4b1f3667bc97e846d46929ad1ff4",
"tweak" : "738778cdbc8964073d",
"msg" : [9, 0, 8, 1, 5, 1, 8, 0, 1, 5, 7, 6, 7, 2, 0, 3, 7, 6, 6, 6, 1, 8, 1, 5, 4, 3],
"ct" : [2, 3, 6, 7, 0, 8, 1, 0, 5, 5, 3, 9, 3, 7, 3, 8, 6, 6, 0, 9, 1, 7, 3, 3, 9, 4],
"result" : "valid"
},
{
"tcId" : 3432,
"comment" : "y is edge case for modular reduction and (y + a) % radix**13 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "9a82c39e0471614ce1aa17645c94fcbfd57f4b1f3667bc97e846d46929ad1ff4",
"tweak" : "738778cdbc8964073d",
"msg" : [5, 7, 8, 1, 3, 5, 8, 1, 5, 3, 4, 9, 1, 4, 2, 3, 3, 4, 1, 7, 8, 0, 7, 9, 3, 9],
"ct" : [8, 5, 4, 5, 8, 4, 0, 3, 3, 2, 2, 3, 0, 5, 2, 1, 9, 7, 5, 5, 9, 3, 4, 6, 3, 4],
"result" : "valid"
},
{
"tcId" : 3433,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "9a82c39e0471614ce1aa17645c94fcbfd57f4b1f3667bc97e846d46929ad1ff4",
"tweak" : "738778cdbc8964073d",
"msg" : [1, 0, 2, 9, 3, 4, 4, 3, 3, 5, 9, 1, 9, 3, 6, 5, 8, 5, 5, 1, 8, 1, 4, 7, 6, 9],
"ct" : [7, 0, 1, 3, 4, 2, 2, 6, 5, 2, 4, 3, 6, 9, 4, 8, 3, 2, 2, 3, 8, 9, 2, 5, 8, 1],
"result" : "valid"
},
{
"tcId" : 3434,
"comment" : "y is edge case for modular reduction and a is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "9a82c39e0471614ce1aa17645c94fcbfd57f4b1f3667bc97e846d46929ad1ff4",
"tweak" : "738778cdbc8964073d",
"msg" : [9, 4, 2, 7, 2, 9, 9, 5, 2, 9, 7, 9, 5, 5, 6, 2, 3, 3, 0, 7, 9, 5, 5, 2, 4, 0],
"ct" : [7, 7, 5, 0, 0, 0, 5, 2, 0, 3, 7, 8, 5, 2, 6, 4, 0, 3, 2, 7, 5, 2, 0, 9, 3, 2],
"result" : "valid"
},
{
"tcId" : 3435,
"comment" : "y is maximal after modular reduction and (y + a) % radix**13 is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "9a82c39e0471614ce1aa17645c94fcbfd57f4b1f3667bc97e846d46929ad1ff4",
"tweak" : "8361dc15b77f06915d",
"msg" : [9, 8, 2, 8, 3, 5, 0, 6, 6, 1, 1, 1, 0, 1, 1, 8, 2, 1, 0, 1, 7, 3, 2, 2, 4, 3],
"ct" : [7, 8, 1, 7, 5, 7, 3, 3, 0, 3, 4, 4, 7, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 3436,
"comment" : "y is maximal after modular reduction and (y + a) % radix**13 == 0 in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "9a82c39e0471614ce1aa17645c94fcbfd57f4b1f3667bc97e846d46929ad1ff4",
"tweak" : "8361dc15b77f06915d",
"msg" : [6, 4, 1, 7, 2, 6, 6, 1, 0, 3, 8, 5, 6, 3, 6, 6, 2, 7, 2, 5, 1, 5, 6, 3, 8, 0],
"ct" : [7, 8, 1, 7, 5, 7, 3, 3, 0, 3, 4, 4, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 3437,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "9a82c39e0471614ce1aa17645c94fcbfd57f4b1f3667bc97e846d46929ad1ff4",
"tweak" : "8361dc15b77f06915d",
"msg" : [6, 3, 5, 4, 3, 1, 7, 1, 0, 8, 5, 8, 5, 5, 4, 1, 2, 1, 2, 9, 7, 6, 1, 7, 6, 8],
"ct" : [7, 8, 1, 7, 5, 7, 3, 3, 0, 3, 4, 4, 7, 8, 7, 9, 6, 0, 9, 3, 0, 2, 2, 2, 0, 7],
"result" : "valid"
},
{
"tcId" : 3438,
"comment" : "y is maximal after modular reduction and a is maximal in round 9",
"flags" : [
"EdgeCasePrf"
],
"key" : "9a82c39e0471614ce1aa17645c94fcbfd57f4b1f3667bc97e846d46929ad1ff4",
"tweak" : "8361dc15b77f06915d",
"msg" : [4, 5, 8, 1, 7, 6, 9, 4, 6, 5, 7, 9, 9, 0, 1, 1, 6, 3, 2, 9, 4, 1, 5, 5, 3, 0],
"ct" : [7, 8, 1, 7, 5, 7, 3, 3, 0, 3, 4, 4, 7, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 8],
"result" : "valid"
},
{
"tcId" : 3439,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "4e20c7773ccc3092b9dbcefc47028815793d233307d50aed60a94076ad6e4d08",
"tweak" : "3813c38b3aa52d66",
"msg" : [-1, 4, 9, 6, 9, 4, 2, 2, 7, 5, 1, 0, 0, 6, 7, 0, 2, 5, 0, 2, 5, 9, 4, 4, 5, 5],
"ct" : [4, 0, 2, 4, 7, 4, 2, 1, 2, 6, 8, 6, 1, 2, 4, 1, 1, 3, 8, 0, 8, 2, 2, 5, 0, 9],
"result" : "invalid"
},
{
"tcId" : 3440,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "4e20c7773ccc3092b9dbcefc47028815793d233307d50aed60a94076ad6e4d08",
"tweak" : "3813c38b3aa52d66",
"msg" : [6, 4, 9, 6, 9, 4, 2, 2, -1, 5, 1, 0, 0, 6, 7, 0, 2, 5, 0, 2, 5, 9, 4, 4, 5, 5],
"ct" : [2, 7, 6, 3, 2, 5, 2, 9, 0, 5, 5, 8, 9, 6, 6, 3, 5, 9, 2, 7, 6, 4, 9, 7, 4, 5],
"result" : "invalid"
},
{
"tcId" : 3441,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "4e20c7773ccc3092b9dbcefc47028815793d233307d50aed60a94076ad6e4d08",
"tweak" : "3813c38b3aa52d66",
"msg" : [6, 4, 9, 6, 9, 4, 2, 2, 7, 5, 1, 0, 0, 6, 7, 0, 2, 5, 0, 2, 5, 9, 4, 4, 5, -1],
"ct" : [2, 0, 9, 4, 1, 7, 0, 6, 2, 6, 0, 0, 7, 6, 3, 9, 2, 5, 3, 1, 7, 4, 9, 1, 1, 7],
"result" : "invalid"
},
{
"tcId" : 3442,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "e60e3f5b5a5c7f17608fd32460f6e864dcc2b7551d7bc49ccfcd303a07733575",
"tweak" : "c66b665a6151aad4",
"msg" : [10, 9, 4, 3, 5, 1, 5, 7, 4, 5, 3, 5, 0, 6, 2, 1, 5, 0, 1, 5, 1, 7, 3, 8, 3, 8],
"ct" : [4, 9, 3, 2, 6, 6, 3, 1, 6, 4, 5, 2, 8, 6, 1, 1, 5, 0, 7, 2, 5, 1, 0, 5, 3, 6],
"result" : "invalid"
},
{
"tcId" : 3443,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "e60e3f5b5a5c7f17608fd32460f6e864dcc2b7551d7bc49ccfcd303a07733575",
"tweak" : "c66b665a6151aad4",
"msg" : [2, 9, 4, 3, 5, 1, 5, 7, 10, 5, 3, 5, 0, 6, 2, 1, 5, 0, 1, 5, 1, 7, 3, 8, 3, 8],
"ct" : [1, 9, 2, 5, 7, 8, 5, 1, 4, 0, 3, 1, 4, 0, 7, 5, 3, 2, 7, 9, 1, 8, 4, 4, 0, 0],
"result" : "invalid"
},
{
"tcId" : 3444,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "e60e3f5b5a5c7f17608fd32460f6e864dcc2b7551d7bc49ccfcd303a07733575",
"tweak" : "c66b665a6151aad4",
"msg" : [2, 9, 4, 3, 5, 1, 5, 7, 4, 5, 3, 5, 0, 6, 2, 1, 5, 0, 1, 5, 1, 7, 3, 8, 3, 10],
"ct" : [5, 7, 4, 8, 6, 1, 8, 2, 7, 5, 8, 7, 8, 2, 8, 2, 6, 9, 3, 8, 7, 8, 6, 4, 1, 3],
"result" : "invalid"
}
]
},
{
"keySize" : 256,
"msgSize" : 27,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3445,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "89dcb7b56207898e6bbf9275e00e68d7f08eee8ef17be1a0359b5f15a4c7f476",
"tweak" : "2146a4ee0ca89f28",
"msg" : [6, 5, 1, 0, 6, 8, 7, 2, 4, 4, 7, 0, 3, 3, 2, 3, 3, 5, 6, 1, 9, 5, 9, 7, 5, 4, 7],
"ct" : [6, 2, 7, 6, 6, 9, 6, 7, 7, 5, 4, 5, 7, 8, 2, 6, 2, 2, 8, 3, 9, 6, 1, 6, 8, 1, 7],
"result" : "valid"
},
{
"tcId" : 3446,
"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" : [7, 7, 6, 0, 0, 9, 8, 5, 9, 6, 8, 7, 0, 1, 3, 1, 3, 3, 3, 6, 6, 6, 4, 3, 1, 4, 1],
"result" : "valid"
},
{
"tcId" : 3447,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "6345ad7939c99871d1e1b4ba7ed3c7aeab181735a41a585871c09158ece13d1f",
"tweak" : "76302e315ce5c23a",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [0, 8, 8, 6, 6, 2, 4, 2, 6, 1, 5, 9, 3, 3, 6, 0, 8, 2, 5, 5, 4, 6, 0, 5, 8, 1, 1],
"result" : "valid"
},
{
"tcId" : 3448,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "6345ad7939c99871d1e1b4ba7ed3c7aeab181735a41a585871c09158ece13d1f",
"tweak" : "76302e315ce5c23a",
"msg" : [8, 7, 9, 6, 0, 9, 3, 0, 2, 2, 2, 0, 8, 7, 0, 3, 6, 8, 7, 4, 4, 1, 7, 7, 6, 6, 4],
"ct" : [1, 2, 0, 9, 3, 0, 5, 9, 3, 8, 6, 8, 6, 7, 3, 0, 7, 3, 8, 3, 6, 4, 3, 9, 5, 3, 7],
"result" : "valid"
},
{
"tcId" : 3449,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "6345ad7939c99871d1e1b4ba7ed3c7aeab181735a41a585871c09158ece13d1f",
"tweak" : "76302e315ce5c23a",
"msg" : [8, 7, 9, 6, 0, 9, 3, 0, 2, 2, 2, 0, 7, 7, 0, 3, 6, 8, 7, 4, 4, 1, 7, 7, 6, 6, 3],
"ct" : [0, 6, 0, 9, 6, 4, 8, 1, 9, 0, 6, 7, 6, 9, 1, 1, 6, 4, 3, 5, 4, 2, 5, 4, 5, 5, 6],
"result" : "valid"
},
{
"tcId" : 3450,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "6345ad7939c99871d1e1b4ba7ed3c7aeab181735a41a585871c09158ece13d1f",
"tweak" : "76302e315ce5c23a",
"msg" : [0, 5, 7, 0, 7, 3, 7, 1, 0, 1, 9, 8, 5, 0, 5, 6, 2, 5, 9, 1, 1, 3, 4, 1, 2, 1, 3],
"ct" : [2, 7, 8, 1, 0, 7, 0, 3, 1, 8, 8, 3, 0, 7, 3, 8, 0, 9, 9, 5, 7, 7, 1, 9, 1, 7, 9],
"result" : "valid"
},
{
"tcId" : 3451,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "6345ad7939c99871d1e1b4ba7ed3c7aeab181735a41a585871c09158ece13d1f",
"tweak" : "76302e315ce5c23a",
"msg" : [6, 6, 8, 3, 6, 5, 1, 9, 7, 3, 7, 4, 3, 3, 0, 0, 8, 8, 1, 3, 8, 7, 5, 9, 7, 7, 1],
"ct" : [5, 0, 3, 0, 3, 7, 1, 7, 7, 4, 2, 4, 1, 9, 2, 9, 2, 9, 5, 7, 6, 4, 1, 7, 1, 0, 8],
"result" : "valid"
},
{
"tcId" : 3452,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "6345ad7939c99871d1e1b4ba7ed3c7aeab181735a41a585871c09158ece13d1f",
"tweak" : "76302e315ce5c23a",
"msg" : [1, 9, 7, 6, 9, 7, 6, 7, 0, 6, 9, 8, 0, 4, 5, 0, 5, 3, 7, 6, 7, 9, 2, 3, 5, 2, 9],
"ct" : [5, 0, 6, 3, 9, 3, 8, 5, 9, 2, 4, 7, 1, 4, 7, 6, 9, 2, 0, 0, 9, 8, 2, 1, 3, 7, 0],
"result" : "valid"
},
{
"tcId" : 3453,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "6345ad7939c99871d1e1b4ba7ed3c7aeab181735a41a585871c09158ece13d1f",
"tweak" : "76302e315ce5c23a",
"msg" : [9, 8, 3, 4, 3, 5, 5, 2, 2, 5, 6, 2, 7, 7, 0, 7, 9, 5, 4, 4, 6, 9, 5, 5, 7, 9, 0],
"ct" : [3, 4, 7, 5, 2, 1, 2, 7, 8, 8, 3, 3, 5, 1, 1, 6, 5, 7, 9, 1, 8, 9, 3, 2, 5, 8, 3],
"result" : "valid"
},
{
"tcId" : 3454,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "6345ad7939c99871d1e1b4ba7ed3c7aeab181735a41a585871c09158ece13d1f",
"tweak" : "76302e315ce5c23a",
"msg" : [2, 4, 0, 6, 8, 0, 9, 2, 1, 5, 4, 1, 6, 3, 8, 0, 4, 7, 0, 0, 4, 2, 6, 5, 3, 5, 8],
"ct" : [0, 1, 2, 5, 3, 9, 5, 3, 7, 5, 5, 8, 7, 9, 1, 3, 0, 5, 0, 6, 6, 6, 5, 4, 0, 6, 0],
"result" : "valid"
},
{
"tcId" : 3455,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "6345ad7939c99871d1e1b4ba7ed3c7aeab181735a41a585871c09158ece13d1f",
"tweak" : "76302e315ce5c23a",
"msg" : [7, 4, 5, 1, 6, 8, 8, 6, 5, 4, 8, 5, 8, 6, 7, 5, 9, 5, 4, 9, 3, 0, 1, 1, 3, 0, 6],
"ct" : [2, 7, 6, 9, 1, 3, 0, 0, 6, 9, 8, 7, 0, 3, 4, 9, 2, 7, 6, 8, 1, 4, 5, 7, 0, 7, 2],
"result" : "valid"
},
{
"tcId" : 3456,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "6345ad7939c99871d1e1b4ba7ed3c7aeab181735a41a585871c09158ece13d1f",
"tweak" : "76302e315ce5c23a",
"msg" : [0, 0, 8, 9, 6, 7, 7, 5, 4, 6, 8, 9, 8, 9, 3, 6, 2, 4, 4, 8, 2, 6, 2, 9, 4, 8, 8],
"ct" : [4, 6, 1, 4, 2, 8, 8, 9, 5, 7, 3, 4, 5, 7, 1, 4, 3, 3, 2, 2, 0, 9, 0, 2, 5, 9, 4],
"result" : "valid"
},
{
"tcId" : 3457,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "6345ad7939c99871d1e1b4ba7ed3c7aeab181735a41a585871c09158ece13d1f",
"tweak" : "76302e315ce5c23a",
"msg" : [2, 9, 3, 1, 7, 7, 4, 6, 5, 1, 1, 4, 1, 0, 9, 3, 4, 4, 9, 0, 4, 4, 9, 8, 0, 9, 9],
"ct" : [4, 5, 1, 7, 2, 2, 1, 4, 4, 4, 2, 6, 0, 3, 8, 2, 7, 6, 1, 8, 6, 7, 2, 2, 8, 7, 9],
"result" : "valid"
},
{
"tcId" : 3458,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "6345ad7939c99871d1e1b4ba7ed3c7aeab181735a41a585871c09158ece13d1f",
"tweak" : "76302e315ce5c23a",
"msg" : [6, 0, 2, 6, 4, 1, 4, 7, 7, 1, 3, 0, 1, 8, 0, 1, 9, 8, 3, 3, 9, 8, 8, 6, 0, 9, 1],
"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" : 3459,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "6345ad7939c99871d1e1b4ba7ed3c7aeab181735a41a585871c09158ece13d1f",
"tweak" : "76302e315ce5c23a",
"msg" : [8, 9, 3, 9, 2, 4, 1, 3, 5, 4, 3, 1, 4, 1, 2, 3, 7, 2, 5, 6, 0, 6, 8, 3, 3, 5, 0],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 3460,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "6345ad7939c99871d1e1b4ba7ed3c7aeab181735a41a585871c09158ece13d1f",
"tweak" : "76302e315ce5c23a",
"msg" : [0, 6, 6, 9, 2, 3, 5, 1, 7, 9, 9, 7, 7, 1, 4, 3, 3, 4, 0, 0, 7, 0, 8, 8, 8, 5, 4],
"ct" : [8, 7, 9, 6, 0, 9, 3, 0, 2, 2, 2, 0, 8, 7, 0, 3, 6, 8, 7, 4, 4, 1, 7, 7, 6, 6, 4],
"result" : "valid"
},
{
"tcId" : 3461,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "6345ad7939c99871d1e1b4ba7ed3c7aeab181735a41a585871c09158ece13d1f",
"tweak" : "76302e315ce5c23a",
"msg" : [3, 5, 8, 9, 7, 9, 4, 3, 7, 1, 9, 4, 2, 0, 5, 6, 8, 4, 9, 3, 7, 6, 6, 8, 2, 3, 8],
"ct" : [8, 7, 9, 6, 0, 9, 3, 0, 2, 2, 2, 0, 7, 7, 0, 3, 6, 8, 7, 4, 4, 1, 7, 7, 6, 6, 3],
"result" : "valid"
},
{
"tcId" : 3462,
"comment" : "y = 0 and (y + a) % radix**13 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad07ea225eb33a3f94ab73e47aeda9e85718513f8ba5ba70ad02eeb7eceac5ee",
"tweak" : "ad296b1e7147378ced",
"msg" : [2, 9, 8, 7, 2, 7, 5, 1, 2, 6, 4, 1, 4, 0, 6, 6, 0, 6, 8, 7, 5, 0, 6, 4, 3, 7, 7],
"ct" : [5, 8, 4, 0, 4, 6, 9, 2, 9, 7, 8, 8, 1, 5, 9, 5, 9, 6, 4, 9, 1, 2, 0, 7, 4, 4, 0],
"result" : "valid"
},
{
"tcId" : 3463,
"comment" : "y = 0 and a = 1 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad07ea225eb33a3f94ab73e47aeda9e85718513f8ba5ba70ad02eeb7eceac5ee",
"tweak" : "ad296b1e7147378ced",
"msg" : [0, 4, 6, 6, 1, 6, 0, 6, 9, 6, 9, 3, 5, 9, 1, 9, 4, 6, 6, 1, 9, 0, 9, 3, 8, 1, 4],
"ct" : [2, 6, 0, 9, 2, 1, 7, 6, 5, 7, 4, 9, 9, 4, 4, 0, 5, 4, 9, 6, 8, 1, 6, 0, 1, 4, 2],
"result" : "valid"
},
{
"tcId" : 3464,
"comment" : "y = 0 and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad07ea225eb33a3f94ab73e47aeda9e85718513f8ba5ba70ad02eeb7eceac5ee",
"tweak" : "ad296b1e7147378ced",
"msg" : [2, 5, 3, 8, 2, 5, 7, 1, 0, 8, 0, 3, 1, 7, 6, 0, 4, 5, 0, 3, 5, 6, 2, 3, 1, 2, 1],
"ct" : [4, 8, 7, 5, 9, 9, 7, 9, 7, 0, 7, 4, 2, 8, 6, 0, 7, 3, 7, 0, 7, 8, 8, 3, 9, 4, 0],
"result" : "valid"
},
{
"tcId" : 3465,
"comment" : "y = 0 and (y + a) % radix**13 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad07ea225eb33a3f94ab73e47aeda9e85718513f8ba5ba70ad02eeb7eceac5ee",
"tweak" : "ad296b1e7147378ced",
"msg" : [7, 8, 8, 5, 8, 6, 6, 5, 0, 0, 2, 7, 7, 6, 1, 5, 7, 5, 2, 6, 8, 5, 9, 2, 4, 2, 5],
"ct" : [7, 3, 3, 9, 2, 4, 9, 7, 8, 6, 0, 3, 0, 8, 8, 4, 9, 5, 8, 0, 3, 8, 4, 0, 0, 5, 0],
"result" : "valid"
},
{
"tcId" : 3466,
"comment" : "y = 1 and a = 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad07ea225eb33a3f94ab73e47aeda9e85718513f8ba5ba70ad02eeb7eceac5ee",
"tweak" : "6b64fc156e694e6328",
"msg" : [2, 4, 7, 0, 2, 4, 2, 2, 7, 2, 3, 7, 1, 1, 6, 7, 1, 5, 9, 9, 9, 1, 0, 8, 2, 6, 5],
"ct" : [2, 2, 4, 0, 9, 9, 6, 1, 7, 1, 0, 5, 1, 5, 3, 3, 3, 9, 1, 5, 0, 0, 9, 9, 5, 1, 5],
"result" : "valid"
},
{
"tcId" : 3467,
"comment" : "y = 1 and a = 1 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad07ea225eb33a3f94ab73e47aeda9e85718513f8ba5ba70ad02eeb7eceac5ee",
"tweak" : "6b64fc156e694e6328",
"msg" : [0, 4, 0, 7, 8, 6, 4, 5, 6, 9, 1, 6, 0, 6, 0, 9, 1, 4, 8, 6, 8, 4, 4, 3, 9, 0, 7],
"ct" : [4, 9, 4, 6, 2, 7, 0, 4, 3, 2, 0, 0, 8, 4, 8, 2, 4, 2, 2, 1, 3, 0, 0, 0, 8, 6, 4],
"result" : "valid"
},
{
"tcId" : 3468,
"comment" : "y = 1 and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad07ea225eb33a3f94ab73e47aeda9e85718513f8ba5ba70ad02eeb7eceac5ee",
"tweak" : "6b64fc156e694e6328",
"msg" : [6, 3, 9, 2, 6, 6, 0, 9, 3, 4, 1, 3, 3, 2, 7, 7, 2, 1, 7, 0, 2, 6, 5, 7, 7, 2, 9],
"ct" : [5, 8, 9, 2, 0, 6, 1, 6, 1, 9, 0, 7, 6, 2, 0, 9, 7, 9, 0, 4, 2, 5, 6, 7, 6, 5, 6],
"result" : "valid"
},
{
"tcId" : 3469,
"comment" : "y = 1 and (y + a) % radix**13 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad07ea225eb33a3f94ab73e47aeda9e85718513f8ba5ba70ad02eeb7eceac5ee",
"tweak" : "6b64fc156e694e6328",
"msg" : [4, 9, 5, 9, 7, 8, 6, 6, 7, 1, 8, 1, 0, 5, 6, 1, 6, 6, 4, 6, 4, 7, 5, 6, 4, 3, 8],
"ct" : [1, 8, 0, 9, 2, 2, 0, 1, 5, 0, 6, 2, 0, 8, 5, 8, 4, 7, 7, 0, 7, 9, 7, 9, 7, 8, 7],
"result" : "valid"
},
{
"tcId" : 3470,
"comment" : "y = 1 and (y + a) % radix**13 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad07ea225eb33a3f94ab73e47aeda9e85718513f8ba5ba70ad02eeb7eceac5ee",
"tweak" : "6b64fc156e694e6328",
"msg" : [3, 9, 3, 6, 4, 2, 7, 8, 5, 0, 8, 5, 8, 5, 5, 6, 3, 4, 5, 6, 0, 5, 7, 5, 6, 4, 0],
"ct" : [4, 7, 5, 5, 2, 7, 4, 6, 7, 0, 0, 6, 2, 1, 0, 9, 4, 1, 3, 7, 0, 3, 1, 9, 6, 8, 7],
"result" : "valid"
},
{
"tcId" : 3471,
"comment" : "y is maximal and a = 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad07ea225eb33a3f94ab73e47aeda9e85718513f8ba5ba70ad02eeb7eceac5ee",
"tweak" : "424601f13bbc8b6a76",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 6, 0, 3, 8, 1, 0, 3, 5, 6, 8, 3, 7, 4],
"ct" : [7, 2, 7, 5, 3, 8, 4, 3, 5, 8, 6, 5, 9, 9, 0, 6, 0, 7, 4, 2, 3, 5, 3, 6, 3, 8, 3],
"result" : "valid"
},
{
"tcId" : 3472,
"comment" : "y is maximal and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad07ea225eb33a3f94ab73e47aeda9e85718513f8ba5ba70ad02eeb7eceac5ee",
"tweak" : "424601f13bbc8b6a76",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5, 6, 0, 3, 8, 1, 0, 3, 5, 6, 8, 3, 7, 4],
"ct" : [0, 8, 4, 0, 8, 7, 1, 8, 1, 6, 3, 1, 1, 2, 3, 0, 5, 0, 2, 2, 0, 9, 6, 0, 2, 4, 7],
"result" : "valid"
},
{
"tcId" : 3473,
"comment" : "y is maximal and (y + a) % radix**13 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad07ea225eb33a3f94ab73e47aeda9e85718513f8ba5ba70ad02eeb7eceac5ee",
"tweak" : "424601f13bbc8b6a76",
"msg" : [2, 4, 0, 6, 4, 5, 6, 0, 4, 9, 6, 6, 4, 5, 6, 0, 3, 8, 1, 0, 3, 5, 6, 8, 3, 7, 4],
"ct" : [0, 1, 8, 3, 7, 8, 9, 3, 2, 4, 3, 4, 3, 5, 4, 7, 2, 8, 9, 6, 1, 5, 1, 4, 2, 8, 7],
"result" : "valid"
},
{
"tcId" : 3474,
"comment" : "y is maximal and (y + a) % radix**13 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad07ea225eb33a3f94ab73e47aeda9e85718513f8ba5ba70ad02eeb7eceac5ee",
"tweak" : "424601f13bbc8b6a76",
"msg" : [2, 4, 0, 6, 4, 5, 6, 0, 4, 9, 6, 6, 5, 5, 6, 0, 3, 8, 1, 0, 3, 5, 6, 8, 3, 7, 4],
"ct" : [4, 1, 0, 2, 0, 1, 4, 2, 7, 5, 2, 0, 4, 4, 6, 3, 8, 9, 2, 4, 1, 9, 2, 2, 3, 0, 3],
"result" : "valid"
},
{
"tcId" : 3475,
"comment" : "y is maximal and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad07ea225eb33a3f94ab73e47aeda9e85718513f8ba5ba70ad02eeb7eceac5ee",
"tweak" : "424601f13bbc8b6a76",
"msg" : [8, 7, 9, 6, 0, 9, 3, 0, 2, 2, 2, 0, 8, 5, 6, 0, 3, 8, 1, 0, 3, 5, 6, 8, 3, 7, 4],
"ct" : [3, 0, 3, 3, 8, 6, 4, 4, 1, 4, 6, 2, 6, 8, 4, 5, 1, 2, 9, 5, 5, 5, 5, 3, 9, 1, 8],
"result" : "valid"
},
{
"tcId" : 3476,
"comment" : "y is maximal and a is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad07ea225eb33a3f94ab73e47aeda9e85718513f8ba5ba70ad02eeb7eceac5ee",
"tweak" : "424601f13bbc8b6a76",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 5, 6, 0, 3, 8, 1, 0, 3, 5, 6, 8, 3, 7, 4],
"ct" : [9, 6, 7, 9, 9, 2, 6, 2, 9, 5, 3, 4, 9, 1, 9, 4, 6, 8, 6, 1, 7, 6, 9, 7, 5, 4, 2],
"result" : "valid"
},
{
"tcId" : 3477,
"comment" : "y is edge case for modular reduction and a = 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad07ea225eb33a3f94ab73e47aeda9e85718513f8ba5ba70ad02eeb7eceac5ee",
"tweak" : "5d4f7004a523e1ed06",
"msg" : [0, 6, 3, 8, 2, 3, 4, 0, 0, 1, 9, 2, 1, 9, 2, 2, 8, 7, 5, 4, 3, 7, 4, 1, 3, 7, 3],
"ct" : [1, 7, 2, 0, 3, 4, 4, 8, 9, 3, 4, 1, 3, 0, 0, 8, 9, 6, 9, 5, 2, 6, 1, 1, 6, 1, 3],
"result" : "valid"
},
{
"tcId" : 3478,
"comment" : "y is edge case for modular reduction and a = 1 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad07ea225eb33a3f94ab73e47aeda9e85718513f8ba5ba70ad02eeb7eceac5ee",
"tweak" : "5d4f7004a523e1ed06",
"msg" : [7, 2, 6, 6, 0, 0, 5, 0, 3, 4, 0, 9, 0, 7, 4, 9, 6, 7, 3, 1, 2, 8, 0, 4, 7, 0, 9],
"ct" : [4, 0, 3, 5, 1, 5, 3, 6, 2, 6, 8, 9, 4, 8, 1, 6, 4, 9, 0, 8, 6, 0, 8, 8, 3, 1, 5],
"result" : "valid"
},
{
"tcId" : 3479,
"comment" : "y is edge case for modular reduction and (y + a) % radix**13 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad07ea225eb33a3f94ab73e47aeda9e85718513f8ba5ba70ad02eeb7eceac5ee",
"tweak" : "5d4f7004a523e1ed06",
"msg" : [7, 6, 6, 2, 5, 7, 7, 9, 4, 3, 2, 4, 4, 1, 9, 8, 5, 2, 3, 4, 8, 2, 0, 2, 1, 8, 5],
"ct" : [0, 9, 8, 8, 1, 6, 9, 0, 1, 2, 9, 9, 7, 4, 2, 4, 5, 4, 6, 9, 3, 5, 5, 6, 8, 5, 7],
"result" : "valid"
},
{
"tcId" : 3480,
"comment" : "y is edge case for modular reduction and (y + a) % radix**13 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad07ea225eb33a3f94ab73e47aeda9e85718513f8ba5ba70ad02eeb7eceac5ee",
"tweak" : "5d4f7004a523e1ed06",
"msg" : [2, 6, 6, 7, 8, 6, 1, 3, 1, 5, 8, 9, 9, 7, 1, 7, 2, 3, 7, 1, 5, 1, 4, 0, 4, 7, 1],
"ct" : [3, 6, 0, 6, 0, 1, 2, 0, 3, 3, 6, 3, 9, 6, 6, 2, 8, 4, 6, 6, 7, 5, 2, 2, 4, 5, 0],
"result" : "valid"
},
{
"tcId" : 3481,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad07ea225eb33a3f94ab73e47aeda9e85718513f8ba5ba70ad02eeb7eceac5ee",
"tweak" : "5d4f7004a523e1ed06",
"msg" : [8, 6, 3, 8, 1, 5, 5, 9, 6, 1, 8, 8, 7, 5, 4, 9, 4, 4, 9, 3, 1, 4, 4, 7, 8, 3, 1],
"ct" : [5, 2, 9, 3, 4, 6, 2, 8, 7, 9, 2, 9, 4, 3, 7, 5, 3, 6, 8, 2, 2, 2, 0, 9, 6, 6, 2],
"result" : "valid"
},
{
"tcId" : 3482,
"comment" : "y is edge case for modular reduction and a is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad07ea225eb33a3f94ab73e47aeda9e85718513f8ba5ba70ad02eeb7eceac5ee",
"tweak" : "5d4f7004a523e1ed06",
"msg" : [5, 4, 7, 6, 6, 1, 0, 3, 8, 3, 8, 7, 7, 5, 0, 2, 3, 2, 1, 8, 4, 1, 0, 1, 6, 1, 1],
"ct" : [9, 9, 2, 0, 2, 4, 9, 5, 2, 5, 6, 2, 9, 5, 5, 8, 8, 9, 2, 9, 4, 6, 2, 0, 7, 1, 7],
"result" : "valid"
},
{
"tcId" : 3483,
"comment" : "y is maximal after modular reduction and (y + a) % radix**14 is maximal in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad07ea225eb33a3f94ab73e47aeda9e85718513f8ba5ba70ad02eeb7eceac5ee",
"tweak" : "97b3212fcc56f13e31",
"msg" : [1, 4, 3, 3, 6, 5, 2, 1, 3, 6, 5, 3, 9, 3, 8, 3, 2, 8, 9, 3, 7, 5, 4, 2, 4, 6, 4],
"ct" : [4, 1, 7, 8, 2, 4, 9, 6, 2, 2, 1, 8, 9, 7, 4, 6, 2, 6, 3, 3, 8, 6, 0, 4, 7, 8, 8],
"result" : "valid"
},
{
"tcId" : 3484,
"comment" : "y is maximal after modular reduction and (y + a) % radix**14 == 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad07ea225eb33a3f94ab73e47aeda9e85718513f8ba5ba70ad02eeb7eceac5ee",
"tweak" : "97b3212fcc56f13e31",
"msg" : [3, 0, 1, 1, 9, 0, 8, 2, 8, 0, 3, 1, 9, 7, 6, 7, 3, 1, 1, 8, 1, 3, 3, 3, 2, 3, 7],
"ct" : [2, 7, 1, 0, 4, 5, 1, 2, 0, 2, 9, 8, 4, 1, 8, 3, 8, 0, 5, 0, 5, 5, 0, 4, 7, 9, 5],
"result" : "valid"
},
{
"tcId" : 3485,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad07ea225eb33a3f94ab73e47aeda9e85718513f8ba5ba70ad02eeb7eceac5ee",
"tweak" : "97b3212fcc56f13e31",
"msg" : [5, 4, 3, 6, 3, 7, 3, 1, 9, 6, 0, 5, 2, 4, 8, 6, 6, 8, 5, 5, 5, 6, 8, 6, 9, 3, 0],
"ct" : [9, 3, 6, 0, 5, 9, 8, 7, 0, 9, 2, 8, 8, 7, 8, 5, 1, 5, 7, 0, 8, 4, 9, 1, 6, 6, 7],
"result" : "valid"
},
{
"tcId" : 3486,
"comment" : "y is maximal after modular reduction and a is maximal in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "ad07ea225eb33a3f94ab73e47aeda9e85718513f8ba5ba70ad02eeb7eceac5ee",
"tweak" : "97b3212fcc56f13e31",
"msg" : [0, 7, 3, 7, 5, 9, 1, 1, 4, 0, 7, 3, 5, 4, 0, 3, 1, 2, 9, 9, 8, 4, 9, 0, 8, 7, 6],
"ct" : [6, 7, 1, 9, 3, 3, 7, 2, 6, 8, 2, 4, 8, 0, 4, 9, 0, 4, 6, 1, 7, 7, 4, 1, 8, 8, 0],
"result" : "valid"
},
{
"tcId" : 3487,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "9b946298b977b4050b37673200e2ad402de9e9dba331bf6eae1408dac9c9e7bd",
"tweak" : "dc322e70fc62bb84",
"msg" : [-1, 3, 8, 4, 4, 2, 1, 7, 1, 5, 3, 3, 3, 8, 9, 9, 0, 2, 6, 1, 6, 5, 8, 0, 5, 0, 0],
"ct" : [3, 6, 4, 8, 9, 0, 7, 5, 3, 5, 2, 4, 0, 9, 0, 8, 0, 3, 2, 0, 3, 6, 6, 1, 6, 8, 5],
"result" : "invalid"
},
{
"tcId" : 3488,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "9b946298b977b4050b37673200e2ad402de9e9dba331bf6eae1408dac9c9e7bd",
"tweak" : "dc322e70fc62bb84",
"msg" : [3, 3, 8, 4, 4, 2, 1, 7, 1, -1, 3, 3, 3, 8, 9, 9, 0, 2, 6, 1, 6, 5, 8, 0, 5, 0, 0],
"ct" : [8, 7, 0, 0, 7, 3, 3, 5, 1, 0, 4, 8, 8, 9, 7, 2, 1, 7, 0, 5, 8, 5, 3, 8, 0, 5, 2],
"result" : "invalid"
},
{
"tcId" : 3489,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "9b946298b977b4050b37673200e2ad402de9e9dba331bf6eae1408dac9c9e7bd",
"tweak" : "dc322e70fc62bb84",
"msg" : [3, 3, 8, 4, 4, 2, 1, 7, 1, 5, 3, 3, 3, 8, 9, 9, 0, 2, 6, 1, 6, 5, 8, 0, 5, 0, -1],
"ct" : [0, 6, 0, 9, 7, 2, 7, 8, 1, 6, 5, 0, 8, 5, 9, 4, 6, 6, 4, 4, 3, 9, 4, 9, 6, 5, 6],
"result" : "invalid"
},
{
"tcId" : 3490,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "08dfd0fdaad5134232a69ffecb30bb741c9ab53535ef2528723b65bb0e9344f3",
"tweak" : "086ab88443a4840d",
"msg" : [10, 5, 3, 0, 9, 1, 6, 8, 8, 9, 7, 2, 2, 7, 1, 6, 6, 3, 6, 9, 2, 6, 3, 6, 7, 4, 6],
"ct" : [8, 5, 0, 2, 2, 5, 0, 3, 8, 1, 0, 4, 0, 8, 2, 7, 8, 1, 2, 1, 8, 2, 8, 1, 7, 9, 4],
"result" : "invalid"
},
{
"tcId" : 3491,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "08dfd0fdaad5134232a69ffecb30bb741c9ab53535ef2528723b65bb0e9344f3",
"tweak" : "086ab88443a4840d",
"msg" : [2, 5, 3, 0, 9, 1, 6, 8, 8, 10, 7, 2, 2, 7, 1, 6, 6, 3, 6, 9, 2, 6, 3, 6, 7, 4, 6],
"ct" : [5, 3, 0, 8, 2, 3, 4, 0, 5, 5, 2, 0, 5, 2, 6, 0, 8, 7, 3, 0, 7, 7, 8, 7, 1, 9, 5],
"result" : "invalid"
},
{
"tcId" : 3492,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "08dfd0fdaad5134232a69ffecb30bb741c9ab53535ef2528723b65bb0e9344f3",
"tweak" : "086ab88443a4840d",
"msg" : [2, 5, 3, 0, 9, 1, 6, 8, 8, 9, 7, 2, 2, 7, 1, 6, 6, 3, 6, 9, 2, 6, 3, 6, 7, 4, 10],
"ct" : [0, 0, 0, 5, 4, 0, 1, 4, 1, 8, 6, 7, 5, 9, 0, 9, 7, 6, 2, 8, 0, 5, 3, 4, 8, 5, 8],
"result" : "invalid"
}
]
},
{
"keySize" : 256,
"msgSize" : 28,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3493,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "56b5a4449c4eab69ba4deb8094c02b97de3992b606485185334642bf8626dcee",
"tweak" : "46ab2623206bced3",
"msg" : [8, 6, 4, 4, 1, 8, 2, 8, 9, 4, 7, 5, 2, 4, 9, 9, 7, 2, 8, 0, 3, 5, 4, 6, 2, 1, 4, 0],
"ct" : [6, 4, 6, 1, 1, 5, 4, 7, 5, 7, 0, 4, 7, 7, 1, 6, 3, 3, 8, 2, 8, 5, 3, 0, 8, 4, 3, 7],
"result" : "valid"
},
{
"tcId" : 3494,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "5d9d5ff80ff5fa07accb1d15abf12141dfebb4f05b21a31acbaeea2e54c8897d",
"tweak" : "e1f2159f67fd7fe3",
"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, 0],
"ct" : [3, 1, 3, 6, 5, 3, 5, 1, 1, 0, 1, 8, 0, 3, 8, 0, 2, 8, 4, 2, 8, 8, 6, 6, 8, 2, 9, 3],
"result" : "valid"
},
{
"tcId" : 3495,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "5d9d5ff80ff5fa07accb1d15abf12141dfebb4f05b21a31acbaeea2e54c8897d",
"tweak" : "e1f2159f67fd7fe3",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [8, 8, 6, 3, 0, 3, 5, 6, 4, 2, 9, 0, 3, 0, 4, 9, 8, 2, 4, 6, 0, 5, 5, 6, 4, 0, 4, 4],
"result" : "valid"
},
{
"tcId" : 3496,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "5d9d5ff80ff5fa07accb1d15abf12141dfebb4f05b21a31acbaeea2e54c8897d",
"tweak" : "e1f2159f67fd7fe3",
"msg" : [7, 0, 3, 6, 8, 7, 4, 4, 1, 7, 7, 6, 6, 4, 7, 0, 3, 6, 8, 7, 4, 4, 1, 7, 7, 6, 6, 4],
"ct" : [8, 8, 8, 0, 2, 5, 7, 4, 4, 0, 0, 8, 2, 2, 1, 7, 7, 3, 9, 9, 1, 0, 7, 8, 3, 4, 4, 7],
"result" : "valid"
},
{
"tcId" : 3497,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "5d9d5ff80ff5fa07accb1d15abf12141dfebb4f05b21a31acbaeea2e54c8897d",
"tweak" : "e1f2159f67fd7fe3",
"msg" : [7, 0, 3, 6, 8, 7, 4, 4, 1, 7, 7, 6, 6, 3, 7, 0, 3, 6, 8, 7, 4, 4, 1, 7, 7, 6, 6, 3],
"ct" : [8, 5, 7, 7, 6, 6, 2, 0, 6, 7, 4, 4, 2, 8, 0, 6, 7, 2, 3, 9, 1, 8, 7, 6, 3, 2, 0, 7],
"result" : "valid"
},
{
"tcId" : 3498,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "5d9d5ff80ff5fa07accb1d15abf12141dfebb4f05b21a31acbaeea2e54c8897d",
"tweak" : "e1f2159f67fd7fe3",
"msg" : [7, 1, 2, 5, 3, 0, 6, 4, 6, 0, 4, 1, 7, 7, 7, 5, 1, 5, 4, 8, 9, 7, 0, 8, 1, 9, 3, 8],
"ct" : [9, 8, 5, 8, 4, 2, 2, 9, 8, 2, 5, 2, 3, 2, 0, 7, 8, 5, 3, 0, 8, 6, 0, 3, 5, 2, 6, 0],
"result" : "valid"
},
{
"tcId" : 3499,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "5d9d5ff80ff5fa07accb1d15abf12141dfebb4f05b21a31acbaeea2e54c8897d",
"tweak" : "e1f2159f67fd7fe3",
"msg" : [8, 5, 1, 8, 7, 4, 7, 7, 6, 6, 4, 3, 4, 1, 0, 4, 0, 9, 7, 4, 0, 6, 9, 8, 6, 1, 2, 7],
"ct" : [8, 2, 4, 1, 5, 4, 4, 1, 4, 2, 6, 0, 2, 3, 8, 4, 2, 1, 7, 7, 0, 9, 8, 9, 4, 2, 8, 7],
"result" : "valid"
},
{
"tcId" : 3500,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "5d9d5ff80ff5fa07accb1d15abf12141dfebb4f05b21a31acbaeea2e54c8897d",
"tweak" : "e1f2159f67fd7fe3",
"msg" : [6, 4, 4, 7, 1, 6, 1, 0, 1, 8, 2, 2, 2, 1, 3, 4, 3, 7, 8, 1, 8, 0, 2, 2, 5, 6, 5, 8],
"ct" : [7, 8, 4, 6, 4, 9, 0, 4, 2, 6, 7, 1, 5, 9, 5, 1, 7, 6, 4, 7, 0, 2, 0, 4, 6, 0, 1, 2],
"result" : "valid"
},
{
"tcId" : 3501,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "5d9d5ff80ff5fa07accb1d15abf12141dfebb4f05b21a31acbaeea2e54c8897d",
"tweak" : "e1f2159f67fd7fe3",
"msg" : [2, 2, 8, 0, 8, 4, 6, 0, 0, 5, 1, 0, 2, 4, 9, 4, 6, 5, 5, 3, 7, 9, 5, 2, 7, 7, 6, 1],
"ct" : [9, 9, 8, 1, 3, 8, 7, 5, 3, 0, 1, 7, 3, 2, 5, 7, 5, 0, 5, 6, 4, 5, 3, 1, 9, 7, 8, 0],
"result" : "valid"
},
{
"tcId" : 3502,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "5d9d5ff80ff5fa07accb1d15abf12141dfebb4f05b21a31acbaeea2e54c8897d",
"tweak" : "e1f2159f67fd7fe3",
"msg" : [2, 4, 6, 2, 3, 1, 5, 7, 5, 3, 0, 7, 8, 9, 4, 4, 2, 9, 9, 5, 8, 7, 4, 3, 8, 3, 9, 3],
"ct" : [2, 4, 8, 6, 6, 2, 6, 8, 2, 7, 0, 8, 1, 1, 9, 8, 1, 5, 2, 3, 1, 5, 0, 8, 0, 8, 3, 0],
"result" : "valid"
},
{
"tcId" : 3503,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "5d9d5ff80ff5fa07accb1d15abf12141dfebb4f05b21a31acbaeea2e54c8897d",
"tweak" : "e1f2159f67fd7fe3",
"msg" : [1, 0, 9, 1, 4, 4, 7, 9, 6, 7, 0, 1, 0, 7, 1, 0, 5, 5, 6, 9, 4, 4, 5, 8, 6, 7, 2, 7],
"ct" : [4, 1, 8, 6, 7, 9, 5, 9, 1, 5, 2, 9, 1, 4, 9, 1, 4, 9, 3, 9, 7, 8, 9, 0, 6, 1, 6, 3],
"result" : "valid"
},
{
"tcId" : 3504,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "5d9d5ff80ff5fa07accb1d15abf12141dfebb4f05b21a31acbaeea2e54c8897d",
"tweak" : "e1f2159f67fd7fe3",
"msg" : [9, 0, 5, 0, 1, 0, 8, 3, 1, 0, 4, 1, 2, 6, 1, 0, 4, 8, 7, 2, 8, 3, 1, 1, 3, 9, 5, 0],
"ct" : [9, 6, 5, 5, 2, 1, 8, 2, 5, 6, 6, 9, 1, 6, 9, 8, 7, 3, 9, 1, 2, 9, 3, 4, 5, 1, 3, 0],
"result" : "valid"
},
{
"tcId" : 3505,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "5d9d5ff80ff5fa07accb1d15abf12141dfebb4f05b21a31acbaeea2e54c8897d",
"tweak" : "e1f2159f67fd7fe3",
"msg" : [4, 6, 5, 0, 5, 9, 7, 0, 4, 6, 1, 2, 7, 0, 9, 9, 9, 0, 7, 4, 0, 4, 3, 2, 5, 7, 8, 9],
"ct" : [8, 0, 8, 4, 3, 9, 7, 0, 4, 6, 8, 5, 5, 2, 2, 0, 6, 5, 3, 5, 4, 5, 4, 2, 9, 6, 7, 5],
"result" : "valid"
},
{
"tcId" : 3506,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "5d9d5ff80ff5fa07accb1d15abf12141dfebb4f05b21a31acbaeea2e54c8897d",
"tweak" : "e1f2159f67fd7fe3",
"msg" : [8, 7, 3, 8, 7, 5, 5, 4, 0, 2, 1, 9, 8, 3, 7, 7, 1, 6, 0, 5, 9, 5, 7, 3, 1, 2, 5, 8],
"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, 0],
"result" : "valid"
},
{
"tcId" : 3507,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "5d9d5ff80ff5fa07accb1d15abf12141dfebb4f05b21a31acbaeea2e54c8897d",
"tweak" : "e1f2159f67fd7fe3",
"msg" : [3, 6, 0, 1, 2, 3, 0, 8, 5, 0, 7, 3, 4, 0, 3, 4, 5, 3, 7, 6, 2, 5, 8, 7, 3, 8, 7, 6],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 3508,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "5d9d5ff80ff5fa07accb1d15abf12141dfebb4f05b21a31acbaeea2e54c8897d",
"tweak" : "e1f2159f67fd7fe3",
"msg" : [7, 3, 1, 9, 7, 2, 8, 8, 4, 0, 2, 6, 3, 7, 2, 7, 0, 7, 7, 4, 1, 2, 0, 5, 0, 6, 6, 8],
"ct" : [7, 0, 3, 6, 8, 7, 4, 4, 1, 7, 7, 6, 6, 4, 7, 0, 3, 6, 8, 7, 4, 4, 1, 7, 7, 6, 6, 4],
"result" : "valid"
},
{
"tcId" : 3509,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "5d9d5ff80ff5fa07accb1d15abf12141dfebb4f05b21a31acbaeea2e54c8897d",
"tweak" : "e1f2159f67fd7fe3",
"msg" : [0, 7, 3, 8, 6, 6, 5, 9, 9, 1, 3, 2, 8, 3, 2, 4, 9, 2, 8, 9, 9, 6, 4, 5, 0, 4, 0, 3],
"ct" : [7, 0, 3, 6, 8, 7, 4, 4, 1, 7, 7, 6, 6, 3, 7, 0, 3, 6, 8, 7, 4, 4, 1, 7, 7, 6, 6, 3],
"result" : "valid"
},
{
"tcId" : 3510,
"comment" : "y = 0 and (y + a) % radix**14 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "8986695b82fe2b63aa1cf703a13b9327a2a8fe76d7e847fcc2fc5e926eb548c5",
"tweak" : "1348a3cc62e3fef94b",
"msg" : [2, 7, 2, 5, 6, 8, 8, 5, 5, 8, 1, 4, 1, 5, 3, 4, 0, 5, 6, 7, 9, 4, 8, 8, 5, 9, 6, 5],
"ct" : [0, 2, 4, 3, 3, 7, 9, 5, 0, 6, 6, 2, 8, 2, 2, 9, 8, 0, 8, 2, 3, 3, 3, 8, 4, 1, 4, 4],
"result" : "valid"
},
{
"tcId" : 3511,
"comment" : "y = 0 and a = 1 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "8986695b82fe2b63aa1cf703a13b9327a2a8fe76d7e847fcc2fc5e926eb548c5",
"tweak" : "1348a3cc62e3fef94b",
"msg" : [8, 1, 2, 5, 1, 2, 3, 0, 8, 2, 4, 3, 8, 8, 3, 8, 9, 3, 9, 6, 6, 7, 8, 4, 0, 3, 0, 2],
"ct" : [9, 6, 6, 0, 8, 5, 8, 1, 8, 0, 4, 3, 7, 0, 8, 6, 0, 3, 6, 8, 5, 8, 9, 5, 8, 5, 8, 3],
"result" : "valid"
},
{
"tcId" : 3512,
"comment" : "y = 0 and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "8986695b82fe2b63aa1cf703a13b9327a2a8fe76d7e847fcc2fc5e926eb548c5",
"tweak" : "1348a3cc62e3fef94b",
"msg" : [1, 5, 6, 1, 6, 5, 4, 9, 6, 5, 2, 4, 6, 9, 6, 3, 1, 7, 8, 5, 7, 9, 9, 5, 5, 2, 4, 6],
"ct" : [5, 2, 5, 0, 9, 7, 4, 0, 3, 0, 9, 8, 0, 8, 2, 3, 6, 0, 3, 8, 0, 4, 0, 0, 2, 4, 8, 2],
"result" : "valid"
},
{
"tcId" : 3513,
"comment" : "y = 0 and (y + a) % radix**14 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "8986695b82fe2b63aa1cf703a13b9327a2a8fe76d7e847fcc2fc5e926eb548c5",
"tweak" : "1348a3cc62e3fef94b",
"msg" : [0, 1, 9, 0, 8, 8, 6, 1, 1, 0, 8, 5, 3, 8, 0, 5, 8, 2, 4, 3, 3, 5, 4, 8, 0, 9, 3, 3],
"ct" : [0, 8, 4, 5, 7, 4, 1, 8, 0, 0, 1, 3, 0, 5, 1, 2, 7, 7, 6, 7, 7, 2, 6, 4, 7, 2, 3, 5],
"result" : "valid"
},
{
"tcId" : 3514,
"comment" : "y = 1 and a = 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "8986695b82fe2b63aa1cf703a13b9327a2a8fe76d7e847fcc2fc5e926eb548c5",
"tweak" : "3ca64e90d2a75a560e",
"msg" : [6, 5, 8, 3, 2, 2, 1, 8, 4, 1, 2, 0, 1, 6, 1, 8, 9, 8, 6, 0, 4, 2, 2, 4, 8, 0, 2, 7],
"ct" : [6, 0, 3, 7, 8, 6, 4, 9, 9, 9, 6, 9, 9, 4, 9, 0, 5, 8, 6, 6, 8, 7, 5, 4, 5, 4, 8, 8],
"result" : "valid"
},
{
"tcId" : 3515,
"comment" : "y = 1 and a = 1 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "8986695b82fe2b63aa1cf703a13b9327a2a8fe76d7e847fcc2fc5e926eb548c5",
"tweak" : "3ca64e90d2a75a560e",
"msg" : [7, 0, 3, 4, 0, 5, 7, 2, 2, 4, 9, 9, 8, 1, 6, 3, 5, 9, 9, 9, 5, 3, 8, 7, 3, 3, 4, 6],
"ct" : [0, 5, 4, 9, 6, 0, 5, 8, 1, 0, 8, 9, 8, 9, 0, 1, 2, 1, 7, 3, 4, 6, 2, 6, 0, 2, 4, 1],
"result" : "valid"
},
{
"tcId" : 3516,
"comment" : "y = 1 and a has large Hamming weight in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "8986695b82fe2b63aa1cf703a13b9327a2a8fe76d7e847fcc2fc5e926eb548c5",
"tweak" : "3ca64e90d2a75a560e",
"msg" : [5, 0, 5, 8, 5, 6, 5, 1, 9, 8, 2, 7, 4, 2, 7, 5, 0, 4, 0, 3, 0, 2, 8, 9, 7, 4, 3, 4],
"ct" : [0, 3, 4, 5, 0, 0, 5, 2, 3, 3, 7, 2, 7, 3, 7, 8, 2, 5, 1, 1, 1, 2, 4, 1, 2, 1, 0, 0],
"result" : "valid"
},
{
"tcId" : 3517,
"comment" : "y = 1 and (y + a) % radix**14 is maximal in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "8986695b82fe2b63aa1cf703a13b9327a2a8fe76d7e847fcc2fc5e926eb548c5",
"tweak" : "3ca64e90d2a75a560e",
"msg" : [2, 1, 8, 1, 5, 1, 4, 8, 7, 0, 4, 3, 6, 2, 2, 2, 4, 1, 7, 2, 7, 4, 3, 6, 0, 4, 6, 7],
"ct" : [3, 1, 6, 7, 6, 3, 9, 2, 1, 0, 3, 7, 9, 0, 1, 1, 6, 0, 7, 8, 0, 2, 9, 3, 1, 1, 2, 1],
"result" : "valid"
},
{
"tcId" : 3518,
"comment" : "y = 1 and (y + a) % radix**14 == 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "8986695b82fe2b63aa1cf703a13b9327a2a8fe76d7e847fcc2fc5e926eb548c5",
"tweak" : "3ca64e90d2a75a560e",
"msg" : [5, 8, 1, 4, 2, 6, 5, 3, 2, 4, 3, 9, 3, 2, 8, 9, 1, 2, 8, 4, 2, 7, 4, 1, 1, 2, 0, 1],
"ct" : [9, 9, 9, 0, 1, 6, 3, 0, 9, 7, 0, 6, 2, 1, 1, 0, 5, 6, 9, 7, 9, 8, 9, 0, 3, 8, 3, 4],
"result" : "valid"
},
{
"tcId" : 3519,
"comment" : "y is maximal and a = 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "8986695b82fe2b63aa1cf703a13b9327a2a8fe76d7e847fcc2fc5e926eb548c5",
"tweak" : "7374e364d7e5d131b5",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 5, 1, 5, 3, 8, 8, 3, 5, 1, 8, 2, 2, 3],
"ct" : [5, 1, 8, 2, 5, 5, 3, 2, 6, 4, 0, 0, 3, 6, 1, 2, 8, 4, 8, 9, 6, 1, 0, 7, 3, 7, 2, 7],
"result" : "valid"
},
{
"tcId" : 3520,
"comment" : "y is maximal and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "8986695b82fe2b63aa1cf703a13b9327a2a8fe76d7e847fcc2fc5e926eb548c5",
"tweak" : "7374e364d7e5d131b5",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 7, 5, 1, 5, 3, 8, 8, 3, 5, 1, 8, 2, 2, 3],
"ct" : [5, 2, 8, 9, 7, 9, 0, 9, 8, 4, 8, 9, 5, 9, 7, 5, 6, 6, 2, 3, 9, 9, 3, 9, 3, 4, 1, 0],
"result" : "valid"
},
{
"tcId" : 3521,
"comment" : "y is maximal and (y + a) % radix**14 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "8986695b82fe2b63aa1cf703a13b9327a2a8fe76d7e847fcc2fc5e926eb548c5",
"tweak" : "7374e364d7e5d131b5",
"msg" : [6, 2, 4, 0, 6, 4, 5, 6, 0, 4, 9, 6, 6, 4, 7, 5, 1, 5, 3, 8, 8, 3, 5, 1, 8, 2, 2, 3],
"ct" : [2, 9, 6, 0, 5, 8, 3, 1, 1, 9, 1, 8, 1, 8, 3, 7, 9, 4, 7, 4, 2, 0, 5, 9, 7, 1, 8, 9],
"result" : "valid"
},
{
"tcId" : 3522,
"comment" : "y is maximal and (y + a) % radix**14 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "8986695b82fe2b63aa1cf703a13b9327a2a8fe76d7e847fcc2fc5e926eb548c5",
"tweak" : "7374e364d7e5d131b5",
"msg" : [6, 2, 4, 0, 6, 4, 5, 6, 0, 4, 9, 6, 6, 5, 7, 5, 1, 5, 3, 8, 8, 3, 5, 1, 8, 2, 2, 3],
"ct" : [3, 8, 4, 4, 1, 6, 9, 5, 4, 6, 6, 3, 5, 7, 2, 3, 2, 9, 0, 1, 0, 1, 2, 4, 9, 9, 8, 2],
"result" : "valid"
},
{
"tcId" : 3523,
"comment" : "y is maximal and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "8986695b82fe2b63aa1cf703a13b9327a2a8fe76d7e847fcc2fc5e926eb548c5",
"tweak" : "7374e364d7e5d131b5",
"msg" : [7, 0, 3, 6, 8, 7, 4, 4, 1, 7, 7, 6, 6, 4, 7, 5, 1, 5, 3, 8, 8, 3, 5, 1, 8, 2, 2, 3],
"ct" : [8, 1, 1, 6, 6, 7, 5, 1, 4, 5, 4, 1, 7, 3, 7, 9, 4, 2, 3, 9, 8, 2, 9, 8, 0, 8, 9, 4],
"result" : "valid"
},
{
"tcId" : 3524,
"comment" : "y is maximal and a is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "8986695b82fe2b63aa1cf703a13b9327a2a8fe76d7e847fcc2fc5e926eb548c5",
"tweak" : "7374e364d7e5d131b5",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 7, 5, 1, 5, 3, 8, 8, 3, 5, 1, 8, 2, 2, 3],
"ct" : [1, 6, 0, 2, 4, 8, 0, 6, 8, 9, 5, 2, 2, 3, 2, 6, 2, 8, 0, 9, 2, 9, 8, 0, 8, 7, 2, 9],
"result" : "valid"
},
{
"tcId" : 3525,
"comment" : "y is edge case for modular reduction and a = 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "8986695b82fe2b63aa1cf703a13b9327a2a8fe76d7e847fcc2fc5e926eb548c5",
"tweak" : "307e803e491b1ab46d",
"msg" : [5, 3, 3, 2, 7, 6, 8, 0, 1, 3, 1, 0, 7, 9, 6, 2, 0, 2, 4, 3, 9, 1, 9, 2, 2, 2, 7, 6],
"ct" : [0, 1, 8, 4, 7, 5, 2, 6, 2, 5, 7, 2, 6, 9, 7, 6, 5, 2, 2, 2, 7, 8, 5, 7, 2, 2, 3, 8],
"result" : "valid"
},
{
"tcId" : 3526,
"comment" : "y is edge case for modular reduction and a = 1 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "8986695b82fe2b63aa1cf703a13b9327a2a8fe76d7e847fcc2fc5e926eb548c5",
"tweak" : "307e803e491b1ab46d",
"msg" : [8, 1, 3, 6, 0, 9, 2, 4, 4, 1, 8, 4, 0, 5, 2, 7, 1, 8, 2, 0, 7, 0, 1, 9, 1, 4, 2, 4],
"ct" : [1, 6, 5, 0, 3, 3, 0, 4, 5, 6, 6, 7, 0, 8, 3, 0, 9, 2, 0, 7, 3, 0, 2, 0, 5, 7, 5, 6],
"result" : "valid"
},
{
"tcId" : 3527,
"comment" : "y is edge case for modular reduction and (y + a) % radix**14 is maximal in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "8986695b82fe2b63aa1cf703a13b9327a2a8fe76d7e847fcc2fc5e926eb548c5",
"tweak" : "307e803e491b1ab46d",
"msg" : [1, 1, 6, 6, 0, 8, 0, 7, 7, 7, 4, 6, 1, 9, 2, 6, 9, 8, 6, 2, 7, 8, 1, 3, 3, 5, 8, 3],
"ct" : [4, 0, 1, 1, 5, 7, 4, 5, 4, 0, 9, 3, 8, 7, 5, 1, 8, 6, 8, 5, 1, 8, 6, 2, 7, 4, 5, 6],
"result" : "valid"
},
{
"tcId" : 3528,
"comment" : "y is edge case for modular reduction and (y + a) % radix**14 == 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "8986695b82fe2b63aa1cf703a13b9327a2a8fe76d7e847fcc2fc5e926eb548c5",
"tweak" : "307e803e491b1ab46d",
"msg" : [6, 0, 4, 1, 9, 6, 1, 2, 1, 7, 0, 5, 8, 0, 9, 6, 0, 9, 1, 7, 4, 2, 0, 7, 8, 9, 8, 8],
"ct" : [4, 7, 7, 8, 8, 5, 1, 2, 5, 7, 1, 3, 9, 8, 9, 8, 2, 3, 9, 5, 4, 8, 9, 8, 9, 7, 8, 6],
"result" : "valid"
},
{
"tcId" : 3529,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "8986695b82fe2b63aa1cf703a13b9327a2a8fe76d7e847fcc2fc5e926eb548c5",
"tweak" : "307e803e491b1ab46d",
"msg" : [7, 3, 7, 5, 1, 2, 7, 9, 0, 8, 3, 8, 3, 7, 5, 2, 9, 3, 5, 5, 8, 1, 4, 9, 1, 8, 4, 4],
"ct" : [7, 8, 9, 8, 9, 5, 0, 6, 9, 1, 9, 2, 1, 6, 4, 2, 6, 0, 9, 2, 2, 1, 4, 6, 7, 0, 8, 5],
"result" : "valid"
},
{
"tcId" : 3530,
"comment" : "y is edge case for modular reduction and a is maximal in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "8986695b82fe2b63aa1cf703a13b9327a2a8fe76d7e847fcc2fc5e926eb548c5",
"tweak" : "307e803e491b1ab46d",
"msg" : [1, 7, 7, 0, 0, 0, 8, 4, 5, 4, 8, 2, 3, 9, 6, 7, 3, 8, 0, 5, 2, 3, 8, 7, 7, 5, 9, 2],
"ct" : [6, 8, 3, 2, 2, 6, 0, 1, 3, 9, 0, 5, 3, 3, 5, 3, 9, 4, 3, 5, 6, 1, 1, 1, 3, 9, 2, 1],
"result" : "valid"
},
{
"tcId" : 3531,
"comment" : "y is maximal after modular reduction and (y + a) % radix**14 is maximal in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "8986695b82fe2b63aa1cf703a13b9327a2a8fe76d7e847fcc2fc5e926eb548c5",
"tweak" : "db7da38cc4aac5e8c8",
"msg" : [1, 2, 9, 7, 3, 0, 9, 8, 4, 7, 5, 4, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [9, 0, 9, 7, 2, 9, 7, 3, 2, 5, 4, 2, 7, 0, 8, 0, 7, 7, 3, 9, 3, 7, 4, 5, 6, 8, 9, 5],
"result" : "valid"
},
{
"tcId" : 3532,
"comment" : "y is maximal after modular reduction and (y + a) % radix**14 == 0 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "8986695b82fe2b63aa1cf703a13b9327a2a8fe76d7e847fcc2fc5e926eb548c5",
"tweak" : "db7da38cc4aac5e8c8",
"msg" : [4, 7, 8, 9, 4, 0, 8, 7, 5, 1, 2, 4, 8, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1],
"ct" : [9, 0, 0, 5, 4, 7, 8, 8, 4, 1, 3, 2, 7, 3, 7, 8, 2, 7, 7, 1, 5, 3, 7, 3, 8, 7, 1, 6],
"result" : "valid"
},
{
"tcId" : 3533,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "8986695b82fe2b63aa1cf703a13b9327a2a8fe76d7e847fcc2fc5e926eb548c5",
"tweak" : "db7da38cc4aac5e8c8",
"msg" : [7, 7, 1, 3, 2, 4, 6, 6, 0, 0, 7, 2, 0, 2, 7, 0, 3, 6, 8, 7, 4, 4, 1, 7, 7, 6, 6, 4],
"ct" : [5, 6, 7, 2, 2, 0, 4, 5, 9, 3, 5, 0, 7, 3, 1, 7, 1, 1, 1, 8, 2, 7, 3, 6, 8, 4, 5, 8],
"result" : "valid"
},
{
"tcId" : 3534,
"comment" : "y is maximal after modular reduction and a is maximal in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "8986695b82fe2b63aa1cf703a13b9327a2a8fe76d7e847fcc2fc5e926eb548c5",
"tweak" : "db7da38cc4aac5e8c8",
"msg" : [1, 5, 5, 5, 9, 5, 6, 9, 1, 4, 1, 9, 5, 8, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [8, 4, 6, 0, 6, 8, 9, 1, 6, 1, 6, 9, 3, 5, 2, 2, 6, 3, 9, 0, 4, 4, 1, 5, 8, 7, 0, 7],
"result" : "valid"
},
{
"tcId" : 3535,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "ed3e9975a3a47849fa07b01b86f0e97cd8e1d0d598d42c3dc97c54d1533c5c0c",
"tweak" : "b13204960f43ff7e",
"msg" : [-1, 0, 4, 8, 9, 3, 6, 1, 6, 3, 3, 8, 1, 9, 0, 5, 7, 3, 4, 6, 6, 6, 5, 9, 4, 6, 5, 6],
"ct" : [8, 7, 2, 5, 0, 1, 2, 1, 3, 6, 6, 9, 3, 6, 2, 4, 2, 0, 5, 9, 6, 5, 6, 6, 6, 5, 7, 5],
"result" : "invalid"
},
{
"tcId" : 3536,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "ed3e9975a3a47849fa07b01b86f0e97cd8e1d0d598d42c3dc97c54d1533c5c0c",
"tweak" : "b13204960f43ff7e",
"msg" : [3, 0, 4, 8, 9, 3, 6, 1, 6, -1, 3, 8, 1, 9, 0, 5, 7, 3, 4, 6, 6, 6, 5, 9, 4, 6, 5, 6],
"ct" : [1, 6, 5, 4, 3, 8, 1, 1, 0, 6, 9, 6, 2, 1, 2, 2, 9, 5, 4, 2, 5, 4, 6, 1, 4, 3, 1, 8],
"result" : "invalid"
},
{
"tcId" : 3537,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "ed3e9975a3a47849fa07b01b86f0e97cd8e1d0d598d42c3dc97c54d1533c5c0c",
"tweak" : "b13204960f43ff7e",
"msg" : [3, 0, 4, 8, 9, 3, 6, 1, 6, 3, 3, 8, 1, 9, 0, 5, 7, 3, 4, 6, 6, 6, 5, 9, 4, 6, 5, -1],
"ct" : [5, 4, 0, 5, 5, 8, 4, 2, 9, 5, 1, 2, 3, 5, 9, 8, 7, 4, 7, 9, 8, 8, 4, 8, 3, 5, 5, 3],
"result" : "invalid"
},
{
"tcId" : 3538,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "0ae64c6bc4bc75b12ccccc4f0b0dcad10b1292d6fc4cc1a6d9aea6d0f2854e9a",
"tweak" : "d8180cdbc016f044",
"msg" : [10, 2, 0, 8, 4, 2, 3, 4, 6, 7, 9, 4, 4, 0, 7, 0, 7, 1, 9, 2, 3, 0, 4, 2, 0, 5, 4, 6],
"ct" : [0, 6, 6, 3, 4, 8, 7, 5, 4, 5, 1, 1, 3, 9, 1, 5, 4, 3, 8, 1, 5, 3, 4, 2, 0, 3, 5, 7],
"result" : "invalid"
},
{
"tcId" : 3539,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "0ae64c6bc4bc75b12ccccc4f0b0dcad10b1292d6fc4cc1a6d9aea6d0f2854e9a",
"tweak" : "d8180cdbc016f044",
"msg" : [1, 2, 0, 8, 4, 2, 3, 4, 6, 10, 9, 4, 4, 0, 7, 0, 7, 1, 9, 2, 3, 0, 4, 2, 0, 5, 4, 6],
"ct" : [9, 1, 1, 9, 1, 3, 3, 5, 8, 7, 0, 5, 5, 8, 9, 0, 0, 1, 9, 8, 1, 4, 2, 5, 5, 0, 8, 2],
"result" : "invalid"
},
{
"tcId" : 3540,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "0ae64c6bc4bc75b12ccccc4f0b0dcad10b1292d6fc4cc1a6d9aea6d0f2854e9a",
"tweak" : "d8180cdbc016f044",
"msg" : [1, 2, 0, 8, 4, 2, 3, 4, 6, 7, 9, 4, 4, 0, 7, 0, 7, 1, 9, 2, 3, 0, 4, 2, 0, 5, 4, 10],
"ct" : [2, 8, 3, 6, 3, 6, 3, 6, 7, 2, 5, 6, 9, 9, 9, 1, 6, 7, 6, 3, 1, 6, 3, 3, 3, 4, 2, 1],
"result" : "invalid"
}
]
},
{
"keySize" : 256,
"msgSize" : 29,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3541,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "289b50c9fef3028eebb6d8121536042e818bcf1ce7829d123daf3704c95a803d",
"tweak" : "6fc54bb5ade03038",
"msg" : [2, 6, 9, 4, 4, 7, 4, 5, 5, 0, 2, 7, 8, 5, 8, 8, 0, 0, 3, 5, 1, 1, 2, 8, 1, 9, 2, 3, 5],
"ct" : [5, 4, 2, 7, 2, 4, 2, 9, 9, 0, 5, 4, 3, 8, 2, 4, 1, 6, 1, 4, 3, 4, 1, 3, 9, 8, 3, 0, 1],
"result" : "valid"
},
{
"tcId" : 3542,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "f7f4583ae76e9492ee48a89ec6065bce3344a1f3dca365494c4aa784c21dab87",
"tweak" : "58c8f94626a8add3",
"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, 0, 0],
"ct" : [5, 9, 7, 7, 9, 8, 9, 5, 9, 3, 7, 8, 2, 2, 4, 4, 8, 2, 1, 1, 9, 6, 0, 3, 4, 7, 1, 6, 9],
"result" : "valid"
},
{
"tcId" : 3543,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "f7f4583ae76e9492ee48a89ec6065bce3344a1f3dca365494c4aa784c21dab87",
"tweak" : "58c8f94626a8add3",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [9, 7, 3, 9, 1, 7, 0, 1, 8, 8, 4, 6, 8, 4, 9, 8, 7, 0, 5, 8, 0, 7, 5, 2, 3, 1, 9, 3, 4],
"result" : "valid"
},
{
"tcId" : 3544,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "f7f4583ae76e9492ee48a89ec6065bce3344a1f3dca365494c4aa784c21dab87",
"tweak" : "58c8f94626a8add3",
"msg" : [7, 0, 3, 6, 8, 7, 4, 4, 1, 7, 7, 6, 6, 4, 5, 6, 2, 9, 4, 9, 9, 5, 3, 4, 2, 1, 3, 1, 2],
"ct" : [4, 4, 1, 4, 6, 6, 4, 7, 1, 5, 7, 9, 2, 6, 1, 9, 4, 5, 3, 4, 4, 0, 3, 2, 5, 8, 0, 2, 4],
"result" : "valid"
},
{
"tcId" : 3545,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "f7f4583ae76e9492ee48a89ec6065bce3344a1f3dca365494c4aa784c21dab87",
"tweak" : "58c8f94626a8add3",
"msg" : [7, 0, 3, 6, 8, 7, 4, 4, 1, 7, 7, 6, 6, 3, 5, 6, 2, 9, 4, 9, 9, 5, 3, 4, 2, 1, 3, 1, 1],
"ct" : [1, 1, 8, 8, 4, 4, 8, 6, 8, 8, 9, 1, 6, 0, 4, 9, 6, 2, 7, 8, 4, 7, 5, 4, 7, 6, 5, 2, 0],
"result" : "valid"
},
{
"tcId" : 3546,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "f7f4583ae76e9492ee48a89ec6065bce3344a1f3dca365494c4aa784c21dab87",
"tweak" : "58c8f94626a8add3",
"msg" : [5, 2, 1, 9, 4, 0, 2, 7, 8, 1, 5, 2, 5, 0, 8, 0, 2, 5, 5, 1, 6, 8, 8, 2, 7, 2, 7, 6, 5],
"ct" : [1, 1, 8, 0, 0, 5, 9, 4, 7, 4, 5, 6, 5, 9, 6, 9, 5, 0, 6, 7, 5, 9, 7, 1, 7, 5, 3, 9, 8],
"result" : "valid"
},
{
"tcId" : 3547,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "f7f4583ae76e9492ee48a89ec6065bce3344a1f3dca365494c4aa784c21dab87",
"tweak" : "58c8f94626a8add3",
"msg" : [7, 1, 5, 9, 9, 9, 3, 2, 3, 2, 7, 1, 7, 4, 5, 2, 6, 9, 3, 6, 6, 8, 4, 7, 3, 7, 6, 4, 4],
"ct" : [1, 2, 3, 7, 2, 6, 1, 5, 0, 0, 6, 8, 5, 3, 8, 1, 9, 0, 6, 1, 5, 3, 8, 9, 0, 0, 2, 2, 9],
"result" : "valid"
},
{
"tcId" : 3548,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "f7f4583ae76e9492ee48a89ec6065bce3344a1f3dca365494c4aa784c21dab87",
"tweak" : "58c8f94626a8add3",
"msg" : [7, 2, 3, 7, 5, 6, 4, 5, 1, 6, 5, 9, 6, 6, 2, 6, 8, 5, 8, 5, 0, 3, 0, 1, 2, 6, 1, 8, 9],
"ct" : [8, 3, 8, 1, 1, 4, 9, 1, 0, 2, 9, 8, 2, 5, 1, 0, 3, 0, 0, 1, 8, 9, 8, 3, 1, 8, 9, 0, 1],
"result" : "valid"
},
{
"tcId" : 3549,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "f7f4583ae76e9492ee48a89ec6065bce3344a1f3dca365494c4aa784c21dab87",
"tweak" : "58c8f94626a8add3",
"msg" : [0, 0, 7, 1, 9, 0, 1, 0, 2, 4, 5, 2, 3, 8, 0, 6, 3, 9, 7, 9, 0, 5, 9, 4, 3, 3, 7, 7, 4],
"ct" : [8, 3, 5, 7, 8, 6, 1, 8, 3, 5, 6, 9, 8, 2, 4, 9, 0, 0, 0, 2, 3, 0, 4, 6, 9, 8, 7, 7, 9],
"result" : "valid"
},
{
"tcId" : 3550,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "f7f4583ae76e9492ee48a89ec6065bce3344a1f3dca365494c4aa784c21dab87",
"tweak" : "58c8f94626a8add3",
"msg" : [7, 5, 6, 2, 0, 3, 1, 3, 9, 0, 2, 0, 0, 7, 5, 3, 9, 9, 2, 3, 4, 6, 1, 4, 3, 0, 2, 5, 1],
"ct" : [0, 9, 6, 3, 3, 6, 7, 5, 3, 4, 8, 8, 0, 5, 6, 4, 1, 2, 1, 6, 1, 2, 0, 2, 9, 0, 8, 1, 2],
"result" : "valid"
},
{
"tcId" : 3551,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "f7f4583ae76e9492ee48a89ec6065bce3344a1f3dca365494c4aa784c21dab87",
"tweak" : "58c8f94626a8add3",
"msg" : [9, 0, 0, 4, 9, 3, 0, 9, 2, 8, 1, 8, 2, 4, 3, 4, 7, 2, 9, 5, 6, 3, 4, 0, 6, 1, 3, 7, 6],
"ct" : [0, 7, 9, 5, 4, 0, 6, 0, 4, 0, 6, 6, 1, 0, 6, 9, 1, 6, 6, 5, 1, 2, 1, 6, 4, 4, 5, 4, 8],
"result" : "valid"
},
{
"tcId" : 3552,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "f7f4583ae76e9492ee48a89ec6065bce3344a1f3dca365494c4aa784c21dab87",
"tweak" : "58c8f94626a8add3",
"msg" : [3, 3, 2, 7, 2, 4, 7, 1, 6, 3, 5, 0, 5, 5, 2, 3, 1, 7, 2, 5, 6, 8, 1, 0, 1, 5, 3, 7, 0],
"ct" : [2, 1, 2, 8, 9, 1, 7, 1, 3, 3, 1, 8, 6, 4, 4, 0, 4, 3, 0, 3, 4, 0, 7, 7, 4, 4, 2, 0, 3],
"result" : "valid"
},
{
"tcId" : 3553,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "f7f4583ae76e9492ee48a89ec6065bce3344a1f3dca365494c4aa784c21dab87",
"tweak" : "58c8f94626a8add3",
"msg" : [8, 0, 9, 7, 8, 0, 4, 5, 9, 2, 0, 5, 6, 5, 1, 1, 0, 1, 3, 3, 5, 1, 7, 9, 1, 0, 6, 8, 1],
"ct" : [7, 5, 6, 9, 1, 6, 9, 1, 7, 3, 7, 4, 3, 8, 3, 6, 1, 8, 8, 9, 4, 4, 0, 6, 9, 6, 5, 7, 7],
"result" : "valid"
},
{
"tcId" : 3554,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "f7f4583ae76e9492ee48a89ec6065bce3344a1f3dca365494c4aa784c21dab87",
"tweak" : "58c8f94626a8add3",
"msg" : [1, 5, 5, 5, 0, 5, 7, 5, 6, 6, 8, 1, 1, 1, 2, 7, 5, 7, 8, 5, 8, 8, 3, 7, 2, 0, 0, 5, 3],
"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, 0, 0],
"result" : "valid"
},
{
"tcId" : 3555,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "f7f4583ae76e9492ee48a89ec6065bce3344a1f3dca365494c4aa784c21dab87",
"tweak" : "58c8f94626a8add3",
"msg" : [9, 7, 8, 6, 2, 5, 0, 8, 0, 1, 7, 2, 5, 1, 1, 3, 9, 8, 9, 9, 9, 2, 7, 1, 5, 9, 0, 6, 7],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 3556,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "f7f4583ae76e9492ee48a89ec6065bce3344a1f3dca365494c4aa784c21dab87",
"tweak" : "58c8f94626a8add3",
"msg" : [4, 7, 2, 6, 5, 2, 7, 1, 2, 9, 7, 5, 0, 0, 7, 0, 3, 5, 0, 7, 1, 8, 8, 6, 1, 1, 5, 4, 7],
"ct" : [7, 0, 3, 6, 8, 7, 4, 4, 1, 7, 7, 6, 6, 4, 5, 6, 2, 9, 4, 9, 9, 5, 3, 4, 2, 1, 3, 1, 2],
"result" : "valid"
},
{
"tcId" : 3557,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "f7f4583ae76e9492ee48a89ec6065bce3344a1f3dca365494c4aa784c21dab87",
"tweak" : "58c8f94626a8add3",
"msg" : [1, 0, 6, 0, 4, 8, 7, 3, 0, 6, 2, 0, 9, 4, 8, 1, 2, 4, 4, 2, 3, 7, 9, 8, 5, 1, 1, 3, 9],
"ct" : [7, 0, 3, 6, 8, 7, 4, 4, 1, 7, 7, 6, 6, 3, 5, 6, 2, 9, 4, 9, 9, 5, 3, 4, 2, 1, 3, 1, 1],
"result" : "valid"
},
{
"tcId" : 3558,
"comment" : "y = 0 and (y + a) % radix**14 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "3352710a6cc9ad023369cb8e3f1966878e7fc732f5f0384637bf57283c4117cf",
"tweak" : "538f2e03818771d1",
"msg" : [7, 7, 8, 0, 6, 2, 0, 7, 7, 9, 6, 7, 1, 8, 0, 2, 7, 3, 2, 3, 8, 6, 8, 5, 0, 1, 7, 5, 0],
"ct" : [8, 1, 6, 9, 2, 2, 1, 9, 0, 7, 0, 7, 5, 4, 8, 5, 0, 6, 1, 4, 7, 2, 3, 3, 4, 9, 1, 4, 0],
"result" : "valid"
},
{
"tcId" : 3559,
"comment" : "y = 0 and a = 1 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "3352710a6cc9ad023369cb8e3f1966878e7fc732f5f0384637bf57283c4117cf",
"tweak" : "538f2e03818771d1",
"msg" : [5, 7, 6, 3, 3, 4, 3, 6, 3, 8, 7, 9, 8, 1, 6, 7, 9, 7, 4, 2, 7, 2, 4, 1, 7, 8, 0, 9, 2],
"ct" : [6, 7, 8, 2, 5, 9, 5, 0, 6, 3, 3, 3, 2, 4, 6, 6, 8, 1, 4, 1, 4, 7, 3, 0, 5, 8, 6, 4, 6],
"result" : "valid"
},
{
"tcId" : 3560,
"comment" : "y = 0 and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "3352710a6cc9ad023369cb8e3f1966878e7fc732f5f0384637bf57283c4117cf",
"tweak" : "538f2e03818771d1",
"msg" : [0, 0, 0, 6, 5, 0, 9, 8, 6, 4, 7, 5, 0, 3, 1, 3, 8, 3, 0, 5, 1, 8, 7, 3, 4, 6, 3, 7, 4],
"ct" : [9, 6, 2, 3, 5, 3, 1, 3, 6, 1, 7, 1, 3, 8, 5, 8, 1, 5, 0, 7, 2, 0, 4, 9, 1, 1, 3, 6, 3],
"result" : "valid"
},
{
"tcId" : 3561,
"comment" : "y = 0 and (y + a) % radix**14 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "3352710a6cc9ad023369cb8e3f1966878e7fc732f5f0384637bf57283c4117cf",
"tweak" : "538f2e03818771d1",
"msg" : [2, 6, 0, 9, 7, 4, 4, 3, 3, 3, 6, 2, 0, 8, 9, 2, 6, 1, 1, 7, 6, 2, 2, 6, 2, 2, 0, 0, 2],
"ct" : [7, 0, 2, 1, 0, 9, 5, 6, 0, 4, 5, 0, 8, 4, 1, 1, 4, 6, 7, 1, 5, 4, 6, 9, 9, 0, 0, 4, 1],
"result" : "valid"
},
{
"tcId" : 3562,
"comment" : "y = 1 and a = 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "3352710a6cc9ad023369cb8e3f1966878e7fc732f5f0384637bf57283c4117cf",
"tweak" : "373a0c23176017ce",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 1, 2, 7, 2, 7, 7, 1, 2, 2, 8, 0, 3, 7, 9],
"ct" : [1, 8, 1, 0, 2, 3, 7, 0, 9, 9, 0, 8, 9, 8, 5, 0, 5, 6, 4, 3, 0, 1, 6, 7, 9, 1, 6, 4, 4],
"result" : "valid"
},
{
"tcId" : 3563,
"comment" : "y = 1 and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "3352710a6cc9ad023369cb8e3f1966878e7fc732f5f0384637bf57283c4117cf",
"tweak" : "373a0c23176017ce",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 6, 1, 2, 7, 2, 7, 7, 1, 2, 2, 8, 0, 3, 7, 9],
"ct" : [6, 7, 7, 3, 6, 9, 8, 4, 6, 7, 8, 2, 7, 9, 9, 4, 0, 6, 8, 2, 3, 9, 6, 6, 1, 9, 4, 4, 8],
"result" : "valid"
},
{
"tcId" : 3564,
"comment" : "y = 1 and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "3352710a6cc9ad023369cb8e3f1966878e7fc732f5f0384637bf57283c4117cf",
"tweak" : "373a0c23176017ce",
"msg" : [7, 0, 3, 6, 8, 7, 4, 4, 1, 7, 7, 6, 6, 4, 6, 1, 2, 7, 2, 7, 7, 1, 2, 2, 8, 0, 3, 7, 9],
"ct" : [5, 6, 9, 0, 5, 3, 4, 2, 0, 4, 6, 5, 1, 9, 2, 0, 7, 2, 7, 0, 7, 9, 1, 4, 8, 0, 1, 8, 2],
"result" : "valid"
},
{
"tcId" : 3565,
"comment" : "y = 1 and (y + a) % radix**14 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "3352710a6cc9ad023369cb8e3f1966878e7fc732f5f0384637bf57283c4117cf",
"tweak" : "373a0c23176017ce",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 8, 6, 1, 2, 7, 2, 7, 7, 1, 2, 2, 8, 0, 3, 7, 9],
"ct" : [4, 3, 9, 4, 8, 7, 4, 6, 5, 6, 3, 8, 8, 9, 3, 5, 3, 6, 0, 9, 3, 5, 1, 0, 5, 2, 7, 4, 0],
"result" : "valid"
},
{
"tcId" : 3566,
"comment" : "y = 1 and (y + a) % radix**14 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "3352710a6cc9ad023369cb8e3f1966878e7fc732f5f0384637bf57283c4117cf",
"tweak" : "373a0c23176017ce",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 6, 1, 2, 7, 2, 7, 7, 1, 2, 2, 8, 0, 3, 7, 9],
"ct" : [6, 4, 0, 5, 3, 9, 9, 0, 3, 8, 2, 7, 3, 3, 1, 9, 8, 0, 5, 5, 4, 8, 0, 3, 2, 1, 4, 8, 3],
"result" : "valid"
},
{
"tcId" : 3567,
"comment" : "y is edge case for modular reduction and a = 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "3352710a6cc9ad023369cb8e3f1966878e7fc732f5f0384637bf57283c4117cf",
"tweak" : "7197f404e4882b0e",
"msg" : [5, 0, 8, 9, 0, 1, 4, 7, 8, 3, 2, 9, 5, 2, 0, 2, 1, 0, 7, 8, 3, 9, 0, 8, 7, 6, 9, 9, 6],
"ct" : [0, 0, 5, 1, 2, 8, 2, 0, 7, 7, 5, 2, 7, 7, 0, 9, 3, 8, 9, 0, 0, 2, 3, 0, 6, 7, 4, 2, 2],
"result" : "valid"
},
{
"tcId" : 3568,
"comment" : "y is edge case for modular reduction and a = 1 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "3352710a6cc9ad023369cb8e3f1966878e7fc732f5f0384637bf57283c4117cf",
"tweak" : "7197f404e4882b0e",
"msg" : [7, 4, 1, 4, 1, 1, 6, 4, 2, 7, 4, 9, 9, 6, 0, 0, 6, 4, 5, 9, 1, 5, 8, 0, 0, 3, 8, 1, 9],
"ct" : [7, 5, 9, 3, 8, 4, 0, 4, 0, 3, 2, 3, 6, 4, 7, 0, 8, 0, 1, 6, 5, 6, 9, 0, 6, 3, 1, 1, 2],
"result" : "valid"
},
{
"tcId" : 3569,
"comment" : "y is edge case for modular reduction and (y + a) % radix**14 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "3352710a6cc9ad023369cb8e3f1966878e7fc732f5f0384637bf57283c4117cf",
"tweak" : "7197f404e4882b0e",
"msg" : [7, 1, 0, 7, 9, 5, 1, 6, 8, 8, 7, 6, 3, 4, 8, 2, 2, 7, 7, 6, 9, 6, 1, 2, 8, 2, 6, 6, 4],
"ct" : [6, 5, 3, 3, 4, 1, 2, 6, 5, 3, 0, 8, 6, 7, 3, 1, 0, 5, 8, 0, 6, 3, 4, 8, 6, 0, 6, 2, 7],
"result" : "valid"
},
{
"tcId" : 3570,
"comment" : "y is edge case for modular reduction and (y + a) % radix**14 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "3352710a6cc9ad023369cb8e3f1966878e7fc732f5f0384637bf57283c4117cf",
"tweak" : "7197f404e4882b0e",
"msg" : [3, 7, 4, 4, 9, 0, 9, 1, 0, 6, 3, 9, 3, 2, 0, 4, 1, 2, 4, 2, 2, 1, 9, 8, 0, 7, 6, 4, 8],
"ct" : [8, 8, 6, 6, 6, 0, 5, 1, 9, 4, 0, 7, 3, 6, 7, 0, 2, 6, 8, 2, 1, 1, 9, 8, 1, 6, 4, 2, 8],
"result" : "valid"
},
{
"tcId" : 3571,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "3352710a6cc9ad023369cb8e3f1966878e7fc732f5f0384637bf57283c4117cf",
"tweak" : "7197f404e4882b0e",
"msg" : [5, 6, 9, 0, 1, 1, 4, 7, 0, 1, 0, 4, 5, 5, 8, 2, 0, 1, 7, 4, 6, 8, 8, 4, 0, 7, 4, 7, 6],
"ct" : [4, 0, 4, 8, 7, 2, 4, 1, 6, 1, 2, 7, 2, 0, 4, 6, 7, 7, 8, 2, 0, 0, 1, 9, 0, 4, 7, 0, 2],
"result" : "valid"
},
{
"tcId" : 3572,
"comment" : "y is edge case for modular reduction and a is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "3352710a6cc9ad023369cb8e3f1966878e7fc732f5f0384637bf57283c4117cf",
"tweak" : "7197f404e4882b0e",
"msg" : [5, 1, 2, 3, 4, 4, 6, 6, 9, 5, 7, 2, 3, 6, 5, 4, 2, 6, 4, 1, 8, 3, 9, 4, 4, 5, 8, 3, 7],
"ct" : [6, 4, 4, 1, 0, 2, 1, 5, 4, 8, 4, 1, 4, 7, 4, 5, 6, 4, 7, 5, 3, 9, 7, 2, 9, 4, 9, 6, 2],
"result" : "valid"
},
{
"tcId" : 3573,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "cf89ffe324a05bde06bc7914ae473f821e5c77fc9e0aa23648683c9575f18632",
"tweak" : "a002a1a91f317bdd",
"msg" : [-1, 7, 6, 8, 0, 3, 3, 0, 5, 6, 6, 4, 6, 5, 0, 9, 7, 7, 4, 0, 7, 6, 7, 3, 1, 0, 9, 9, 9],
"ct" : [5, 3, 3, 7, 9, 8, 1, 4, 7, 9, 3, 3, 8, 7, 9, 1, 2, 6, 2, 9, 5, 9, 5, 3, 2, 8, 7, 4, 6],
"result" : "invalid"
},
{
"tcId" : 3574,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "cf89ffe324a05bde06bc7914ae473f821e5c77fc9e0aa23648683c9575f18632",
"tweak" : "a002a1a91f317bdd",
"msg" : [8, 7, 6, 8, 0, 3, 3, 0, 5, -1, 6, 4, 6, 5, 0, 9, 7, 7, 4, 0, 7, 6, 7, 3, 1, 0, 9, 9, 9],
"ct" : [4, 7, 3, 7, 8, 9, 4, 7, 4, 2, 3, 6, 6, 7, 6, 9, 5, 2, 1, 7, 7, 3, 9, 9, 2, 4, 0, 5, 0],
"result" : "invalid"
},
{
"tcId" : 3575,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "cf89ffe324a05bde06bc7914ae473f821e5c77fc9e0aa23648683c9575f18632",
"tweak" : "a002a1a91f317bdd",
"msg" : [8, 7, 6, 8, 0, 3, 3, 0, 5, 6, 6, 4, 6, 5, 0, 9, 7, 7, 4, 0, 7, 6, 7, 3, 1, 0, 9, 9, -1],
"ct" : [5, 2, 1, 7, 0, 2, 7, 9, 1, 8, 4, 5, 4, 3, 4, 6, 8, 4, 7, 9, 7, 8, 1, 5, 4, 5, 2, 0, 5],
"result" : "invalid"
},
{
"tcId" : 3576,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "d1833508e592af2a254a091efc9c880bcec6d8d9751af7cbb81815824ff2e5b2",
"tweak" : "a622f6838e4ba9a1",
"msg" : [10, 8, 1, 0, 9, 6, 8, 4, 1, 5, 2, 0, 6, 1, 1, 4, 5, 4, 8, 3, 0, 2, 8, 0, 2, 3, 6, 4, 0],
"ct" : [6, 8, 2, 0, 5, 6, 4, 9, 4, 0, 9, 9, 8, 9, 3, 0, 3, 2, 1, 5, 5, 3, 1, 4, 7, 7, 5, 0, 0],
"result" : "invalid"
},
{
"tcId" : 3577,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "d1833508e592af2a254a091efc9c880bcec6d8d9751af7cbb81815824ff2e5b2",
"tweak" : "a622f6838e4ba9a1",
"msg" : [4, 8, 1, 0, 9, 6, 8, 4, 1, 10, 2, 0, 6, 1, 1, 4, 5, 4, 8, 3, 0, 2, 8, 0, 2, 3, 6, 4, 0],
"ct" : [4, 5, 4, 0, 6, 7, 2, 9, 9, 6, 7, 6, 2, 1, 0, 0, 8, 8, 5, 6, 4, 4, 1, 6, 8, 3, 8, 1, 8],
"result" : "invalid"
},
{
"tcId" : 3578,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "d1833508e592af2a254a091efc9c880bcec6d8d9751af7cbb81815824ff2e5b2",
"tweak" : "a622f6838e4ba9a1",
"msg" : [4, 8, 1, 0, 9, 6, 8, 4, 1, 5, 2, 0, 6, 1, 1, 4, 5, 4, 8, 3, 0, 2, 8, 0, 2, 3, 6, 4, 10],
"ct" : [0, 0, 5, 2, 2, 4, 9, 9, 7, 6, 6, 7, 8, 1, 4, 4, 3, 4, 3, 4, 2, 0, 4, 0, 3, 6, 0, 6, 6],
"result" : "invalid"
}
]
},
{
"keySize" : 256,
"msgSize" : 30,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3579,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "73fb9509d5105cc23dc27665da2603ae368bb7472ee6faba1f50369cd283944e",
"tweak" : "5cbf2c8926102868",
"msg" : [5, 4, 0, 3, 4, 5, 2, 4, 0, 4, 9, 0, 2, 9, 4, 0, 4, 2, 7, 5, 7, 9, 1, 2, 0, 8, 6, 0, 9, 0],
"ct" : [7, 7, 3, 1, 6, 0, 4, 2, 6, 0, 4, 5, 3, 4, 7, 5, 3, 2, 2, 2, 5, 5, 2, 0, 5, 5, 5, 3, 8, 9],
"result" : "valid"
},
{
"tcId" : 3580,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "1321796287e5dbb4223874432a1e9f50c5e0b753b0166b0d05ef292de370cc94",
"tweak" : "9d223bc842da12e8",
"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, 0, 0, 0],
"ct" : [1, 6, 9, 2, 4, 2, 0, 5, 9, 5, 7, 7, 6, 3, 8, 5, 2, 2, 4, 9, 3, 3, 8, 8, 6, 1, 6, 1, 1, 0],
"result" : "valid"
},
{
"tcId" : 3581,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "1321796287e5dbb4223874432a1e9f50c5e0b753b0166b0d05ef292de370cc94",
"tweak" : "9d223bc842da12e8",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [0, 8, 2, 4, 8, 2, 0, 4, 2, 8, 8, 3, 1, 9, 9, 4, 0, 6, 8, 7, 3, 0, 8, 9, 0, 9, 0, 4, 5, 1],
"result" : "valid"
},
{
"tcId" : 3582,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "1321796287e5dbb4223874432a1e9f50c5e0b753b0166b0d05ef292de370cc94",
"tweak" : "9d223bc842da12e8",
"msg" : [5, 6, 2, 9, 4, 9, 9, 5, 3, 4, 2, 1, 3, 1, 2, 5, 6, 2, 9, 4, 9, 9, 5, 3, 4, 2, 1, 3, 1, 2],
"ct" : [9, 3, 9, 6, 5, 0, 2, 7, 6, 0, 1, 8, 8, 7, 1, 9, 4, 7, 7, 9, 7, 8, 6, 1, 8, 2, 8, 2, 2, 5],
"result" : "valid"
},
{
"tcId" : 3583,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "1321796287e5dbb4223874432a1e9f50c5e0b753b0166b0d05ef292de370cc94",
"tweak" : "9d223bc842da12e8",
"msg" : [5, 6, 2, 9, 4, 9, 9, 5, 3, 4, 2, 1, 3, 1, 1, 5, 6, 2, 9, 4, 9, 9, 5, 3, 4, 2, 1, 3, 1, 1],
"ct" : [2, 0, 0, 3, 1, 2, 5, 9, 0, 3, 6, 4, 3, 1, 6, 5, 4, 2, 0, 7, 7, 9, 4, 3, 7, 2, 1, 3, 5, 1],
"result" : "valid"
},
{
"tcId" : 3584,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "1321796287e5dbb4223874432a1e9f50c5e0b753b0166b0d05ef292de370cc94",
"tweak" : "9d223bc842da12e8",
"msg" : [9, 3, 7, 0, 5, 2, 0, 1, 1, 9, 7, 7, 3, 0, 9, 9, 7, 8, 6, 4, 8, 6, 2, 2, 5, 3, 2, 5, 1, 8],
"ct" : [1, 5, 5, 9, 5, 8, 3, 9, 9, 7, 1, 5, 6, 4, 9, 6, 8, 1, 1, 8, 7, 5, 5, 5, 8, 4, 2, 8, 1, 7],
"result" : "valid"
},
{
"tcId" : 3585,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "1321796287e5dbb4223874432a1e9f50c5e0b753b0166b0d05ef292de370cc94",
"tweak" : "9d223bc842da12e8",
"msg" : [3, 6, 1, 3, 1, 5, 4, 1, 3, 7, 3, 1, 8, 2, 7, 9, 8, 2, 2, 6, 3, 4, 5, 8, 4, 1, 5, 5, 6, 6],
"ct" : [4, 4, 0, 9, 0, 7, 4, 8, 4, 9, 3, 7, 0, 2, 3, 3, 3, 5, 8, 6, 5, 0, 4, 7, 3, 1, 4, 9, 5, 3],
"result" : "valid"
},
{
"tcId" : 3586,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "1321796287e5dbb4223874432a1e9f50c5e0b753b0166b0d05ef292de370cc94",
"tweak" : "9d223bc842da12e8",
"msg" : [0, 0, 0, 4, 7, 5, 8, 9, 7, 3, 2, 2, 3, 9, 4, 8, 1, 6, 3, 2, 2, 3, 9, 0, 7, 7, 0, 7, 1, 1],
"ct" : [0, 1, 1, 9, 3, 9, 7, 6, 8, 5, 8, 4, 3, 9, 6, 4, 4, 5, 1, 0, 6, 1, 0, 9, 8, 0, 0, 1, 8, 8],
"result" : "valid"
},
{
"tcId" : 3587,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "1321796287e5dbb4223874432a1e9f50c5e0b753b0166b0d05ef292de370cc94",
"tweak" : "9d223bc842da12e8",
"msg" : [4, 4, 1, 4, 5, 9, 6, 8, 0, 7, 9, 0, 1, 5, 5, 6, 4, 9, 1, 0, 6, 8, 1, 2, 9, 6, 3, 2, 2, 9],
"ct" : [2, 7, 0, 6, 4, 0, 1, 5, 3, 3, 3, 1, 8, 0, 0, 9, 2, 6, 3, 1, 2, 9, 8, 1, 3, 4, 1, 3, 8, 3],
"result" : "valid"
},
{
"tcId" : 3588,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "1321796287e5dbb4223874432a1e9f50c5e0b753b0166b0d05ef292de370cc94",
"tweak" : "9d223bc842da12e8",
"msg" : [4, 2, 4, 5, 5, 6, 2, 0, 4, 3, 4, 8, 4, 4, 0, 6, 1, 9, 9, 9, 4, 1, 6, 6, 8, 0, 9, 2, 7, 3],
"ct" : [0, 9, 9, 9, 2, 7, 2, 8, 5, 2, 0, 7, 1, 6, 7, 4, 2, 7, 6, 8, 2, 4, 8, 0, 1, 8, 1, 4, 4, 8],
"result" : "valid"
},
{
"tcId" : 3589,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "1321796287e5dbb4223874432a1e9f50c5e0b753b0166b0d05ef292de370cc94",
"tweak" : "9d223bc842da12e8",
"msg" : [4, 7, 7, 7, 2, 9, 4, 1, 1, 0, 6, 1, 7, 6, 9, 6, 5, 9, 6, 2, 3, 4, 2, 8, 6, 8, 3, 8, 6, 0],
"ct" : [6, 5, 8, 4, 1, 9, 2, 4, 1, 2, 9, 5, 3, 4, 9, 9, 8, 7, 9, 4, 9, 4, 4, 3, 2, 6, 1, 4, 0, 9],
"result" : "valid"
},
{
"tcId" : 3590,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "1321796287e5dbb4223874432a1e9f50c5e0b753b0166b0d05ef292de370cc94",
"tweak" : "9d223bc842da12e8",
"msg" : [2, 4, 5, 9, 1, 9, 0, 7, 3, 6, 7, 7, 4, 4, 6, 0, 5, 3, 1, 3, 0, 5, 2, 6, 3, 0, 6, 8, 6, 6],
"ct" : [9, 0, 1, 3, 2, 0, 4, 0, 5, 7, 5, 5, 4, 0, 2, 3, 1, 4, 4, 2, 2, 0, 5, 7, 2, 9, 6, 0, 1, 0],
"result" : "valid"
},
{
"tcId" : 3591,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "1321796287e5dbb4223874432a1e9f50c5e0b753b0166b0d05ef292de370cc94",
"tweak" : "9d223bc842da12e8",
"msg" : [1, 2, 5, 3, 6, 7, 6, 4, 6, 6, 7, 6, 6, 9, 2, 7, 7, 0, 9, 7, 5, 0, 6, 1, 9, 5, 7, 5, 0, 6],
"ct" : [1, 9, 6, 1, 0, 2, 0, 2, 4, 7, 1, 6, 8, 3, 5, 8, 8, 5, 2, 8, 0, 0, 5, 2, 1, 3, 8, 3, 1, 7],
"result" : "valid"
},
{
"tcId" : 3592,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "1321796287e5dbb4223874432a1e9f50c5e0b753b0166b0d05ef292de370cc94",
"tweak" : "9d223bc842da12e8",
"msg" : [3, 8, 1, 4, 2, 5, 4, 1, 5, 7, 0, 0, 3, 8, 0, 6, 0, 8, 8, 6, 7, 0, 8, 3, 0, 0, 0, 1, 9, 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, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 3593,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "1321796287e5dbb4223874432a1e9f50c5e0b753b0166b0d05ef292de370cc94",
"tweak" : "9d223bc842da12e8",
"msg" : [0, 8, 3, 4, 9, 4, 7, 2, 3, 6, 3, 9, 6, 6, 2, 1, 5, 9, 5, 9, 2, 7, 2, 4, 8, 4, 1, 6, 4, 0],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 3594,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "1321796287e5dbb4223874432a1e9f50c5e0b753b0166b0d05ef292de370cc94",
"tweak" : "9d223bc842da12e8",
"msg" : [1, 6, 1, 1, 9, 4, 2, 8, 9, 0, 8, 4, 4, 9, 4, 6, 2, 5, 6, 1, 4, 8, 4, 4, 3, 2, 7, 8, 6, 9],
"ct" : [5, 6, 2, 9, 4, 9, 9, 5, 3, 4, 2, 1, 3, 1, 2, 5, 6, 2, 9, 4, 9, 9, 5, 3, 4, 2, 1, 3, 1, 2],
"result" : "valid"
},
{
"tcId" : 3595,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "1321796287e5dbb4223874432a1e9f50c5e0b753b0166b0d05ef292de370cc94",
"tweak" : "9d223bc842da12e8",
"msg" : [3, 3, 9, 6, 3, 4, 8, 9, 1, 3, 2, 4, 0, 8, 6, 5, 0, 7, 4, 9, 3, 0, 6, 1, 8, 2, 7, 4, 2, 3],
"ct" : [5, 6, 2, 9, 4, 9, 9, 5, 3, 4, 2, 1, 3, 1, 1, 5, 6, 2, 9, 4, 9, 9, 5, 3, 4, 2, 1, 3, 1, 1],
"result" : "valid"
},
{
"tcId" : 3596,
"comment" : "y = 0 and (y + a) % radix**15 == 0 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "d674344fbeffa2b24fade189d03282a6930869b67947dcf0add13675681bab8c",
"tweak" : "7a95ea1b8b0efca7",
"msg" : [6, 3, 8, 2, 2, 4, 5, 5, 4, 5, 5, 0, 0, 7, 1, 8, 8, 7, 9, 5, 1, 8, 4, 0, 1, 2, 6, 3, 5, 5],
"ct" : [1, 4, 2, 1, 4, 7, 0, 6, 2, 9, 8, 0, 0, 9, 7, 3, 2, 6, 9, 7, 3, 4, 9, 1, 2, 8, 7, 6, 1, 4],
"result" : "valid"
},
{
"tcId" : 3597,
"comment" : "y = 0 and a = 1 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "d674344fbeffa2b24fade189d03282a6930869b67947dcf0add13675681bab8c",
"tweak" : "7a95ea1b8b0efca7",
"msg" : [0, 9, 3, 9, 5, 8, 8, 4, 4, 3, 2, 0, 4, 4, 1, 1, 8, 5, 3, 7, 3, 8, 1, 3, 9, 2, 9, 6, 7, 0],
"ct" : [8, 9, 6, 7, 3, 8, 3, 7, 8, 0, 7, 5, 1, 4, 0, 4, 7, 3, 9, 0, 5, 3, 8, 2, 2, 7, 1, 8, 5, 3],
"result" : "valid"
},
{
"tcId" : 3598,
"comment" : "y = 0 and a has large Hamming weight in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "d674344fbeffa2b24fade189d03282a6930869b67947dcf0add13675681bab8c",
"tweak" : "7a95ea1b8b0efca7",
"msg" : [2, 3, 5, 3, 9, 4, 0, 1, 3, 6, 4, 1, 0, 6, 3, 5, 2, 0, 8, 7, 8, 5, 5, 4, 2, 6, 2, 1, 6, 1],
"ct" : [2, 7, 6, 8, 6, 6, 1, 2, 4, 3, 3, 8, 0, 3, 5, 8, 8, 9, 5, 6, 6, 9, 4, 4, 8, 5, 4, 7, 4, 2],
"result" : "valid"
},
{
"tcId" : 3599,
"comment" : "y = 0 and (y + a) % radix**15 is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "d674344fbeffa2b24fade189d03282a6930869b67947dcf0add13675681bab8c",
"tweak" : "7a95ea1b8b0efca7",
"msg" : [8, 9, 3, 4, 0, 1, 9, 4, 2, 4, 9, 1, 4, 4, 5, 3, 0, 6, 1, 4, 0, 2, 1, 7, 1, 0, 8, 2, 4, 8],
"ct" : [7, 7, 4, 0, 9, 3, 2, 4, 5, 1, 3, 6, 8, 5, 2, 0, 8, 3, 5, 7, 4, 8, 6, 2, 3, 9, 2, 1, 9, 1],
"result" : "valid"
},
{
"tcId" : 3600,
"comment" : "y = 1 and a = 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "d674344fbeffa2b24fade189d03282a6930869b67947dcf0add13675681bab8c",
"tweak" : "1bdce9ab0ae7c285",
"msg" : [9, 3, 1, 2, 1, 9, 2, 9, 0, 6, 3, 4, 3, 6, 0, 2, 2, 4, 6, 7, 2, 1, 1, 8, 8, 5, 6, 9, 5, 6],
"ct" : [2, 3, 6, 8, 0, 0, 5, 3, 2, 3, 4, 6, 1, 3, 6, 0, 7, 0, 9, 1, 5, 4, 3, 0, 1, 0, 2, 3, 0, 1],
"result" : "valid"
},
{
"tcId" : 3601,
"comment" : "y = 1 and a = 1 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "d674344fbeffa2b24fade189d03282a6930869b67947dcf0add13675681bab8c",
"tweak" : "1bdce9ab0ae7c285",
"msg" : [3, 3, 5, 3, 9, 9, 8, 9, 8, 7, 3, 7, 3, 9, 0, 2, 1, 7, 6, 6, 2, 2, 6, 8, 3, 1, 0, 3, 1, 3],
"ct" : [0, 9, 1, 2, 2, 1, 9, 1, 4, 8, 2, 1, 2, 7, 6, 3, 9, 2, 0, 1, 2, 7, 3, 7, 2, 7, 0, 5, 6, 2],
"result" : "valid"
},
{
"tcId" : 3602,
"comment" : "y = 1 and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "d674344fbeffa2b24fade189d03282a6930869b67947dcf0add13675681bab8c",
"tweak" : "1bdce9ab0ae7c285",
"msg" : [4, 0, 3, 7, 8, 9, 9, 4, 4, 1, 7, 0, 4, 0, 7, 9, 9, 5, 4, 6, 3, 8, 5, 8, 5, 7, 6, 9, 4, 2],
"ct" : [7, 0, 6, 7, 9, 2, 0, 1, 7, 6, 6, 4, 5, 1, 4, 6, 4, 3, 9, 5, 9, 8, 7, 2, 9, 7, 0, 9, 6, 1],
"result" : "valid"
},
{
"tcId" : 3603,
"comment" : "y = 1 and (y + a) % radix**15 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "d674344fbeffa2b24fade189d03282a6930869b67947dcf0add13675681bab8c",
"tweak" : "1bdce9ab0ae7c285",
"msg" : [9, 4, 3, 8, 9, 9, 0, 8, 1, 7, 3, 5, 5, 4, 4, 1, 8, 9, 7, 2, 6, 9, 8, 0, 1, 2, 2, 5, 2, 7],
"ct" : [7, 8, 1, 9, 2, 4, 0, 1, 9, 4, 5, 7, 5, 8, 7, 8, 9, 6, 5, 0, 3, 2, 0, 8, 9, 0, 4, 6, 4, 6],
"result" : "valid"
},
{
"tcId" : 3604,
"comment" : "y = 1 and (y + a) % radix**15 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "d674344fbeffa2b24fade189d03282a6930869b67947dcf0add13675681bab8c",
"tweak" : "1bdce9ab0ae7c285",
"msg" : [4, 3, 3, 9, 2, 9, 2, 6, 8, 2, 0, 9, 7, 6, 7, 8, 2, 1, 6, 6, 1, 1, 7, 3, 5, 1, 4, 2, 0, 2],
"ct" : [8, 6, 8, 0, 0, 3, 5, 1, 9, 1, 8, 4, 1, 3, 7, 5, 8, 3, 8, 1, 2, 7, 8, 7, 6, 7, 6, 6, 2, 0],
"result" : "valid"
},
{
"tcId" : 3605,
"comment" : "y is maximal and a = 0 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "d674344fbeffa2b24fade189d03282a6930869b67947dcf0add13675681bab8c",
"tweak" : "92d2606079b6a017",
"msg" : [1, 9, 3, 5, 9, 3, 4, 7, 6, 7, 4, 3, 7, 4, 0, 4, 3, 1, 4, 2, 4, 9, 4, 9, 1, 9, 2, 5, 5, 9],
"ct" : [0, 3, 4, 5, 1, 9, 3, 5, 8, 2, 5, 4, 2, 8, 2, 9, 1, 0, 2, 0, 9, 9, 3, 8, 1, 4, 6, 6, 8, 6],
"result" : "valid"
},
{
"tcId" : 3606,
"comment" : "y is maximal and a = 1 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "d674344fbeffa2b24fade189d03282a6930869b67947dcf0add13675681bab8c",
"tweak" : "92d2606079b6a017",
"msg" : [3, 5, 3, 3, 5, 2, 0, 0, 5, 6, 1, 4, 5, 8, 7, 0, 5, 1, 2, 0, 2, 8, 6, 2, 7, 3, 7, 4, 5, 5],
"ct" : [2, 0, 5, 4, 7, 4, 9, 5, 9, 5, 7, 8, 2, 5, 9, 5, 6, 8, 6, 9, 1, 5, 1, 2, 2, 0, 0, 6, 0, 9],
"result" : "valid"
},
{
"tcId" : 3607,
"comment" : "y is maximal and a has large Hamming weight in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "d674344fbeffa2b24fade189d03282a6930869b67947dcf0add13675681bab8c",
"tweak" : "92d2606079b6a017",
"msg" : [7, 7, 6, 2, 2, 2, 6, 6, 6, 4, 9, 6, 8, 4, 5, 9, 1, 6, 0, 7, 0, 5, 1, 1, 6, 3, 7, 2, 8, 1],
"ct" : [6, 8, 8, 3, 7, 1, 4, 9, 7, 5, 7, 5, 6, 2, 8, 7, 9, 8, 1, 6, 8, 3, 0, 3, 7, 5, 3, 5, 8, 2],
"result" : "valid"
},
{
"tcId" : 3608,
"comment" : "y is maximal and (y + a) % radix**15 is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "d674344fbeffa2b24fade189d03282a6930869b67947dcf0add13675681bab8c",
"tweak" : "92d2606079b6a017",
"msg" : [9, 6, 6, 4, 2, 5, 7, 1, 9, 4, 2, 8, 5, 9, 8, 3, 5, 5, 2, 8, 6, 2, 2, 2, 4, 4, 4, 8, 4, 6],
"ct" : [5, 9, 5, 2, 1, 2, 8, 0, 9, 4, 4, 4, 7, 6, 0, 1, 5, 3, 7, 8, 3, 9, 3, 2, 1, 3, 3, 0, 8, 2],
"result" : "valid"
},
{
"tcId" : 3609,
"comment" : "y is maximal and (y + a) % radix**15 == 0 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "d674344fbeffa2b24fade189d03282a6930869b67947dcf0add13675681bab8c",
"tweak" : "92d2606079b6a017",
"msg" : [8, 6, 9, 0, 7, 0, 6, 4, 1, 6, 8, 4, 4, 0, 7, 7, 5, 5, 1, 5, 4, 2, 6, 7, 4, 8, 3, 1, 4, 9],
"ct" : [2, 0, 7, 9, 9, 1, 2, 7, 6, 3, 7, 2, 8, 3, 6, 5, 1, 5, 2, 6, 8, 1, 3, 5, 8, 6, 4, 5, 3, 4],
"result" : "valid"
},
{
"tcId" : 3610,
"comment" : "y is maximal and a is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "d674344fbeffa2b24fade189d03282a6930869b67947dcf0add13675681bab8c",
"tweak" : "92d2606079b6a017",
"msg" : [7, 0, 6, 7, 7, 4, 9, 4, 2, 1, 9, 4, 3, 2, 8, 9, 2, 8, 0, 1, 0, 3, 1, 2, 7, 0, 3, 1, 4, 6],
"ct" : [3, 0, 4, 9, 4, 5, 6, 0, 1, 6, 4, 9, 5, 3, 5, 9, 6, 2, 4, 2, 4, 5, 5, 4, 0, 6, 5, 5, 4, 7],
"result" : "valid"
},
{
"tcId" : 3611,
"comment" : "y is edge case for modular reduction and a = 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "d674344fbeffa2b24fade189d03282a6930869b67947dcf0add13675681bab8c",
"tweak" : "5731ec4133cb6fca",
"msg" : [0, 1, 1, 5, 5, 6, 7, 2, 4, 2, 4, 0, 7, 5, 8, 6, 2, 3, 3, 2, 3, 5, 3, 5, 5, 1, 5, 5, 6, 9],
"ct" : [3, 2, 3, 5, 4, 9, 1, 7, 1, 3, 4, 4, 4, 9, 1, 9, 0, 1, 6, 8, 7, 6, 8, 1, 3, 6, 8, 4, 9, 7],
"result" : "valid"
},
{
"tcId" : 3612,
"comment" : "y is edge case for modular reduction and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "d674344fbeffa2b24fade189d03282a6930869b67947dcf0add13675681bab8c",
"tweak" : "5731ec4133cb6fca",
"msg" : [3, 9, 6, 7, 1, 9, 8, 8, 2, 5, 5, 9, 0, 5, 8, 8, 1, 9, 8, 1, 3, 6, 7, 5, 1, 6, 7, 8, 2, 3],
"ct" : [4, 7, 2, 0, 9, 6, 8, 1, 2, 0, 3, 0, 0, 8, 1, 0, 7, 6, 1, 7, 6, 7, 4, 2, 8, 6, 7, 4, 7, 9],
"result" : "valid"
},
{
"tcId" : 3613,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "d674344fbeffa2b24fade189d03282a6930869b67947dcf0add13675681bab8c",
"tweak" : "5731ec4133cb6fca",
"msg" : [0, 7, 2, 3, 3, 1, 8, 2, 4, 7, 6, 0, 5, 6, 1, 8, 8, 5, 1, 1, 4, 9, 3, 3, 7, 1, 0, 3, 5, 0],
"ct" : [2, 9, 6, 3, 5, 5, 8, 4, 3, 9, 1, 8, 7, 0, 3, 8, 3, 9, 3, 7, 9, 1, 7, 8, 5, 9, 2, 0, 9, 5],
"result" : "valid"
},
{
"tcId" : 3614,
"comment" : "y is edge case for modular reduction and (y + a) % radix**15 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "d674344fbeffa2b24fade189d03282a6930869b67947dcf0add13675681bab8c",
"tweak" : "5731ec4133cb6fca",
"msg" : [4, 0, 5, 5, 7, 8, 7, 6, 3, 4, 0, 4, 9, 6, 7, 3, 2, 2, 6, 6, 4, 6, 2, 0, 0, 5, 1, 3, 6, 6],
"ct" : [5, 0, 2, 4, 2, 6, 1, 3, 5, 9, 7, 4, 1, 3, 2, 2, 3, 2, 5, 7, 1, 9, 3, 1, 2, 7, 6, 1, 8, 6],
"result" : "valid"
},
{
"tcId" : 3615,
"comment" : "y is edge case for modular reduction and (y + a) % radix**15 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "d674344fbeffa2b24fade189d03282a6930869b67947dcf0add13675681bab8c",
"tweak" : "5731ec4133cb6fca",
"msg" : [3, 9, 7, 0, 0, 8, 4, 8, 2, 8, 9, 5, 4, 0, 3, 6, 3, 1, 3, 8, 2, 1, 8, 1, 3, 6, 4, 4, 6, 4],
"ct" : [8, 1, 0, 3, 3, 5, 0, 6, 8, 4, 3, 1, 8, 5, 0, 0, 2, 1, 1, 7, 4, 4, 9, 6, 9, 1, 7, 8, 2, 1],
"result" : "valid"
},
{
"tcId" : 3616,
"comment" : "y is edge case for modular reduction and a is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "d674344fbeffa2b24fade189d03282a6930869b67947dcf0add13675681bab8c",
"tweak" : "5731ec4133cb6fca",
"msg" : [2, 2, 4, 4, 3, 3, 6, 9, 5, 2, 6, 1, 5, 4, 3, 9, 0, 8, 8, 0, 7, 6, 6, 5, 6, 7, 9, 4, 5, 3],
"ct" : [8, 0, 7, 1, 1, 6, 7, 8, 5, 7, 1, 3, 5, 1, 4, 6, 9, 2, 7, 3, 4, 6, 4, 4, 4, 8, 5, 7, 8, 6],
"result" : "valid"
},
{
"tcId" : 3617,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "2636627e1c78dfb92c27842710f80d2d5ca9d94f8f2779d30bba090c3d15a7bd",
"tweak" : "ba34c35d64cc88f4",
"msg" : [-1, 8, 5, 2, 0, 1, 9, 9, 4, 1, 5, 1, 7, 9, 1, 8, 3, 9, 0, 7, 0, 3, 2, 9, 3, 4, 9, 0, 3, 5],
"ct" : [8, 3, 3, 7, 1, 3, 6, 3, 7, 2, 9, 8, 4, 2, 4, 9, 5, 1, 6, 2, 0, 4, 1, 6, 4, 5, 0, 7, 1, 9],
"result" : "invalid"
},
{
"tcId" : 3618,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "2636627e1c78dfb92c27842710f80d2d5ca9d94f8f2779d30bba090c3d15a7bd",
"tweak" : "ba34c35d64cc88f4",
"msg" : [2, 8, 5, 2, 0, 1, 9, 9, 4, 1, -1, 1, 7, 9, 1, 8, 3, 9, 0, 7, 0, 3, 2, 9, 3, 4, 9, 0, 3, 5],
"ct" : [5, 7, 4, 8, 2, 9, 5, 0, 7, 0, 6, 9, 2, 5, 6, 8, 3, 6, 1, 0, 0, 8, 6, 3, 6, 7, 2, 7, 8, 7],
"result" : "invalid"
},
{
"tcId" : 3619,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "2636627e1c78dfb92c27842710f80d2d5ca9d94f8f2779d30bba090c3d15a7bd",
"tweak" : "ba34c35d64cc88f4",
"msg" : [2, 8, 5, 2, 0, 1, 9, 9, 4, 1, 5, 1, 7, 9, 1, 8, 3, 9, 0, 7, 0, 3, 2, 9, 3, 4, 9, 0, 3, -1],
"ct" : [1, 0, 6, 1, 3, 5, 9, 0, 5, 6, 1, 7, 7, 2, 8, 1, 3, 4, 1, 6, 9, 8, 2, 3, 6, 3, 2, 3, 0, 1],
"result" : "invalid"
},
{
"tcId" : 3620,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "52f11b73d4d288edfe4c5057533b704f8bdbce11cecd24fcb44403d09c601fe3",
"tweak" : "32afe9b281d3ea64",
"msg" : [10, 4, 0, 6, 3, 1, 7, 7, 3, 9, 7, 4, 8, 5, 5, 3, 3, 3, 2, 1, 8, 6, 9, 9, 8, 2, 9, 6, 3, 5],
"ct" : [1, 4, 8, 2, 3, 8, 3, 5, 4, 2, 0, 5, 6, 5, 4, 5, 9, 0, 2, 4, 5, 0, 1, 0, 1, 8, 7, 9, 7, 9],
"result" : "invalid"
},
{
"tcId" : 3621,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "52f11b73d4d288edfe4c5057533b704f8bdbce11cecd24fcb44403d09c601fe3",
"tweak" : "32afe9b281d3ea64",
"msg" : [4, 4, 0, 6, 3, 1, 7, 7, 3, 9, 10, 4, 8, 5, 5, 3, 3, 3, 2, 1, 8, 6, 9, 9, 8, 2, 9, 6, 3, 5],
"ct" : [7, 6, 0, 9, 1, 3, 6, 5, 3, 1, 0, 3, 2, 2, 2, 2, 4, 5, 0, 8, 5, 4, 0, 1, 0, 3, 6, 6, 8, 3],
"result" : "invalid"
},
{
"tcId" : 3622,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "52f11b73d4d288edfe4c5057533b704f8bdbce11cecd24fcb44403d09c601fe3",
"tweak" : "32afe9b281d3ea64",
"msg" : [4, 4, 0, 6, 3, 1, 7, 7, 3, 9, 7, 4, 8, 5, 5, 3, 3, 3, 2, 1, 8, 6, 9, 9, 8, 2, 9, 6, 3, 10],
"ct" : [7, 1, 6, 3, 5, 3, 2, 3, 1, 6, 9, 1, 3, 9, 2, 6, 9, 9, 3, 7, 8, 5, 7, 4, 8, 5, 3, 8, 4, 1],
"result" : "invalid"
}
]
},
{
"keySize" : 256,
"msgSize" : 31,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3623,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "c469e6908749a713e6ef407c557cea98515c3e931222e22d13b85ea1f6071231",
"tweak" : "47b8d0890cbc7d4d",
"msg" : [3, 9, 2, 2, 0, 5, 6, 5, 7, 4, 1, 5, 4, 2, 3, 0, 3, 9, 4, 6, 1, 5, 0, 4, 8, 8, 7, 6, 0, 1, 5],
"ct" : [3, 1, 6, 6, 3, 4, 0, 0, 6, 6, 5, 1, 3, 2, 9, 5, 0, 8, 9, 3, 7, 8, 5, 9, 1, 4, 1, 3, 4, 8, 4],
"result" : "valid"
},
{
"tcId" : 3624,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "9f9ea789c984859ad32e39f65f623c1f4db5f35a86f26fbaa8b18d3431c3d78a",
"tweak" : "529e8848ec296604",
"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, 0, 0, 0, 0],
"ct" : [9, 6, 2, 5, 8, 6, 0, 8, 2, 9, 1, 1, 2, 0, 7, 3, 3, 0, 7, 0, 4, 0, 3, 4, 5, 2, 1, 7, 5, 9, 0],
"result" : "valid"
},
{
"tcId" : 3625,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "9f9ea789c984859ad32e39f65f623c1f4db5f35a86f26fbaa8b18d3431c3d78a",
"tweak" : "529e8848ec296604",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [8, 6, 7, 3, 4, 4, 0, 6, 2, 9, 1, 0, 5, 1, 2, 9, 1, 8, 7, 0, 1, 2, 4, 7, 6, 1, 8, 1, 2, 4, 0],
"result" : "valid"
},
{
"tcId" : 3626,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "9f9ea789c984859ad32e39f65f623c1f4db5f35a86f26fbaa8b18d3431c3d78a",
"tweak" : "529e8848ec296604",
"msg" : [5, 6, 2, 9, 4, 9, 9, 5, 3, 4, 2, 1, 3, 1, 2, 9, 0, 0, 7, 1, 9, 9, 2, 5, 4, 7, 4, 0, 9, 9, 2],
"ct" : [9, 7, 3, 8, 4, 9, 1, 6, 0, 3, 7, 6, 1, 8, 1, 7, 7, 3, 5, 1, 4, 9, 0, 8, 1, 7, 0, 3, 3, 8, 7],
"result" : "valid"
},
{
"tcId" : 3627,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "9f9ea789c984859ad32e39f65f623c1f4db5f35a86f26fbaa8b18d3431c3d78a",
"tweak" : "529e8848ec296604",
"msg" : [5, 6, 2, 9, 4, 9, 9, 5, 3, 4, 2, 1, 3, 1, 1, 9, 0, 0, 7, 1, 9, 9, 2, 5, 4, 7, 4, 0, 9, 9, 1],
"ct" : [7, 2, 1, 2, 3, 3, 6, 3, 3, 5, 9, 3, 1, 9, 0, 8, 4, 8, 1, 3, 2, 5, 2, 1, 7, 5, 3, 5, 3, 6, 8],
"result" : "valid"
},
{
"tcId" : 3628,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "9f9ea789c984859ad32e39f65f623c1f4db5f35a86f26fbaa8b18d3431c3d78a",
"tweak" : "529e8848ec296604",
"msg" : [5, 9, 9, 9, 9, 0, 5, 0, 5, 3, 7, 7, 9, 3, 7, 5, 4, 6, 8, 2, 7, 2, 0, 7, 5, 4, 4, 8, 6, 5, 4],
"ct" : [7, 5, 0, 5, 7, 7, 9, 0, 5, 8, 4, 7, 4, 5, 8, 7, 3, 5, 0, 9, 1, 1, 5, 4, 8, 3, 8, 3, 9, 3, 1],
"result" : "valid"
},
{
"tcId" : 3629,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "9f9ea789c984859ad32e39f65f623c1f4db5f35a86f26fbaa8b18d3431c3d78a",
"tweak" : "529e8848ec296604",
"msg" : [4, 6, 4, 2, 3, 5, 1, 1, 0, 6, 4, 3, 4, 5, 5, 2, 3, 9, 4, 1, 3, 1, 8, 4, 8, 4, 1, 5, 4, 2, 4],
"ct" : [2, 9, 6, 5, 4, 7, 1, 7, 5, 9, 6, 4, 7, 0, 8, 7, 9, 7, 7, 0, 9, 3, 6, 6, 3, 6, 5, 5, 5, 5, 4],
"result" : "valid"
},
{
"tcId" : 3630,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "9f9ea789c984859ad32e39f65f623c1f4db5f35a86f26fbaa8b18d3431c3d78a",
"tweak" : "529e8848ec296604",
"msg" : [1, 4, 1, 9, 9, 1, 2, 0, 1, 9, 6, 3, 3, 0, 9, 3, 4, 0, 3, 3, 8, 4, 6, 8, 0, 4, 3, 6, 3, 9, 0],
"ct" : [6, 3, 8, 8, 1, 8, 3, 5, 3, 9, 9, 6, 6, 4, 2, 0, 7, 7, 3, 8, 2, 6, 1, 7, 2, 7, 5, 8, 3, 4, 9],
"result" : "valid"
},
{
"tcId" : 3631,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "9f9ea789c984859ad32e39f65f623c1f4db5f35a86f26fbaa8b18d3431c3d78a",
"tweak" : "529e8848ec296604",
"msg" : [3, 1, 4, 7, 9, 5, 6, 8, 7, 1, 7, 9, 2, 2, 4, 6, 3, 3, 9, 7, 1, 0, 7, 9, 4, 0, 9, 2, 9, 6, 6],
"ct" : [1, 5, 0, 7, 5, 2, 4, 0, 8, 6, 1, 9, 4, 9, 3, 9, 9, 7, 5, 8, 8, 3, 9, 1, 8, 9, 3, 3, 4, 0, 9],
"result" : "valid"
},
{
"tcId" : 3632,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "9f9ea789c984859ad32e39f65f623c1f4db5f35a86f26fbaa8b18d3431c3d78a",
"tweak" : "529e8848ec296604",
"msg" : [2, 5, 8, 1, 5, 3, 9, 1, 0, 8, 1, 2, 1, 2, 6, 1, 9, 0, 0, 5, 2, 4, 4, 2, 7, 2, 0, 6, 0, 7, 9],
"ct" : [3, 7, 1, 5, 4, 9, 1, 6, 9, 7, 9, 3, 4, 2, 4, 1, 9, 7, 7, 2, 0, 1, 4, 3, 8, 3, 1, 8, 9, 9, 1],
"result" : "valid"
},
{
"tcId" : 3633,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "9f9ea789c984859ad32e39f65f623c1f4db5f35a86f26fbaa8b18d3431c3d78a",
"tweak" : "529e8848ec296604",
"msg" : [8, 5, 7, 8, 5, 0, 5, 5, 2, 1, 4, 3, 2, 0, 5, 9, 7, 6, 5, 6, 0, 5, 9, 7, 2, 9, 1, 0, 0, 3, 9],
"ct" : [0, 0, 1, 6, 3, 2, 1, 6, 7, 1, 9, 0, 5, 3, 2, 9, 3, 5, 1, 9, 8, 4, 9, 9, 3, 8, 9, 1, 1, 8, 3],
"result" : "valid"
},
{
"tcId" : 3634,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "9f9ea789c984859ad32e39f65f623c1f4db5f35a86f26fbaa8b18d3431c3d78a",
"tweak" : "529e8848ec296604",
"msg" : [9, 1, 9, 4, 8, 5, 0, 2, 4, 3, 7, 4, 0, 0, 5, 5, 3, 6, 1, 7, 6, 0, 2, 4, 7, 9, 0, 7, 8, 6, 5],
"ct" : [3, 9, 3, 2, 3, 7, 1, 3, 1, 6, 3, 2, 3, 2, 1, 9, 9, 8, 6, 1, 8, 5, 2, 0, 9, 2, 0, 1, 7, 4, 4],
"result" : "valid"
},
{
"tcId" : 3635,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "9f9ea789c984859ad32e39f65f623c1f4db5f35a86f26fbaa8b18d3431c3d78a",
"tweak" : "529e8848ec296604",
"msg" : [5, 8, 0, 4, 3, 5, 6, 1, 4, 7, 2, 2, 6, 5, 4, 6, 3, 9, 6, 3, 7, 9, 8, 6, 1, 3, 6, 2, 1, 9, 4],
"ct" : [2, 2, 7, 9, 3, 9, 1, 8, 9, 2, 5, 9, 7, 8, 4, 4, 7, 5, 6, 4, 8, 0, 2, 2, 9, 4, 5, 7, 9, 5, 4],
"result" : "valid"
},
{
"tcId" : 3636,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "9f9ea789c984859ad32e39f65f623c1f4db5f35a86f26fbaa8b18d3431c3d78a",
"tweak" : "529e8848ec296604",
"msg" : [3, 1, 6, 7, 5, 6, 2, 8, 6, 2, 4, 1, 6, 4, 3, 3, 3, 1, 2, 4, 9, 6, 2, 4, 5, 7, 7, 6, 9, 3, 2],
"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, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 3637,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "9f9ea789c984859ad32e39f65f623c1f4db5f35a86f26fbaa8b18d3431c3d78a",
"tweak" : "529e8848ec296604",
"msg" : [0, 5, 5, 8, 3, 4, 2, 5, 9, 4, 7, 6, 9, 0, 1, 8, 5, 4, 7, 6, 7, 3, 0, 6, 2, 9, 8, 6, 2, 8, 1],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 3638,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "9f9ea789c984859ad32e39f65f623c1f4db5f35a86f26fbaa8b18d3431c3d78a",
"tweak" : "529e8848ec296604",
"msg" : [4, 2, 8, 8, 6, 1, 1, 1, 4, 3, 9, 0, 2, 7, 0, 5, 1, 1, 0, 1, 2, 1, 9, 0, 8, 3, 2, 7, 1, 4, 9],
"ct" : [5, 6, 2, 9, 4, 9, 9, 5, 3, 4, 2, 1, 3, 1, 2, 9, 0, 0, 7, 1, 9, 9, 2, 5, 4, 7, 4, 0, 9, 9, 2],
"result" : "valid"
},
{
"tcId" : 3639,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "9f9ea789c984859ad32e39f65f623c1f4db5f35a86f26fbaa8b18d3431c3d78a",
"tweak" : "529e8848ec296604",
"msg" : [8, 4, 8, 0, 6, 3, 9, 2, 8, 0, 5, 7, 3, 9, 5, 6, 2, 8, 2, 6, 1, 5, 8, 7, 2, 5, 9, 7, 6, 8, 3],
"ct" : [5, 6, 2, 9, 4, 9, 9, 5, 3, 4, 2, 1, 3, 1, 1, 9, 0, 0, 7, 1, 9, 9, 2, 5, 4, 7, 4, 0, 9, 9, 1],
"result" : "valid"
},
{
"tcId" : 3640,
"comment" : "y = 0 and (y + a) % radix**15 == 0 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "b080266d400b7d0184ee6432b028e601301ce670864969a029f541f38f290fff",
"tweak" : "cd3a541faed009b5",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 6, 1, 9, 8, 1, 5, 9, 3, 6, 0, 9, 3, 4, 3],
"ct" : [4, 7, 5, 3, 1, 8, 9, 2, 8, 4, 8, 0, 2, 1, 3, 5, 7, 0, 8, 9, 6, 9, 8, 3, 5, 5, 7, 7, 1, 2, 2],
"result" : "valid"
},
{
"tcId" : 3641,
"comment" : "y = 0 and a = 1 in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "b080266d400b7d0184ee6432b028e601301ce670864969a029f541f38f290fff",
"tweak" : "cd3a541faed009b5",
"msg" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5, 6, 1, 9, 8, 1, 5, 9, 3, 6, 0, 9, 3, 4, 3],
"ct" : [9, 0, 9, 1, 9, 4, 0, 7, 0, 0, 1, 9, 3, 9, 8, 5, 6, 1, 0, 9, 6, 1, 4, 5, 5, 0, 1, 4, 4, 1, 9],
"result" : "valid"
},
{
"tcId" : 3642,
"comment" : "y = 0 and a has large Hamming weight in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "b080266d400b7d0184ee6432b028e601301ce670864969a029f541f38f290fff",
"tweak" : "cd3a541faed009b5",
"msg" : [5, 6, 2, 9, 4, 9, 9, 5, 3, 4, 2, 1, 3, 1, 2, 0, 5, 6, 1, 9, 8, 1, 5, 9, 3, 6, 0, 9, 3, 4, 3],
"ct" : [3, 9, 4, 2, 3, 0, 4, 0, 1, 4, 8, 4, 3, 5, 5, 3, 0, 1, 3, 2, 1, 2, 3, 9, 2, 7, 5, 1, 7, 8, 3],
"result" : "valid"
},
{
"tcId" : 3643,
"comment" : "y = 0 and (y + a) % radix**15 is maximal in round 0",
"flags" : [
"EdgeCasePrf"
],
"key" : "b080266d400b7d0184ee6432b028e601301ce670864969a029f541f38f290fff",
"tweak" : "cd3a541faed009b5",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 0, 5, 6, 1, 9, 8, 1, 5, 9, 3, 6, 0, 9, 3, 4, 3],
"ct" : [2, 0, 8, 1, 0, 6, 4, 1, 9, 6, 7, 3, 1, 7, 3, 2, 8, 1, 1, 9, 2, 3, 7, 1, 9, 3, 2, 5, 9, 8, 3],
"result" : "valid"
},
{
"tcId" : 3644,
"comment" : "y = 1 and a = 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b080266d400b7d0184ee6432b028e601301ce670864969a029f541f38f290fff",
"tweak" : "c32a2f94613aed13",
"msg" : [4, 9, 5, 7, 8, 1, 9, 2, 1, 7, 3, 2, 2, 0, 2, 7, 1, 6, 1, 1, 1, 6, 0, 9, 9, 3, 8, 7, 5, 9, 8],
"ct" : [9, 2, 4, 5, 6, 7, 5, 0, 3, 0, 4, 6, 4, 1, 0, 0, 2, 5, 8, 8, 1, 3, 0, 8, 5, 4, 3, 6, 5, 0, 5],
"result" : "valid"
},
{
"tcId" : 3645,
"comment" : "y = 1 and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b080266d400b7d0184ee6432b028e601301ce670864969a029f541f38f290fff",
"tweak" : "c32a2f94613aed13",
"msg" : [4, 8, 5, 1, 7, 4, 0, 5, 1, 9, 0, 0, 6, 9, 9, 0, 1, 7, 3, 6, 4, 0, 7, 3, 8, 3, 1, 7, 6, 9, 5],
"ct" : [7, 5, 2, 7, 6, 0, 2, 1, 0, 7, 1, 6, 4, 9, 8, 3, 6, 9, 0, 6, 4, 8, 2, 1, 2, 8, 2, 3, 5, 7, 9],
"result" : "valid"
},
{
"tcId" : 3646,
"comment" : "y = 1 and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b080266d400b7d0184ee6432b028e601301ce670864969a029f541f38f290fff",
"tweak" : "c32a2f94613aed13",
"msg" : [4, 7, 7, 1, 5, 7, 2, 6, 3, 0, 4, 5, 0, 9, 8, 6, 8, 9, 1, 6, 1, 0, 7, 9, 3, 2, 5, 7, 1, 4, 8],
"ct" : [4, 0, 6, 7, 4, 6, 7, 1, 2, 0, 6, 2, 2, 8, 2, 0, 0, 4, 2, 0, 2, 6, 3, 2, 6, 2, 4, 6, 8, 9, 1],
"result" : "valid"
},
{
"tcId" : 3647,
"comment" : "y = 1 and (y + a) % radix**15 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b080266d400b7d0184ee6432b028e601301ce670864969a029f541f38f290fff",
"tweak" : "c32a2f94613aed13",
"msg" : [6, 7, 4, 6, 6, 6, 2, 1, 4, 3, 0, 9, 9, 0, 5, 0, 8, 0, 1, 4, 3, 1, 5, 3, 7, 3, 7, 7, 3, 1, 3],
"ct" : [4, 6, 5, 5, 2, 3, 2, 7, 3, 5, 9, 9, 9, 7, 1, 3, 0, 8, 7, 1, 2, 1, 4, 9, 3, 9, 8, 1, 9, 8, 0],
"result" : "valid"
},
{
"tcId" : 3648,
"comment" : "y = 1 and (y + a) % radix**15 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b080266d400b7d0184ee6432b028e601301ce670864969a029f541f38f290fff",
"tweak" : "c32a2f94613aed13",
"msg" : [6, 3, 2, 6, 3, 0, 5, 4, 1, 9, 6, 2, 1, 7, 1, 0, 1, 1, 4, 4, 0, 7, 7, 5, 1, 1, 0, 3, 3, 4, 3],
"ct" : [0, 2, 3, 3, 9, 4, 2, 7, 9, 9, 8, 8, 8, 9, 9, 2, 7, 2, 9, 1, 2, 0, 4, 7, 4, 1, 4, 9, 8, 5, 6],
"result" : "valid"
},
{
"tcId" : 3649,
"comment" : "y is maximal and a = 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "b080266d400b7d0184ee6432b028e601301ce670864969a029f541f38f290fff",
"tweak" : "0294aed5c96123a4",
"msg" : [7, 0, 9, 6, 0, 8, 9, 7, 5, 9, 6, 4, 0, 6, 8, 1, 0, 0, 5, 4, 0, 9, 9, 2, 0, 9, 6, 3, 3, 8, 7],
"ct" : [3, 3, 7, 5, 9, 3, 5, 4, 3, 9, 5, 0, 3, 3, 5, 2, 1, 5, 9, 7, 4, 7, 3, 4, 8, 4, 6, 7, 9, 9, 2],
"result" : "valid"
},
{
"tcId" : 3650,
"comment" : "y is maximal and a = 1 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "b080266d400b7d0184ee6432b028e601301ce670864969a029f541f38f290fff",
"tweak" : "0294aed5c96123a4",
"msg" : [1, 4, 2, 3, 0, 6, 6, 7, 1, 4, 2, 7, 2, 8, 1, 2, 4, 6, 0, 9, 1, 6, 5, 8, 9, 8, 1, 8, 5, 2, 1],
"ct" : [3, 3, 7, 5, 9, 3, 5, 4, 3, 9, 5, 0, 3, 3, 6, 8, 1, 9, 1, 5, 9, 0, 4, 6, 3, 6, 7, 7, 2, 9, 7],
"result" : "valid"
},
{
"tcId" : 3651,
"comment" : "y is maximal and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "b080266d400b7d0184ee6432b028e601301ce670864969a029f541f38f290fff",
"tweak" : "0294aed5c96123a4",
"msg" : [6, 3, 6, 0, 5, 0, 4, 8, 2, 3, 9, 1, 1, 6, 1, 5, 0, 6, 6, 5, 1, 0, 7, 8, 5, 7, 7, 7, 3, 3, 3],
"ct" : [9, 0, 0, 5, 4, 3, 4, 9, 7, 3, 7, 1, 6, 4, 7, 8, 9, 6, 3, 1, 9, 1, 7, 3, 5, 7, 3, 1, 6, 7, 0],
"result" : "valid"
},
{
"tcId" : 3652,
"comment" : "y is maximal and (y + a) % radix**15 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "b080266d400b7d0184ee6432b028e601301ce670864969a029f541f38f290fff",
"tweak" : "0294aed5c96123a4",
"msg" : [8, 4, 0, 7, 0, 8, 6, 2, 5, 4, 1, 9, 6, 7, 6, 4, 0, 5, 6, 2, 7, 8, 0, 6, 3, 4, 1, 0, 2, 4, 1],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 7, 6, 6, 6, 9, 2, 4, 2, 0, 7, 3, 9, 0, 2, 9, 3],
"result" : "valid"
},
{
"tcId" : 3653,
"comment" : "y is maximal and (y + a) % radix**15 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "b080266d400b7d0184ee6432b028e601301ce670864969a029f541f38f290fff",
"tweak" : "0294aed5c96123a4",
"msg" : [4, 7, 7, 2, 2, 3, 6, 1, 9, 8, 6, 5, 6, 5, 6, 7, 5, 5, 6, 3, 2, 4, 5, 5, 0, 4, 0, 0, 5, 0, 2],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 4, 4, 8, 8, 7, 2, 3, 2, 7, 6, 1, 3, 3, 2, 6],
"result" : "valid"
},
{
"tcId" : 3654,
"comment" : "y is maximal and a is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "b080266d400b7d0184ee6432b028e601301ce670864969a029f541f38f290fff",
"tweak" : "0294aed5c96123a4",
"msg" : [3, 0, 0, 6, 4, 9, 3, 6, 6, 4, 3, 7, 9, 7, 0, 0, 9, 4, 0, 0, 8, 7, 0, 8, 4, 1, 3, 2, 3, 0, 3],
"ct" : [3, 3, 7, 5, 9, 3, 5, 4, 3, 9, 5, 0, 3, 3, 4, 0, 6, 1, 6, 1, 4, 2, 7, 4, 1, 1, 8, 2, 0, 5, 9],
"result" : "valid"
},
{
"tcId" : 3655,
"comment" : "y is edge case for modular reduction and a = 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b080266d400b7d0184ee6432b028e601301ce670864969a029f541f38f290fff",
"tweak" : "fd9f70166e200f13",
"msg" : [0, 1, 6, 0, 3, 9, 8, 1, 4, 0, 5, 0, 4, 4, 9, 9, 3, 8, 1, 7, 1, 3, 3, 1, 7, 3, 5, 9, 9, 1, 5],
"ct" : [4, 8, 1, 0, 9, 3, 1, 8, 5, 0, 2, 1, 4, 5, 2, 1, 1, 6, 9, 5, 3, 3, 0, 2, 6, 1, 9, 7, 1, 3, 1],
"result" : "valid"
},
{
"tcId" : 3656,
"comment" : "y is edge case for modular reduction and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b080266d400b7d0184ee6432b028e601301ce670864969a029f541f38f290fff",
"tweak" : "fd9f70166e200f13",
"msg" : [5, 0, 4, 2, 0, 2, 2, 0, 0, 0, 3, 3, 9, 7, 4, 2, 4, 4, 3, 0, 9, 9, 6, 9, 7, 1, 6, 9, 6, 5, 9],
"ct" : [0, 5, 7, 1, 9, 3, 5, 2, 9, 1, 6, 1, 9, 8, 0, 7, 0, 5, 9, 8, 7, 3, 6, 9, 1, 5, 1, 9, 0, 6, 9],
"result" : "valid"
},
{
"tcId" : 3657,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b080266d400b7d0184ee6432b028e601301ce670864969a029f541f38f290fff",
"tweak" : "fd9f70166e200f13",
"msg" : [3, 9, 1, 2, 9, 4, 6, 2, 7, 0, 1, 7, 3, 7, 2, 9, 9, 7, 1, 2, 9, 8, 6, 9, 6, 1, 7, 0, 5, 7, 7],
"ct" : [9, 7, 9, 8, 2, 2, 9, 9, 8, 7, 5, 3, 8, 8, 1, 2, 6, 2, 1, 1, 7, 6, 4, 1, 3, 5, 1, 8, 8, 4, 3],
"result" : "valid"
},
{
"tcId" : 3658,
"comment" : "y is edge case for modular reduction and (y + a) % radix**15 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b080266d400b7d0184ee6432b028e601301ce670864969a029f541f38f290fff",
"tweak" : "fd9f70166e200f13",
"msg" : [6, 4, 1, 7, 3, 1, 3, 3, 7, 3, 7, 0, 7, 2, 4, 6, 2, 9, 9, 2, 8, 2, 3, 2, 3, 0, 7, 2, 0, 9, 1],
"ct" : [9, 0, 0, 8, 5, 0, 8, 0, 1, 9, 9, 6, 4, 6, 9, 2, 3, 1, 1, 3, 2, 4, 2, 4, 5, 3, 2, 2, 2, 1, 6],
"result" : "valid"
},
{
"tcId" : 3659,
"comment" : "y is edge case for modular reduction and (y + a) % radix**15 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b080266d400b7d0184ee6432b028e601301ce670864969a029f541f38f290fff",
"tweak" : "fd9f70166e200f13",
"msg" : [8, 5, 7, 1, 1, 5, 4, 6, 8, 0, 1, 2, 4, 8, 1, 5, 5, 7, 6, 9, 9, 9, 4, 0, 1, 0, 9, 6, 3, 5, 5],
"ct" : [4, 8, 3, 7, 7, 7, 5, 0, 8, 1, 9, 8, 1, 8, 4, 2, 7, 8, 1, 3, 9, 6, 1, 0, 1, 5, 4, 6, 3, 1, 4],
"result" : "valid"
},
{
"tcId" : 3660,
"comment" : "y is edge case for modular reduction and a is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "b080266d400b7d0184ee6432b028e601301ce670864969a029f541f38f290fff",
"tweak" : "fd9f70166e200f13",
"msg" : [1, 2, 4, 8, 7, 4, 8, 6, 0, 6, 5, 6, 7, 7, 8, 0, 9, 2, 4, 6, 3, 6, 8, 1, 4, 7, 9, 2, 8, 7, 8],
"ct" : [2, 8, 1, 9, 0, 9, 5, 5, 0, 5, 9, 4, 6, 9, 3, 0, 7, 2, 0, 7, 1, 7, 7, 8, 8, 3, 0, 8, 8, 9, 9],
"result" : "valid"
},
{
"tcId" : 3661,
"comment" : "y is maximal after modular reduction and (y + a) % radix**16 is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "b080266d400b7d0184ee6432b028e601301ce670864969a029f541f38f290fff",
"tweak" : "24c7c69a1e18b618",
"msg" : [2, 4, 9, 9, 5, 6, 7, 9, 0, 9, 7, 2, 9, 0, 4, 5, 4, 0, 8, 1, 1, 2, 0, 3, 2, 6, 4, 3, 6, 0, 3],
"ct" : [4, 3, 1, 1, 0, 1, 1, 0, 8, 2, 8, 9, 4, 0, 9, 9, 9, 8, 1, 6, 3, 2, 6, 3, 0, 2, 9, 2, 6, 1, 7],
"result" : "valid"
},
{
"tcId" : 3662,
"comment" : "y is maximal after modular reduction and (y + a) % radix**16 == 0 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "b080266d400b7d0184ee6432b028e601301ce670864969a029f541f38f290fff",
"tweak" : "24c7c69a1e18b618",
"msg" : [3, 1, 9, 0, 1, 1, 3, 1, 1, 9, 5, 0, 4, 3, 1, 9, 3, 1, 8, 1, 7, 6, 4, 7, 5, 6, 4, 0, 2, 3, 8],
"ct" : [4, 4, 8, 0, 2, 2, 9, 6, 0, 2, 1, 3, 6, 2, 7, 3, 4, 8, 6, 6, 9, 7, 7, 7, 8, 6, 0, 5, 3, 9, 0],
"result" : "valid"
},
{
"tcId" : 3663,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "b080266d400b7d0184ee6432b028e601301ce670864969a029f541f38f290fff",
"tweak" : "24c7c69a1e18b618",
"msg" : [5, 5, 4, 5, 7, 9, 2, 4, 0, 6, 9, 8, 1, 6, 3, 8, 2, 4, 7, 0, 7, 8, 6, 7, 7, 4, 9, 5, 6, 9, 7],
"ct" : [9, 5, 8, 6, 2, 9, 1, 3, 1, 4, 6, 7, 7, 8, 0, 8, 3, 5, 7, 4, 8, 5, 6, 8, 6, 6, 6, 4, 2, 7, 1],
"result" : "valid"
},
{
"tcId" : 3664,
"comment" : "y is maximal after modular reduction and a is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "b080266d400b7d0184ee6432b028e601301ce670864969a029f541f38f290fff",
"tweak" : "24c7c69a1e18b618",
"msg" : [4, 9, 7, 7, 3, 1, 8, 4, 1, 2, 5, 0, 6, 7, 3, 3, 3, 9, 6, 6, 2, 6, 2, 0, 1, 1, 6, 0, 4, 7, 5],
"ct" : [5, 4, 2, 1, 5, 6, 1, 2, 0, 4, 5, 1, 9, 2, 2, 2, 2, 0, 9, 6, 1, 2, 4, 0, 6, 6, 9, 9, 3, 1, 1],
"result" : "valid"
},
{
"tcId" : 3665,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "7330d70f17145b820f8d65741904fe739d6c907df68c7db12bb1f328808a3ba5",
"tweak" : "82d8b9e68151ec61",
"msg" : [-1, 7, 4, 1, 8, 7, 8, 3, 1, 3, 8, 5, 9, 1, 7, 9, 4, 3, 9, 3, 6, 3, 4, 4, 7, 0, 9, 9, 9, 9, 0],
"ct" : [7, 7, 5, 7, 3, 7, 8, 9, 0, 1, 6, 8, 8, 0, 5, 2, 1, 2, 0, 8, 0, 2, 7, 9, 6, 9, 6, 8, 8, 6, 5],
"result" : "invalid"
},
{
"tcId" : 3666,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "7330d70f17145b820f8d65741904fe739d6c907df68c7db12bb1f328808a3ba5",
"tweak" : "82d8b9e68151ec61",
"msg" : [2, 7, 4, 1, 8, 7, 8, 3, 1, 3, -1, 5, 9, 1, 7, 9, 4, 3, 9, 3, 6, 3, 4, 4, 7, 0, 9, 9, 9, 9, 0],
"ct" : [0, 1, 6, 8, 6, 6, 3, 2, 2, 4, 8, 0, 0, 8, 8, 0, 1, 6, 8, 0, 6, 7, 7, 7, 7, 2, 9, 2, 3, 1, 1],
"result" : "invalid"
},
{
"tcId" : 3667,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "7330d70f17145b820f8d65741904fe739d6c907df68c7db12bb1f328808a3ba5",
"tweak" : "82d8b9e68151ec61",
"msg" : [2, 7, 4, 1, 8, 7, 8, 3, 1, 3, 8, 5, 9, 1, 7, 9, 4, 3, 9, 3, 6, 3, 4, 4, 7, 0, 9, 9, 9, 9, -1],
"ct" : [9, 9, 8, 9, 9, 6, 7, 4, 8, 0, 6, 0, 1, 9, 0, 3, 8, 9, 2, 6, 4, 2, 8, 2, 3, 5, 4, 0, 6, 8, 7],
"result" : "invalid"
},
{
"tcId" : 3668,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "1ecc96dc273ee19959acb311b6a97b8e4db13a3455d2d6a1710c2426184ea1d0",
"tweak" : "237fbb9ee5788b42",
"msg" : [10, 5, 9, 8, 4, 6, 9, 9, 0, 5, 6, 8, 0, 1, 6, 9, 7, 4, 0, 5, 2, 6, 4, 4, 3, 3, 6, 8, 9, 3, 5],
"ct" : [0, 5, 1, 9, 3, 1, 3, 0, 1, 7, 4, 2, 2, 3, 7, 7, 5, 8, 0, 1, 0, 8, 7, 3, 7, 9, 2, 5, 0, 0, 5],
"result" : "invalid"
},
{
"tcId" : 3669,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "1ecc96dc273ee19959acb311b6a97b8e4db13a3455d2d6a1710c2426184ea1d0",
"tweak" : "237fbb9ee5788b42",
"msg" : [8, 5, 9, 8, 4, 6, 9, 9, 0, 5, 10, 8, 0, 1, 6, 9, 7, 4, 0, 5, 2, 6, 4, 4, 3, 3, 6, 8, 9, 3, 5],
"ct" : [1, 8, 2, 2, 2, 8, 1, 1, 5, 7, 1, 4, 7, 7, 3, 9, 2, 0, 4, 5, 8, 9, 0, 8, 6, 3, 0, 1, 0, 2, 8],
"result" : "invalid"
},
{
"tcId" : 3670,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "1ecc96dc273ee19959acb311b6a97b8e4db13a3455d2d6a1710c2426184ea1d0",
"tweak" : "237fbb9ee5788b42",
"msg" : [8, 5, 9, 8, 4, 6, 9, 9, 0, 5, 6, 8, 0, 1, 6, 9, 7, 4, 0, 5, 2, 6, 4, 4, 3, 3, 6, 8, 9, 3, 10],
"ct" : [2, 4, 4, 0, 9, 7, 0, 7, 2, 4, 3, 1, 3, 1, 6, 1, 2, 9, 4, 2, 9, 4, 8, 2, 8, 2, 9, 4, 5, 7, 1],
"result" : "invalid"
}
]
},
{
"keySize" : 256,
"msgSize" : 32,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3671,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "233e4fdee70bcc20235b6977ddfc05b0df66f5635d827c66e5a63cdb16a24938",
"tweak" : "1b6819798da15c7a",
"msg" : [7, 4, 6, 4, 5, 3, 7, 2, 0, 7, 6, 0, 7, 1, 7, 9, 2, 7, 0, 7, 9, 4, 6, 6, 7, 0, 3, 2, 1, 2, 5, 7],
"ct" : [0, 7, 9, 1, 7, 6, 2, 3, 8, 4, 6, 2, 9, 5, 0, 6, 0, 5, 0, 6, 8, 7, 4, 8, 7, 4, 6, 9, 4, 8, 3, 7],
"result" : "valid"
},
{
"tcId" : 3672,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "c03eecf9c994fcc5bd7b5f11575a2e614c02b12a346331d68b21d6a2f67c5259",
"tweak" : "4279bdd729d2a73f",
"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, 0, 0, 0, 0, 0],
"ct" : [4, 7, 3, 4, 4, 0, 2, 7, 0, 4, 7, 3, 3, 0, 7, 8, 3, 3, 5, 2, 3, 6, 2, 2, 0, 2, 6, 8, 3, 1, 3, 7],
"result" : "valid"
},
{
"tcId" : 3673,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "c03eecf9c994fcc5bd7b5f11575a2e614c02b12a346331d68b21d6a2f67c5259",
"tweak" : "4279bdd729d2a73f",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [3, 7, 7, 4, 8, 5, 8, 4, 8, 7, 9, 9, 7, 0, 0, 5, 5, 4, 6, 4, 4, 3, 9, 1, 6, 4, 8, 4, 2, 2, 9, 8],
"result" : "valid"
},
{
"tcId" : 3674,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "c03eecf9c994fcc5bd7b5f11575a2e614c02b12a346331d68b21d6a2f67c5259",
"tweak" : "4279bdd729d2a73f",
"msg" : [9, 0, 0, 7, 1, 9, 9, 2, 5, 4, 7, 4, 0, 9, 9, 2, 9, 0, 0, 7, 1, 9, 9, 2, 5, 4, 7, 4, 0, 9, 9, 2],
"ct" : [9, 8, 6, 1, 2, 0, 9, 1, 6, 2, 5, 6, 9, 4, 9, 2, 4, 5, 2, 7, 7, 1, 3, 1, 6, 0, 7, 8, 6, 4, 1, 6],
"result" : "valid"
},
{
"tcId" : 3675,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "c03eecf9c994fcc5bd7b5f11575a2e614c02b12a346331d68b21d6a2f67c5259",
"tweak" : "4279bdd729d2a73f",
"msg" : [9, 0, 0, 7, 1, 9, 9, 2, 5, 4, 7, 4, 0, 9, 9, 1, 9, 0, 0, 7, 1, 9, 9, 2, 5, 4, 7, 4, 0, 9, 9, 1],
"ct" : [9, 1, 3, 6, 1, 5, 5, 3, 1, 5, 2, 9, 9, 7, 2, 1, 3, 8, 2, 6, 7, 0, 1, 9, 6, 8, 8, 0, 7, 8, 4, 8],
"result" : "valid"
},
{
"tcId" : 3676,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "c03eecf9c994fcc5bd7b5f11575a2e614c02b12a346331d68b21d6a2f67c5259",
"tweak" : "4279bdd729d2a73f",
"msg" : [9, 4, 4, 1, 1, 9, 6, 5, 1, 6, 7, 6, 5, 5, 0, 8, 6, 7, 8, 4, 8, 9, 3, 8, 8, 3, 3, 1, 7, 9, 5, 4],
"ct" : [8, 8, 0, 5, 0, 7, 5, 8, 0, 0, 4, 8, 4, 9, 6, 9, 9, 6, 6, 9, 9, 2, 1, 4, 1, 8, 6, 9, 3, 5, 6, 1],
"result" : "valid"
},
{
"tcId" : 3677,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "c03eecf9c994fcc5bd7b5f11575a2e614c02b12a346331d68b21d6a2f67c5259",
"tweak" : "4279bdd729d2a73f",
"msg" : [6, 4, 9, 0, 8, 8, 1, 2, 8, 2, 2, 9, 3, 7, 9, 1, 6, 0, 5, 5, 5, 1, 8, 7, 9, 9, 4, 3, 5, 4, 4, 6],
"ct" : [5, 3, 2, 9, 8, 1, 2, 8, 5, 0, 6, 1, 9, 2, 5, 7, 3, 9, 0, 2, 3, 5, 8, 7, 7, 5, 1, 6, 5, 0, 9, 1],
"result" : "valid"
},
{
"tcId" : 3678,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "c03eecf9c994fcc5bd7b5f11575a2e614c02b12a346331d68b21d6a2f67c5259",
"tweak" : "4279bdd729d2a73f",
"msg" : [4, 3, 2, 9, 1, 2, 3, 5, 9, 6, 6, 4, 6, 7, 4, 7, 2, 9, 8, 3, 6, 1, 1, 5, 4, 6, 2, 1, 8, 6, 9, 3],
"ct" : [1, 0, 3, 4, 2, 9, 4, 4, 6, 6, 8, 6, 0, 6, 6, 1, 5, 0, 2, 0, 8, 7, 7, 4, 7, 2, 1, 7, 7, 8, 3, 1],
"result" : "valid"
},
{
"tcId" : 3679,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "c03eecf9c994fcc5bd7b5f11575a2e614c02b12a346331d68b21d6a2f67c5259",
"tweak" : "4279bdd729d2a73f",
"msg" : [3, 9, 6, 1, 0, 8, 5, 9, 5, 9, 1, 1, 9, 9, 6, 1, 0, 5, 0, 1, 0, 7, 9, 2, 8, 7, 6, 0, 2, 4, 1, 5],
"ct" : [3, 1, 6, 6, 5, 8, 6, 3, 9, 6, 1, 4, 1, 6, 9, 0, 2, 9, 5, 7, 1, 7, 4, 3, 7, 9, 6, 5, 7, 6, 1, 6],
"result" : "valid"
},
{
"tcId" : 3680,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "c03eecf9c994fcc5bd7b5f11575a2e614c02b12a346331d68b21d6a2f67c5259",
"tweak" : "4279bdd729d2a73f",
"msg" : [4, 1, 7, 4, 2, 5, 2, 2, 3, 4, 2, 3, 7, 8, 9, 7, 0, 6, 8, 1, 5, 5, 4, 0, 5, 5, 6, 2, 3, 7, 0, 0],
"ct" : [0, 4, 3, 4, 4, 7, 3, 9, 6, 2, 2, 0, 0, 6, 4, 9, 9, 0, 8, 3, 8, 7, 4, 6, 1, 6, 5, 5, 4, 5, 3, 7],
"result" : "valid"
},
{
"tcId" : 3681,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "c03eecf9c994fcc5bd7b5f11575a2e614c02b12a346331d68b21d6a2f67c5259",
"tweak" : "4279bdd729d2a73f",
"msg" : [6, 8, 7, 9, 7, 8, 0, 9, 1, 9, 8, 2, 4, 0, 0, 8, 0, 2, 2, 8, 5, 6, 5, 6, 6, 6, 5, 5, 2, 0, 6, 7],
"ct" : [9, 1, 4, 2, 6, 9, 5, 3, 7, 2, 7, 2, 3, 7, 2, 8, 3, 2, 7, 4, 0, 3, 9, 1, 1, 0, 6, 0, 2, 9, 5, 1],
"result" : "valid"
},
{
"tcId" : 3682,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "c03eecf9c994fcc5bd7b5f11575a2e614c02b12a346331d68b21d6a2f67c5259",
"tweak" : "4279bdd729d2a73f",
"msg" : [5, 6, 6, 1, 8, 6, 0, 8, 8, 8, 6, 1, 8, 5, 5, 0, 8, 1, 0, 8, 4, 5, 4, 9, 4, 8, 2, 9, 9, 8, 6, 7],
"ct" : [4, 1, 6, 4, 7, 1, 5, 2, 6, 3, 7, 9, 4, 9, 9, 3, 3, 8, 1, 5, 6, 9, 4, 4, 2, 6, 2, 4, 5, 0, 7, 2],
"result" : "valid"
},
{
"tcId" : 3683,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "c03eecf9c994fcc5bd7b5f11575a2e614c02b12a346331d68b21d6a2f67c5259",
"tweak" : "4279bdd729d2a73f",
"msg" : [9, 7, 0, 3, 0, 7, 5, 0, 4, 1, 0, 1, 2, 1, 5, 7, 3, 2, 7, 2, 7, 6, 7, 6, 2, 7, 3, 6, 6, 1, 7, 8],
"ct" : [7, 8, 9, 4, 5, 6, 9, 8, 6, 6, 6, 0, 1, 1, 0, 1, 0, 2, 1, 6, 8, 8, 7, 9, 9, 4, 0, 2, 9, 6, 3, 3],
"result" : "valid"
},
{
"tcId" : 3684,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "c03eecf9c994fcc5bd7b5f11575a2e614c02b12a346331d68b21d6a2f67c5259",
"tweak" : "4279bdd729d2a73f",
"msg" : [2, 4, 3, 3, 5, 4, 8, 8, 0, 3, 0, 6, 9, 3, 5, 5, 6, 2, 7, 2, 9, 6, 5, 2, 3, 2, 7, 6, 0, 1, 0, 5],
"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, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 3685,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "c03eecf9c994fcc5bd7b5f11575a2e614c02b12a346331d68b21d6a2f67c5259",
"tweak" : "4279bdd729d2a73f",
"msg" : [0, 4, 3, 8, 5, 9, 7, 6, 0, 3, 9, 2, 9, 9, 9, 5, 8, 5, 8, 0, 9, 5, 3, 1, 4, 4, 9, 8, 5, 2, 9, 0],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 3686,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "c03eecf9c994fcc5bd7b5f11575a2e614c02b12a346331d68b21d6a2f67c5259",
"tweak" : "4279bdd729d2a73f",
"msg" : [6, 9, 9, 9, 2, 6, 6, 2, 4, 9, 0, 5, 1, 1, 6, 3, 0, 0, 4, 6, 6, 2, 2, 5, 7, 7, 6, 5, 4, 3, 6, 9],
"ct" : [9, 0, 0, 7, 1, 9, 9, 2, 5, 4, 7, 4, 0, 9, 9, 2, 9, 0, 0, 7, 1, 9, 9, 2, 5, 4, 7, 4, 0, 9, 9, 2],
"result" : "valid"
},
{
"tcId" : 3687,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "c03eecf9c994fcc5bd7b5f11575a2e614c02b12a346331d68b21d6a2f67c5259",
"tweak" : "4279bdd729d2a73f",
"msg" : [0, 5, 9, 5, 0, 3, 2, 1, 7, 9, 8, 8, 4, 0, 3, 4, 5, 2, 0, 1, 6, 2, 8, 6, 8, 3, 1, 9, 6, 9, 8, 4],
"ct" : [9, 0, 0, 7, 1, 9, 9, 2, 5, 4, 7, 4, 0, 9, 9, 1, 9, 0, 0, 7, 1, 9, 9, 2, 5, 4, 7, 4, 0, 9, 9, 1],
"result" : "valid"
},
{
"tcId" : 3688,
"comment" : "y = 0 and (y + a) % radix**16 == 0 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "9800245948b6acdf7a7ed7afe6b0bb5ada7f8d389d9175695ea6b8d3813bba1c",
"tweak" : "53e141bd42756e66",
"msg" : [5, 0, 3, 5, 4, 1, 7, 8, 4, 9, 6, 8, 1, 6, 1, 8, 1, 3, 7, 6, 8, 3, 9, 5, 7, 0, 4, 1, 0, 5, 8, 6],
"ct" : [6, 3, 6, 1, 1, 3, 4, 5, 0, 9, 2, 6, 8, 9, 9, 5, 7, 6, 5, 5, 6, 9, 3, 2, 0, 8, 7, 8, 9, 0, 0, 8],
"result" : "valid"
},
{
"tcId" : 3689,
"comment" : "y = 0 and a = 1 in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "9800245948b6acdf7a7ed7afe6b0bb5ada7f8d389d9175695ea6b8d3813bba1c",
"tweak" : "53e141bd42756e66",
"msg" : [4, 3, 3, 5, 0, 6, 2, 3, 1, 8, 3, 6, 8, 9, 1, 3, 8, 6, 6, 4, 4, 1, 7, 7, 6, 6, 2, 9, 9, 5, 3, 5],
"ct" : [8, 0, 7, 0, 4, 9, 9, 4, 1, 5, 0, 4, 5, 6, 3, 6, 9, 6, 9, 6, 0, 5, 4, 4, 8, 4, 8, 0, 4, 2, 6, 2],
"result" : "valid"
},
{
"tcId" : 3690,
"comment" : "y = 0 and a has large Hamming weight in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "9800245948b6acdf7a7ed7afe6b0bb5ada7f8d389d9175695ea6b8d3813bba1c",
"tweak" : "53e141bd42756e66",
"msg" : [7, 6, 9, 9, 6, 2, 9, 4, 2, 7, 9, 1, 6, 7, 2, 1, 2, 4, 2, 5, 1, 4, 2, 2, 9, 6, 0, 3, 4, 4, 9, 2],
"ct" : [1, 1, 2, 2, 3, 2, 2, 9, 7, 0, 6, 3, 3, 0, 1, 6, 0, 1, 2, 3, 6, 3, 8, 6, 5, 7, 5, 7, 8, 0, 1, 8],
"result" : "valid"
},
{
"tcId" : 3691,
"comment" : "y = 0 and (y + a) % radix**16 is maximal in round 6",
"flags" : [
"EdgeCasePrf"
],
"key" : "9800245948b6acdf7a7ed7afe6b0bb5ada7f8d389d9175695ea6b8d3813bba1c",
"tweak" : "53e141bd42756e66",
"msg" : [2, 0, 0, 1, 9, 9, 8, 4, 2, 6, 5, 3, 0, 5, 6, 7, 3, 4, 0, 4, 8, 0, 6, 2, 7, 8, 8, 8, 8, 4, 5, 4],
"ct" : [2, 1, 6, 3, 9, 9, 9, 2, 3, 3, 9, 7, 8, 1, 8, 9, 2, 9, 8, 6, 8, 8, 7, 7, 2, 4, 6, 0, 7, 3, 6, 6],
"result" : "valid"
},
{
"tcId" : 3692,
"comment" : "y = 1 and a = 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "9800245948b6acdf7a7ed7afe6b0bb5ada7f8d389d9175695ea6b8d3813bba1c",
"tweak" : "c504eb6384c165f8",
"msg" : [2, 0, 3, 5, 9, 7, 8, 4, 4, 1, 0, 9, 7, 8, 9, 0, 9, 1, 0, 5, 1, 8, 4, 1, 3, 2, 9, 1, 1, 1, 6, 8],
"ct" : [4, 9, 5, 9, 1, 8, 9, 4, 3, 0, 6, 9, 7, 7, 0, 2, 0, 6, 9, 2, 8, 8, 0, 1, 1, 8, 7, 3, 0, 5, 8, 1],
"result" : "valid"
},
{
"tcId" : 3693,
"comment" : "y = 1 and a = 1 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "9800245948b6acdf7a7ed7afe6b0bb5ada7f8d389d9175695ea6b8d3813bba1c",
"tweak" : "c504eb6384c165f8",
"msg" : [7, 5, 3, 7, 3, 2, 7, 9, 5, 5, 5, 7, 3, 3, 4, 1, 6, 5, 9, 8, 1, 2, 6, 3, 6, 0, 4, 7, 1, 3, 7, 2],
"ct" : [6, 4, 3, 9, 6, 8, 1, 2, 3, 8, 0, 2, 8, 9, 3, 6, 9, 0, 2, 2, 1, 7, 2, 0, 8, 7, 3, 1, 4, 9, 5, 6],
"result" : "valid"
},
{
"tcId" : 3694,
"comment" : "y = 1 and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "9800245948b6acdf7a7ed7afe6b0bb5ada7f8d389d9175695ea6b8d3813bba1c",
"tweak" : "c504eb6384c165f8",
"msg" : [6, 6, 7, 4, 4, 5, 8, 4, 9, 1, 4, 1, 0, 7, 2, 1, 7, 6, 9, 7, 8, 1, 8, 5, 2, 4, 4, 3, 3, 8, 5, 2],
"ct" : [1, 0, 6, 0, 5, 9, 0, 1, 1, 5, 7, 8, 3, 5, 7, 8, 5, 5, 0, 9, 0, 8, 6, 8, 6, 5, 5, 5, 6, 6, 1, 4],
"result" : "valid"
},
{
"tcId" : 3695,
"comment" : "y = 1 and (y + a) % radix**16 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "9800245948b6acdf7a7ed7afe6b0bb5ada7f8d389d9175695ea6b8d3813bba1c",
"tweak" : "c504eb6384c165f8",
"msg" : [0, 6, 3, 1, 0, 2, 2, 5, 7, 2, 0, 4, 5, 2, 4, 2, 8, 1, 6, 1, 7, 2, 4, 2, 4, 0, 1, 0, 3, 6, 2, 5],
"ct" : [5, 0, 6, 1, 5, 5, 1, 3, 1, 9, 5, 1, 0, 4, 1, 5, 3, 1, 6, 8, 5, 0, 2, 0, 9, 4, 5, 1, 6, 7, 8, 6],
"result" : "valid"
},
{
"tcId" : 3696,
"comment" : "y = 1 and (y + a) % radix**16 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "9800245948b6acdf7a7ed7afe6b0bb5ada7f8d389d9175695ea6b8d3813bba1c",
"tweak" : "c504eb6384c165f8",
"msg" : [5, 6, 7, 8, 4, 3, 6, 8, 8, 4, 5, 4, 7, 5, 1, 9, 8, 7, 5, 5, 1, 4, 0, 1, 4, 6, 0, 8, 0, 0, 9, 2],
"ct" : [1, 1, 8, 8, 2, 6, 1, 0, 3, 7, 1, 5, 1, 4, 9, 4, 6, 6, 2, 6, 6, 9, 1, 5, 9, 7, 4, 9, 8, 2, 4, 5],
"result" : "valid"
},
{
"tcId" : 3697,
"comment" : "y is maximal and a = 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "9800245948b6acdf7a7ed7afe6b0bb5ada7f8d389d9175695ea6b8d3813bba1c",
"tweak" : "a5a21b2631bcfaf6",
"msg" : [7, 2, 4, 0, 8, 2, 6, 1, 6, 1, 9, 4, 6, 0, 5, 6, 4, 5, 7, 2, 6, 8, 1, 4, 6, 6, 1, 0, 2, 7, 2, 8],
"ct" : [9, 4, 5, 6, 6, 5, 2, 1, 5, 8, 0, 8, 5, 8, 2, 6, 8, 5, 1, 3, 0, 3, 6, 1, 3, 1, 7, 9, 0, 3, 6, 5],
"result" : "valid"
},
{
"tcId" : 3698,
"comment" : "y is maximal and a = 1 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "9800245948b6acdf7a7ed7afe6b0bb5ada7f8d389d9175695ea6b8d3813bba1c",
"tweak" : "a5a21b2631bcfaf6",
"msg" : [2, 5, 0, 0, 5, 7, 1, 0, 1, 1, 9, 7, 0, 0, 3, 7, 6, 0, 9, 1, 3, 2, 6, 3, 3, 0, 7, 4, 8, 7, 5, 3],
"ct" : [1, 9, 6, 9, 3, 5, 4, 1, 1, 1, 1, 0, 5, 9, 3, 1, 3, 3, 3, 0, 9, 8, 6, 6, 0, 6, 8, 3, 8, 3, 3, 1],
"result" : "valid"
},
{
"tcId" : 3699,
"comment" : "y is maximal and (y + a) % radix**16 is maximal in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "9800245948b6acdf7a7ed7afe6b0bb5ada7f8d389d9175695ea6b8d3813bba1c",
"tweak" : "a5a21b2631bcfaf6",
"msg" : [1, 4, 4, 0, 7, 3, 0, 3, 3, 2, 0, 1, 8, 3, 0, 8, 5, 4, 2, 6, 2, 9, 6, 8, 2, 2, 3, 7, 9, 4, 1, 6],
"ct" : [6, 9, 2, 5, 4, 2, 8, 1, 8, 4, 6, 9, 0, 8, 8, 0, 7, 8, 4, 4, 2, 9, 6, 7, 1, 6, 6, 3, 1, 5, 6, 9],
"result" : "valid"
},
{
"tcId" : 3700,
"comment" : "y is maximal and (y + a) % radix**16 == 0 in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "9800245948b6acdf7a7ed7afe6b0bb5ada7f8d389d9175695ea6b8d3813bba1c",
"tweak" : "a5a21b2631bcfaf6",
"msg" : [3, 2, 8, 1, 8, 3, 7, 8, 3, 1, 6, 9, 7, 8, 9, 6, 3, 0, 8, 5, 5, 5, 4, 7, 2, 1, 7, 6, 9, 7, 9, 4],
"ct" : [0, 4, 4, 5, 2, 3, 4, 1, 1, 9, 9, 1, 0, 8, 6, 6, 0, 1, 9, 1, 2, 0, 8, 1, 6, 5, 7, 6, 6, 6, 6, 7],
"result" : "valid"
},
{
"tcId" : 3701,
"comment" : "y is maximal and a has large Hamming weight in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "9800245948b6acdf7a7ed7afe6b0bb5ada7f8d389d9175695ea6b8d3813bba1c",
"tweak" : "a5a21b2631bcfaf6",
"msg" : [8, 5, 3, 0, 4, 5, 8, 5, 1, 8, 1, 7, 4, 7, 1, 2, 2, 8, 7, 2, 1, 2, 2, 7, 3, 2, 9, 7, 1, 6, 9, 5],
"ct" : [8, 4, 3, 4, 4, 8, 4, 5, 8, 8, 4, 4, 0, 4, 0, 5, 9, 3, 8, 7, 4, 9, 3, 4, 6, 2, 9, 5, 9, 7, 2, 5],
"result" : "valid"
},
{
"tcId" : 3702,
"comment" : "y is maximal and a is maximal in round 5",
"flags" : [
"EdgeCasePrf"
],
"key" : "9800245948b6acdf7a7ed7afe6b0bb5ada7f8d389d9175695ea6b8d3813bba1c",
"tweak" : "a5a21b2631bcfaf6",
"msg" : [3, 3, 5, 5, 4, 8, 8, 2, 3, 6, 1, 4, 7, 1, 7, 4, 0, 9, 4, 0, 9, 0, 7, 3, 9, 5, 0, 8, 4, 2, 2, 6],
"ct" : [2, 8, 1, 4, 2, 1, 4, 7, 2, 7, 4, 6, 1, 1, 5, 4, 2, 8, 4, 7, 8, 0, 7, 4, 3, 5, 6, 3, 2, 6, 4, 0],
"result" : "valid"
},
{
"tcId" : 3703,
"comment" : "y is edge case for modular reduction and a = 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "9800245948b6acdf7a7ed7afe6b0bb5ada7f8d389d9175695ea6b8d3813bba1c",
"tweak" : "e78b00b7743c7017",
"msg" : [9, 8, 9, 6, 7, 3, 1, 7, 8, 1, 7, 6, 2, 9, 6, 1, 5, 8, 0, 9, 9, 3, 6, 0, 8, 4, 5, 7, 3, 3, 0, 5],
"ct" : [5, 9, 4, 0, 0, 5, 3, 7, 4, 7, 8, 9, 3, 5, 6, 9, 2, 8, 7, 6, 5, 6, 1, 1, 5, 3, 8, 7, 2, 7, 3, 8],
"result" : "valid"
},
{
"tcId" : 3704,
"comment" : "y is edge case for modular reduction and a = 1 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "9800245948b6acdf7a7ed7afe6b0bb5ada7f8d389d9175695ea6b8d3813bba1c",
"tweak" : "e78b00b7743c7017",
"msg" : [0, 3, 8, 8, 1, 1, 9, 1, 0, 2, 0, 7, 2, 8, 0, 0, 4, 6, 2, 5, 5, 1, 1, 6, 8, 1, 5, 4, 1, 6, 9, 0],
"ct" : [6, 4, 3, 6, 3, 8, 2, 2, 8, 8, 1, 5, 5, 9, 4, 6, 8, 2, 3, 9, 4, 3, 4, 0, 1, 9, 5, 0, 9, 1, 6, 9],
"result" : "valid"
},
{
"tcId" : 3705,
"comment" : "y is edge case for modular reduction and (y + a) % radix**16 is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "9800245948b6acdf7a7ed7afe6b0bb5ada7f8d389d9175695ea6b8d3813bba1c",
"tweak" : "e78b00b7743c7017",
"msg" : [6, 5, 1, 9, 9, 8, 7, 1, 8, 1, 9, 1, 9, 3, 9, 1, 5, 0, 6, 8, 5, 7, 0, 0, 2, 0, 4, 0, 8, 1, 0, 9],
"ct" : [0, 5, 0, 6, 6, 4, 3, 1, 3, 4, 6, 0, 5, 8, 6, 5, 0, 0, 2, 7, 3, 5, 1, 2, 6, 2, 1, 6, 5, 2, 4, 0],
"result" : "valid"
},
{
"tcId" : 3706,
"comment" : "y is edge case for modular reduction and (y + a) % radix**16 == 0 in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "9800245948b6acdf7a7ed7afe6b0bb5ada7f8d389d9175695ea6b8d3813bba1c",
"tweak" : "e78b00b7743c7017",
"msg" : [8, 2, 5, 1, 9, 4, 3, 3, 7, 9, 7, 5, 3, 0, 8, 1, 6, 1, 5, 0, 9, 0, 4, 3, 5, 3, 2, 5, 9, 2, 8, 2],
"ct" : [9, 8, 9, 2, 6, 4, 8, 8, 8, 6, 6, 7, 9, 1, 6, 4, 9, 1, 9, 1, 8, 7, 2, 1, 0, 3, 8, 6, 6, 6, 8, 4],
"result" : "valid"
},
{
"tcId" : 3707,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "9800245948b6acdf7a7ed7afe6b0bb5ada7f8d389d9175695ea6b8d3813bba1c",
"tweak" : "e78b00b7743c7017",
"msg" : [3, 9, 5, 9, 2, 5, 2, 1, 0, 1, 0, 0, 2, 4, 9, 8, 0, 5, 4, 9, 7, 8, 4, 1, 9, 2, 7, 7, 1, 1, 3, 4],
"ct" : [2, 9, 9, 6, 2, 7, 5, 6, 1, 8, 1, 5, 2, 4, 8, 4, 7, 7, 8, 2, 3, 5, 5, 0, 1, 3, 0, 4, 3, 2, 7, 5],
"result" : "valid"
},
{
"tcId" : 3708,
"comment" : "y is edge case for modular reduction and a is maximal in round 2",
"flags" : [
"EdgeCasePrf"
],
"key" : "9800245948b6acdf7a7ed7afe6b0bb5ada7f8d389d9175695ea6b8d3813bba1c",
"tweak" : "e78b00b7743c7017",
"msg" : [0, 2, 7, 0, 3, 6, 7, 7, 1, 5, 9, 2, 2, 5, 7, 6, 2, 3, 6, 6, 9, 3, 4, 9, 9, 3, 0, 2, 1, 4, 1, 9],
"ct" : [2, 8, 8, 0, 4, 5, 7, 3, 6, 3, 0, 8, 0, 2, 8, 4, 4, 0, 7, 6, 3, 2, 9, 9, 6, 0, 2, 2, 7, 3, 3, 9],
"result" : "valid"
},
{
"tcId" : 3709,
"comment" : "y is maximal after modular reduction and (y + a) % radix**16 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "9800245948b6acdf7a7ed7afe6b0bb5ada7f8d389d9175695ea6b8d3813bba1c",
"tweak" : "cbd2c7349ac209b8",
"msg" : [5, 5, 6, 1, 2, 0, 3, 8, 1, 4, 8, 3, 1, 6, 3, 9, 2, 3, 1, 2, 1, 5, 1, 3, 9, 4, 2, 9, 6, 3, 3, 7],
"ct" : [7, 8, 2, 8, 3, 8, 2, 6, 9, 5, 1, 6, 6, 4, 8, 9, 1, 1, 2, 0, 7, 4, 4, 7, 0, 5, 1, 1, 6, 9, 6, 3],
"result" : "valid"
},
{
"tcId" : 3710,
"comment" : "y is maximal after modular reduction and (y + a) % radix**16 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "9800245948b6acdf7a7ed7afe6b0bb5ada7f8d389d9175695ea6b8d3813bba1c",
"tweak" : "cbd2c7349ac209b8",
"msg" : [2, 7, 2, 7, 4, 1, 2, 3, 4, 7, 3, 0, 4, 8, 8, 0, 0, 4, 5, 6, 3, 8, 0, 8, 6, 6, 8, 7, 4, 0, 1, 2],
"ct" : [4, 3, 6, 7, 7, 7, 9, 0, 0, 3, 3, 9, 7, 4, 7, 6, 1, 9, 4, 1, 5, 4, 4, 8, 9, 6, 2, 5, 7, 2, 7, 5],
"result" : "valid"
},
{
"tcId" : 3711,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "9800245948b6acdf7a7ed7afe6b0bb5ada7f8d389d9175695ea6b8d3813bba1c",
"tweak" : "cbd2c7349ac209b8",
"msg" : [1, 4, 2, 2, 6, 7, 9, 8, 0, 1, 7, 7, 3, 4, 5, 4, 2, 9, 1, 0, 3, 0, 2, 6, 9, 3, 7, 5, 1, 3, 9, 1],
"ct" : [8, 5, 2, 1, 3, 7, 8, 9, 4, 5, 7, 6, 8, 8, 1, 5, 0, 7, 6, 1, 0, 9, 5, 0, 4, 1, 6, 4, 0, 1, 5, 0],
"result" : "valid"
},
{
"tcId" : 3712,
"comment" : "y is maximal after modular reduction and a is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "9800245948b6acdf7a7ed7afe6b0bb5ada7f8d389d9175695ea6b8d3813bba1c",
"tweak" : "cbd2c7349ac209b8",
"msg" : [4, 4, 2, 1, 1, 7, 8, 3, 1, 1, 7, 1, 3, 7, 7, 3, 7, 8, 0, 1, 2, 0, 0, 0, 6, 0, 7, 2, 2, 9, 2, 8],
"ct" : [7, 1, 6, 9, 1, 7, 8, 5, 9, 1, 0, 4, 2, 1, 9, 5, 3, 8, 9, 4, 8, 3, 2, 2, 7, 7, 5, 2, 0, 2, 0, 4],
"result" : "valid"
},
{
"tcId" : 3713,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "9358b34bc2b65d91c6f43c5006a3adb73cdb238ed7c073e1d51890ee9e4850fe",
"tweak" : "a84fcd0ad195f474",
"msg" : [-1, 2, 7, 4, 4, 2, 4, 7, 5, 6, 9, 9, 9, 6, 8, 9, 2, 0, 1, 9, 2, 6, 3, 4, 5, 8, 0, 0, 2, 3, 3, 2],
"ct" : [7, 4, 8, 8, 3, 6, 9, 3, 3, 8, 4, 5, 5, 1, 8, 5, 5, 0, 6, 7, 8, 2, 0, 2, 1, 8, 3, 4, 4, 7, 2, 1],
"result" : "invalid"
},
{
"tcId" : 3714,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "9358b34bc2b65d91c6f43c5006a3adb73cdb238ed7c073e1d51890ee9e4850fe",
"tweak" : "a84fcd0ad195f474",
"msg" : [3, 2, 7, 4, 4, 2, 4, 7, 5, 6, -1, 9, 9, 6, 8, 9, 2, 0, 1, 9, 2, 6, 3, 4, 5, 8, 0, 0, 2, 3, 3, 2],
"ct" : [1, 1, 3, 0, 3, 0, 8, 5, 2, 4, 1, 4, 5, 1, 1, 1, 9, 9, 2, 8, 2, 8, 0, 6, 5, 1, 5, 0, 4, 5, 0, 5],
"result" : "invalid"
},
{
"tcId" : 3715,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "9358b34bc2b65d91c6f43c5006a3adb73cdb238ed7c073e1d51890ee9e4850fe",
"tweak" : "a84fcd0ad195f474",
"msg" : [3, 2, 7, 4, 4, 2, 4, 7, 5, 6, 9, 9, 9, 6, 8, 9, 2, 0, 1, 9, 2, 6, 3, 4, 5, 8, 0, 0, 2, 3, 3, -1],
"ct" : [5, 1, 5, 5, 2, 1, 8, 5, 5, 7, 1, 3, 0, 4, 9, 3, 3, 0, 3, 0, 7, 2, 5, 7, 5, 2, 4, 0, 8, 3, 5, 6],
"result" : "invalid"
},
{
"tcId" : 3716,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "f1d5df1759754500bd01e2383d264598a1c8db3c98fc43c9a6d9d65499db2644",
"tweak" : "1cc5453f28047a24",
"msg" : [10, 5, 8, 4, 1, 8, 2, 2, 8, 8, 6, 1, 4, 8, 6, 9, 9, 7, 9, 3, 3, 3, 7, 8, 2, 6, 7, 5, 6, 1, 2, 3],
"ct" : [2, 9, 4, 6, 7, 3, 3, 0, 5, 6, 8, 9, 8, 0, 4, 5, 2, 6, 6, 7, 6, 6, 2, 2, 4, 5, 1, 1, 1, 9, 0, 1],
"result" : "invalid"
},
{
"tcId" : 3717,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "f1d5df1759754500bd01e2383d264598a1c8db3c98fc43c9a6d9d65499db2644",
"tweak" : "1cc5453f28047a24",
"msg" : [1, 5, 8, 4, 1, 8, 2, 2, 8, 8, 10, 1, 4, 8, 6, 9, 9, 7, 9, 3, 3, 3, 7, 8, 2, 6, 7, 5, 6, 1, 2, 3],
"ct" : [0, 8, 0, 2, 4, 8, 8, 9, 1, 7, 1, 0, 0, 5, 5, 2, 1, 4, 5, 3, 9, 3, 7, 3, 6, 0, 5, 6, 4, 8, 8, 4],
"result" : "invalid"
},
{
"tcId" : 3718,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "f1d5df1759754500bd01e2383d264598a1c8db3c98fc43c9a6d9d65499db2644",
"tweak" : "1cc5453f28047a24",
"msg" : [1, 5, 8, 4, 1, 8, 2, 2, 8, 8, 6, 1, 4, 8, 6, 9, 9, 7, 9, 3, 3, 3, 7, 8, 2, 6, 7, 5, 6, 1, 2, 10],
"ct" : [0, 3, 5, 5, 7, 9, 6, 2, 1, 8, 9, 7, 6, 7, 1, 7, 9, 0, 8, 8, 6, 6, 3, 0, 7, 3, 3, 6, 4, 8, 2, 1],
"result" : "invalid"
}
]
},
{
"keySize" : 256,
"msgSize" : 33,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3719,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "ff5595a976430f9c424459d7206cfa55562f5f2328f12e31232499fb1e7c49b4",
"tweak" : "2d1ad468fddd0754",
"msg" : [5, 2, 2, 4, 5, 5, 2, 5, 2, 0, 3, 9, 1, 3, 4, 4, 1, 2, 9, 1, 4, 5, 9, 3, 2, 7, 4, 0, 7, 6, 2, 1, 0],
"ct" : [0, 0, 8, 3, 6, 4, 9, 9, 4, 0, 4, 2, 4, 6, 9, 8, 0, 1, 2, 2, 8, 0, 8, 2, 2, 1, 9, 8, 9, 7, 8, 1, 7],
"result" : "valid"
},
{
"tcId" : 3720,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "20af1753ef0576e2a555f5c9ca7200d90f96b495cbff135fe49d637bdaee545c",
"tweak" : "3af71b0ab841c532",
"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, 0, 0, 0, 0, 0, 0],
"ct" : [7, 5, 2, 4, 7, 9, 1, 5, 8, 0, 9, 5, 8, 7, 1, 1, 5, 2, 8, 3, 0, 4, 5, 7, 6, 2, 6, 4, 3, 2, 9, 5, 2],
"result" : "valid"
},
{
"tcId" : 3721,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "20af1753ef0576e2a555f5c9ca7200d90f96b495cbff135fe49d637bdaee545c",
"tweak" : "3af71b0ab841c532",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [9, 1, 2, 3, 2, 9, 9, 9, 0, 4, 0, 2, 5, 3, 5, 4, 6, 6, 3, 3, 6, 2, 8, 7, 7, 8, 8, 2, 5, 0, 7, 1, 5],
"result" : "valid"
},
{
"tcId" : 3722,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "20af1753ef0576e2a555f5c9ca7200d90f96b495cbff135fe49d637bdaee545c",
"tweak" : "3af71b0ab841c532",
"msg" : [9, 0, 0, 7, 1, 9, 9, 2, 5, 4, 7, 4, 0, 9, 9, 2, 7, 2, 0, 5, 7, 5, 9, 4, 0, 3, 7, 9, 2, 7, 9, 3, 6],
"ct" : [5, 7, 0, 3, 4, 1, 6, 8, 3, 0, 5, 0, 9, 5, 9, 3, 0, 7, 0, 8, 6, 8, 3, 5, 7, 1, 7, 4, 8, 7, 2, 2, 1],
"result" : "valid"
},
{
"tcId" : 3723,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "20af1753ef0576e2a555f5c9ca7200d90f96b495cbff135fe49d637bdaee545c",
"tweak" : "3af71b0ab841c532",
"msg" : [9, 0, 0, 7, 1, 9, 9, 2, 5, 4, 7, 4, 0, 9, 9, 1, 7, 2, 0, 5, 7, 5, 9, 4, 0, 3, 7, 9, 2, 7, 9, 3, 5],
"ct" : [9, 0, 7, 2, 0, 0, 9, 6, 1, 5, 0, 7, 2, 9, 3, 4, 9, 0, 6, 3, 9, 7, 4, 4, 5, 8, 5, 3, 1, 1, 4, 3, 9],
"result" : "valid"
},
{
"tcId" : 3724,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "20af1753ef0576e2a555f5c9ca7200d90f96b495cbff135fe49d637bdaee545c",
"tweak" : "3af71b0ab841c532",
"msg" : [6, 8, 1, 1, 2, 3, 0, 7, 7, 3, 2, 5, 1, 3, 0, 6, 1, 0, 8, 3, 3, 0, 5, 3, 5, 4, 8, 0, 7, 6, 4, 1, 3],
"ct" : [4, 9, 6, 0, 3, 1, 6, 3, 2, 6, 0, 9, 0, 4, 5, 3, 9, 9, 9, 7, 8, 5, 3, 1, 0, 0, 1, 1, 4, 3, 7, 4, 8],
"result" : "valid"
},
{
"tcId" : 3725,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "20af1753ef0576e2a555f5c9ca7200d90f96b495cbff135fe49d637bdaee545c",
"tweak" : "3af71b0ab841c532",
"msg" : [5, 3, 3, 9, 6, 5, 9, 9, 4, 3, 2, 4, 2, 9, 5, 8, 1, 4, 1, 3, 7, 2, 0, 8, 6, 4, 4, 7, 1, 4, 4, 0, 5],
"ct" : [0, 6, 7, 5, 9, 6, 4, 4, 1, 8, 7, 7, 6, 2, 0, 6, 4, 7, 4, 5, 0, 0, 3, 2, 3, 2, 5, 5, 5, 2, 1, 9, 4],
"result" : "valid"
},
{
"tcId" : 3726,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "20af1753ef0576e2a555f5c9ca7200d90f96b495cbff135fe49d637bdaee545c",
"tweak" : "3af71b0ab841c532",
"msg" : [8, 3, 2, 1, 2, 6, 5, 5, 9, 6, 8, 2, 1, 8, 9, 9, 7, 1, 3, 1, 5, 5, 7, 8, 4, 6, 6, 2, 8, 1, 2, 2, 5],
"ct" : [0, 2, 2, 4, 4, 2, 7, 5, 5, 6, 3, 2, 8, 3, 8, 9, 2, 8, 3, 0, 5, 8, 2, 2, 0, 9, 9, 5, 4, 3, 6, 6, 3],
"result" : "valid"
},
{
"tcId" : 3727,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "20af1753ef0576e2a555f5c9ca7200d90f96b495cbff135fe49d637bdaee545c",
"tweak" : "3af71b0ab841c532",
"msg" : [8, 3, 3, 5, 8, 1, 9, 4, 5, 8, 3, 0, 9, 1, 8, 1, 6, 8, 5, 2, 7, 6, 9, 3, 7, 7, 1, 4, 1, 3, 0, 1, 2],
"ct" : [9, 9, 0, 8, 8, 0, 4, 4, 0, 7, 9, 0, 8, 4, 6, 2, 5, 2, 7, 6, 8, 4, 0, 5, 5, 6, 2, 7, 7, 5, 8, 9, 2],
"result" : "valid"
},
{
"tcId" : 3728,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "20af1753ef0576e2a555f5c9ca7200d90f96b495cbff135fe49d637bdaee545c",
"tweak" : "3af71b0ab841c532",
"msg" : [9, 7, 1, 7, 4, 3, 8, 8, 8, 5, 5, 8, 8, 6, 5, 2, 1, 9, 9, 5, 9, 8, 4, 2, 4, 6, 3, 2, 5, 0, 4, 2, 2],
"ct" : [0, 5, 4, 3, 3, 4, 4, 8, 5, 9, 0, 0, 6, 0, 6, 3, 4, 3, 0, 3, 2, 1, 9, 2, 6, 6, 4, 1, 2, 0, 2, 4, 5],
"result" : "valid"
},
{
"tcId" : 3729,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "20af1753ef0576e2a555f5c9ca7200d90f96b495cbff135fe49d637bdaee545c",
"tweak" : "3af71b0ab841c532",
"msg" : [6, 8, 9, 8, 5, 6, 5, 1, 3, 5, 5, 5, 7, 5, 9, 2, 5, 2, 1, 7, 9, 9, 3, 4, 9, 9, 7, 1, 3, 4, 8, 5, 9],
"ct" : [8, 6, 2, 2, 5, 2, 4, 0, 4, 5, 0, 8, 7, 0, 4, 0, 5, 5, 4, 1, 0, 8, 1, 4, 3, 9, 1, 8, 1, 7, 8, 4, 5],
"result" : "valid"
},
{
"tcId" : 3730,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "20af1753ef0576e2a555f5c9ca7200d90f96b495cbff135fe49d637bdaee545c",
"tweak" : "3af71b0ab841c532",
"msg" : [0, 9, 1, 0, 4, 1, 0, 3, 9, 8, 7, 8, 0, 8, 2, 2, 9, 4, 7, 8, 7, 1, 7, 3, 8, 8, 4, 3, 2, 2, 2, 7, 2],
"ct" : [7, 2, 3, 8, 1, 1, 3, 6, 1, 0, 3, 9, 1, 2, 4, 9, 3, 8, 0, 6, 5, 5, 9, 7, 6, 0, 1, 0, 4, 2, 2, 4, 6],
"result" : "valid"
},
{
"tcId" : 3731,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "20af1753ef0576e2a555f5c9ca7200d90f96b495cbff135fe49d637bdaee545c",
"tweak" : "3af71b0ab841c532",
"msg" : [3, 2, 6, 3, 2, 8, 7, 9, 5, 4, 0, 5, 9, 6, 5, 1, 8, 1, 7, 9, 8, 9, 3, 8, 0, 2, 8, 7, 7, 0, 8, 0, 7],
"ct" : [3, 4, 8, 9, 8, 9, 5, 1, 8, 3, 8, 4, 1, 9, 5, 8, 1, 0, 8, 6, 1, 3, 9, 8, 9, 8, 6, 9, 3, 7, 2, 0, 7],
"result" : "valid"
},
{
"tcId" : 3732,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "20af1753ef0576e2a555f5c9ca7200d90f96b495cbff135fe49d637bdaee545c",
"tweak" : "3af71b0ab841c532",
"msg" : [2, 9, 4, 1, 0, 0, 9, 1, 8, 9, 4, 8, 1, 2, 9, 9, 5, 8, 8, 7, 8, 1, 4, 9, 7, 9, 2, 6, 3, 6, 3, 5, 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, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 3733,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "20af1753ef0576e2a555f5c9ca7200d90f96b495cbff135fe49d637bdaee545c",
"tweak" : "3af71b0ab841c532",
"msg" : [4, 0, 8, 0, 5, 8, 0, 9, 6, 8, 9, 0, 8, 0, 5, 6, 6, 9, 6, 4, 6, 5, 8, 5, 2, 6, 4, 4, 9, 0, 0, 5, 2],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 3734,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "20af1753ef0576e2a555f5c9ca7200d90f96b495cbff135fe49d637bdaee545c",
"tweak" : "3af71b0ab841c532",
"msg" : [5, 6, 2, 7, 1, 8, 3, 2, 8, 8, 2, 1, 6, 0, 3, 1, 0, 0, 7, 3, 6, 5, 3, 8, 8, 0, 5, 7, 1, 3, 4, 1, 7],
"ct" : [9, 0, 0, 7, 1, 9, 9, 2, 5, 4, 7, 4, 0, 9, 9, 2, 7, 2, 0, 5, 7, 5, 9, 4, 0, 3, 7, 9, 2, 7, 9, 3, 6],
"result" : "valid"
},
{
"tcId" : 3735,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "20af1753ef0576e2a555f5c9ca7200d90f96b495cbff135fe49d637bdaee545c",
"tweak" : "3af71b0ab841c532",
"msg" : [3, 2, 4, 4, 5, 4, 8, 2, 2, 4, 6, 3, 7, 4, 4, 5, 1, 5, 3, 9, 7, 9, 9, 4, 5, 6, 0, 0, 6, 2, 4, 2, 6],
"ct" : [9, 0, 0, 7, 1, 9, 9, 2, 5, 4, 7, 4, 0, 9, 9, 1, 7, 2, 0, 5, 7, 5, 9, 4, 0, 3, 7, 9, 2, 7, 9, 3, 5],
"result" : "valid"
},
{
"tcId" : 3736,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "f184465b0904c2d190f7582d0b2dc4c48e97644fd4c0ab3fcfb8fe7083eb85c6",
"tweak" : "d3ea4319e863cba5",
"msg" : [-1, 9, 4, 5, 9, 3, 0, 6, 3, 5, 7, 8, 1, 8, 8, 4, 5, 2, 0, 0, 6, 1, 1, 6, 7, 4, 7, 9, 1, 2, 0, 9, 2],
"ct" : [6, 2, 2, 3, 5, 9, 7, 1, 5, 3, 1, 4, 4, 2, 8, 1, 6, 2, 7, 9, 8, 5, 5, 2, 4, 3, 7, 6, 7, 8, 8, 3, 4],
"result" : "invalid"
},
{
"tcId" : 3737,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "f184465b0904c2d190f7582d0b2dc4c48e97644fd4c0ab3fcfb8fe7083eb85c6",
"tweak" : "d3ea4319e863cba5",
"msg" : [7, 9, 4, 5, 9, 3, 0, 6, 3, 5, 7, -1, 1, 8, 8, 4, 5, 2, 0, 0, 6, 1, 1, 6, 7, 4, 7, 9, 1, 2, 0, 9, 2],
"ct" : [5, 1, 8, 7, 0, 4, 2, 7, 3, 7, 0, 3, 2, 0, 2, 1, 5, 9, 7, 8, 2, 3, 6, 2, 2, 0, 2, 0, 9, 5, 8, 7, 6],
"result" : "invalid"
},
{
"tcId" : 3738,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "f184465b0904c2d190f7582d0b2dc4c48e97644fd4c0ab3fcfb8fe7083eb85c6",
"tweak" : "d3ea4319e863cba5",
"msg" : [7, 9, 4, 5, 9, 3, 0, 6, 3, 5, 7, 8, 1, 8, 8, 4, 5, 2, 0, 0, 6, 1, 1, 6, 7, 4, 7, 9, 1, 2, 0, 9, -1],
"ct" : [8, 2, 6, 2, 7, 9, 4, 4, 1, 1, 3, 8, 0, 3, 3, 6, 3, 8, 6, 0, 0, 7, 2, 9, 8, 8, 6, 4, 9, 3, 4, 2, 5],
"result" : "invalid"
},
{
"tcId" : 3739,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "2dfd6c5c0e728d4e43be57d3949b07b1002e00cfeaa14a297d8bf23e06e55f3e",
"tweak" : "dcdee8475f69e721",
"msg" : [10, 8, 9, 3, 9, 4, 3, 7, 8, 6, 1, 2, 2, 7, 4, 1, 3, 2, 6, 0, 7, 9, 5, 4, 3, 7, 3, 4, 6, 3, 2, 2, 4],
"ct" : [6, 8, 3, 4, 9, 9, 4, 6, 3, 0, 6, 4, 1, 1, 5, 9, 9, 8, 9, 7, 7, 7, 0, 9, 6, 9, 1, 9, 7, 3, 2, 1, 4],
"result" : "invalid"
},
{
"tcId" : 3740,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "2dfd6c5c0e728d4e43be57d3949b07b1002e00cfeaa14a297d8bf23e06e55f3e",
"tweak" : "dcdee8475f69e721",
"msg" : [2, 8, 9, 3, 9, 4, 3, 7, 8, 6, 1, 10, 2, 7, 4, 1, 3, 2, 6, 0, 7, 9, 5, 4, 3, 7, 3, 4, 6, 3, 2, 2, 4],
"ct" : [1, 3, 7, 0, 7, 0, 9, 8, 7, 6, 2, 5, 5, 7, 0, 0, 5, 9, 1, 1, 6, 5, 8, 9, 6, 4, 4, 2, 7, 5, 6, 6, 1],
"result" : "invalid"
},
{
"tcId" : 3741,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "2dfd6c5c0e728d4e43be57d3949b07b1002e00cfeaa14a297d8bf23e06e55f3e",
"tweak" : "dcdee8475f69e721",
"msg" : [2, 8, 9, 3, 9, 4, 3, 7, 8, 6, 1, 2, 2, 7, 4, 1, 3, 2, 6, 0, 7, 9, 5, 4, 3, 7, 3, 4, 6, 3, 2, 2, 10],
"ct" : [5, 2, 0, 4, 0, 9, 2, 3, 0, 6, 3, 9, 1, 1, 4, 5, 1, 2, 5, 5, 4, 0, 6, 9, 2, 9, 4, 8, 7, 9, 2, 0, 3],
"result" : "invalid"
}
]
},
{
"keySize" : 256,
"msgSize" : 38,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3742,
"comment" : "normal message size",
"flags" : [
"NormalMessageSize"
],
"key" : "0e7e9058a2bad0b221380073334245863a3806b40db72f97123830b3cf2049f0",
"tweak" : "bd44d8a87bbe2d54",
"msg" : [5, 9, 2, 9, 4, 6, 8, 0, 6, 2, 6, 9, 3, 4, 4, 7, 0, 9, 5, 3, 1, 8, 4, 3, 8, 1, 8, 3, 5, 5, 5, 3, 0, 9, 1, 2, 7, 8],
"ct" : [1, 5, 0, 1, 7, 9, 9, 6, 0, 4, 7, 5, 1, 6, 3, 1, 6, 8, 5, 9, 8, 9, 0, 0, 4, 7, 6, 3, 9, 3, 4, 8, 6, 7, 0, 6, 2, 1],
"result" : "valid"
},
{
"tcId" : 3743,
"comment" : "minimal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "59046cbc1f931b76ae2eb1b8db5e48d8963469cac7dd37869de1dcfdb7a2a4f3",
"tweak" : "2b5f5388697bea62",
"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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [9, 4, 8, 5, 3, 8, 9, 1, 4, 6, 3, 7, 4, 8, 1, 1, 4, 8, 0, 3, 8, 5, 4, 6, 6, 5, 4, 9, 0, 6, 3, 5, 9, 4, 6, 1, 0, 2],
"result" : "valid"
},
{
"tcId" : 3744,
"comment" : "maximal integer values in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "59046cbc1f931b76ae2eb1b8db5e48d8963469cac7dd37869de1dcfdb7a2a4f3",
"tweak" : "2b5f5388697bea62",
"msg" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [4, 4, 6, 9, 7, 6, 3, 1, 6, 9, 7, 8, 6, 3, 6, 0, 7, 8, 9, 5, 0, 8, 9, 3, 0, 7, 6, 7, 5, 9, 5, 4, 8, 8, 5, 0, 7, 8],
"result" : "valid"
},
{
"tcId" : 3745,
"comment" : "powers of two in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "59046cbc1f931b76ae2eb1b8db5e48d8963469cac7dd37869de1dcfdb7a2a4f3",
"tweak" : "2b5f5388697bea62",
"msg" : [9, 2, 2, 3, 3, 7, 2, 0, 3, 6, 8, 5, 4, 7, 7, 5, 8, 0, 8, 9, 2, 2, 3, 3, 7, 2, 0, 3, 6, 8, 5, 4, 7, 7, 5, 8, 0, 8],
"ct" : [2, 8, 4, 6, 4, 6, 1, 5, 2, 4, 6, 5, 2, 5, 4, 5, 5, 9, 8, 8, 0, 0, 8, 9, 0, 6, 7, 1, 1, 9, 9, 0, 8, 2, 9, 6, 7, 0],
"result" : "valid"
},
{
"tcId" : 3746,
"comment" : "integers with large hamming weight in plaintext",
"flags" : [
"EdgeCaseState"
],
"key" : "59046cbc1f931b76ae2eb1b8db5e48d8963469cac7dd37869de1dcfdb7a2a4f3",
"tweak" : "2b5f5388697bea62",
"msg" : [9, 2, 2, 3, 3, 7, 2, 0, 3, 6, 8, 5, 4, 7, 7, 5, 8, 0, 7, 9, 2, 2, 3, 3, 7, 2, 0, 3, 6, 8, 5, 4, 7, 7, 5, 8, 0, 7],
"ct" : [1, 1, 8, 3, 5, 1, 8, 1, 5, 3, 9, 9, 6, 5, 9, 9, 7, 6, 6, 6, 2, 7, 6, 5, 5, 3, 4, 9, 5, 2, 4, 9, 2, 2, 9, 9, 0, 6],
"result" : "valid"
},
{
"tcId" : 3747,
"comment" : "minimal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "59046cbc1f931b76ae2eb1b8db5e48d8963469cac7dd37869de1dcfdb7a2a4f3",
"tweak" : "2b5f5388697bea62",
"msg" : [8, 5, 4, 7, 2, 2, 2, 6, 4, 1, 2, 0, 8, 3, 6, 9, 0, 1, 3, 5, 6, 1, 6, 2, 2, 0, 0, 5, 4, 5, 0, 2, 9, 1, 3, 1, 2, 5],
"ct" : [1, 2, 7, 5, 1, 9, 6, 0, 2, 0, 6, 2, 2, 4, 1, 6, 7, 4, 3, 8, 9, 4, 3, 8, 1, 9, 7, 0, 9, 3, 4, 7, 0, 9, 2, 9, 6, 7],
"result" : "valid"
},
{
"tcId" : 3748,
"comment" : "maximal integer values in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "59046cbc1f931b76ae2eb1b8db5e48d8963469cac7dd37869de1dcfdb7a2a4f3",
"tweak" : "2b5f5388697bea62",
"msg" : [0, 7, 8, 0, 0, 0, 6, 3, 5, 6, 4, 2, 9, 6, 9, 7, 0, 5, 7, 6, 4, 8, 1, 9, 4, 0, 4, 2, 7, 1, 9, 4, 9, 9, 0, 3, 1, 7],
"ct" : [7, 7, 2, 2, 3, 8, 4, 9, 6, 9, 9, 7, 9, 7, 4, 8, 0, 5, 2, 8, 0, 8, 7, 7, 2, 1, 4, 4, 8, 7, 3, 3, 4, 5, 4, 1, 6, 2],
"result" : "valid"
},
{
"tcId" : 3749,
"comment" : "powers of two in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "59046cbc1f931b76ae2eb1b8db5e48d8963469cac7dd37869de1dcfdb7a2a4f3",
"tweak" : "2b5f5388697bea62",
"msg" : [2, 4, 8, 2, 8, 1, 7, 3, 3, 4, 6, 4, 5, 4, 2, 2, 8, 7, 5, 3, 1, 7, 9, 7, 0, 6, 6, 4, 3, 9, 0, 0, 5, 9, 9, 5, 4, 7],
"ct" : [3, 7, 7, 9, 1, 2, 7, 0, 5, 8, 3, 6, 2, 3, 4, 5, 3, 2, 0, 1, 1, 3, 6, 1, 1, 8, 6, 5, 7, 4, 8, 0, 5, 2, 9, 2, 5, 9],
"result" : "valid"
},
{
"tcId" : 3750,
"comment" : "integers with large hamming weight in round 5",
"flags" : [
"EdgeCaseState"
],
"key" : "59046cbc1f931b76ae2eb1b8db5e48d8963469cac7dd37869de1dcfdb7a2a4f3",
"tweak" : "2b5f5388697bea62",
"msg" : [3, 5, 6, 3, 2, 8, 0, 4, 9, 3, 9, 8, 7, 7, 8, 3, 6, 6, 1, 0, 2, 9, 8, 8, 2, 1, 1, 4, 0, 7, 8, 3, 6, 8, 3, 5, 2, 6],
"ct" : [9, 2, 1, 6, 4, 8, 3, 4, 8, 4, 9, 0, 9, 5, 3, 8, 8, 5, 5, 8, 2, 6, 4, 8, 0, 2, 3, 5, 0, 5, 0, 3, 0, 8, 5, 1, 1, 2],
"result" : "valid"
},
{
"tcId" : 3751,
"comment" : "minimal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "59046cbc1f931b76ae2eb1b8db5e48d8963469cac7dd37869de1dcfdb7a2a4f3",
"tweak" : "2b5f5388697bea62",
"msg" : [3, 3, 9, 2, 5, 7, 5, 5, 9, 8, 9, 9, 0, 9, 8, 7, 4, 8, 1, 9, 1, 7, 0, 5, 7, 2, 8, 5, 4, 4, 5, 1, 0, 0, 0, 6, 3, 2],
"ct" : [5, 9, 0, 3, 8, 9, 5, 4, 4, 5, 6, 7, 3, 7, 0, 3, 1, 3, 6, 4, 1, 9, 8, 3, 6, 1, 2, 6, 7, 6, 1, 2, 4, 5, 3, 1, 4, 0],
"result" : "valid"
},
{
"tcId" : 3752,
"comment" : "maximal integer values in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "59046cbc1f931b76ae2eb1b8db5e48d8963469cac7dd37869de1dcfdb7a2a4f3",
"tweak" : "2b5f5388697bea62",
"msg" : [8, 2, 3, 6, 2, 9, 1, 7, 0, 0, 0, 1, 0, 0, 8, 5, 8, 5, 2, 4, 3, 8, 5, 1, 8, 1, 3, 8, 9, 3, 4, 0, 5, 5, 0, 9, 7, 7],
"ct" : [6, 8, 3, 1, 6, 9, 9, 8, 6, 1, 2, 1, 0, 3, 1, 6, 9, 1, 9, 1, 1, 6, 0, 3, 4, 2, 0, 3, 2, 4, 2, 6, 3, 0, 6, 9, 7, 0],
"result" : "valid"
},
{
"tcId" : 3753,
"comment" : "powers of two in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "59046cbc1f931b76ae2eb1b8db5e48d8963469cac7dd37869de1dcfdb7a2a4f3",
"tweak" : "2b5f5388697bea62",
"msg" : [9, 1, 0, 4, 2, 2, 3, 8, 4, 0, 8, 5, 5, 4, 4, 4, 5, 3, 8, 4, 8, 2, 7, 7, 3, 4, 1, 6, 8, 3, 0, 2, 3, 6, 9, 4, 5, 2],
"ct" : [9, 0, 6, 5, 8, 7, 2, 2, 7, 4, 5, 5, 5, 5, 8, 5, 2, 4, 3, 2, 6, 8, 8, 7, 0, 9, 8, 2, 7, 5, 2, 1, 9, 1, 0, 5, 9, 6],
"result" : "valid"
},
{
"tcId" : 3754,
"comment" : "integers with large hamming weight in round 6",
"flags" : [
"EdgeCaseState"
],
"key" : "59046cbc1f931b76ae2eb1b8db5e48d8963469cac7dd37869de1dcfdb7a2a4f3",
"tweak" : "2b5f5388697bea62",
"msg" : [7, 3, 4, 2, 0, 2, 1, 6, 1, 2, 5, 8, 8, 7, 8, 7, 0, 6, 0, 5, 5, 3, 9, 2, 4, 3, 5, 5, 6, 5, 4, 9, 9, 7, 3, 8, 6, 5],
"ct" : [6, 8, 4, 8, 5, 0, 2, 3, 0, 5, 2, 1, 6, 2, 1, 4, 5, 1, 3, 9, 2, 9, 3, 3, 9, 0, 5, 0, 2, 0, 8, 7, 8, 8, 7, 7, 2, 3],
"result" : "valid"
},
{
"tcId" : 3755,
"comment" : "minimal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "59046cbc1f931b76ae2eb1b8db5e48d8963469cac7dd37869de1dcfdb7a2a4f3",
"tweak" : "2b5f5388697bea62",
"msg" : [2, 7, 9, 0, 7, 8, 6, 7, 9, 5, 0, 2, 8, 4, 1, 8, 3, 4, 2, 4, 6, 0, 8, 2, 2, 6, 8, 6, 1, 9, 7, 9, 6, 1, 6, 1, 5, 7],
"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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"result" : "valid"
},
{
"tcId" : 3756,
"comment" : "maximal integer values in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "59046cbc1f931b76ae2eb1b8db5e48d8963469cac7dd37869de1dcfdb7a2a4f3",
"tweak" : "2b5f5388697bea62",
"msg" : [8, 7, 8, 8, 8, 4, 0, 3, 7, 2, 1, 9, 9, 0, 1, 5, 4, 1, 8, 4, 0, 9, 2, 5, 8, 1, 1, 3, 9, 5, 2, 9, 2, 1, 8, 3, 3, 8],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"result" : "valid"
},
{
"tcId" : 3757,
"comment" : "powers of two in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "59046cbc1f931b76ae2eb1b8db5e48d8963469cac7dd37869de1dcfdb7a2a4f3",
"tweak" : "2b5f5388697bea62",
"msg" : [4, 9, 2, 7, 3, 5, 6, 5, 9, 5, 3, 2, 3, 8, 3, 4, 5, 1, 1, 4, 2, 6, 9, 4, 9, 0, 6, 0, 1, 4, 7, 1, 2, 9, 4, 2, 9, 4],
"ct" : [9, 2, 2, 3, 3, 7, 2, 0, 3, 6, 8, 5, 4, 7, 7, 5, 8, 0, 8, 9, 2, 2, 3, 3, 7, 2, 0, 3, 6, 8, 5, 4, 7, 7, 5, 8, 0, 8],
"result" : "valid"
},
{
"tcId" : 3758,
"comment" : "integers with large hamming weight in ciphertext",
"flags" : [
"EdgeCaseState"
],
"key" : "59046cbc1f931b76ae2eb1b8db5e48d8963469cac7dd37869de1dcfdb7a2a4f3",
"tweak" : "2b5f5388697bea62",
"msg" : [0, 1, 1, 9, 6, 1, 9, 6, 8, 0, 5, 1, 6, 5, 6, 4, 2, 3, 4, 5, 3, 7, 2, 4, 7, 9, 3, 3, 7, 1, 3, 3, 7, 2, 4, 0, 0, 0],
"ct" : [9, 2, 2, 3, 3, 7, 2, 0, 3, 6, 8, 5, 4, 7, 7, 5, 8, 0, 7, 9, 2, 2, 3, 3, 7, 2, 0, 3, 6, 8, 5, 4, 7, 7, 5, 8, 0, 7],
"result" : "valid"
},
{
"tcId" : 3759,
"comment" : "y = 0 and (y + a) % radix**19 == 0 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "81aa9a347e517409c3cfd47815a7f82d0028efaa0cba1e8bc9494e2e3f3cc15e",
"tweak" : "09b61aa6c45654",
"msg" : [1, 9, 8, 7, 2, 4, 4, 2, 8, 9, 0, 8, 7, 2, 9, 2, 6, 6, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"ct" : [1, 4, 1, 7, 7, 0, 8, 8, 6, 2, 9, 3, 8, 7, 6, 9, 5, 4, 7, 2, 9, 1, 4, 1, 6, 6, 1, 5, 6, 2, 1, 8, 0, 2, 4, 8, 4, 8],
"result" : "valid"
},
{
"tcId" : 3760,
"comment" : "y = 0 and a = 1 in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "81aa9a347e517409c3cfd47815a7f82d0028efaa0cba1e8bc9494e2e3f3cc15e",
"tweak" : "09b61aa6c45654",
"msg" : [0, 3, 1, 8, 3, 8, 1, 9, 8, 0, 2, 1, 4, 6, 1, 3, 8, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1],
"ct" : [1, 3, 8, 4, 8, 1, 4, 0, 8, 8, 4, 1, 2, 7, 7, 2, 4, 8, 9, 6, 3, 9, 9, 7, 1, 6, 1, 8, 7, 3, 2, 1, 8, 3, 8, 5, 6, 3],
"result" : "valid"
},
{
"tcId" : 3761,
"comment" : "y = 0 and a has large Hamming weight in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "81aa9a347e517409c3cfd47815a7f82d0028efaa0cba1e8bc9494e2e3f3cc15e",
"tweak" : "09b61aa6c45654",
"msg" : [3, 1, 0, 9, 8, 4, 4, 6, 6, 1, 5, 9, 9, 6, 8, 1, 8, 6, 5, 9, 2, 2, 3, 3, 7, 2, 0, 3, 6, 8, 5, 4, 7, 7, 5, 8, 0, 8],
"ct" : [2, 6, 6, 6, 8, 8, 3, 0, 0, 3, 2, 2, 3, 6, 2, 2, 0, 1, 1, 3, 3, 7, 3, 4, 6, 4, 3, 7, 3, 8, 6, 3, 8, 7, 3, 9, 4, 1],
"result" : "valid"
},
{
"tcId" : 3762,
"comment" : "y = 0 and (y + a) % radix**19 is maximal in round 1",
"flags" : [
"EdgeCasePrf"
],
"key" : "81aa9a347e517409c3cfd47815a7f82d0028efaa0cba1e8bc9494e2e3f3cc15e",
"tweak" : "09b61aa6c45654",
"msg" : [0, 0, 4, 4, 0, 9, 8, 5, 1, 8, 5, 0, 3, 0, 5, 6, 0, 1, 3, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9],
"ct" : [0, 4, 0, 8, 9, 4, 5, 7, 2, 5, 2, 7, 7, 8, 5, 7, 0, 4, 1, 2, 9, 0, 1, 1, 8, 9, 6, 4, 1, 6, 9, 0, 1, 1, 3, 1, 5, 6],
"result" : "valid"
},
{
"tcId" : 3763,
"comment" : "y = 1 and a = 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "81aa9a347e517409c3cfd47815a7f82d0028efaa0cba1e8bc9494e2e3f3cc15e",
"tweak" : "2081ac6c58f30c",
"msg" : [0, 9, 3, 8, 6, 0, 1, 9, 5, 2, 8, 7, 4, 7, 6, 5, 8, 9, 6, 1, 4, 0, 4, 5, 9, 8, 0, 1, 5, 1, 2, 2, 5, 7, 0, 8, 5, 6],
"ct" : [3, 4, 8, 2, 0, 8, 1, 7, 1, 4, 0, 6, 8, 2, 8, 6, 1, 1, 0, 1, 7, 8, 1, 0, 5, 1, 5, 9, 7, 2, 7, 8, 4, 4, 6, 1, 1, 7],
"result" : "valid"
},
{
"tcId" : 3764,
"comment" : "y = 1 and a = 1 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "81aa9a347e517409c3cfd47815a7f82d0028efaa0cba1e8bc9494e2e3f3cc15e",
"tweak" : "2081ac6c58f30c",
"msg" : [2, 0, 0, 3, 8, 3, 5, 1, 6, 5, 5, 0, 8, 0, 8, 8, 1, 3, 3, 1, 4, 6, 9, 7, 7, 6, 6, 9, 4, 5, 5, 8, 2, 3, 1, 6, 8, 5],
"ct" : [6, 8, 9, 8, 2, 0, 6, 0, 8, 7, 0, 8, 7, 2, 7, 7, 1, 7, 0, 2, 8, 0, 2, 8, 4, 1, 8, 8, 8, 0, 6, 2, 5, 5, 8, 5, 2, 5],
"result" : "valid"
},
{
"tcId" : 3765,
"comment" : "y = 1 and a has large Hamming weight in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "81aa9a347e517409c3cfd47815a7f82d0028efaa0cba1e8bc9494e2e3f3cc15e",
"tweak" : "2081ac6c58f30c",
"msg" : [2, 9, 6, 1, 5, 2, 1, 2, 9, 3, 5, 2, 2, 8, 3, 7, 9, 5, 0, 8, 3, 7, 7, 1, 1, 6, 8, 7, 8, 0, 2, 9, 6, 5, 0, 2, 6, 2],
"ct" : [6, 4, 4, 9, 3, 4, 8, 0, 8, 5, 0, 7, 7, 5, 6, 1, 6, 7, 6, 3, 5, 8, 6, 6, 8, 4, 6, 2, 4, 9, 3, 8, 5, 7, 0, 7, 3, 5],
"result" : "valid"
},
{
"tcId" : 3766,
"comment" : "y = 1 and (y + a) % radix**19 is maximal in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "81aa9a347e517409c3cfd47815a7f82d0028efaa0cba1e8bc9494e2e3f3cc15e",
"tweak" : "2081ac6c58f30c",
"msg" : [4, 3, 3, 4, 2, 5, 6, 3, 8, 6, 1, 6, 1, 3, 5, 3, 4, 3, 4, 8, 4, 8, 8, 4, 8, 2, 5, 7, 5, 4, 2, 9, 1, 5, 6, 2, 3, 3],
"ct" : [8, 8, 8, 4, 3, 9, 4, 9, 0, 8, 5, 5, 7, 4, 9, 6, 1, 0, 7, 4, 0, 6, 0, 4, 2, 8, 2, 8, 3, 8, 5, 8, 0, 2, 9, 0, 0, 4],
"result" : "valid"
},
{
"tcId" : 3767,
"comment" : "y = 1 and (y + a) % radix**19 == 0 in round 4",
"flags" : [
"EdgeCasePrf"
],
"key" : "81aa9a347e517409c3cfd47815a7f82d0028efaa0cba1e8bc9494e2e3f3cc15e",
"tweak" : "2081ac6c58f30c",
"msg" : [1, 0, 2, 1, 6, 8, 4, 1, 7, 5, 1, 3, 0, 3, 1, 3, 3, 9, 1, 5, 7, 9, 9, 3, 0, 5, 2, 1, 3, 6, 2, 9, 2, 1, 2, 1, 2, 4],
"ct" : [4, 9, 3, 6, 1, 6, 4, 9, 0, 0, 0, 1, 6, 7, 3, 5, 3, 0, 6, 1, 3, 1, 1, 0, 4, 4, 8, 6, 6, 7, 3, 5, 6, 4, 0, 6, 0, 2],
"result" : "valid"
},
{
"tcId" : 3768,
"comment" : "y is maximal and a = 0 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "81aa9a347e517409c3cfd47815a7f82d0028efaa0cba1e8bc9494e2e3f3cc15e",
"tweak" : "88a25ad545d318",
"msg" : [4, 4, 7, 5, 9, 4, 2, 3, 1, 0, 8, 7, 8, 3, 5, 8, 8, 5, 8, 6, 4, 2, 8, 1, 6, 0, 9, 7, 1, 3, 0, 4, 6, 2, 1, 9, 2, 9],
"ct" : [2, 5, 6, 5, 2, 7, 1, 7, 8, 0, 0, 6, 8, 4, 3, 1, 9, 3, 4, 8, 0, 0, 4, 3, 0, 2, 6, 9, 1, 2, 9, 1, 8, 7, 3, 1, 6, 7],
"result" : "valid"
},
{
"tcId" : 3769,
"comment" : "y is maximal and a = 1 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "81aa9a347e517409c3cfd47815a7f82d0028efaa0cba1e8bc9494e2e3f3cc15e",
"tweak" : "88a25ad545d318",
"msg" : [9, 3, 2, 6, 2, 2, 5, 4, 2, 5, 8, 3, 8, 7, 4, 7, 7, 8, 0, 2, 8, 6, 3, 8, 2, 5, 5, 5, 0, 7, 3, 5, 6, 5, 6, 1, 3, 2],
"ct" : [9, 3, 4, 6, 9, 2, 8, 0, 4, 6, 0, 1, 3, 9, 4, 1, 5, 3, 7, 3, 2, 8, 5, 3, 6, 4, 0, 2, 3, 7, 0, 4, 7, 1, 4, 3, 2, 1],
"result" : "valid"
},
{
"tcId" : 3770,
"comment" : "y is maximal and (y + a) % radix**19 is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "81aa9a347e517409c3cfd47815a7f82d0028efaa0cba1e8bc9494e2e3f3cc15e",
"tweak" : "88a25ad545d318",
"msg" : [3, 7, 1, 1, 4, 6, 1, 9, 1, 5, 6, 1, 5, 1, 1, 5, 9, 5, 5, 3, 1, 0, 0, 3, 7, 0, 6, 7, 0, 4, 8, 5, 4, 6, 1, 4, 0, 5],
"ct" : [9, 0, 5, 2, 8, 4, 7, 1, 0, 0, 5, 3, 0, 0, 8, 5, 8, 5, 3, 9, 5, 8, 9, 9, 9, 1, 2, 4, 5, 4, 7, 6, 7, 7, 1, 8, 8, 2],
"result" : "valid"
},
{
"tcId" : 3771,
"comment" : "y is maximal and (y + a) % radix**19 == 0 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "81aa9a347e517409c3cfd47815a7f82d0028efaa0cba1e8bc9494e2e3f3cc15e",
"tweak" : "88a25ad545d318",
"msg" : [1, 2, 0, 7, 3, 8, 4, 4, 9, 0, 4, 5, 6, 9, 2, 2, 9, 3, 0, 1, 9, 5, 9, 2, 7, 0, 7, 7, 6, 5, 0, 8, 8, 5, 5, 6, 2, 0],
"ct" : [2, 1, 3, 6, 1, 7, 1, 1, 3, 2, 8, 3, 1, 8, 4, 6, 0, 9, 9, 3, 7, 2, 7, 2, 6, 3, 9, 4, 4, 2, 5, 3, 9, 2, 7, 6, 6, 4],
"result" : "valid"
},
{
"tcId" : 3772,
"comment" : "y is maximal and a has large Hamming weight in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "81aa9a347e517409c3cfd47815a7f82d0028efaa0cba1e8bc9494e2e3f3cc15e",
"tweak" : "88a25ad545d318",
"msg" : [8, 7, 5, 6, 1, 8, 0, 3, 7, 8, 6, 2, 8, 9, 0, 7, 2, 2, 8, 1, 7, 5, 2, 9, 6, 5, 7, 5, 6, 9, 4, 3, 3, 2, 7, 6, 7, 4],
"ct" : [7, 2, 5, 2, 2, 4, 3, 1, 7, 9, 0, 5, 0, 9, 6, 0, 0, 5, 0, 3, 1, 4, 0, 5, 1, 4, 4, 2, 8, 1, 4, 9, 4, 5, 3, 1, 3, 5],
"result" : "valid"
},
{
"tcId" : 3773,
"comment" : "y is maximal and a is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "81aa9a347e517409c3cfd47815a7f82d0028efaa0cba1e8bc9494e2e3f3cc15e",
"tweak" : "88a25ad545d318",
"msg" : [1, 7, 5, 6, 0, 8, 6, 7, 3, 3, 9, 4, 0, 5, 8, 6, 7, 2, 5, 1, 6, 9, 9, 7, 7, 1, 1, 5, 3, 8, 3, 6, 4, 6, 2, 7, 6, 7],
"ct" : [4, 4, 5, 9, 0, 1, 7, 2, 5, 4, 0, 0, 3, 5, 3, 6, 9, 8, 8, 4, 2, 7, 7, 3, 3, 1, 1, 9, 4, 5, 2, 5, 9, 8, 7, 3, 9, 3],
"result" : "valid"
},
{
"tcId" : 3774,
"comment" : "y is edge case for modular reduction and a = 0 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "81aa9a347e517409c3cfd47815a7f82d0028efaa0cba1e8bc9494e2e3f3cc15e",
"tweak" : "5d89c71f158f3b",
"msg" : [4, 0, 0, 3, 8, 5, 9, 0, 3, 0, 1, 5, 3, 8, 5, 7, 9, 0, 8, 6, 1, 7, 5, 1, 6, 1, 4, 2, 0, 5, 4, 3, 6, 7, 7, 9, 6, 0],
"ct" : [1, 0, 0, 7, 3, 5, 8, 5, 2, 6, 4, 8, 8, 8, 7, 4, 2, 3, 0, 0, 2, 9, 6, 7, 5, 3, 8, 6, 9, 0, 8, 2, 7, 3, 7, 4, 3, 6],
"result" : "valid"
},
{
"tcId" : 3775,
"comment" : "y is edge case for modular reduction and a = 1 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "81aa9a347e517409c3cfd47815a7f82d0028efaa0cba1e8bc9494e2e3f3cc15e",
"tweak" : "5d89c71f158f3b",
"msg" : [3, 9, 5, 7, 4, 1, 9, 7, 4, 2, 5, 1, 0, 8, 4, 5, 9, 8, 1, 6, 0, 9, 7, 5, 2, 0, 3, 8, 7, 7, 3, 1, 4, 1, 7, 4, 3, 8],
"ct" : [4, 9, 2, 7, 8, 9, 1, 1, 9, 8, 1, 9, 7, 5, 7, 6, 6, 1, 3, 4, 5, 6, 9, 6, 5, 6, 4, 5, 8, 6, 4, 0, 3, 2, 0, 3, 9, 2],
"result" : "valid"
},
{
"tcId" : 3776,
"comment" : "y is edge case for modular reduction and (y + a) % radix**19 is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "81aa9a347e517409c3cfd47815a7f82d0028efaa0cba1e8bc9494e2e3f3cc15e",
"tweak" : "5d89c71f158f3b",
"msg" : [0, 0, 0, 1, 0, 1, 0, 5, 6, 1, 5, 0, 0, 6, 3, 4, 4, 3, 2, 3, 9, 7, 0, 8, 9, 5, 8, 2, 7, 4, 7, 2, 2, 4, 6, 7, 8, 6],
"ct" : [9, 3, 9, 0, 1, 1, 1, 8, 6, 8, 8, 0, 9, 4, 2, 5, 2, 3, 1, 7, 4, 7, 5, 2, 2, 5, 1, 8, 4, 5, 1, 8, 4, 9, 3, 0, 3, 0],
"result" : "valid"
},
{
"tcId" : 3777,
"comment" : "y is edge case for modular reduction and (y + a) % radix**19 == 0 in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "81aa9a347e517409c3cfd47815a7f82d0028efaa0cba1e8bc9494e2e3f3cc15e",
"tweak" : "5d89c71f158f3b",
"msg" : [9, 5, 7, 0, 4, 2, 3, 9, 6, 7, 9, 0, 8, 2, 7, 5, 4, 6, 4, 8, 6, 2, 9, 3, 7, 6, 6, 9, 8, 9, 0, 8, 5, 7, 3, 0, 5, 0],
"ct" : [5, 3, 1, 2, 9, 1, 9, 5, 5, 7, 4, 8, 6, 5, 8, 9, 1, 3, 0, 6, 1, 8, 7, 0, 3, 9, 4, 6, 8, 3, 8, 5, 7, 2, 6, 1, 6, 0],
"result" : "valid"
},
{
"tcId" : 3778,
"comment" : "y is edge case for modular reduction and a has large Hamming weight in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "81aa9a347e517409c3cfd47815a7f82d0028efaa0cba1e8bc9494e2e3f3cc15e",
"tweak" : "5d89c71f158f3b",
"msg" : [0, 0, 4, 4, 4, 2, 3, 6, 5, 5, 6, 7, 9, 2, 1, 6, 4, 0, 1, 3, 0, 8, 8, 7, 9, 5, 7, 7, 0, 6, 1, 8, 7, 7, 3, 0, 1, 4],
"ct" : [0, 1, 6, 7, 3, 7, 2, 5, 0, 3, 8, 7, 8, 2, 3, 8, 9, 8, 2, 0, 7, 1, 4, 7, 0, 4, 3, 2, 8, 7, 3, 0, 9, 4, 9, 9, 1, 2],
"result" : "valid"
},
{
"tcId" : 3779,
"comment" : "y is edge case for modular reduction and a is maximal in round 7",
"flags" : [
"EdgeCasePrf"
],
"key" : "81aa9a347e517409c3cfd47815a7f82d0028efaa0cba1e8bc9494e2e3f3cc15e",
"tweak" : "5d89c71f158f3b",
"msg" : [7, 5, 7, 1, 0, 6, 5, 0, 8, 1, 5, 6, 6, 9, 8, 0, 9, 1, 0, 7, 1, 4, 2, 1, 7, 0, 5, 0, 8, 2, 4, 1, 4, 4, 4, 8, 1, 9],
"ct" : [3, 8, 5, 2, 7, 0, 4, 4, 2, 9, 4, 2, 7, 9, 7, 9, 5, 0, 4, 7, 5, 8, 5, 6, 2, 4, 5, 0, 0, 4, 9, 0, 6, 7, 7, 4, 3, 3],
"result" : "valid"
},
{
"tcId" : 3780,
"comment" : "y is maximal after modular reduction and (y + a) % radix**19 is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "81aa9a347e517409c3cfd47815a7f82d0028efaa0cba1e8bc9494e2e3f3cc15e",
"tweak" : "079558c30c0e6d",
"msg" : [7, 8, 5, 7, 8, 8, 0, 1, 5, 5, 2, 7, 1, 3, 0, 4, 9, 1, 4, 5, 4, 2, 9, 7, 5, 6, 0, 9, 6, 3, 6, 9, 0, 9, 3, 4, 0, 6],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 7, 5, 1, 4, 0, 9, 0, 2, 8, 8, 2, 0, 5, 7, 3, 2, 5, 5, 5],
"result" : "valid"
},
{
"tcId" : 3781,
"comment" : "y is maximal after modular reduction and (y + a) % radix**19 == 0 in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "81aa9a347e517409c3cfd47815a7f82d0028efaa0cba1e8bc9494e2e3f3cc15e",
"tweak" : "079558c30c0e6d",
"msg" : [6, 2, 1, 5, 7, 3, 2, 8, 5, 6, 4, 0, 6, 5, 1, 6, 5, 1, 4, 5, 8, 7, 7, 9, 8, 8, 2, 5, 3, 0, 9, 0, 4, 7, 2, 0, 0, 0],
"ct" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 7, 8, 6, 6, 4, 7, 5, 5, 4, 6, 5, 1, 8, 0, 0, 2, 5, 0],
"result" : "valid"
},
{
"tcId" : 3782,
"comment" : "y is maximal after modular reduction and a has large Hamming weight in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "81aa9a347e517409c3cfd47815a7f82d0028efaa0cba1e8bc9494e2e3f3cc15e",
"tweak" : "079558c30c0e6d",
"msg" : [8, 9, 3, 2, 6, 9, 7, 1, 0, 9, 9, 7, 2, 5, 9, 8, 8, 3, 1, 0, 2, 0, 4, 9, 3, 1, 2, 5, 3, 3, 6, 4, 9, 5, 2, 1, 8, 3],
"ct" : [9, 2, 2, 3, 3, 7, 2, 0, 3, 6, 8, 5, 4, 7, 7, 5, 8, 0, 7, 5, 3, 9, 7, 8, 1, 6, 3, 8, 3, 2, 5, 3, 0, 4, 0, 7, 4, 1],
"result" : "valid"
},
{
"tcId" : 3783,
"comment" : "y is maximal after modular reduction and a is maximal in round 8",
"flags" : [
"EdgeCasePrf"
],
"key" : "81aa9a347e517409c3cfd47815a7f82d0028efaa0cba1e8bc9494e2e3f3cc15e",
"tweak" : "079558c30c0e6d",
"msg" : [1, 4, 9, 4, 0, 3, 8, 1, 0, 3, 7, 7, 3, 7, 0, 0, 7, 6, 8, 2, 0, 8, 9, 9, 8, 0, 2, 3, 4, 8, 4, 5, 5, 9, 3, 2, 4, 2],
"ct" : [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 8, 0, 1, 3, 4, 0, 3, 4, 1, 1, 1, 8, 6, 4, 6, 6, 2, 9, 0, 7],
"result" : "valid"
},
{
"tcId" : 3784,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "cea7b05d75f415af02a7a40301a6365812cf54de32bfe9d0939ab1873467fc06",
"tweak" : "cbb6b7c2fad7ab75",
"msg" : [-1, 5, 3, 4, 0, 7, 3, 6, 1, 2, 9, 4, 9, 5, 3, 7, 1, 9, 7, 6, 3, 8, 6, 3, 7, 1, 8, 6, 2, 1, 8, 4, 3, 4, 0, 4, 4, 7],
"ct" : [2, 0, 2, 3, 8, 9, 0, 1, 4, 9, 6, 4, 6, 7, 1, 7, 6, 3, 4, 9, 4, 3, 2, 4, 3, 3, 2, 2, 9, 2, 5, 1, 8, 7, 5, 4, 0, 1],
"result" : "invalid"
},
{
"tcId" : 3785,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "cea7b05d75f415af02a7a40301a6365812cf54de32bfe9d0939ab1873467fc06",
"tweak" : "cbb6b7c2fad7ab75",
"msg" : [4, 5, 3, 4, 0, 7, 3, 6, 1, 2, 9, 4, -1, 5, 3, 7, 1, 9, 7, 6, 3, 8, 6, 3, 7, 1, 8, 6, 2, 1, 8, 4, 3, 4, 0, 4, 4, 7],
"ct" : [5, 2, 5, 2, 0, 8, 0, 3, 6, 4, 5, 6, 6, 5, 2, 4, 5, 0, 0, 7, 7, 5, 0, 7, 0, 9, 6, 1, 6, 3, 4, 6, 4, 6, 1, 8, 7, 9],
"result" : "invalid"
},
{
"tcId" : 3786,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "cea7b05d75f415af02a7a40301a6365812cf54de32bfe9d0939ab1873467fc06",
"tweak" : "cbb6b7c2fad7ab75",
"msg" : [4, 5, 3, 4, 0, 7, 3, 6, 1, 2, 9, 4, 9, 5, 3, 7, 1, 9, 7, 6, 3, 8, 6, 3, 7, 1, 8, 6, 2, 1, 8, 4, 3, 4, 0, 4, 4, -1],
"ct" : [7, 8, 6, 9, 8, 9, 1, 2, 1, 1, 0, 6, 5, 4, 8, 5, 4, 7, 8, 2, 2, 9, 2, 9, 8, 5, 4, 7, 3, 8, 4, 7, 5, 7, 5, 5, 5, 1],
"result" : "invalid"
},
{
"tcId" : 3787,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "19bdd32a989ba3a7a019bd43ab06880d45278004ff8ed318ba411fd372207f2d",
"tweak" : "171e4195cbb10c54",
"msg" : [10, 1, 8, 1, 4, 4, 3, 5, 6, 5, 6, 6, 4, 9, 2, 5, 8, 8, 5, 4, 1, 3, 3, 5, 0, 9, 8, 9, 5, 2, 5, 8, 4, 9, 2, 1, 8, 1],
"ct" : [8, 3, 1, 0, 4, 5, 4, 0, 3, 9, 8, 3, 0, 9, 0, 3, 1, 3, 4, 6, 9, 0, 2, 3, 7, 3, 5, 5, 8, 4, 3, 7, 3, 1, 5, 0, 4, 4],
"result" : "invalid"
},
{
"tcId" : 3788,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "19bdd32a989ba3a7a019bd43ab06880d45278004ff8ed318ba411fd372207f2d",
"tweak" : "171e4195cbb10c54",
"msg" : [4, 1, 8, 1, 4, 4, 3, 5, 6, 5, 6, 6, 10, 9, 2, 5, 8, 8, 5, 4, 1, 3, 3, 5, 0, 9, 8, 9, 5, 2, 5, 8, 4, 9, 2, 1, 8, 1],
"ct" : [5, 0, 2, 7, 0, 4, 3, 5, 9, 5, 4, 4, 3, 2, 5, 2, 4, 0, 2, 0, 3, 2, 3, 1, 2, 1, 1, 5, 1, 8, 6, 2, 7, 7, 4, 3, 1, 2],
"result" : "invalid"
},
{
"tcId" : 3789,
"comment" : "plaintext contains invalid values",
"flags" : [
"InvalidPlaintext"
],
"key" : "19bdd32a989ba3a7a019bd43ab06880d45278004ff8ed318ba411fd372207f2d",
"tweak" : "171e4195cbb10c54",
"msg" : [4, 1, 8, 1, 4, 4, 3, 5, 6, 5, 6, 6, 4, 9, 2, 5, 8, 8, 5, 4, 1, 3, 3, 5, 0, 9, 8, 9, 5, 2, 5, 8, 4, 9, 2, 1, 8, 10],
"ct" : [8, 4, 1, 4, 6, 0, 9, 1, 6, 8, 2, 6, 9, 8, 9, 9, 3, 3, 1, 7, 0, 3, 9, 4, 4, 8, 6, 2, 4, 4, 3, 2, 0, 2, 6, 6, 2, 5],
"result" : "invalid"
}
]
},
{
"keySize" : 128,
"msgSize" : 39,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3790,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "bc6cef918ac6324a4b8d61e094ff570e",
"tweak" : "c17cf59fe1e5421c",
"msg" : [4, 3, 4, 0, 8, 4, 6, 8, 5, 3, 6, 2, 4, 9, 3, 9, 3, 7, 2, 1, 5, 3, 9, 9, 2, 5, 4, 9, 4, 1, 6, 5, 9, 2, 9, 7, 8, 1, 7],
"ct" : [6, 0, 9, 2, 5, 5, 8, 9, 5, 0, 1, 2, 0, 8, 5, 6, 6, 5, 3, 6, 8, 4, 6, 2, 9, 7, 2, 4, 5, 1, 4, 7, 8, 3, 2, 7, 0, 9, 8],
"result" : "valid"
}
]
},
{
"keySize" : 128,
"msgSize" : 40,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3791,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "ebac6d5741e58a3af7fd72a5db46b863",
"tweak" : "fb13dc638ef728e5",
"msg" : [2, 6, 4, 3, 6, 4, 5, 0, 6, 2, 8, 6, 5, 0, 7, 8, 3, 8, 7, 2, 4, 2, 0, 7, 0, 8, 3, 3, 6, 4, 3, 1, 3, 3, 9, 6, 6, 9, 5, 5],
"ct" : [2, 2, 4, 3, 4, 9, 5, 2, 9, 3, 0, 7, 8, 1, 6, 4, 1, 0, 5, 3, 2, 8, 3, 8, 2, 2, 2, 7, 0, 0, 8, 2, 3, 2, 4, 4, 1, 3, 8, 6],
"result" : "valid"
}
]
},
{
"keySize" : 128,
"msgSize" : 56,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3792,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "49fa5f66a6a6b01465a9ea686902373c",
"tweak" : "2e09acf0e76c6052",
"msg" : [6, 8, 7, 1, 5, 0, 8, 1, 3, 8, 2, 0, 9, 1, 3, 9, 6, 1, 1, 7, 1, 3, 0, 1, 2, 3, 6, 4, 4, 4, 4, 6, 3, 0, 8, 4, 6, 0, 2, 8, 5, 5, 6, 5, 2, 6, 0, 5, 0, 6, 7, 4, 6, 8, 4, 2],
"ct" : [3, 9, 2, 8, 0, 1, 8, 8, 9, 0, 2, 9, 7, 5, 3, 3, 9, 8, 3, 2, 5, 6, 4, 6, 5, 0, 6, 3, 5, 0, 8, 5, 0, 1, 8, 8, 6, 8, 2, 8, 9, 6, 1, 5, 9, 8, 0, 6, 2, 7, 1, 6, 2, 8, 0, 2],
"result" : "valid"
}
]
},
{
"keySize" : 128,
"msgSize" : 57,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3793,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "7ff4e8134859d13aa7714b41a8db4d0d",
"tweak" : "f672b6681e003531",
"msg" : [1, 2, 3, 6, 3, 2, 8, 1, 0, 1, 5, 8, 8, 0, 5, 8, 8, 8, 8, 3, 1, 0, 0, 4, 9, 7, 3, 9, 6, 3, 9, 7, 3, 1, 4, 2, 1, 1, 3, 0, 3, 7, 6, 8, 1, 0, 5, 1, 8, 3, 7, 1, 6, 8, 2, 1, 9],
"ct" : [0, 9, 5, 0, 0, 0, 7, 3, 3, 5, 9, 8, 0, 4, 3, 3, 8, 3, 5, 2, 8, 1, 7, 3, 6, 7, 8, 7, 7, 9, 7, 7, 4, 0, 3, 1, 0, 9, 2, 6, 4, 3, 3, 7, 8, 4, 5, 4, 3, 4, 5, 4, 1, 1, 7, 7, 3],
"result" : "valid"
}
]
},
{
"keySize" : 128,
"msgSize" : 64,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3794,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "908bc4120a20f0043e43376761b2735e",
"tweak" : "841888c5b9be1c84",
"msg" : [1, 0, 1, 2, 1, 0, 4, 6, 6, 0, 8, 4, 8, 8, 2, 5, 2, 8, 0, 2, 1, 1, 9, 0, 6, 6, 7, 8, 4, 5, 3, 1, 4, 3, 7, 4, 8, 4, 0, 7, 7, 8, 7, 2, 0, 6, 3, 0, 5, 9, 3, 1, 6, 3, 8, 8, 9, 3, 8, 3, 7, 2, 9, 8],
"ct" : [8, 5, 4, 7, 3, 7, 8, 5, 5, 2, 5, 3, 0, 9, 9, 6, 3, 6, 7, 2, 7, 3, 6, 1, 7, 9, 2, 5, 0, 7, 5, 8, 3, 0, 3, 5, 7, 4, 6, 4, 6, 1, 6, 1, 9, 3, 8, 1, 4, 2, 6, 4, 0, 9, 5, 0, 8, 2, 5, 6, 6, 5, 8, 4],
"result" : "valid"
}
]
},
{
"keySize" : 128,
"msgSize" : 76,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3795,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "fcbca98cf0cd2fc8b2541c75f8d9d9ba",
"tweak" : "1c96e207c127f405",
"msg" : [4, 1, 4, 1, 5, 0, 0, 0, 6, 8, 7, 8, 8, 8, 7, 9, 1, 0, 9, 3, 0, 5, 2, 3, 7, 9, 8, 5, 8, 5, 3, 9, 3, 3, 9, 0, 1, 1, 4, 4, 8, 0, 1, 9, 4, 1, 0, 0, 9, 5, 5, 5, 6, 7, 8, 0, 9, 2, 5, 1, 3, 4, 8, 6, 7, 8, 6, 3, 9, 6, 9, 3, 6, 4, 2, 8],
"ct" : [1, 2, 5, 2, 5, 9, 9, 3, 5, 8, 0, 8, 3, 9, 3, 1, 3, 7, 2, 7, 1, 0, 3, 4, 1, 7, 5, 0, 4, 2, 2, 7, 2, 2, 1, 3, 6, 3, 9, 6, 2, 1, 9, 0, 1, 8, 6, 6, 3, 0, 4, 5, 3, 1, 3, 8, 6, 8, 8, 7, 9, 8, 6, 6, 1, 9, 0, 6, 0, 9, 0, 3, 5, 1, 4, 2],
"result" : "valid"
}
]
},
{
"keySize" : 128,
"msgSize" : 77,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3796,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "cef55b85029a36c198b754ad02f6cebb",
"tweak" : "971443cf5484ed74",
"msg" : [8, 1, 1, 9, 0, 2, 9, 7, 1, 4, 8, 4, 9, 2, 5, 7, 7, 4, 9, 7, 5, 2, 0, 1, 3, 7, 6, 5, 0, 3, 3, 8, 4, 7, 1, 1, 9, 8, 9, 9, 7, 7, 5, 1, 8, 9, 9, 2, 9, 3, 2, 6, 5, 8, 0, 0, 6, 8, 7, 3, 9, 0, 1, 1, 8, 8, 7, 2, 2, 8, 3, 4, 2, 5, 6, 0, 2],
"ct" : [2, 2, 3, 6, 5, 1, 6, 3, 9, 4, 9, 1, 7, 7, 3, 4, 5, 9, 2, 4, 4, 1, 8, 1, 0, 6, 6, 0, 2, 7, 2, 6, 6, 1, 0, 7, 5, 1, 1, 7, 9, 8, 5, 6, 1, 2, 0, 8, 9, 0, 8, 5, 6, 1, 3, 4, 1, 3, 1, 5, 1, 7, 4, 3, 0, 9, 4, 6, 5, 3, 7, 1, 7, 9, 3, 8, 7],
"result" : "valid"
}
]
},
{
"keySize" : 128,
"msgSize" : 80,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3797,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "f763833eb5dcad3df492092080b404b6",
"tweak" : "46dc6b38a24f7002",
"msg" : [3, 5, 5, 6, 1, 0, 6, 0, 8, 4, 5, 1, 6, 6, 7, 3, 9, 6, 5, 5, 2, 8, 8, 9, 8, 6, 8, 4, 2, 5, 3, 0, 2, 9, 3, 2, 3, 2, 9, 8, 3, 3, 4, 9, 3, 0, 6, 2, 4, 5, 4, 1, 9, 0, 1, 3, 1, 2, 8, 4, 5, 7, 4, 5, 1, 2, 7, 4, 3, 8, 9, 3, 3, 4, 1, 1, 5, 6, 1, 9],
"ct" : [3, 0, 3, 4, 1, 9, 4, 1, 6, 3, 0, 6, 0, 0, 4, 7, 4, 6, 2, 3, 6, 3, 0, 0, 6, 6, 5, 6, 8, 5, 3, 2, 7, 7, 7, 2, 0, 0, 5, 5, 2, 1, 2, 4, 8, 9, 8, 4, 4, 5, 5, 5, 5, 2, 7, 6, 0, 7, 4, 2, 9, 7, 6, 4, 8, 6, 7, 4, 7, 1, 9, 8, 0, 1, 2, 9, 7, 0, 7, 5],
"result" : "valid"
}
]
},
{
"keySize" : 128,
"msgSize" : 96,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3798,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "012ead3764a8878e6b4c3e803725cc7d",
"tweak" : "ff611a3af5a46c7d",
"msg" : [6, 7, 4, 8, 1, 7, 0, 1, 8, 1, 5, 6, 5, 1, 6, 5, 4, 1, 7, 2, 0, 2, 3, 9, 7, 4, 7, 9, 5, 4, 1, 0, 5, 1, 8, 4, 8, 1, 6, 0, 5, 7, 7, 1, 3, 1, 6, 4, 0, 6, 8, 6, 6, 3, 2, 1, 7, 2, 6, 2, 8, 0, 3, 0, 3, 4, 8, 6, 1, 3, 5, 7, 8, 0, 7, 7, 1, 0, 1, 2, 9, 4, 8, 6, 1, 4, 4, 5, 6, 9, 6, 2, 1, 8, 4, 4],
"ct" : [6, 8, 3, 3, 0, 8, 5, 0, 4, 1, 1, 4, 1, 2, 7, 0, 1, 1, 4, 6, 3, 5, 4, 2, 3, 2, 3, 4, 6, 1, 6, 9, 1, 0, 4, 8, 7, 1, 2, 6, 8, 2, 3, 9, 6, 9, 9, 2, 1, 3, 6, 6, 7, 3, 8, 3, 0, 8, 9, 6, 9, 0, 2, 1, 8, 1, 7, 9, 7, 1, 1, 9, 0, 4, 4, 7, 8, 6, 6, 7, 0, 6, 2, 8, 8, 0, 7, 8, 5, 5, 8, 2, 7, 4, 4, 8],
"result" : "valid"
}
]
},
{
"keySize" : 128,
"msgSize" : 97,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3799,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "89f429242e41f8e6f207ea6859c46abb",
"tweak" : "7c07bf420f1b0eaf",
"msg" : [7, 8, 3, 3, 1, 3, 4, 4, 5, 9, 0, 0, 0, 3, 2, 3, 2, 0, 2, 4, 0, 0, 4, 3, 8, 7, 0, 0, 2, 6, 1, 7, 5, 5, 8, 7, 6, 3, 0, 4, 2, 0, 7, 8, 7, 8, 9, 3, 6, 1, 6, 8, 9, 2, 2, 6, 1, 8, 1, 7, 5, 8, 2, 2, 4, 6, 5, 5, 6, 2, 1, 3, 7, 4, 1, 1, 9, 1, 3, 6, 1, 0, 1, 5, 6, 4, 4, 1, 6, 3, 4, 0, 7, 3, 5, 0, 9],
"ct" : [8, 0, 1, 0, 2, 6, 0, 1, 1, 1, 1, 5, 2, 4, 3, 6, 0, 8, 2, 1, 6, 4, 2, 2, 4, 6, 2, 1, 8, 5, 2, 6, 6, 1, 8, 2, 8, 7, 4, 2, 3, 4, 5, 5, 5, 9, 8, 1, 6, 6, 2, 9, 4, 4, 9, 0, 4, 3, 7, 1, 6, 1, 5, 0, 9, 4, 0, 6, 9, 8, 1, 8, 7, 0, 3, 4, 1, 0, 7, 8, 7, 4, 6, 7, 7, 0, 1, 2, 4, 5, 2, 9, 0, 7, 6, 7, 8],
"result" : "valid"
}
]
},
{
"keySize" : 128,
"msgSize" : 114,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3800,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "ac0e6baac3ca1179ef4d84329f894f68",
"tweak" : "39c93fff1e034271",
"msg" : [5, 4, 6, 0, 1, 3, 2, 0, 4, 8, 2, 3, 3, 4, 3, 1, 1, 5, 8, 9, 0, 2, 0, 0, 0, 4, 6, 2, 6, 9, 9, 5, 0, 5, 0, 6, 9, 9, 5, 8, 6, 0, 1, 7, 3, 8, 3, 4, 1, 9, 3, 6, 7, 8, 4, 0, 0, 6, 9, 7, 3, 4, 3, 4, 5, 6, 5, 2, 8, 1, 5, 5, 4, 1, 9, 6, 2, 0, 0, 3, 0, 1, 1, 5, 9, 9, 7, 6, 9, 0, 2, 2, 0, 9, 8, 7, 1, 5, 8, 9, 4, 3, 8, 1, 4, 6, 0, 6, 4, 4, 8, 1, 6, 2],
"ct" : [6, 6, 2, 0, 4, 1, 2, 9, 0, 5, 3, 9, 3, 4, 1, 4, 1, 1, 1, 2, 1, 4, 3, 0, 7, 7, 9, 6, 6, 4, 2, 9, 4, 1, 5, 1, 2, 0, 0, 1, 3, 8, 6, 9, 1, 5, 9, 0, 3, 4, 2, 6, 8, 0, 6, 3, 9, 2, 5, 0, 4, 3, 5, 8, 2, 0, 6, 6, 7, 5, 7, 8, 7, 7, 1, 9, 0, 6, 2, 1, 0, 9, 6, 2, 1, 6, 9, 6, 5, 7, 6, 3, 7, 0, 8, 8, 5, 2, 3, 8, 1, 4, 7, 9, 1, 6, 6, 2, 9, 9, 3, 8, 8, 0],
"result" : "valid"
}
]
},
{
"keySize" : 128,
"msgSize" : 115,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3801,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "e3175e85fcf049f998ed15044c6d9922",
"tweak" : "fe1dcc2f4f64077c",
"msg" : [9, 2, 3, 4, 4, 2, 0, 9, 1, 7, 8, 7, 7, 8, 3, 4, 7, 0, 2, 7, 3, 8, 3, 7, 4, 8, 3, 3, 9, 9, 8, 4, 3, 2, 6, 7, 0, 4, 2, 1, 8, 0, 4, 3, 9, 6, 0, 2, 8, 6, 9, 3, 4, 9, 8, 1, 4, 1, 9, 4, 4, 7, 5, 6, 8, 3, 6, 4, 8, 3, 1, 3, 8, 2, 8, 0, 7, 4, 7, 9, 5, 7, 0, 4, 9, 2, 4, 3, 9, 1, 4, 0, 9, 6, 8, 8, 9, 2, 0, 9, 6, 0, 2, 9, 8, 2, 8, 4, 8, 1, 2, 1, 8, 4, 9],
"ct" : [2, 9, 2, 5, 9, 7, 8, 8, 0, 8, 2, 5, 6, 7, 3, 2, 2, 1, 2, 6, 3, 6, 5, 1, 8, 8, 0, 8, 1, 3, 2, 2, 3, 0, 5, 1, 9, 1, 7, 8, 4, 6, 1, 8, 8, 9, 9, 5, 4, 7, 8, 1, 8, 3, 5, 2, 5, 1, 8, 7, 3, 7, 0, 4, 6, 5, 1, 5, 1, 5, 6, 6, 0, 8, 8, 9, 0, 4, 6, 5, 8, 7, 5, 9, 9, 8, 6, 3, 6, 9, 2, 1, 9, 9, 6, 7, 9, 0, 2, 7, 0, 0, 1, 7, 7, 8, 1, 4, 7, 2, 0, 2, 6, 0, 1],
"result" : "valid"
}
]
},
{
"keySize" : 128,
"msgSize" : 128,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3802,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "6e2c702c4dd6ac18054df9905a2a6d63",
"tweak" : "245070546cc82a65",
"msg" : [4, 0, 8, 1, 2, 1, 7, 0, 6, 4, 7, 9, 2, 9, 9, 0, 5, 1, 6, 5, 7, 0, 6, 3, 8, 2, 1, 1, 6, 7, 2, 6, 4, 1, 4, 5, 0, 0, 1, 9, 0, 8, 6, 0, 3, 6, 4, 9, 7, 1, 0, 4, 4, 3, 8, 6, 1, 0, 4, 1, 5, 2, 2, 2, 4, 6, 2, 1, 6, 8, 9, 5, 7, 0, 5, 8, 6, 2, 9, 9, 8, 9, 7, 4, 4, 5, 9, 7, 7, 2, 9, 4, 2, 3, 7, 1, 0, 8, 7, 2, 5, 1, 0, 5, 6, 6, 1, 0, 4, 4, 6, 7, 7, 0, 4, 9, 1, 7, 1, 6, 3, 7, 2, 4, 7, 4, 9, 2],
"ct" : [4, 1, 9, 2, 8, 9, 3, 7, 7, 0, 1, 2, 1, 3, 6, 7, 0, 7, 1, 8, 3, 8, 0, 5, 5, 3, 7, 0, 5, 5, 7, 7, 6, 4, 3, 2, 3, 8, 3, 3, 5, 8, 2, 1, 3, 4, 4, 5, 3, 6, 3, 3, 9, 7, 7, 2, 6, 3, 2, 5, 9, 2, 4, 7, 1, 6, 6, 2, 5, 3, 8, 6, 2, 2, 4, 2, 2, 5, 5, 4, 5, 5, 9, 3, 0, 9, 4, 0, 2, 2, 0, 4, 5, 4, 6, 7, 8, 2, 6, 4, 2, 2, 0, 6, 3, 5, 3, 4, 9, 0, 0, 1, 7, 9, 3, 6, 4, 3, 4, 8, 7, 0, 0, 3, 4, 8, 7, 5],
"result" : "valid"
}
]
},
{
"keySize" : 128,
"msgSize" : 134,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3803,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "2bfae1b5da3f44dd1d0105776986f453",
"tweak" : "6a7bd1907dbe5e46",
"msg" : [6, 5, 5, 1, 7, 7, 2, 2, 0, 2, 3, 6, 7, 4, 1, 5, 6, 1, 0, 6, 9, 1, 5, 2, 0, 1, 7, 7, 9, 3, 3, 2, 9, 2, 6, 7, 6, 0, 6, 3, 7, 2, 8, 5, 4, 6, 5, 9, 7, 5, 2, 3, 3, 0, 0, 7, 0, 3, 9, 7, 3, 7, 5, 6, 3, 5, 9, 1, 5, 3, 7, 4, 0, 0, 4, 3, 0, 9, 1, 2, 9, 9, 3, 5, 9, 5, 2, 2, 4, 8, 0, 9, 6, 3, 1, 0, 6, 4, 0, 1, 8, 8, 8, 8, 3, 5, 8, 9, 2, 5, 2, 2, 2, 5, 1, 8, 9, 4, 1, 5, 8, 7, 1, 3, 7, 5, 1, 9, 0, 9, 9, 8, 5, 1],
"ct" : [2, 1, 2, 2, 0, 6, 7, 1, 9, 8, 2, 1, 2, 0, 3, 4, 3, 9, 0, 5, 7, 7, 9, 0, 4, 3, 0, 1, 0, 6, 1, 6, 0, 4, 2, 3, 8, 6, 8, 3, 7, 4, 1, 8, 6, 7, 8, 3, 8, 0, 2, 1, 2, 1, 0, 7, 0, 5, 2, 3, 0, 7, 8, 8, 5, 1, 1, 3, 6, 2, 3, 2, 1, 2, 4, 5, 6, 2, 2, 8, 2, 0, 7, 5, 3, 2, 3, 6, 9, 4, 1, 0, 4, 8, 3, 4, 3, 9, 6, 9, 9, 1, 7, 3, 4, 6, 5, 3, 7, 4, 0, 2, 6, 0, 7, 1, 6, 7, 6, 8, 4, 9, 8, 8, 1, 4, 0, 8, 2, 8, 6, 1, 7, 9],
"result" : "valid"
}
]
},
{
"keySize" : 128,
"msgSize" : 135,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3804,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "a297fa300dabf1db428ab9f9956a4d85",
"tweak" : "e2e7f891f3fcca57",
"msg" : [0, 9, 4, 6, 5, 5, 6, 1, 3, 2, 1, 0, 6, 3, 9, 5, 8, 9, 5, 6, 8, 9, 0, 0, 1, 1, 4, 0, 0, 9, 1, 1, 1, 8, 1, 1, 2, 6, 8, 1, 5, 3, 5, 0, 4, 2, 0, 1, 5, 5, 5, 4, 6, 3, 7, 1, 4, 7, 6, 1, 6, 3, 1, 6, 1, 0, 3, 9, 7, 6, 0, 6, 3, 7, 2, 7, 7, 3, 8, 8, 6, 2, 7, 2, 2, 7, 4, 0, 5, 7, 1, 8, 0, 5, 5, 2, 7, 0, 0, 5, 9, 5, 0, 8, 7, 6, 7, 6, 4, 6, 4, 0, 0, 7, 7, 9, 7, 4, 2, 7, 3, 7, 6, 2, 5, 7, 3, 7, 6, 0, 0, 4, 9, 6, 0],
"ct" : [8, 6, 1, 1, 8, 3, 5, 0, 4, 8, 2, 9, 7, 6, 7, 5, 8, 5, 6, 0, 1, 0, 6, 1, 4, 1, 7, 0, 6, 7, 2, 4, 7, 0, 4, 8, 5, 1, 8, 0, 2, 9, 2, 5, 5, 4, 4, 0, 6, 4, 7, 8, 6, 8, 8, 1, 3, 7, 7, 4, 2, 0, 2, 5, 5, 7, 8, 5, 6, 3, 1, 1, 1, 3, 5, 0, 4, 5, 5, 3, 5, 8, 0, 0, 3, 7, 5, 4, 3, 6, 9, 5, 5, 9, 0, 1, 6, 3, 3, 3, 0, 1, 8, 4, 8, 8, 8, 0, 3, 2, 2, 1, 6, 6, 4, 5, 8, 3, 0, 9, 3, 8, 5, 8, 8, 1, 1, 5, 4, 6, 5, 9, 8, 4, 1],
"result" : "valid"
}
]
},
{
"keySize" : 128,
"msgSize" : 154,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3805,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "b5d525a9f9a8efef29d16165830a93b4",
"tweak" : "b854d6365f94c212",
"msg" : [8, 1, 4, 4, 6, 4, 7, 7, 0, 8, 8, 6, 7, 6, 6, 4, 2, 5, 5, 3, 0, 1, 6, 8, 3, 2, 1, 9, 3, 2, 9, 0, 3, 1, 8, 0, 6, 7, 0, 8, 1, 0, 9, 2, 9, 4, 0, 2, 9, 6, 1, 1, 6, 2, 4, 1, 7, 3, 6, 0, 7, 1, 0, 6, 4, 0, 8, 7, 9, 3, 7, 1, 9, 1, 1, 4, 7, 9, 9, 5, 5, 3, 6, 9, 5, 0, 5, 2, 3, 3, 9, 5, 8, 4, 3, 9, 2, 8, 0, 4, 5, 1, 5, 7, 7, 0, 3, 8, 6, 5, 7, 0, 5, 8, 4, 7, 4, 9, 4, 9, 4, 6, 5, 7, 9, 8, 7, 4, 3, 9, 2, 8, 4, 7, 4, 6, 1, 5, 1, 3, 2, 1, 3, 8, 2, 0, 7, 2, 0, 1, 7, 9, 2, 1],
"ct" : [8, 2, 8, 8, 3, 1, 0, 4, 9, 8, 9, 5, 2, 5, 3, 0, 1, 1, 0, 9, 9, 2, 1, 1, 2, 7, 4, 2, 1, 2, 6, 0, 5, 4, 3, 1, 1, 2, 0, 8, 7, 6, 2, 6, 2, 3, 1, 6, 0, 5, 3, 7, 4, 2, 8, 4, 9, 4, 0, 2, 7, 0, 1, 8, 7, 4, 5, 2, 8, 7, 5, 1, 7, 2, 5, 5, 1, 3, 0, 4, 8, 5, 4, 9, 0, 5, 4, 7, 2, 7, 6, 1, 6, 1, 8, 0, 3, 3, 1, 7, 3, 6, 0, 7, 1, 9, 5, 4, 8, 7, 6, 8, 9, 2, 9, 4, 1, 9, 2, 6, 3, 4, 5, 1, 8, 8, 8, 0, 0, 7, 5, 0, 5, 0, 5, 7, 1, 1, 8, 8, 0, 2, 4, 5, 2, 9, 1, 9, 4, 1, 9, 3, 6, 9],
"result" : "valid"
}
]
},
{
"keySize" : 128,
"msgSize" : 260,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3806,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "39fd85d1a418270e382f927fa7d69afe",
"tweak" : "3a0bb251adfea53c",
"msg" : [8, 5, 4, 1, 9, 2, 5, 2, 2, 7, 3, 3, 7, 0, 9, 2, 3, 3, 5, 5, 2, 6, 0, 2, 6, 6, 2, 6, 4, 7, 0, 9, 5, 3, 0, 3, 5, 8, 3, 7, 6, 0, 5, 4, 8, 7, 8, 7, 4, 9, 3, 3, 3, 1, 3, 4, 1, 8, 3, 8, 7, 3, 4, 5, 5, 4, 1, 5, 2, 7, 1, 1, 6, 2, 4, 0, 6, 9, 0, 5, 5, 2, 4, 4, 7, 6, 5, 2, 3, 8, 2, 3, 9, 9, 8, 2, 2, 1, 7, 2, 0, 8, 0, 9, 1, 6, 4, 8, 4, 6, 1, 1, 5, 5, 9, 3, 3, 1, 2, 1, 3, 5, 3, 3, 4, 7, 3, 3, 3, 9, 0, 1, 7, 6, 3, 6, 5, 5, 2, 3, 4, 0, 8, 4, 0, 4, 4, 5, 2, 7, 8, 0, 3, 4, 4, 3, 9, 7, 3, 8, 3, 2, 9, 2, 9, 9, 5, 7, 9, 9, 5, 4, 2, 2, 3, 8, 3, 3, 6, 0, 5, 3, 5, 0, 5, 1, 3, 4, 2, 1, 2, 1, 2, 2, 9, 7, 6, 9, 5, 1, 2, 0, 8, 3, 3, 6, 3, 6, 0, 4, 5, 7, 6, 0, 8, 3, 0, 8, 1, 1, 4, 8, 1, 1, 5, 4, 9, 9, 1, 5, 7, 3, 7, 0, 4, 8, 1, 2, 4, 1, 0, 0, 5, 6, 7, 4, 8, 9, 8, 5, 0, 1, 4, 7, 1, 0, 6, 6, 8, 1],
"ct" : [1, 1, 3, 0, 1, 8, 1, 7, 5, 1, 5, 8, 7, 5, 6, 9, 6, 0, 7, 8, 6, 1, 6, 4, 5, 6, 7, 2, 7, 3, 1, 4, 5, 4, 9, 5, 6, 1, 3, 6, 6, 3, 2, 6, 1, 7, 2, 2, 3, 1, 0, 3, 8, 3, 7, 4, 9, 9, 6, 4, 2, 8, 6, 1, 0, 2, 6, 3, 1, 1, 8, 3, 8, 3, 8, 2, 1, 9, 4, 2, 1, 7, 8, 1, 1, 3, 9, 9, 0, 8, 9, 7, 6, 8, 7, 6, 6, 2, 2, 8, 6, 0, 2, 0, 4, 2, 1, 7, 2, 5, 5, 3, 2, 2, 6, 9, 9, 5, 5, 1, 7, 4, 8, 8, 5, 3, 6, 7, 4, 3, 6, 8, 5, 9, 2, 8, 0, 4, 9, 4, 0, 2, 5, 6, 1, 5, 7, 2, 0, 1, 1, 1, 1, 2, 7, 8, 9, 1, 8, 7, 2, 0, 8, 0, 6, 2, 6, 9, 0, 8, 0, 9, 1, 1, 5, 9, 2, 1, 6, 7, 9, 6, 7, 6, 5, 1, 3, 2, 5, 1, 0, 2, 5, 7, 4, 2, 2, 9, 4, 3, 4, 3, 6, 2, 2, 1, 6, 8, 2, 4, 6, 0, 2, 1, 9, 8, 4, 5, 2, 6, 1, 5, 4, 5, 3, 4, 7, 1, 6, 0, 9, 0, 9, 8, 6, 3, 0, 1, 1, 1, 3, 5, 2, 9, 8, 6, 0, 6, 5, 5, 6, 8, 8, 4, 0, 1, 6, 1, 9, 2],
"result" : "valid"
}
]
},
{
"keySize" : 192,
"msgSize" : 39,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3807,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "f41a007fe8c306f6bf580b158a5b4c87c6f460e843f8d372",
"tweak" : "722e8d6d7b738fef",
"msg" : [2, 6, 1, 5, 9, 2, 7, 3, 6, 9, 6, 7, 9, 0, 1, 8, 9, 8, 2, 7, 4, 2, 6, 8, 1, 8, 7, 3, 6, 0, 0, 6, 9, 1, 9, 3, 1, 2, 8],
"ct" : [8, 2, 4, 4, 1, 1, 9, 9, 8, 5, 9, 7, 7, 0, 7, 3, 9, 4, 9, 5, 2, 3, 5, 6, 6, 1, 3, 6, 9, 3, 3, 6, 9, 0, 5, 9, 8, 6, 7],
"result" : "valid"
}
]
},
{
"keySize" : 192,
"msgSize" : 40,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3808,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "874c932451575931e99c482805c40441d978af9c68bd82af",
"tweak" : "f4a660ef48089bb0",
"msg" : [6, 0, 6, 0, 5, 7, 9, 4, 7, 7, 5, 4, 5, 2, 0, 8, 0, 3, 4, 3, 1, 4, 6, 1, 0, 8, 2, 3, 9, 5, 7, 3, 9, 5, 8, 4, 4, 3, 9, 5],
"ct" : [0, 0, 7, 6, 4, 1, 1, 0, 2, 4, 8, 2, 3, 6, 2, 8, 0, 1, 3, 8, 9, 0, 2, 2, 9, 2, 7, 9, 1, 1, 7, 6, 7, 4, 9, 2, 1, 3, 6, 4],
"result" : "valid"
}
]
},
{
"keySize" : 192,
"msgSize" : 56,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3809,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "0572d97ae39741fc4da7498957bc51f5e8e06c02905f7b32",
"tweak" : "a597fae6908782d6",
"msg" : [0, 4, 0, 8, 6, 7, 6, 7, 7, 7, 7, 2, 5, 4, 9, 5, 8, 2, 3, 0, 3, 1, 7, 8, 0, 2, 0, 0, 3, 3, 5, 4, 9, 8, 9, 3, 1, 0, 0, 0, 3, 5, 5, 6, 8, 7, 4, 1, 2, 4, 3, 5, 7, 7, 0, 2],
"ct" : [7, 6, 9, 8, 6, 1, 7, 0, 0, 0, 1, 0, 8, 4, 5, 6, 7, 8, 3, 1, 0, 7, 3, 0, 7, 8, 4, 0, 4, 8, 2, 1, 7, 1, 9, 5, 5, 8, 7, 7, 4, 5, 0, 0, 2, 0, 2, 5, 4, 6, 5, 8, 1, 1, 8, 6],
"result" : "valid"
}
]
},
{
"keySize" : 192,
"msgSize" : 57,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3810,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "5f26e54c6dd482962e1a205c228ce26379c94e5a3869cb23",
"tweak" : "19ae3b6eb4085f45",
"msg" : [9, 4, 6, 2, 7, 2, 5, 5, 3, 7, 9, 6, 9, 4, 0, 5, 4, 2, 7, 6, 1, 5, 6, 3, 1, 5, 8, 6, 0, 3, 1, 5, 9, 6, 5, 8, 2, 4, 2, 2, 4, 3, 3, 4, 3, 1, 1, 2, 1, 5, 1, 6, 2, 2, 4, 4, 8],
"ct" : [1, 1, 6, 5, 5, 0, 0, 8, 9, 6, 9, 7, 9, 3, 4, 9, 9, 3, 1, 0, 7, 2, 9, 9, 7, 5, 7, 2, 5, 3, 2, 2, 2, 2, 7, 1, 3, 5, 1, 8, 6, 0, 0, 0, 2, 8, 9, 0, 0, 7, 5, 1, 3, 5, 9, 0, 5],
"result" : "valid"
}
]
},
{
"keySize" : 192,
"msgSize" : 64,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3811,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "e4c130f163d45035558190d51f439765679a202370a0ce7f",
"tweak" : "d99a093ac4bd3488",
"msg" : [9, 7, 4, 4, 8, 0, 6, 8, 6, 5, 6, 6, 0, 7, 9, 4, 4, 4, 9, 2, 0, 3, 4, 7, 8, 5, 2, 2, 1, 9, 2, 3, 7, 5, 4, 3, 4, 4, 5, 5, 8, 7, 6, 4, 8, 2, 3, 3, 3, 8, 5, 1, 6, 9, 9, 8, 6, 6, 3, 3, 5, 5, 3, 0],
"ct" : [0, 2, 8, 7, 3, 5, 6, 2, 8, 8, 5, 2, 3, 7, 5, 2, 5, 5, 8, 9, 4, 6, 8, 1, 9, 5, 4, 1, 2, 5, 6, 7, 3, 7, 4, 1, 8, 8, 8, 1, 6, 0, 1, 1, 5, 7, 9, 0, 0, 7, 1, 9, 3, 1, 6, 2, 6, 2, 2, 9, 7, 8, 1, 4],
"result" : "valid"
}
]
},
{
"keySize" : 192,
"msgSize" : 76,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3812,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "37d5915b991fae86548b46195e67d21731676c0911847323",
"tweak" : "a3e2a76f8910e260",
"msg" : [6, 1, 6, 7, 8, 8, 6, 6, 6, 7, 4, 1, 6, 7, 8, 2, 8, 0, 6, 2, 4, 6, 5, 3, 0, 9, 8, 6, 1, 0, 5, 9, 5, 8, 0, 0, 6, 1, 2, 9, 3, 3, 0, 7, 1, 4, 7, 4, 8, 1, 5, 4, 8, 5, 4, 9, 4, 6, 3, 4, 7, 9, 6, 5, 7, 9, 9, 0, 3, 0, 0, 9, 7, 7, 8, 4],
"ct" : [2, 0, 5, 3, 5, 7, 4, 7, 2, 1, 3, 0, 8, 9, 3, 1, 1, 7, 3, 5, 8, 0, 1, 5, 1, 2, 0, 9, 8, 4, 5, 8, 2, 7, 7, 8, 1, 8, 7, 6, 0, 1, 2, 0, 5, 1, 6, 3, 3, 2, 3, 4, 7, 0, 5, 3, 3, 2, 7, 4, 0, 9, 8, 5, 9, 4, 4, 0, 7, 8, 0, 2, 7, 7, 3, 1],
"result" : "valid"
}
]
},
{
"keySize" : 192,
"msgSize" : 77,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3813,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "2181414823dbab9a36cd2a2db85f154cb96e6a6d984d40f0",
"tweak" : "486039b8041a6987",
"msg" : [7, 5, 7, 3, 2, 2, 0, 6, 4, 5, 4, 2, 2, 4, 3, 3, 5, 6, 4, 0, 7, 9, 2, 8, 6, 2, 1, 2, 1, 7, 6, 8, 0, 6, 0, 4, 1, 3, 9, 5, 5, 8, 3, 3, 1, 5, 8, 7, 2, 7, 2, 6, 8, 8, 1, 9, 8, 3, 9, 8, 7, 8, 9, 2, 1, 5, 1, 5, 8, 5, 9, 9, 3, 6, 0, 7, 6],
"ct" : [9, 7, 5, 1, 4, 0, 2, 9, 0, 1, 9, 3, 5, 7, 6, 0, 4, 1, 6, 3, 2, 7, 4, 8, 4, 4, 6, 1, 9, 9, 2, 5, 9, 1, 2, 8, 6, 1, 5, 9, 0, 3, 1, 2, 7, 4, 3, 6, 9, 9, 9, 6, 7, 6, 8, 8, 7, 6, 6, 6, 7, 5, 4, 8, 8, 8, 2, 3, 1, 0, 1, 8, 0, 7, 5, 9, 1],
"result" : "valid"
}
]
},
{
"keySize" : 192,
"msgSize" : 80,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3814,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "c3290a053478ca018533e702e2d0bf805933488260457c79",
"tweak" : "c814a8fb2641f8ef",
"msg" : [0, 7, 5, 7, 6, 9, 0, 1, 7, 8, 5, 1, 5, 1, 7, 9, 0, 2, 9, 6, 7, 6, 2, 3, 2, 0, 0, 6, 1, 0, 5, 0, 5, 9, 8, 9, 4, 3, 4, 5, 4, 1, 3, 1, 1, 7, 4, 7, 8, 8, 1, 1, 6, 4, 9, 1, 8, 7, 5, 8, 2, 4, 6, 4, 9, 4, 9, 8, 3, 2, 2, 3, 3, 1, 8, 6, 5, 6, 4, 6],
"ct" : [3, 0, 6, 8, 9, 8, 1, 1, 7, 7, 3, 3, 6, 4, 5, 3, 2, 1, 0, 1, 1, 2, 3, 2, 3, 6, 1, 7, 1, 8, 0, 6, 6, 0, 7, 2, 3, 7, 8, 1, 0, 6, 2, 3, 7, 9, 8, 5, 8, 2, 4, 7, 0, 0, 1, 6, 5, 8, 5, 1, 5, 3, 5, 6, 5, 0, 3, 5, 3, 0, 2, 8, 5, 3, 9, 3, 0, 1, 8, 4],
"result" : "valid"
}
]
},
{
"keySize" : 192,
"msgSize" : 96,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3815,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "1fb3e00f0941b7d4669efd59238976850efe2dd40e1de4a7",
"tweak" : "0c69258434f811b0",
"msg" : [4, 0, 4, 3, 5, 9, 6, 4, 5, 9, 3, 9, 0, 5, 3, 8, 2, 7, 9, 3, 5, 0, 0, 7, 2, 7, 1, 9, 3, 8, 6, 8, 1, 6, 9, 8, 7, 0, 5, 6, 5, 2, 9, 5, 4, 9, 6, 8, 6, 0, 8, 1, 5, 7, 6, 4, 6, 6, 9, 1, 0, 6, 4, 8, 7, 1, 4, 3, 7, 4, 7, 5, 9, 0, 3, 6, 3, 2, 7, 0, 8, 4, 0, 4, 8, 5, 8, 0, 5, 4, 6, 4, 3, 0, 4, 7],
"ct" : [2, 3, 4, 5, 1, 5, 2, 5, 8, 3, 6, 5, 9, 6, 0, 9, 0, 2, 8, 1, 7, 4, 3, 7, 9, 8, 0, 3, 8, 8, 4, 5, 9, 7, 8, 8, 1, 3, 8, 9, 8, 9, 1, 9, 0, 3, 5, 3, 2, 5, 2, 7, 9, 7, 8, 5, 0, 9, 3, 7, 0, 3, 6, 7, 1, 4, 3, 5, 6, 3, 4, 3, 8, 4, 3, 8, 1, 9, 1, 7, 0, 4, 8, 9, 7, 0, 1, 6, 6, 9, 5, 9, 3, 7, 7, 8],
"result" : "valid"
}
]
},
{
"keySize" : 192,
"msgSize" : 97,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3816,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "b905157d17f4a51aee1b95d2fc92a54d4480c56eb5335109",
"tweak" : "d5895d0c83fb093c",
"msg" : [1, 8, 9, 4, 0, 9, 5, 8, 1, 8, 7, 8, 8, 3, 8, 1, 8, 5, 0, 2, 0, 9, 4, 9, 0, 7, 6, 2, 4, 2, 0, 6, 5, 9, 1, 8, 2, 2, 8, 5, 3, 1, 7, 6, 8, 5, 9, 9, 7, 7, 4, 0, 7, 7, 5, 5, 5, 2, 9, 9, 5, 1, 8, 1, 8, 3, 2, 0, 4, 3, 8, 1, 4, 6, 8, 2, 7, 0, 2, 2, 0, 0, 6, 5, 6, 9, 2, 3, 0, 5, 4, 8, 6, 4, 9, 1, 6],
"ct" : [3, 3, 0, 7, 9, 6, 8, 8, 1, 1, 6, 8, 3, 5, 0, 7, 0, 2, 2, 5, 1, 0, 3, 9, 4, 9, 9, 5, 6, 3, 2, 4, 3, 0, 7, 4, 7, 3, 7, 2, 5, 3, 7, 8, 9, 8, 0, 3, 0, 4, 0, 9, 3, 8, 8, 6, 2, 8, 6, 1, 8, 8, 5, 7, 4, 0, 9, 2, 0, 1, 8, 1, 9, 7, 8, 4, 8, 7, 6, 7, 8, 0, 3, 2, 0, 2, 7, 9, 1, 9, 6, 9, 0, 6, 8, 9, 9],
"result" : "valid"
}
]
},
{
"keySize" : 192,
"msgSize" : 114,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3817,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "956195f8c2af40e69746b9f54c85f475914c8e74689b12c0",
"tweak" : "6a75ab61e7bcfc41",
"msg" : [4, 3, 7, 7, 2, 9, 1, 2, 6, 6, 4, 0, 9, 5, 2, 4, 7, 5, 1, 3, 4, 9, 4, 3, 7, 1, 1, 1, 1, 3, 6, 0, 8, 4, 1, 0, 5, 9, 2, 7, 8, 1, 6, 2, 0, 0, 7, 4, 6, 1, 1, 4, 1, 5, 5, 7, 4, 7, 1, 2, 4, 3, 4, 9, 5, 9, 7, 6, 2, 8, 7, 2, 7, 6, 1, 2, 1, 9, 0, 9, 3, 1, 5, 4, 3, 8, 9, 6, 1, 8, 9, 3, 9, 3, 7, 4, 0, 2, 1, 7, 8, 4, 2, 1, 0, 6, 7, 7, 8, 6, 2, 3, 0, 6],
"ct" : [9, 7, 0, 9, 3, 0, 2, 6, 9, 3, 7, 3, 7, 5, 1, 5, 9, 6, 5, 4, 3, 6, 0, 4, 5, 9, 2, 6, 3, 2, 4, 8, 2, 0, 1, 7, 0, 9, 4, 7, 1, 4, 7, 1, 8, 3, 4, 6, 8, 5, 6, 1, 4, 3, 8, 4, 8, 7, 3, 2, 6, 2, 5, 0, 8, 3, 9, 0, 4, 9, 3, 6, 9, 8, 6, 2, 2, 0, 1, 7, 7, 0, 7, 9, 9, 4, 0, 8, 3, 1, 9, 9, 5, 5, 6, 6, 4, 8, 3, 1, 3, 3, 8, 2, 6, 2, 9, 0, 7, 3, 4, 9, 5, 9],
"result" : "valid"
}
]
},
{
"keySize" : 192,
"msgSize" : 115,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3818,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "b4c8281841504f801cafad5cf90661b82a7e3049f1640f30",
"tweak" : "91258de8ce5ade5b",
"msg" : [2, 4, 6, 7, 7, 8, 5, 9, 8, 1, 9, 9, 2, 1, 0, 8, 6, 0, 8, 2, 2, 8, 4, 9, 0, 3, 5, 1, 0, 2, 1, 1, 7, 5, 4, 3, 6, 6, 4, 3, 1, 1, 4, 4, 6, 6, 5, 5, 3, 1, 4, 2, 2, 8, 7, 8, 8, 0, 2, 0, 5, 4, 5, 8, 5, 6, 2, 8, 3, 4, 5, 9, 8, 8, 8, 0, 8, 5, 9, 6, 8, 3, 3, 6, 8, 3, 8, 1, 4, 4, 0, 5, 1, 6, 0, 9, 6, 6, 1, 9, 2, 0, 4, 7, 7, 5, 4, 5, 0, 2, 4, 0, 0, 5, 3],
"ct" : [9, 7, 6, 5, 1, 3, 1, 6, 1, 1, 7, 1, 7, 0, 0, 0, 3, 2, 3, 5, 4, 7, 8, 0, 8, 7, 8, 2, 8, 4, 8, 9, 0, 5, 9, 8, 5, 7, 6, 6, 5, 2, 0, 3, 3, 0, 7, 4, 4, 7, 5, 2, 5, 8, 8, 4, 5, 3, 7, 0, 6, 5, 9, 1, 2, 2, 8, 5, 8, 0, 0, 9, 7, 7, 1, 0, 5, 3, 3, 3, 8, 7, 7, 0, 4, 1, 1, 4, 4, 5, 0, 1, 2, 7, 0, 9, 2, 1, 2, 6, 9, 9, 2, 6, 1, 1, 2, 8, 3, 7, 0, 2, 9, 0, 6],
"result" : "valid"
}
]
},
{
"keySize" : 192,
"msgSize" : 128,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3819,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "f38798eb8567d4a7f70c50782361b5a6261d07e43c8b54ca",
"tweak" : "36c24b7c62ee3538",
"msg" : [2, 5, 4, 7, 9, 6, 1, 2, 9, 5, 2, 4, 4, 2, 2, 7, 9, 6, 1, 8, 7, 1, 4, 9, 2, 6, 9, 8, 6, 8, 3, 0, 3, 9, 5, 4, 2, 9, 2, 7, 8, 6, 0, 7, 0, 3, 9, 2, 4, 5, 1, 0, 0, 8, 4, 2, 4, 9, 7, 2, 1, 0, 8, 5, 6, 8, 8, 9, 7, 5, 4, 8, 0, 3, 8, 3, 0, 3, 6, 9, 2, 4, 9, 9, 0, 2, 3, 5, 8, 2, 8, 5, 6, 0, 4, 5, 6, 8, 4, 8, 9, 2, 9, 9, 8, 1, 2, 8, 9, 0, 2, 9, 5, 7, 3, 5, 8, 0, 9, 3, 9, 1, 7, 6, 5, 1, 3, 4],
"ct" : [6, 5, 9, 1, 9, 8, 0, 1, 9, 1, 6, 7, 2, 7, 3, 9, 3, 4, 4, 0, 1, 6, 5, 4, 7, 3, 4, 3, 5, 1, 0, 6, 7, 9, 1, 7, 1, 9, 2, 5, 5, 5, 2, 8, 9, 4, 2, 7, 9, 6, 4, 4, 7, 8, 9, 5, 3, 6, 2, 7, 0, 9, 5, 4, 3, 9, 2, 8, 3, 4, 7, 2, 7, 6, 5, 6, 8, 5, 5, 5, 6, 2, 3, 5, 0, 8, 4, 1, 9, 3, 6, 9, 4, 5, 0, 3, 9, 0, 3, 5, 2, 0, 2, 4, 4, 6, 0, 8, 7, 1, 0, 5, 4, 7, 4, 3, 8, 2, 5, 1, 0, 1, 5, 8, 1, 9, 5, 7],
"result" : "valid"
}
]
},
{
"keySize" : 192,
"msgSize" : 134,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3820,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "a41f14a62be9272561fd14a86d3abcf6c996081040e461b9",
"tweak" : "9b53ef727857264f",
"msg" : [6, 8, 6, 1, 5, 5, 4, 2, 4, 1, 7, 8, 7, 9, 4, 5, 5, 3, 1, 7, 2, 3, 0, 1, 7, 1, 2, 6, 1, 3, 6, 8, 8, 6, 0, 1, 7, 0, 3, 8, 6, 7, 7, 6, 3, 0, 8, 4, 6, 3, 8, 4, 2, 3, 3, 3, 9, 0, 1, 0, 0, 8, 8, 7, 2, 4, 4, 5, 3, 9, 9, 1, 7, 9, 7, 8, 6, 0, 5, 1, 7, 0, 7, 4, 7, 4, 3, 9, 7, 6, 7, 1, 8, 9, 1, 5, 2, 8, 3, 8, 2, 8, 5, 7, 6, 8, 5, 8, 6, 5, 0, 7, 9, 0, 7, 2, 9, 3, 6, 4, 0, 7, 7, 2, 1, 0, 2, 0, 5, 7, 7, 6, 3, 0],
"ct" : [3, 8, 4, 8, 8, 4, 6, 5, 3, 5, 4, 0, 5, 9, 8, 3, 7, 2, 6, 9, 6, 9, 0, 3, 8, 7, 8, 2, 1, 4, 8, 7, 7, 8, 4, 7, 1, 9, 2, 1, 1, 8, 8, 8, 7, 1, 4, 8, 9, 3, 3, 7, 3, 3, 0, 0, 2, 8, 7, 1, 1, 6, 8, 6, 0, 6, 6, 0, 8, 0, 0, 4, 1, 5, 4, 9, 9, 3, 7, 7, 1, 4, 4, 4, 2, 9, 5, 1, 6, 5, 7, 5, 0, 0, 8, 4, 0, 8, 4, 0, 0, 0, 9, 1, 8, 2, 0, 1, 1, 9, 7, 0, 2, 6, 9, 2, 5, 1, 9, 6, 3, 8, 9, 9, 5, 1, 7, 4, 5, 4, 9, 9, 7, 6],
"result" : "valid"
}
]
},
{
"keySize" : 192,
"msgSize" : 135,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3821,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "b7c9811f791616524202e1be584ceeb9b4ad129ab6c385f4",
"tweak" : "43bb3204c3bbdbda",
"msg" : [1, 0, 6, 4, 5, 4, 5, 2, 5, 8, 0, 3, 4, 7, 9, 5, 6, 4, 5, 5, 8, 3, 5, 1, 0, 7, 9, 9, 8, 1, 9, 7, 8, 7, 5, 5, 6, 0, 5, 1, 1, 3, 3, 5, 4, 0, 4, 4, 9, 2, 0, 3, 4, 4, 5, 7, 1, 5, 0, 8, 8, 5, 4, 1, 1, 3, 2, 2, 9, 2, 0, 2, 9, 3, 6, 2, 7, 7, 4, 9, 2, 0, 4, 4, 2, 4, 5, 4, 7, 7, 4, 7, 0, 1, 8, 8, 5, 7, 5, 5, 4, 0, 3, 8, 1, 3, 4, 4, 0, 3, 8, 8, 2, 6, 0, 5, 0, 3, 2, 0, 7, 0, 3, 5, 9, 7, 1, 5, 6, 6, 5, 9, 2, 7, 8],
"ct" : [3, 9, 6, 5, 3, 9, 0, 4, 2, 8, 4, 7, 2, 4, 2, 6, 7, 7, 4, 9, 4, 7, 8, 2, 5, 0, 5, 8, 3, 0, 1, 4, 1, 7, 9, 8, 8, 9, 9, 2, 0, 3, 8, 2, 1, 0, 8, 1, 5, 4, 0, 7, 7, 3, 1, 9, 0, 3, 5, 2, 5, 4, 7, 3, 7, 2, 3, 8, 8, 3, 7, 6, 9, 4, 1, 1, 7, 1, 4, 7, 1, 9, 2, 0, 2, 1, 3, 5, 5, 0, 0, 0, 3, 0, 9, 5, 0, 8, 2, 3, 9, 5, 7, 0, 8, 2, 8, 4, 6, 0, 9, 4, 7, 0, 1, 7, 8, 6, 0, 2, 4, 0, 9, 7, 7, 1, 1, 5, 0, 3, 9, 4, 0, 6, 1],
"result" : "valid"
}
]
},
{
"keySize" : 192,
"msgSize" : 154,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3822,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "d5f9b71b219814ff56dde95dfa6a03b28926dfe5721b6e39",
"tweak" : "09047c7b71b58cbb",
"msg" : [7, 4, 1, 9, 8, 7, 9, 9, 6, 6, 4, 0, 7, 3, 0, 8, 3, 7, 9, 2, 9, 4, 9, 7, 5, 3, 3, 0, 1, 8, 5, 5, 3, 2, 3, 9, 2, 6, 2, 5, 4, 5, 1, 5, 4, 6, 8, 1, 9, 7, 7, 1, 0, 9, 7, 5, 9, 0, 6, 3, 4, 8, 8, 3, 1, 2, 4, 0, 7, 2, 9, 1, 9, 3, 6, 3, 2, 0, 6, 7, 9, 8, 5, 7, 7, 0, 0, 8, 6, 5, 0, 2, 4, 2, 9, 1, 9, 0, 2, 3, 5, 3, 7, 7, 9, 4, 9, 1, 4, 1, 1, 8, 7, 3, 7, 1, 1, 2, 2, 4, 8, 6, 2, 1, 5, 7, 3, 3, 7, 9, 5, 7, 8, 5, 8, 8, 9, 2, 2, 1, 1, 9, 5, 3, 1, 5, 8, 9, 2, 3, 8, 9, 8, 4],
"ct" : [9, 5, 9, 8, 6, 2, 5, 9, 9, 4, 7, 2, 2, 4, 0, 7, 4, 8, 6, 4, 0, 1, 2, 6, 9, 2, 1, 4, 0, 8, 4, 4, 9, 2, 4, 9, 2, 9, 2, 1, 3, 7, 2, 2, 3, 0, 5, 2, 0, 8, 5, 7, 3, 4, 0, 5, 0, 3, 4, 9, 9, 7, 4, 0, 0, 9, 3, 9, 2, 0, 8, 0, 9, 3, 7, 8, 1, 3, 9, 0, 6, 5, 9, 2, 8, 6, 7, 7, 8, 1, 0, 9, 7, 3, 7, 8, 3, 4, 2, 7, 6, 1, 6, 0, 2, 4, 6, 3, 7, 7, 3, 7, 7, 0, 0, 2, 5, 3, 2, 9, 6, 2, 9, 0, 2, 2, 9, 6, 4, 1, 5, 7, 9, 0, 7, 6, 0, 5, 1, 8, 5, 7, 3, 1, 5, 9, 8, 8, 7, 0, 2, 4, 2, 3],
"result" : "valid"
}
]
},
{
"keySize" : 192,
"msgSize" : 260,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3823,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "ddf845415ef282ad312951d506329229d34582b869cec20f",
"tweak" : "fa3a2a07855bde0b",
"msg" : [0, 6, 6, 7, 6, 5, 1, 6, 7, 1, 5, 1, 3, 1, 0, 0, 3, 6, 6, 5, 1, 2, 2, 0, 5, 5, 5, 3, 6, 4, 8, 5, 8, 4, 0, 1, 3, 7, 9, 5, 7, 1, 8, 5, 2, 1, 0, 0, 4, 0, 4, 6, 2, 9, 7, 3, 3, 1, 1, 7, 7, 4, 0, 5, 2, 5, 7, 1, 5, 0, 6, 9, 4, 2, 6, 1, 9, 9, 9, 8, 5, 4, 0, 3, 1, 2, 5, 8, 4, 1, 9, 7, 5, 6, 1, 1, 9, 7, 7, 9, 7, 0, 2, 6, 5, 5, 9, 1, 1, 1, 7, 5, 8, 4, 9, 0, 7, 3, 8, 9, 9, 0, 6, 0, 6, 5, 0, 8, 3, 0, 8, 8, 5, 9, 3, 5, 6, 3, 7, 1, 0, 2, 4, 5, 6, 9, 2, 0, 7, 7, 4, 9, 8, 3, 0, 2, 9, 8, 4, 7, 9, 0, 7, 9, 7, 3, 2, 5, 2, 8, 7, 6, 8, 7, 6, 3, 5, 3, 1, 9, 3, 8, 8, 5, 7, 1, 5, 3, 3, 5, 2, 2, 2, 7, 8, 6, 1, 9, 2, 6, 8, 6, 8, 4, 7, 0, 7, 3, 4, 1, 9, 7, 5, 4, 6, 1, 9, 8, 8, 3, 6, 5, 5, 4, 4, 2, 3, 0, 8, 0, 9, 5, 6, 3, 7, 4, 8, 6, 2, 6, 4, 2, 2, 9, 6, 7, 7, 6, 5, 3, 6, 1, 1, 6, 9, 5, 1, 9, 1, 3],
"ct" : [0, 2, 9, 8, 3, 3, 0, 4, 6, 1, 4, 0, 0, 1, 9, 0, 8, 7, 7, 6, 1, 1, 7, 0, 5, 9, 0, 9, 6, 3, 9, 6, 2, 1, 5, 4, 9, 4, 3, 1, 8, 7, 9, 8, 3, 9, 8, 3, 2, 5, 3, 0, 8, 4, 4, 4, 8, 6, 5, 4, 5, 0, 5, 6, 6, 5, 3, 1, 2, 2, 0, 9, 1, 3, 2, 4, 3, 8, 4, 2, 8, 7, 5, 2, 8, 6, 5, 1, 6, 1, 9, 4, 2, 5, 4, 1, 9, 4, 3, 3, 2, 0, 9, 8, 8, 5, 4, 8, 6, 2, 5, 8, 8, 6, 1, 6, 8, 7, 3, 8, 1, 3, 4, 2, 9, 2, 9, 0, 8, 6, 0, 8, 0, 5, 8, 7, 2, 6, 2, 1, 3, 5, 8, 5, 2, 3, 4, 8, 4, 9, 4, 3, 3, 4, 0, 3, 4, 9, 1, 9, 0, 4, 8, 4, 7, 0, 1, 1, 3, 3, 4, 4, 5, 7, 2, 7, 2, 9, 5, 2, 1, 6, 8, 4, 0, 7, 6, 8, 2, 9, 1, 3, 3, 4, 8, 4, 7, 3, 7, 8, 1, 4, 3, 7, 3, 4, 9, 1, 0, 0, 3, 3, 6, 5, 5, 2, 8, 3, 8, 0, 5, 4, 1, 0, 2, 6, 6, 7, 0, 7, 4, 1, 4, 8, 2, 8, 1, 0, 0, 8, 9, 9, 1, 0, 9, 6, 9, 2, 5, 1, 8, 5, 8, 4, 5, 6, 6, 5, 0, 3],
"result" : "valid"
}
]
},
{
"keySize" : 256,
"msgSize" : 39,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3824,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "11e30ec3090687f70bb498193541ded7d7accc0b6a8e5106fdf2ca38d34a6ffa",
"tweak" : "c1aec33763cc79cf",
"msg" : [1, 8, 8, 1, 1, 3, 9, 8, 7, 5, 1, 0, 3, 9, 6, 5, 3, 9, 7, 4, 8, 9, 8, 6, 0, 3, 5, 6, 0, 2, 6, 7, 8, 9, 3, 5, 7, 2, 0],
"ct" : [1, 5, 5, 4, 8, 9, 1, 6, 3, 2, 3, 8, 7, 4, 0, 5, 0, 6, 1, 0, 3, 0, 7, 8, 0, 5, 0, 0, 4, 0, 0, 9, 6, 1, 0, 9, 4, 3, 6],
"result" : "valid"
}
]
},
{
"keySize" : 256,
"msgSize" : 40,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3825,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "44d6353fd4623666bb7617a2235ebe645e1685dc11e084d7408c75042d94c06c",
"tweak" : "e0b69ccb91ebb7a3",
"msg" : [9, 1, 2, 1, 6, 6, 6, 0, 9, 3, 9, 2, 2, 4, 6, 5, 5, 2, 1, 1, 4, 1, 6, 4, 2, 6, 9, 8, 1, 2, 1, 1, 3, 6, 9, 0, 5, 4, 7, 2],
"ct" : [9, 5, 7, 3, 6, 8, 5, 9, 5, 0, 5, 8, 7, 2, 7, 2, 0, 1, 7, 5, 1, 7, 2, 9, 5, 6, 4, 2, 5, 0, 3, 2, 0, 0, 8, 7, 0, 6, 9, 7],
"result" : "valid"
}
]
},
{
"keySize" : 256,
"msgSize" : 56,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3826,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "34d42f7f003c00e6ef893fe7f6a892ef519ec38b29960e554f009a7052bd1d94",
"tweak" : "8f355c816c1bd5eb",
"msg" : [2, 4, 3, 5, 0, 9, 7, 1, 3, 5, 6, 2, 5, 4, 3, 8, 8, 0, 4, 9, 9, 6, 0, 9, 4, 8, 5, 3, 4, 1, 1, 4, 3, 7, 2, 1, 9, 6, 6, 7, 7, 4, 3, 9, 2, 4, 7, 4, 0, 5, 0, 9, 9, 4, 1, 5],
"ct" : [9, 3, 9, 6, 5, 1, 7, 0, 4, 2, 9, 6, 1, 9, 6, 2, 0, 9, 9, 2, 6, 2, 4, 1, 9, 0, 7, 0, 6, 6, 5, 9, 1, 4, 3, 8, 1, 2, 5, 5, 2, 2, 6, 9, 2, 9, 8, 2, 3, 1, 5, 2, 0, 5, 5, 1],
"result" : "valid"
}
]
},
{
"keySize" : 256,
"msgSize" : 57,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3827,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "4582eb46eed287ad23514b65f1e96690e5da4b9a6a108a3750ae47e2dfd81a81",
"tweak" : "c967c80033da6d86",
"msg" : [4, 1, 2, 5, 4, 9, 8, 6, 5, 4, 1, 1, 9, 4, 2, 0, 3, 1, 6, 0, 7, 5, 2, 6, 0, 0, 4, 0, 7, 8, 6, 8, 1, 5, 6, 6, 6, 7, 9, 7, 3, 4, 3, 2, 7, 1, 6, 8, 8, 6, 6, 4, 2, 5, 9, 8, 2],
"ct" : [0, 3, 0, 0, 6, 4, 1, 0, 5, 5, 1, 4, 5, 7, 5, 3, 2, 5, 8, 4, 8, 1, 8, 6, 2, 4, 7, 9, 0, 8, 1, 2, 4, 9, 1, 4, 9, 4, 2, 9, 5, 0, 6, 8, 0, 5, 5, 4, 5, 9, 4, 9, 2, 5, 1, 1, 4],
"result" : "valid"
}
]
},
{
"keySize" : 256,
"msgSize" : 64,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3828,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "2f18635c07eefa940f9f24050f44a9ef0a635c87a70897eaceeeeef15fefe1f8",
"tweak" : "4ccb9dd3441d2cfb",
"msg" : [1, 9, 4, 7, 3, 9, 3, 6, 8, 8, 1, 4, 1, 3, 1, 3, 4, 0, 5, 4, 4, 8, 1, 1, 0, 4, 1, 6, 3, 4, 1, 0, 1, 0, 9, 6, 1, 5, 0, 1, 1, 0, 8, 9, 9, 4, 2, 3, 3, 7, 3, 1, 4, 4, 1, 4, 3, 8, 5, 9, 8, 9, 7, 0],
"ct" : [9, 4, 9, 6, 0, 4, 0, 5, 1, 7, 1, 4, 6, 3, 7, 2, 8, 4, 5, 2, 4, 9, 6, 0, 5, 3, 0, 4, 8, 5, 2, 5, 2, 3, 9, 5, 4, 4, 2, 6, 4, 5, 4, 1, 2, 8, 5, 1, 4, 1, 9, 0, 8, 9, 9, 7, 4, 8, 2, 3, 6, 3, 4, 1],
"result" : "valid"
}
]
},
{
"keySize" : 256,
"msgSize" : 76,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3829,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "bb44eb887d52af308b251b5b6a4f75a6976548e2640ae354638de7d53a9b9438",
"tweak" : "5fcb7e5e25916a27",
"msg" : [5, 1, 7, 9, 5, 0, 4, 6, 1, 3, 2, 4, 4, 1, 2, 0, 4, 5, 1, 5, 0, 2, 5, 2, 0, 9, 7, 7, 1, 5, 3, 6, 5, 1, 5, 7, 9, 7, 0, 4, 9, 0, 3, 3, 3, 5, 5, 5, 3, 1, 0, 9, 4, 4, 1, 1, 2, 9, 0, 9, 1, 5, 3, 9, 5, 3, 2, 4, 5, 5, 7, 3, 6, 8, 2, 5],
"ct" : [6, 2, 2, 1, 1, 3, 8, 9, 0, 7, 2, 5, 5, 5, 4, 2, 5, 3, 9, 2, 3, 5, 5, 6, 8, 7, 3, 2, 0, 6, 2, 9, 3, 0, 0, 5, 1, 3, 7, 8, 7, 6, 2, 1, 4, 0, 0, 0, 6, 2, 6, 5, 3, 1, 0, 5, 9, 7, 7, 9, 6, 5, 3, 0, 6, 9, 5, 7, 2, 4, 1, 7, 8, 7, 6, 2],
"result" : "valid"
}
]
},
{
"keySize" : 256,
"msgSize" : 77,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3830,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "09d4eaa9cfce1276a6402313b0b9c77e6e830ac39888e0418e1d652b7b123909",
"tweak" : "de48e38ff930091c",
"msg" : [4, 4, 1, 2, 9, 9, 7, 5, 6, 0, 5, 3, 1, 1, 8, 4, 1, 1, 4, 3, 0, 0, 3, 7, 0, 6, 9, 0, 6, 5, 7, 9, 1, 2, 4, 5, 8, 8, 6, 6, 2, 8, 8, 5, 2, 8, 5, 5, 2, 7, 2, 9, 6, 8, 1, 9, 2, 2, 3, 6, 8, 9, 2, 2, 1, 5, 8, 5, 1, 4, 3, 4, 3, 1, 0, 5, 6],
"ct" : [5, 2, 1, 0, 6, 7, 0, 5, 9, 5, 1, 9, 5, 9, 2, 2, 7, 5, 3, 4, 8, 6, 2, 5, 4, 0, 3, 4, 9, 4, 1, 9, 5, 0, 7, 3, 6, 8, 5, 3, 2, 8, 9, 3, 8, 5, 7, 6, 0, 2, 9, 8, 3, 9, 7, 5, 4, 7, 5, 3, 0, 0, 6, 4, 6, 0, 4, 8, 1, 0, 6, 3, 5, 3, 1, 5, 1],
"result" : "valid"
}
]
},
{
"keySize" : 256,
"msgSize" : 80,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3831,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "4c21f21cf45f61eea701cdae4a3e06a74cd18fd63eec698b49b3a21f4e1c3bf9",
"tweak" : "0ec0a2520507286d",
"msg" : [2, 0, 4, 4, 8, 8, 9, 5, 1, 5, 1, 8, 9, 2, 5, 7, 2, 8, 6, 3, 1, 4, 1, 0, 1, 6, 2, 5, 5, 0, 2, 5, 4, 5, 3, 5, 2, 5, 8, 4, 8, 4, 9, 1, 7, 3, 9, 8, 2, 5, 8, 2, 0, 5, 1, 5, 9, 3, 9, 2, 5, 5, 9, 5, 0, 7, 2, 7, 9, 5, 0, 8, 8, 8, 6, 2, 7, 9, 0, 2],
"ct" : [4, 5, 5, 5, 7, 3, 8, 7, 2, 6, 9, 9, 0, 8, 1, 6, 0, 5, 9, 6, 1, 1, 2, 4, 6, 5, 0, 1, 3, 4, 3, 1, 5, 2, 3, 3, 7, 1, 5, 9, 4, 1, 7, 2, 9, 1, 2, 5, 2, 9, 3, 2, 8, 2, 1, 3, 8, 8, 8, 4, 0, 4, 0, 9, 0, 2, 4, 4, 8, 4, 1, 3, 6, 9, 4, 0, 1, 5, 7, 8],
"result" : "valid"
}
]
},
{
"keySize" : 256,
"msgSize" : 96,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3832,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "7d9ee70015895ae677129171c6371a3234c894309efa3b79deb146fef2d76125",
"tweak" : "a3a3e2481f402162",
"msg" : [1, 8, 3, 5, 3, 0, 8, 0, 2, 5, 5, 3, 5, 1, 7, 5, 3, 4, 1, 0, 8, 3, 9, 4, 9, 8, 8, 0, 4, 8, 6, 9, 7, 7, 5, 6, 1, 6, 2, 0, 2, 1, 2, 5, 0, 6, 0, 8, 5, 7, 0, 6, 0, 5, 0, 6, 9, 9, 6, 7, 5, 6, 1, 8, 7, 4, 6, 1, 3, 8, 0, 3, 4, 9, 6, 5, 0, 0, 8, 8, 7, 9, 7, 7, 6, 9, 3, 1, 7, 8, 8, 1, 9, 9, 3, 4],
"ct" : [8, 2, 8, 0, 9, 9, 9, 4, 6, 7, 9, 6, 5, 0, 4, 7, 5, 2, 9, 3, 7, 6, 3, 8, 3, 4, 9, 0, 4, 2, 0, 0, 2, 4, 3, 8, 6, 6, 2, 1, 6, 7, 6, 3, 9, 2, 7, 8, 3, 4, 7, 0, 2, 0, 4, 7, 8, 9, 4, 5, 0, 2, 2, 3, 4, 3, 6, 4, 3, 9, 1, 3, 7, 0, 0, 9, 9, 5, 9, 1, 3, 1, 9, 8, 2, 8, 2, 4, 6, 8, 9, 8, 7, 3, 4, 0],
"result" : "valid"
}
]
},
{
"keySize" : 256,
"msgSize" : 97,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3833,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "373f3b9d1964df142507ddee9fa1b33babcf781c9b0289e3f3eaa4cab28a5cb2",
"tweak" : "8348ea2ce51ecf67",
"msg" : [9, 4, 6, 0, 1, 7, 0, 6, 9, 5, 1, 9, 9, 7, 1, 7, 0, 0, 4, 0, 1, 3, 9, 2, 3, 2, 7, 8, 2, 5, 3, 4, 5, 1, 2, 0, 4, 7, 8, 5, 8, 9, 8, 9, 8, 6, 8, 9, 9, 0, 5, 6, 4, 3, 5, 5, 7, 1, 6, 4, 6, 3, 9, 4, 6, 5, 2, 0, 5, 4, 8, 2, 8, 7, 7, 1, 8, 0, 9, 4, 1, 1, 3, 3, 0, 7, 9, 7, 9, 8, 6, 5, 7, 7, 9, 9, 7],
"ct" : [1, 5, 8, 4, 5, 8, 6, 1, 2, 4, 1, 7, 8, 8, 3, 6, 9, 2, 8, 0, 5, 3, 6, 2, 6, 4, 0, 0, 5, 3, 2, 8, 2, 9, 0, 4, 9, 5, 2, 1, 3, 7, 3, 3, 9, 2, 9, 4, 7, 3, 4, 5, 7, 0, 2, 5, 2, 5, 0, 4, 2, 9, 8, 7, 5, 4, 8, 9, 9, 1, 4, 6, 8, 7, 5, 3, 1, 5, 1, 1, 9, 1, 5, 6, 0, 1, 0, 4, 6, 8, 2, 7, 0, 4, 4, 8, 6],
"result" : "valid"
}
]
},
{
"keySize" : 256,
"msgSize" : 114,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3834,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "7be7f95ff4c888e214b12175c383a48adaf3eaf1c0c2891c4903c0bbe09c428d",
"tweak" : "431094ab477a6428",
"msg" : [2, 6, 6, 3, 4, 0, 8, 4, 8, 3, 9, 9, 2, 3, 0, 5, 6, 9, 1, 1, 9, 5, 4, 1, 4, 4, 4, 3, 2, 1, 8, 0, 4, 7, 5, 1, 9, 0, 6, 5, 0, 9, 2, 1, 4, 5, 3, 6, 8, 2, 5, 1, 4, 7, 4, 9, 8, 0, 9, 1, 3, 8, 8, 1, 7, 0, 1, 9, 3, 8, 3, 5, 2, 9, 4, 9, 3, 7, 6, 6, 8, 2, 0, 8, 0, 7, 4, 5, 4, 7, 7, 9, 5, 8, 2, 9, 2, 6, 4, 9, 6, 6, 4, 9, 8, 2, 1, 1, 3, 5, 0, 2, 9, 5],
"ct" : [3, 2, 9, 6, 4, 9, 5, 1, 1, 7, 4, 3, 2, 2, 2, 0, 3, 2, 2, 1, 3, 6, 4, 6, 7, 9, 9, 6, 9, 6, 5, 5, 1, 1, 4, 0, 1, 7, 8, 3, 7, 3, 7, 5, 3, 0, 2, 7, 5, 8, 7, 4, 6, 6, 9, 7, 1, 3, 1, 6, 2, 0, 0, 2, 7, 3, 7, 5, 0, 8, 7, 0, 4, 0, 4, 0, 2, 1, 0, 7, 4, 3, 0, 9, 4, 6, 6, 6, 6, 4, 5, 9, 6, 7, 8, 6, 9, 6, 3, 7, 0, 3, 4, 3, 8, 6, 5, 2, 9, 2, 6, 6, 6, 3],
"result" : "valid"
}
]
},
{
"keySize" : 256,
"msgSize" : 115,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3835,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "553ccbdd56ca32ccd4487844303344d765a718d4f53df744b5589b01052f5822",
"tweak" : "b293ee19bea02d87",
"msg" : [7, 3, 5, 0, 6, 5, 8, 3, 4, 8, 5, 5, 0, 3, 6, 5, 5, 2, 9, 0, 6, 6, 6, 4, 7, 1, 4, 4, 9, 3, 1, 6, 7, 5, 5, 8, 8, 6, 1, 8, 8, 6, 4, 7, 0, 8, 3, 0, 6, 2, 5, 1, 7, 8, 6, 7, 1, 0, 2, 7, 7, 7, 3, 6, 4, 6, 1, 8, 1, 8, 8, 8, 9, 2, 8, 5, 2, 5, 2, 9, 7, 2, 1, 8, 0, 5, 1, 2, 9, 9, 8, 5, 3, 8, 8, 4, 6, 2, 2, 5, 7, 3, 3, 6, 8, 3, 1, 6, 7, 5, 7, 1, 7, 5, 4],
"ct" : [1, 7, 5, 3, 0, 7, 6, 2, 7, 6, 0, 4, 0, 3, 1, 7, 1, 9, 9, 3, 1, 1, 1, 5, 1, 3, 5, 5, 2, 1, 2, 0, 2, 0, 1, 9, 3, 0, 7, 5, 5, 0, 3, 4, 2, 4, 6, 2, 4, 8, 9, 0, 4, 0, 2, 1, 4, 2, 3, 2, 0, 9, 7, 6, 3, 3, 5, 4, 0, 2, 4, 5, 9, 5, 9, 3, 5, 4, 4, 3, 1, 7, 1, 8, 1, 3, 7, 6, 2, 5, 7, 2, 9, 0, 4, 1, 6, 7, 7, 6, 3, 2, 4, 0, 3, 6, 7, 0, 6, 2, 5, 3, 9, 4, 9],
"result" : "valid"
}
]
},
{
"keySize" : 256,
"msgSize" : 128,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3836,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "0a04c284ea0028d71c986b4e547c0e03cc8969ac81ec89dacf67df23bf72d461",
"tweak" : "fdb7b6eda7cdb93c",
"msg" : [6, 5, 4, 4, 2, 2, 5, 1, 1, 0, 1, 1, 4, 1, 4, 7, 4, 7, 7, 8, 6, 7, 1, 5, 1, 9, 8, 7, 4, 8, 5, 3, 8, 7, 2, 6, 8, 3, 3, 7, 0, 3, 3, 7, 5, 7, 6, 6, 8, 1, 2, 0, 1, 7, 5, 9, 7, 3, 5, 2, 2, 8, 8, 3, 8, 9, 1, 9, 6, 4, 2, 8, 8, 6, 9, 6, 8, 1, 9, 5, 3, 6, 8, 3, 4, 1, 8, 8, 4, 2, 5, 6, 3, 7, 4, 9, 1, 6, 4, 6, 6, 2, 1, 3, 8, 3, 5, 8, 1, 0, 7, 8, 0, 9, 0, 9, 2, 6, 5, 1, 1, 2, 6, 7, 4, 0, 2, 0],
"ct" : [8, 3, 6, 2, 4, 8, 1, 9, 9, 7, 3, 4, 3, 9, 6, 1, 2, 7, 9, 7, 1, 2, 5, 8, 1, 3, 6, 5, 2, 8, 0, 4, 0, 4, 3, 9, 9, 1, 1, 2, 2, 8, 1, 2, 3, 6, 5, 1, 1, 6, 6, 9, 0, 4, 3, 3, 4, 1, 0, 9, 7, 6, 2, 2, 1, 9, 6, 8, 2, 3, 3, 0, 8, 6, 3, 4, 6, 8, 1, 1, 4, 1, 3, 4, 6, 2, 0, 7, 9, 7, 3, 5, 7, 0, 5, 9, 5, 9, 8, 8, 2, 7, 4, 8, 6, 1, 4, 6, 4, 8, 2, 6, 0, 1, 8, 7, 8, 8, 4, 3, 2, 0, 8, 9, 5, 0, 9, 2],
"result" : "valid"
}
]
},
{
"keySize" : 256,
"msgSize" : 134,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3837,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "f1e2db51a981790544826b9d31d43526eddc9e0f4216824ec5a07df83846e789",
"tweak" : "85d12442d50f7a24",
"msg" : [4, 9, 2, 3, 6, 5, 3, 3, 8, 1, 7, 6, 3, 9, 7, 1, 2, 1, 7, 1, 5, 9, 3, 7, 2, 6, 5, 4, 3, 5, 5, 8, 3, 2, 0, 2, 7, 3, 4, 9, 5, 0, 8, 7, 5, 7, 6, 5, 7, 7, 2, 6, 2, 7, 6, 0, 6, 4, 9, 9, 4, 6, 7, 6, 3, 8, 0, 4, 9, 8, 4, 2, 1, 8, 6, 4, 6, 5, 1, 4, 9, 2, 1, 4, 1, 6, 5, 6, 1, 7, 1, 2, 2, 9, 8, 4, 7, 7, 0, 4, 6, 8, 1, 7, 4, 0, 7, 8, 5, 6, 5, 3, 2, 4, 5, 4, 9, 0, 1, 4, 5, 6, 0, 6, 2, 9, 5, 1, 0, 0, 7, 0, 3, 5],
"ct" : [9, 0, 0, 6, 1, 2, 2, 3, 8, 1, 9, 6, 2, 5, 2, 3, 4, 6, 6, 8, 7, 0, 3, 2, 3, 3, 7, 9, 1, 0, 3, 5, 7, 3, 2, 8, 2, 0, 1, 3, 9, 3, 7, 4, 2, 1, 0, 4, 1, 1, 6, 4, 6, 3, 9, 9, 4, 8, 3, 8, 7, 8, 2, 1, 8, 6, 4, 4, 3, 3, 7, 5, 4, 8, 9, 0, 5, 6, 3, 4, 8, 1, 8, 7, 1, 1, 6, 8, 2, 7, 2, 3, 2, 9, 2, 2, 3, 2, 7, 7, 2, 9, 1, 7, 1, 1, 9, 2, 3, 9, 1, 0, 8, 3, 6, 6, 5, 1, 4, 4, 5, 4, 7, 0, 8, 3, 0, 6, 7, 5, 3, 8, 2, 8],
"result" : "valid"
}
]
},
{
"keySize" : 256,
"msgSize" : 135,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3838,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "c96cc703148aab240e4e3ebe5c21ff88ac3f8235d31884a5f5bb7b95582a3b82",
"tweak" : "6e5031348c90f3f1",
"msg" : [2, 2, 8, 6, 5, 5, 9, 7, 5, 0, 6, 6, 0, 0, 0, 5, 2, 3, 2, 6, 0, 4, 9, 3, 5, 9, 3, 7, 5, 1, 4, 9, 6, 4, 3, 2, 4, 7, 8, 2, 6, 5, 7, 1, 3, 1, 9, 0, 2, 5, 7, 5, 4, 8, 8, 3, 3, 8, 4, 0, 1, 4, 5, 2, 3, 0, 0, 0, 2, 0, 1, 2, 2, 7, 7, 8, 2, 8, 3, 3, 4, 8, 4, 1, 0, 5, 7, 1, 0, 4, 2, 2, 1, 3, 4, 7, 7, 1, 2, 1, 3, 5, 4, 0, 1, 6, 4, 2, 2, 3, 5, 1, 6, 7, 1, 5, 9, 8, 8, 3, 2, 2, 1, 9, 9, 4, 1, 4, 9, 8, 8, 7, 3, 1, 9],
"ct" : [3, 4, 4, 1, 8, 4, 8, 1, 1, 5, 2, 2, 9, 2, 9, 7, 6, 9, 5, 8, 3, 1, 3, 9, 7, 8, 6, 3, 1, 1, 7, 3, 0, 3, 6, 8, 2, 3, 1, 2, 3, 8, 7, 6, 1, 7, 1, 7, 2, 7, 9, 1, 0, 0, 8, 8, 8, 0, 3, 8, 3, 3, 9, 8, 2, 0, 0, 2, 2, 6, 1, 2, 2, 5, 3, 4, 9, 8, 2, 2, 5, 4, 6, 7, 1, 8, 2, 6, 6, 3, 2, 6, 6, 2, 1, 0, 0, 5, 9, 6, 7, 6, 7, 7, 0, 7, 1, 3, 4, 9, 7, 4, 1, 6, 4, 8, 0, 6, 0, 4, 3, 3, 7, 9, 3, 0, 8, 2, 8, 3, 8, 6, 3, 0, 9],
"result" : "valid"
}
]
},
{
"keySize" : 256,
"msgSize" : 154,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3839,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "774a79e14e8bfd169e7027ef88e9f095ca42ec3a8bb0366b9bac9fd2bb2b8be7",
"tweak" : "3317115456246743",
"msg" : [4, 0, 4, 9, 4, 9, 7, 2, 5, 0, 3, 8, 5, 9, 7, 6, 5, 7, 6, 3, 4, 1, 7, 1, 0, 0, 0, 7, 4, 9, 6, 2, 2, 3, 3, 2, 3, 4, 6, 4, 3, 4, 6, 7, 7, 9, 6, 6, 3, 9, 2, 4, 2, 7, 7, 1, 0, 6, 1, 4, 1, 2, 6, 5, 4, 3, 1, 7, 1, 6, 2, 7, 2, 9, 4, 5, 1, 3, 4, 8, 7, 8, 8, 6, 2, 5, 3, 0, 1, 4, 0, 8, 7, 5, 2, 8, 0, 8, 5, 7, 6, 9, 1, 4, 7, 0, 4, 9, 7, 3, 6, 7, 4, 1, 1, 2, 5, 6, 2, 6, 8, 2, 7, 2, 8, 7, 2, 0, 8, 4, 4, 7, 1, 4, 1, 4, 9, 7, 1, 3, 0, 7, 3, 7, 6, 6, 6, 9, 3, 1, 6, 7, 0, 2],
"ct" : [6, 1, 1, 8, 9, 0, 0, 5, 4, 1, 5, 9, 9, 9, 3, 2, 8, 8, 9, 3, 7, 9, 6, 3, 9, 2, 8, 8, 1, 5, 6, 1, 4, 9, 8, 4, 7, 7, 2, 2, 5, 3, 0, 1, 9, 9, 9, 2, 4, 7, 2, 9, 9, 5, 5, 7, 7, 4, 6, 7, 5, 2, 8, 9, 7, 2, 2, 1, 6, 0, 6, 4, 9, 2, 4, 1, 7, 3, 6, 4, 8, 1, 1, 5, 8, 3, 1, 6, 6, 9, 8, 2, 0, 6, 1, 9, 8, 5, 0, 9, 3, 7, 3, 4, 9, 9, 2, 6, 2, 8, 5, 5, 6, 7, 1, 2, 6, 0, 0, 8, 0, 9, 2, 7, 2, 4, 8, 9, 6, 9, 8, 3, 7, 0, 1, 5, 7, 0, 2, 5, 5, 0, 8, 4, 8, 2, 9, 4, 6, 0, 4, 7, 5, 8],
"result" : "valid"
}
]
},
{
"keySize" : 256,
"msgSize" : 260,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3840,
"comment" : "large message size",
"flags" : [
"LargeMessageSize"
],
"key" : "e3009a081a300a5d2c99b076d69e8479ab2e040342b7558d4fb8c6cf978e809f",
"tweak" : "ae2aa7fbd0c4542d",
"msg" : [0, 2, 8, 2, 4, 3, 8, 1, 7, 1, 7, 1, 3, 6, 8, 2, 2, 0, 4, 9, 4, 3, 6, 3, 9, 4, 4, 2, 7, 7, 3, 3, 3, 3, 9, 0, 4, 6, 7, 2, 0, 5, 4, 1, 8, 7, 5, 3, 3, 1, 8, 6, 1, 0, 0, 9, 8, 4, 5, 2, 2, 5, 5, 4, 7, 1, 7, 8, 3, 5, 5, 5, 3, 8, 5, 2, 5, 7, 2, 1, 3, 3, 5, 0, 4, 8, 6, 4, 4, 8, 5, 3, 6, 8, 5, 5, 5, 6, 1, 7, 6, 6, 6, 6, 8, 7, 4, 8, 6, 8, 1, 0, 3, 6, 1, 8, 0, 6, 9, 3, 3, 8, 5, 5, 8, 4, 1, 7, 9, 6, 3, 9, 5, 4, 5, 0, 4, 0, 5, 5, 7, 6, 9, 3, 4, 7, 9, 9, 5, 5, 5, 5, 1, 5, 6, 9, 8, 9, 6, 8, 1, 5, 8, 0, 5, 5, 0, 4, 3, 0, 2, 0, 6, 7, 9, 0, 0, 7, 1, 2, 6, 3, 8, 2, 4, 3, 9, 3, 1, 0, 4, 6, 2, 2, 6, 0, 0, 2, 5, 2, 7, 2, 2, 3, 0, 5, 0, 8, 2, 4, 0, 3, 7, 4, 6, 6, 0, 4, 3, 4, 0, 8, 1, 2, 5, 4, 2, 9, 6, 9, 6, 1, 3, 6, 1, 7, 0, 4, 9, 9, 6, 3, 3, 0, 5, 5, 9, 5, 6, 2, 1, 8, 6, 9, 8, 4, 8, 8, 1, 8],
"ct" : [1, 3, 7, 1, 5, 3, 8, 3, 0, 0, 4, 3, 5, 8, 8, 1, 3, 8, 3, 9, 0, 5, 1, 0, 7, 8, 9, 5, 1, 5, 3, 3, 2, 8, 0, 9, 6, 0, 1, 9, 3, 1, 8, 3, 2, 1, 9, 7, 7, 0, 3, 4, 6, 9, 6, 3, 8, 2, 1, 8, 8, 9, 0, 5, 0, 7, 7, 1, 8, 4, 3, 1, 8, 8, 2, 9, 3, 9, 3, 7, 0, 0, 6, 1, 7, 9, 2, 5, 3, 2, 9, 3, 8, 9, 5, 7, 4, 7, 5, 3, 5, 2, 6, 9, 8, 6, 0, 9, 8, 5, 0, 0, 0, 5, 2, 6, 7, 3, 6, 7, 6, 7, 7, 0, 7, 9, 6, 8, 5, 5, 4, 1, 5, 1, 3, 0, 3, 4, 7, 5, 7, 7, 6, 6, 1, 3, 2, 4, 8, 5, 3, 8, 6, 2, 4, 4, 7, 6, 6, 5, 8, 6, 4, 0, 9, 9, 4, 4, 4, 0, 0, 3, 8, 2, 0, 3, 5, 5, 9, 1, 4, 6, 0, 5, 4, 8, 2, 1, 2, 2, 8, 4, 5, 5, 3, 2, 8, 2, 5, 1, 0, 7, 8, 2, 9, 4, 5, 9, 3, 6, 9, 8, 9, 5, 5, 9, 3, 8, 5, 2, 9, 0, 9, 5, 7, 4, 6, 8, 4, 1, 1, 5, 2, 1, 8, 9, 9, 2, 6, 3, 0, 3, 6, 6, 2, 7, 7, 6, 3, 4, 6, 1, 8, 5, 2, 2, 0, 0, 9, 7],
"result" : "valid"
}
]
},
{
"keySize" : 0,
"msgSize" : 6,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3841,
"comment" : "invalid key size",
"flags" : [
"InvalidKeySize"
],
"key" : "",
"tweak" : "3d6bcfb5e5efa4f9",
"msg" : [2, 6, 9, 6, 2, 9],
"ct" : [],
"result" : "invalid"
}
]
},
{
"keySize" : 8,
"msgSize" : 6,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3842,
"comment" : "invalid key size",
"flags" : [
"InvalidKeySize"
],
"key" : "ad",
"tweak" : "3f9fd40c1fce6f74",
"msg" : [2, 0, 9, 6, 4, 4],
"ct" : [],
"result" : "invalid"
}
]
},
{
"keySize" : 64,
"msgSize" : 6,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3843,
"comment" : "invalid key size",
"flags" : [
"InvalidKeySize"
],
"key" : "b8e50ad7ecea0645",
"tweak" : "b5b437b29ece97da",
"msg" : [8, 0, 0, 5, 3, 4],
"ct" : [],
"result" : "invalid"
}
]
},
{
"keySize" : 160,
"msgSize" : 6,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3844,
"comment" : "invalid key size",
"flags" : [
"InvalidKeySize"
],
"key" : "763c46dff5102f21352c1c1333f55e83c06609f8",
"tweak" : "10ac049cdfe1f07a",
"msg" : [7, 5, 0, 3, 7, 5],
"ct" : [],
"result" : "invalid"
}
]
},
{
"keySize" : 320,
"msgSize" : 6,
"radix" : 10,
"type" : "FpeListTest",
"tests" : [
{
"tcId" : 3845,
"comment" : "invalid key size",
"flags" : [
"InvalidKeySize"
],
"key" : "3b17fa375663dd5c0168d3da74d8bc0705650308cfe1106dc9dfe134a5c4b509eb8e58b298accc7a",
"tweak" : "51c2284363c7707f",
"msg" : [5, 1, 2, 6, 6, 2],
"ct" : [],
"result" : "invalid"
}
]
}
]
}