I'm looking for a free C or C++ cryptography library that can be embedded in a closed-source applicationand supports RSA public-key cyphering. I've found OpenSSL and Crypto++ but neither have a good documentation for a beginner.
Anyone knows a good, free, C or C++ cryptography library with a decent documentation for a starter?
Or maybe a link to a good Starter Guide for Crypto++ or OpenSSL.