• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

KWP_AD_128.txtD23-Nov-2023239.6 KiB2,5172,009

KWP_AD_128_inv.txtD23-Nov-2023239.6 KiB2,5172,009

KWP_AD_192.txtD23-Nov-2023247.4 KiB2,5172,009

KWP_AD_192_inv.txtD23-Nov-2023247.4 KiB2,5172,009

KWP_AD_256.txtD23-Nov-2023255.2 KiB2,5172,009

KWP_AD_256_inv.txtD23-Nov-2023255.2 KiB2,5172,009

KWP_AE_128.txtD23-Nov-2023261.5 KiB2,5172,009

KWP_AE_128_inv.txtD23-Nov-2023261.5 KiB2,5172,009

KWP_AE_192.txtD23-Nov-2023269.3 KiB2,5172,009

KWP_AE_192_inv.txtD23-Nov-2023269.3 KiB2,5172,009

KWP_AE_256.txtD23-Nov-2023277.1 KiB2,5172,009

KWP_AE_256_inv.txtD23-Nov-2023277.1 KiB2,5172,009

KW_AD_128.txtD23-Nov-2023258.8 KiB2,5172,009

KW_AD_128_inv.txtD23-Nov-2023258.8 KiB2,5172,009

KW_AD_192.txtD23-Nov-2023266.6 KiB2,5172,009

KW_AD_192_inv.txtD23-Nov-2023266.6 KiB2,5172,009

KW_AD_256.txtD23-Nov-2023274.4 KiB2,5172,009

KW_AD_256_inv.txtD23-Nov-2023274.4 KiB2,5172,009

KW_AE_128.txtD23-Nov-2023283.2 KiB2,5172,009

KW_AE_128_inv.txtD23-Nov-2023283.2 KiB2,5172,009

KW_AE_192.txtD23-Nov-2023291 KiB2,5172,009

KW_AE_192_inv.txtD23-Nov-2023291 KiB2,5172,009

KW_AE_256.txtD23-Nov-2023298.8 KiB2,5172,009

KW_AE_256_inv.txtD23-Nov-2023298.8 KiB2,5172,009

Readme.txtD23-Nov-20231.6 KiB2721

TKW_AD.txtD23-Nov-2023153 KiB2,5172,009

TKW_AD_inv.txtD23-Nov-2023153 KiB2,5172,009

TKW_AE.txtD23-Nov-2023165.2 KiB2,5172,009

TKW_AE_inv.txtD23-Nov-2023165.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