aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include (unfollow)
Commit message (Expand)Author
2015-06-11add error message formatting functionsEgor Tensin
2015-06-11add error codes & messages to the libraryEgor Tensin
2015-06-11add `assert`sEgor Tensin
2015-06-11refactoringEgor Tensin
2015-06-10add extern "C" {Egor Tensin
2015-06-10code styleEgor Tensin
2015-06-10rename header filesEgor Tensin
2015-06-10refactoringEgor Tensin
2015-06-10add file encryption utils for AES-128-ECBEgor Tensin
2015-06-05ditche _mm_store_* in favor of simple assignmentsEgor Tensin
2015-06-05refactoringEgor 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-04grammar tweaksEgor Tensin
2015-06-04add CTR modeEgor Tensin
2015-06-04add BE-to-LE conversion functionsEgor 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-06-03add FIPS-style block parsing functionsEgor Tensin
2015-05-30detach key expansion routinesEgor Tensin
2015-05-30support AES-{128,192}-cbcEgor 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-24add block formatting/printing functionsEgor Tensin
2015-05-24add state-to-block conversion functionEgor Tensin