aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples (unfollow)
Commit message (Expand)Author
2015-06-19fix stderr output in executablesEgor Tensin
2015-06-19respect the generic interface in CTR functionsEgor Tensin
2015-06-19examples: output updateEgor Tensin
2015-06-18code styleEgor Tensin
2015-06-18cxx: implement more stuffEgor Tensin
2015-06-17factoring out AES-specific stuffEgor Tensin
2015-06-17refactoringEgor Tensin
2015-06-16examples: C++/libaesnixx instead of C/libaesEgor Tensin
2015-06-16handle block formatting/printing functions errorsEgor Tensin
2015-06-11refactoringEgor Tensin
2015-06-10/SAFESEH for the asm implementationEgor Tensin
2015-06-10refactoringEgor Tensin
2015-06-04remove unnecessary __declspec(align(16))Egor Tensin
2015-06-04explicitly separate BE vs. LE block I/O functionsEgor Tensin
2015-06-04grammar tweaksEgor Tensin
2015-06-04remove redundant file suffixesEgor 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-03examples: no more FIPS-style one-line blocksEgor Tensin
2015-06-03add CFB modeEgor 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-25examples: aes128 -> aes128ecb, aes192 -> aes192ecbEgor 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