Question
How can I represent multiplicative inverse in GF(2^8)?
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 result value of inv() seems like [inv : (value)] on textLCD.
Is there the way to input value using my mCube cortext m4, and represent result value?