aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src (unfollow)
Commit message (Expand)Author
2015-06-04refactoringEgor Tensin
2015-06-03implement CBC wrappers in CEgor Tensin
2015-06-03add FIPS-style block parsing functionsEgor Tensin
2015-05-31code styleEgor Tensin
2015-05-30detach key expansion routinesEgor Tensin
2015-05-30support AES-{128,192}-cbcEgor Tensin
2015-05-29merge aes256{ecb,cbc}.asmEgor Tensin
2015-05-29aes256ecb.asm: better comments (as in aes192.asm)Egor Tensin
2015-05-29aes128.asm: better comments (as in aes192.asm)Egor Tensin
2015-05-29aes192: bytes to bits in shifts in commentsEgor Tensin
2015-05-29aes192: more comments & optimize key generationEgor Tensin
2015-05-25add block parsing functionsEgor Tensin
2015-05-24add FIPS-style formatting to AES-192/256 blocksEgor Tensin
2015-05-24add FIPS-style printing to AES-192/256 blocksEgor Tensin
2015-05-24add higher-level encrypt/decrypt functionsEgor Tensin
2015-05-24bugfixEgor Tensin
2015-05-24add block formatting/printing functionsEgor Tensin
2015-05-24add state-to-block conversion functionEgor Tensin
2015-05-22code styleEgor Tensin