/* NOTE: This file contains SAMPLE values for a NON-EXISTENT AES candidate algorithm, in order to present submitters with a template for providing NIST with Known Answer Test values. If tables are used in the candidate algorithm, then a Known Answer Test shall be included to exercise every table entry. The file submitted to NIST **SHALL**: 1. be in the exact format shown below, with values for KEY, PT, and CT replaced with actual values for the appropriate candidate algorithm. The number of KEY-PT-CT triples for each keysize will depend on the particular algorithm, 2. have the filename shown in the "FILENAME" field shown below, 3. include the algorithm name, 4. include the principal submitter name, 5. only include values for the minimum required key sizes of 128, 192, and 256 bits, and ** 6. REPLACE THIS COMMENT WITH A BRIEF DESCRIPTION OF WHAT TABLES ARE TESTED. All of the values for KEY, PT (plaintext) and CT (ciphertext) **SHALL** be given in ASCII hexadecimal representation (as shown below). The value I is an index number, and KEYSIZE is the number of bits in the encryption key - both of these values are expressed in base 10 representation. */ ========================= FILENAME: "ecb_tbl.txt" Electronic Codebook (ECB) Mode Tables Known Answer Test Algorithm Name: (as stated on the submission cover sheet) Principal Submitter: (as stated on the submission cover sheet) ========== KEYSIZE=128 I=1 KEY=809f5f873c1fd761c02faffec989d1fc PT=4e62557798dbef562e8653104f3834ea CT=95a8d72813daa94d0eec1487dd8c26d5 I=2 KEY=4615aa1d33e72f102055123350c00858 PT=b8061b7ecd9a21e58537e9fdbf9b32f1 CT=25610288924511c2c71516c29c75d170 I=3 KEY=df3b99d6577397c831fe17369b5288c9 PT=dfdd3cc64dae1642178c83ce2b399d94 CT=ce7a24f350e280b6882bff0aa01a0b87 . . . I=n KEY=50f636324a9b7f80a8468ee3bc18f06d PT=2e24a0d9f43db80ddd7f121ca5015619 CT=7ad16ffb79c45926d3746294ca6a6cf3 ========== KEYSIZE=192 I=1 KEY=df3b99d6577397c831fe17369b5288c97ad16ffb79c45926 PT=dfdd3cc64dae1642178c83ce2b399d94 CT=e428581186ec8f463be3016820c7fb3b I=2 KEY=add0cc8d6e5deba186f801fb19d6d910d3746294ca6a6cf3 PT=4615aa1d33e72f102055123350c00858 CT=64feed9c724c2faf6bc810161ce09d10 . . . I=n KEY=50f636324a9b7f80a8468ee3bc18f06de428581186ec8f46 PT=5d03a9f8e77bbf52ab6a20c0620d1c6f CT=79e90dbc98f92cca464f6113fef261a8 ========== KEYSIZE=256 I=1 KEY=cac09f797d03128790ba680b22aeb525788ffd2408586dbda484c3ad38dc9c19 PT=25610288924511c2c71516c29c75d170 CT=f02b263b328e2b607ae5b50bc44fe6d5 I=2 KEY=b4a7e52777fdcf60329a8ed523d71aec797049680fe5e85ae7fce22557d23c97 PT=d39d771d7bdde5b1e19e275d846a1298 CT=c073bd507396ba5e12a9f5817ff2d65d I=3 KEY=ddc62b798152e6734bd388ff6cd81d4fce7a24f350e280b6882bff0aa01a0b87 PT=b8061b7ecd9a21e58537e9fdbf9b32f1 CT=11ffb09a1353b6e2889de068a16f0be6 . . . I=n KEY=9a938d8f941f498aecbfe3bd3f591a5eb0cdc41267f4907520b9e767b2fb1456 PT=4e62557798dbef562e8653104f3834ea CT=2e24a0d9f43db80ddd7f121ca5015619 ==========