Hi, I want to do implement some functions with mbedtls. Here is the features what I want:
1.call a API to generate RSA public/private key.
2.Parse the public/private key and store them as char array(with means it needs a api to set key).
3.set RSA public with char array to encrypt data and set private key with char array to decrypt data.