toddr / Crypt-OpenSSL-RSA

Release history of Crypt-OpenSSL-RSA
https://metacpan.org/pod/Crypt::OpenSSL::RSA
Other
8 stars 25 forks source link

SYNOPSIS says `$plaintext = $rsa->encrypt($ciphertext);` #41

Closed guest20 closed 2 months ago

guest20 commented 11 months ago

A typo fix!

https://github.com/toddr/Crypt-OpenSSL-RSA/blob/01fe9b73040838f63981af879e4f36a7e299b97c/RSA.pm#L43

I think this should likely be:

$plaintext = $rsa->decrypt($ciphertext);