Page 1 of 1

RSA decryption with Public key on ESP32 (esp-idf)

Posted: Thu Dec 21, 2017 3:18 pm
by serkannuvia
I want to implement RSA decryption(pkcs1) with PUBLIC(especially) key on ESP32(esp-idf). But I didn't find any example about it. I prefer to use mbedtls library. Can you share an example about it?
Thanks.