aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/aes/aes.h (unfollow)
Commit message (Expand)Author
2019-12-21restructure the projectEgor Tensin
2016-10-26bugfixEgor Tensin
2016-09-25fix licensing noticesEgor Tensin
2016-05-19'aesni' -> 'aes'Egor Tensin
2016-05-19rename the projectEgor Tensin
2015-07-28refactoringEgor Tensin
2015-06-24use macros to get rid of repetitive codeEgor Tensin
2015-06-19OFB/CTR decryption is the same as encryptionEgor Tensin
2015-06-19respect the generic interface in CTR functionsEgor Tensin
2015-06-18refactoringEgor Tensin
2015-06-17factoring out AES-specific stuffEgor Tensin
2015-06-17refactoringEgor Tensin
2015-06-17refactoringEgor Tensin
2015-06-17factor out 128-bit XORingEgor 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-11add `assert`sEgor Tensin
2015-06-11refactoringEgor Tensin
2015-06-10add extern "C" {Egor Tensin
2015-06-10rename header filesEgor Tensin
2015-06-10refactoringEgor Tensin
2015-06-05ditche _mm_store_* in favor of simple assignmentsEgor Tensin
2015-06-05refactoringEgor Tensin
2015-06-04grammar tweaksEgor Tensin
2015-06-04add CTR modeEgor Tensin
2015-06-03init vectors are calculated by API functionsEgor Tensin
2015-06-03add OFB modeEgor Tensin
2015-06-03add CFB modeEgor Tensin
2015-06-03implement CBC wrappers in CEgor Tensin
2015-05-30detach key expansion routinesEgor Tensin
2015-05-30support AES-{128,192}-cbcEgor Tensin
2015-05-24add higher-level encrypt/decrypt functionsEgor Tensin