1. 06 Jan, 2021 3 commits
  2. 05 Jan, 2021 1 commit
  3. 26 Sep, 2020 1 commit
  4. 01 Jul, 2020 1 commit
  5. 30 Jun, 2020 1 commit
    • k6dsp's avatar
      update cmakelists.txt to be able to use it in add_subdirectory() · 58d9ab69
      k6dsp authored
      - Remove reference to ASM language
      - advance minimum version of the cmake required as far version 2 is VERY outdated. 
      - remove hardcoded folder name of "tiny-AES-c as target_include_directory which by some reason is PRIVATE and could not be used as add_subdirectory() in main project.
      58d9ab69
  6. 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
  7. 30 Mar, 2020 3 commits
  8. 07 Mar, 2020 3 commits
  9. 03 Mar, 2020 1 commit
  10. 11 Feb, 2020 1 commit
  11. 24 Jan, 2020 2 commits
  12. 31 Jul, 2019 1 commit
  13. 22 Feb, 2019 2 commits
  14. 21 Feb, 2019 2 commits
  15. 01 Feb, 2019 1 commit
  16. 31 Jan, 2019 6 commits
  17. 23 Jan, 2019 1 commit
  18. 22 Jan, 2019 1 commit
  19. 17 Jan, 2019 1 commit
  20. 11 Jan, 2019 1 commit
  21. 03 Dec, 2018 1 commit
  22. 30 Nov, 2018 1 commit
  23. 24 Sep, 2018 1 commit
  24. 10 Sep, 2018 1 commit
  25. 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
  26. 27 Jun, 2018 1 commit