Hello, I am making the project which will decrypt/encrypt payload and calculate CMAC, I need to use AES128 function in ECB mode, I checked the CmpCrypto.library and it doesn't support ECB mode, the library support CBC mode. What can I do in this situation ? Should I convert to ST language, the AES128 ECB library using the https://github.com/kokke/tiny-AES-c/blob/master/aes.c project code as source ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello, I am making the project which will decrypt/encrypt payload and calculate CMAC, I need to use AES128 function in ECB mode, I checked the CmpCrypto.library and it doesn't support ECB mode, the library support CBC mode. What can I do in this situation ? Should I convert to ST language, the AES128 ECB library using the https://github.com/kokke/tiny-AES-c/blob/master/aes.c project code as source ?