aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/asm/aes192.asm (unfollow)
Commit message (Expand)Author
2016-09-25fix licensing noticesEgor Tensin
2016-05-19'aesni' -> 'aes'Egor Tensin
2015-07-28refactoringEgor Tensin
2015-06-17refactoringEgor Tensin
2015-06-11refactoringEgor Tensin
2015-06-10fix register usage in the asm implementationEgor Tensin
2015-06-10src/aes*.asm -> src/asm/, src/aes*.c -> src/c/Egor Tensin
2015-06-10refactoringEgor Tensin
2015-06-05refactoringEgor Tensin
2015-06-05aes192.asm: bugfixEgor Tensin
2015-06-03implement CBC wrappers in CEgor 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-29aes192: bytes to bits in shifts in commentsEgor Tensin
2015-05-29aes192: more comments & optimize key generationEgor Tensin
2015-05-24add higher-level encrypt/decrypt functionsEgor Tensin
2015-05-22code styleEgor Tensin