We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crypt::Blowfish
Pyrrha currently uses Crypt::Blowfish_PP, but it seems that some LMS installations have the faster Crypt::Blowfish.
Crypt::Blowfish_PP
See https://github.com/philippe44/lms-deezer/blob/f8155990bc54bbb5fc1ce6d5f30d7851274013f2/ProtocolHandler.pm#L42 for a way to try for Blowfish but fallback to Blowfish_PP.
Blowfish
Blowfish_PP
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Pyrrha currently uses
Crypt::Blowfish_PP
, but it seems that some LMS installations have the fasterCrypt::Blowfish
.See https://github.com/philippe44/lms-deezer/blob/f8155990bc54bbb5fc1ce6d5f30d7851274013f2/ProtocolHandler.pm#L42 for a way to try for
Blowfish
but fallback toBlowfish_PP
.The text was updated successfully, but these errors were encountered: