1. 22 Dec, 2021 1 commit
  2. 19 Dec, 2021 1 commit
  3. 16 Feb, 2021 2 commits
  4. 09 Jan, 2021 3 commits
  5. 08 Jan, 2021 1 commit
  6. 06 Jan, 2021 4 commits
  7. 05 Jan, 2021 1 commit
  8. 26 Sep, 2020 1 commit
  9. 01 Jul, 2020 1 commit
  10. 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
  11. 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
  12. 30 Mar, 2020 3 commits
  13. 07 Mar, 2020 3 commits
  14. 03 Mar, 2020 1 commit
  15. 11 Feb, 2020 1 commit
  16. 24 Jan, 2020 2 commits
  17. 31 Jul, 2019 1 commit
  18. 22 Feb, 2019 2 commits
  19. 21 Feb, 2019 2 commits
  20. 01 Feb, 2019 1 commit
  21. 31 Jan, 2019 6 commits
  22. 23 Jan, 2019 1 commit