toddr / Crypt-OpenSSL-RSA

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

Documentation incorrect/inconsistent #23

Closed rskaarup closed 2 years ago

rskaarup commented 5 years ago

Here:

https://metacpan.org/pod/Crypt::OpenSSL::RSA

it says "use_sha256_hash is the default hash mode when available" - which is not correct.

Here:

https://github.com/toddr/Crypt-OpenSSL-RSA

it says "use_sha1_hash is the default".

Please correct it on cpan, so others don't waste time thinking "use_sha256_hash()" is unnecessary. :-)

Thanks for the great module!

toddr commented 2 years ago

README.md now matches the more up to date POD on CPAN.