1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-09 17:39:04 +00:00
trezor-firmware/aes
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
..
aes_modes.c update AES code from Github 2017-05-08 17:08:48 +02:00
aes.h update AES code from Github 2017-05-08 17:08:48 +02:00
aescrypt.c GCC 7.1.1 -Wimplicit-fallthrough comments 2017-06-08 22:00:32 +02:00
aeskey.c aes: Fix sequence point warning 2017-08-14 00:08:28 +02:00
aesopt.h update AES code from Github 2017-05-08 17:08:48 +02:00
aestab.c update AES code from Github 2017-05-08 17:08:48 +02:00
aestab.h update AES code from Github 2017-05-08 17:08:48 +02:00
aestst.c aes: Add aestst 2017-08-14 00:08:28 +02:00
aestst.h aes: Add aestst 2017-08-14 00:08:28 +02:00
brg_types.h update AES code from Github 2017-05-08 17:08:48 +02:00