I'm looking for a minimal C library that would allow me to encrypt and decrypt a string using RSA. I found that bearssl would be a really good candidate but unfortunately I have not understood how to do it. Can anyone help me with that? I'm open to other suggestions in terms of libraries.
Thanks a lot