Skip to content
New issue

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

2.0.47 is a breaking change | AES::setKey interface changed #1990

Closed
susnux opened this issue Apr 4, 2024 · 1 comment
Closed

2.0.47 is a breaking change | AES::setKey interface changed #1990

susnux opened this issue Apr 4, 2024 · 1 comment

Comments

@susnux
Copy link

susnux commented Apr 4, 2024

Since 2.0.47 the interface of AES::setKey changed in a breaking way.
Previously it was extending Base but now the AES::setKey was removed so that it inherits from Base::setKey which is marked as @internal.

So this now causes a psalm issue:

InternalMethod: The method phpseclib\Crypt\Base::setKey is internal to phpseclib but called from ...

@terrafrost
Copy link
Member

Apologies for not getting to this sooner - I had eclipse stuff and then was trying to finish up stuff at work so that I can go on a big trip starting tomorrow.

Anyway, cd4d0ba should fix this.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants