STM32 Cryptographic Library RSA pkcs#1 v1.5 encryption unable to be decrypted with python RSA library
I'm using STM's cryptographic library on a STMf412ret6 to encrypt a 16 byte message using a 2048 bit public key generated by the Python-RSA 4.8 library, first result on google for "python rsa".I've verified the key being received by the MCU is identi...