code wiki / aes
topic: aes
7 modules sharing the aes name family (derived from the tree's prefix discipline).
| module | description | lines | funcs |
|---|---|---|---|
| nx_aes.nx | AES-128 block cipher (FIPS 197). | 647 | 18 |
| nx_aes_cbc.nx | AES-128-CBC DECRYPT (NIST SP 800-38A §6.2) over the FIPS-197 block primitive in | 98 | 7 |
| nx_aes_cbc_enc.nx | AES-128-CBC ENCRYPT (NIST SP 800-38A §6.2) + PKCS#7 pad, over the FIPS-197 block | 91 | 7 |
| nx_aes_ctr.nx | AES-128 Counter (CTR) mode per NIST SP 800-38A §6.5. | 149 | 3 |
| nx_aes_ctr_helper_test.nx | expect_exit: 0 | 58 | 1 |
| nx_aes_ctr_test.nx | AES-128 CTR against NIST SP 800-38A | 88 | 1 |
| nx_aes_test.nx | known-answer test for AES-128 against the FIPS | 73 | 1 |