Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-07-26 | Testing improvements | Kevin Layer | 1 | -113/+103 | |
Add a new `test' rule that tests all three combinations (128, 192 and 256). This required the re-ordering of ifdef's in test.c, similar to that in aes.[ch]. test.elf now exits with the number of tests which failed, so the test rule in Makefile will notify properly. Remove the unused variables `buf' and `buf2'. Also, add a .gitignore file. | |||||
2017-12-06 | Update test.c | kokke | 1 | -15/+18 | |
2017-12-06 | Cosmetic: whitespace and indentation changes | kokke | 1 | -137/+137 | |
2017-12-05 | inplace api and test, Makefile update | Stoian Ivanov | 1 | -17/+14 | |
2017-12-05 | make thead safe via context pram; remove padding as non working; opitmise abit | Stoian Ivanov | 1 | -10/+19 | |
2017-12-01 | adding CTR-mode | kokke | 1 | -6/+67 | |
2017-06-28 | Update test.c | kokke | 1 | -1/+1 | |
2017-06-06 | removing unused buffer | Matteo Brichese | 1 | -1/+0 | |
2017-06-06 | added AES192 and 256 | Matteo Brichese | 1 | -7/+13 | |
2017-06-06 | adding aes256 aes192 options | Matteo Brichese | 1 | -21/+85 | |
2017-06-06 | cleaning up | Matteo Brichese | 1 | -12/+11 | |
2016-06-15 | s/strncmp/memcmp/g | kokke | 1 | -4/+4 | |
2014-12-15 | Update test.c | kokke | 1 | -3/+3 | |
2014-12-15 | Included test of CBC mode | kokke | 1 | -14/+114 | |
2014-12-08 | Update test.c | kokke | 1 | -1/+1 | |
2014-12-08 | Update test.c | kokke | 1 | -1/+1 | |
2014-07-12 | Update test.c | kokke | 1 | -1/+24 | |
2014-06-03 | Update test.c | kokke | 1 | -1/+1 | |
2014-06-03 | Update test.c | kokke | 1 | -10/+0 | |
2014-05-29 | Create test.c | kokke | 1 | -0/+75 | |