code wiki / aes

topic: aes

7 modules sharing the aes name family (derived from the tree's prefix discipline).

moduledescriptionlinesfuncs
nx_aes.nxAES-128 block cipher (FIPS 197).64718
nx_aes_cbc.nxAES-128-CBC DECRYPT (NIST SP 800-38A §6.2) over the FIPS-197 block primitive in987
nx_aes_cbc_enc.nxAES-128-CBC ENCRYPT (NIST SP 800-38A §6.2) + PKCS#7 pad, over the FIPS-197 block917
nx_aes_ctr.nxAES-128 Counter (CTR) mode per NIST SP 800-38A §6.5.1493
nx_aes_ctr_helper_test.nxexpect_exit: 0581
nx_aes_ctr_test.nxAES-128 CTR against NIST SP 800-38A881
nx_aes_test.nxknown-answer test for AES-128 against the FIPS731