Hi, I'm here to seek help.I would like to represent multiplicative inverse in GF(2^8), using textLCD in mCube cortex m4 with stm32407vg.I'll use functions, unsinged char xtimes(); and unsigned char inv(unsigned char a);And also, I want to represent r...