aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/aes/data.h (unfollow)
Commit message (Expand)Author
2016-09-25fix licensing noticesEgor Tensin
2016-05-19'aesni' -> 'aes'Egor Tensin
2016-05-19rename the projectEgor Tensin
2015-06-19add more block arithmetic functionsEgor Tensin
2015-06-18refactoringEgor Tensin
2015-06-17factoring out AES-specific stuffEgor Tensin
2015-06-17refactoringEgor Tensin
2015-06-17factor out 128-bit XORingEgor Tensin
2015-06-16handle block formatting/printing functions errorsEgor Tensin
2015-06-15handle block parsing errors the standard wayEgor Tensin
2015-06-15code styleEgor Tensin
2015-06-13update the docsEgor Tensin
2015-06-12add function docs to parts of the libraryEgor Tensin
2015-06-11refactoringEgor Tensin
2015-06-10add extern "C" {Egor Tensin
2015-06-10add file encryption utils for AES-128-ECBEgor Tensin
2015-06-05aes192.asm: bugfixEgor Tensin
2015-06-05code styleEgor Tensin
2015-06-04SSE3 for byte order reversalEgor Tensin
2015-06-04explicitly separate BE vs. LE block I/O functionsEgor Tensin
2015-06-04refactoringEgor Tensin
2015-06-04add BE-to-LE conversion functionsEgor Tensin
2015-06-03add FIPS-style block parsing functionsEgor Tensin
2015-05-30detach key expansion routinesEgor 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 block formatting/printing functionsEgor Tensin
2015-05-24add state-to-block conversion functionEgor Tensin