Crypto peripheral on STM32H745
Hi
I want to use the Cryptographic peripheral on the above nucleo board, in the following way.
Serial message from embedded board-->H745 crypto engine-->wireless transmission-->Decrypt packet on remote x86 laptop
And the reverse direction too
So clearly i will need a way to duplicate the AES/DES flavor implemented on the H745 on an X86.
Is there a reference C code that would give the same output on x86 (assuming the symmetric keys are exchanged during a binding process)
