s45er - 2021-10-12

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 ?