Skip to content

Commit

Permalink
Support phpseclib V3
Browse files Browse the repository at this point in the history
  • Loading branch information
grmeyer-hw-dev committed Jul 17, 2024
1 parent d9da886 commit d1f76d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Hyperwallet/Util/HyperwalletEncryption.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use Hyperwallet\Model\BaseModel;
use Hyperwallet\Response\ErrorResponse;
use Composer\Autoload\ClassLoader;
use phpseclib\Crypt\RSA;
use phpseclib3\Crypt\RSA;
use phpseclib3\Math\BigInteger;
use phpseclib\Crypt\Hash;
use JOSE_URLSafeBase64;
Expand Down

0 comments on commit d1f76d7

Please sign in to comment.