weidai11 / cryptopp

free C++ class library of cryptographic schemes
https://cryptopp.com
Other
4.67k stars 1.47k forks source link

help #1226

Closed slancyking closed 11 months ago

slancyking commented 11 months ago

Normally, we encrypt with the public key and decrypt with the private key. Now you want to know how to use private key encryption. Public key decryption. I know how to implement it under openssl, but I don't know how to write it using this library. There better be examples.