aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/utils/block/aes128ecb_encrypt_block.c (unfollow)
Commit message (Collapse)Author
2015-06-25merge specialized block utils into general onesEgor Tensin
... taking advantage of the new template interface.
2015-06-24move executables from test/ to utils/Egor Tensin
2015-06-19test: better error handling in block utilsEgor Tensin
2015-06-19test: restore specialized block encryption utilsEgor Tensin
2015-06-18test: merge block utilitiesEgor Tensin
2015-06-17factoring out AES-specific stuffEgor Tensin
2015-06-17refactoringEgor Tensin
2015-06-17refactoringEgor Tensin
2015-06-16handle block formatting/printing functions errorsEgor Tensin
2015-06-15handle block parsing errors the standard wayEgor Tensin
2015-06-11test: fix usage messagesEgor Tensin
2015-06-11refactoringEgor Tensin
2015-06-10test: rename the utilitiesEgor Tensin
2015-06-10refactoringEgor Tensin
2015-06-06test: enable the utilities to accept many keysEgor Tensin
2015-06-04remove unnecessary __declspec(align(16))Egor Tensin
`__m128i`s are automatically aligned on 16-byte boundary anyway.
2015-06-04remove redundant file suffixesEgor Tensin
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).