• Home
Name Date Size #Lines LOC

..--

KWP_AD_128.txtD03-May-2024239.6 KiB2,5172,009

KWP_AD_128_inv.txtD03-May-2024239.6 KiB2,5172,009

KWP_AD_192.txtD03-May-2024247.4 KiB2,5172,009

KWP_AD_192_inv.txtD03-May-2024247.4 KiB2,5172,009

KWP_AD_256.txtD03-May-2024255.2 KiB2,5172,009

KWP_AD_256_inv.txtD03-May-2024255.2 KiB2,5172,009

KWP_AE_128.txtD03-May-2024261.5 KiB2,5172,009

KWP_AE_128_inv.txtD03-May-2024261.5 KiB2,5172,009

KWP_AE_192.txtD03-May-2024269.3 KiB2,5172,009

KWP_AE_192_inv.txtD03-May-2024269.3 KiB2,5172,009

KWP_AE_256.txtD03-May-2024277.1 KiB2,5172,009

KWP_AE_256_inv.txtD03-May-2024277.1 KiB2,5172,009

KW_AD_128.txtD03-May-2024258.8 KiB2,5172,009

KW_AD_128_inv.txtD03-May-2024258.8 KiB2,5172,009

KW_AD_192.txtD03-May-2024266.6 KiB2,5172,009

KW_AD_192_inv.txtD03-May-2024266.6 KiB2,5172,009

KW_AD_256.txtD03-May-2024274.4 KiB2,5172,009

KW_AD_256_inv.txtD03-May-2024274.4 KiB2,5172,009

KW_AE_128.txtD03-May-2024283.2 KiB2,5172,009

KW_AE_128_inv.txtD03-May-2024283.2 KiB2,5172,009

KW_AE_192.txtD03-May-2024291 KiB2,5172,009

KW_AE_192_inv.txtD03-May-2024291 KiB2,5172,009

KW_AE_256.txtD03-May-2024298.8 KiB2,5172,009

KW_AE_256_inv.txtD03-May-2024298.8 KiB2,5172,009

Readme.txtD03-May-20241.6 KiB2721

TKW_AD.txtD03-May-2024153 KiB2,5172,009

TKW_AD_inv.txtD03-May-2024153 KiB2,5172,009

TKW_AE.txtD03-May-2024165.2 KiB2,5172,009

TKW_AE_inv.txtD03-May-2024165.2 KiB2,5172,009

Readme.txt

1This zip file contains sample test vectors (values) for the following functions defined in
2NIST SP 800-38F:
3
41. AES Key Wrap Authenticated Encryption (KW-AE) and Authenticated Decryption (KW-AD)
5 - file names indicate direction (KW_AE or KW_AD), AES key length (128, 192 or 256).
6   e.g., KW_AE_128 mean AES Key Wrap Authenticated Encryption using AES-128.
7 - for KW-AE, 'inv' at end of file name indicates AES inverse cipher transformation used
8 - for KW-AD, 'inv' at end of file name indicates AES forward cipher transformation used (i.e.,
9   authenticated decryption of ciphertext that has been *encrypted using AES inverse cipher function*)
10 - 5 plaintext lengths with 100 trials per plaintext length
11 - For each trial in KW-AE files, two inputs: key (K) and plaintext (P) and one output: resulting ciphertext (C)
12 - for each trial in KW-AD files, two inputs: key (K) and ciphertext (C) and one output: either the resulting
13   plaintext (P) or FAIL if ciphertext fails to authenticate.  Should FAIL 20 times per 100 trials.
14
152. AES Key Wrap with Padding Authenticated Encryption (KWP-AE) and Authenticated Decryption (KWP-AD)
16  - file names indicate same things as in (1.), just replace KW_ with KWP_
17  - trials same as in (1.)
18
193. TDEA Key Wrap Authenticated Encryption (TKW-AE) and Authenticated Decryption (TKW-AD)
20  - file names indicate same things as in (1.), just replace KW_ with TKW_, except for...
21  - only one key size, so no 128/192/256 in file name
22  - trials same as in (1.)
23
24
25Refer to NIST SP 800-38F (December 2012) for more on these functions:
26
27http://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-38F.pdf