SLAA547C July 2013 – July 2021 MSP430FR5739
Software implementation is of 128-bit AES encryption. This means the algorithm uses a 128-bit key to encrypt 128-bit blocks of data. The library was optimized for memory usage (Flash and RAM). There are two functions available from the library: aes_enc_dec() and aes_encrypt(). Both functions overwrite the data block given with its encrypted value.