aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test (follow)
Commit message (Collapse)AuthorAge
...
* remove unnecessary __declspec(align(16))Egor Tensin2015-06-04
| | | | `__m128i`s are automatically aligned on 16-byte boundary anyway.
* test: bugfixEgor Tensin2015-06-04
|
* test: add READMEEgor Tensin2015-06-04
|
* test: add test vectors from NIST 800-38AEgor Tensin2015-06-04
|
* remove redundant file suffixesEgor Tensin2015-06-04
|
* add CTR modeEgor Tensin2015-06-04
|
* init vectors are calculated by API functionsEgor Tensin2015-06-03
|
* add OFB modeEgor Tensin2015-06-03
|
* add CFB modeEgor Tensin2015-06-03
|
* implement CBC wrappers in CEgor Tensin2015-06-03
|
* test: actually chain when in cbc modeEgor Tensin2015-05-30
|
* detach key expansion routinesEgor Tensin2015-05-30
| | | | | Block encryption/decryption routines now don't expand key schedules on each call.
* support AES-{128,192}-cbcEgor Tensin2015-05-30
|
* add test/Egor Tensin2015-05-25
Includes simple block encryption/decryption programs for the supported modes (AES128/192/256 ECB + AES256 CBC).