SLAA547C July 2013 – July 2021 MSP430FR5739
(unsigned char *state, unsigned char *key);
This function only performs AES encryption. Data must be in hex form. Function does not convert ASCII text. It is possible to decrypt messages while only using the encrypt function. This can be done by encrypting a plain text message with an AES decrypt action, then feeding that cipher text to the AES encryption function.
A separate header and code file are made specifically for this function; this is intended for code size sensitive applications.
Inputs