1. 28 May, 2020 1 commit
    • Jacob Siverskog's avatar
      Fix compiler warning in CTR only mode · d2b3cd64
      Jacob Siverskog authored
      Fixes the following warning:
      
      aes.c:98:22: warning: 'rsbox' defined but not used [-Wunused-const-variable=]
         98 | static const uint8_t rsbox[256] = {
            |                      ^~~~~
      
      With CBC = 0, ECB = 0 and CTR = 1.
      d2b3cd64
  2. 30 Mar, 2020 3 commits
  3. 07 Mar, 2020 3 commits
  4. 03 Mar, 2020 1 commit
  5. 11 Feb, 2020 1 commit
  6. 24 Jan, 2020 2 commits
  7. 31 Jul, 2019 1 commit
  8. 22 Feb, 2019 2 commits
  9. 21 Feb, 2019 2 commits
  10. 01 Feb, 2019 1 commit
  11. 31 Jan, 2019 6 commits
  12. 23 Jan, 2019 1 commit
  13. 22 Jan, 2019 1 commit
  14. 17 Jan, 2019 1 commit
  15. 11 Jan, 2019 1 commit
  16. 03 Dec, 2018 1 commit
  17. 30 Nov, 2018 1 commit
  18. 24 Sep, 2018 1 commit
  19. 10 Sep, 2018 1 commit
  20. 26 Jul, 2018 1 commit
    • Kevin Layer's avatar
      Testing improvements · 7f211fb4
      Kevin Layer authored
      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.
      7f211fb4
  21. 27 Jun, 2018 1 commit
  22. 29 May, 2018 3 commits
  23. 22 May, 2018 1 commit
  24. 08 May, 2018 1 commit
  25. 04 May, 2018 1 commit
  26. 03 May, 2018 1 commit