Files
tiny-AES/aes.c
Jacob Siverskog d2b3cd64e8 Fix compiler warning in CTR only mode
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.
2020-05-28 10:52:50 +02:00

19 KiB