How to realize private key encryption and public key decryption with crypto++?
CryptoPP::ECIES & lt; ECC_ALGORITHM >* EncryptorEncryptor(private key); CryptoPP::ECIES & lt; ECC_ALGORITHM >* DecryptorDecryptor(public key); In addition, private key encryption and public key decryption have no practical significance. What are your needs? Can't I use signature/verification?