1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-09 17:39:04 +00:00
Commit Graph

9 Commits

Author SHA1 Message Date
Pavol Rusnak
d454a48b51
aes: update to newest version 2018-08-14 13:05:21 +02:00
Saleem Rashid
c7be1c4694 gitignore: Add aestst 2017-08-15 11:15:18 +02:00
Saleem Rashid
2b25724f13 aestst: Allow compilation with stricter warnings 2017-08-14 14:39:47 +02:00
Saleem Rashid
ae126e5ae8 aestst: Remove #if defined(STATIC_TABLES)
This looks like an upstream bug because aes_init() is a no-op when
STATIC_TABLES is defined.
2017-08-14 14:39:47 +02:00
Saleem Rashid
b472f64c61 aes: Add aestst
Removed all the Windows and C++ specific parts. Fixed bug when
-DAES_N_BLOCK (changed length from 1 to AES_BLOCK_SIZE) and use new
name aes_init instead of gen_tabs when -DSTATIC_TABLES
2017-08-14 00:08:28 +02:00
Saleem Rashid
f9ab9f828b aes: Fix sequence point warning 2017-08-14 00:08:28 +02:00
Saleem Rashid
a07a89a421 GCC 7.1.1 -Wimplicit-fallthrough comments
Use //-fallthrough rather than __attribute__((fallthrough))
2017-06-08 22:00:32 +02:00
Pavol Rusnak
2ae032adbb
update AES code from Github 2017-05-08 17:08:48 +02:00
Pavol Rusnak
ca3423efc3
move aes stuff to aes/ subdirectory 2017-05-08 16:46:53 +02:00