aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/aes256ecb.c (unfollow)
Commit message (Collapse)Author
2015-06-04remove unnecessary __declspec(align(16))Egor Tensin
`__m128i`s are automatically aligned on 16-byte boundary anyway.
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-03examples: no more FIPS-style one-line blocksEgor Tensin
2015-05-30detach key expansion routinesEgor Tensin
Block encryption/decryption routines now don't expand key schedules on each call.
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