aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/aes192ecb_decrypt_block.c (unfollow)
Commit message (Collapse)Author
2015-05-30detach key expansion routinesEgor Tensin
Block encryption/decryption routines now don't expand key schedules on each call.
2015-05-25add test/Egor Tensin
Includes simple block encryption/decryption programs for the supported modes (AES128/192/256 ECB + AES256 CBC).