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 a882ee6 commit 0f01bb7
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 @@ -10,7 +10,7 @@
use Hyperwallet\Response\ErrorResponse;
use Composer\Autoload\ClassLoader;
use phpseclib\Crypt\RSA;
use Phpseclib\Math\BigInteger;
use phpseclib3\Math\BigInteger;
use phpseclib\Crypt\Hash;
use JOSE_URLSafeBase64;
use JOSE_JWS;
Expand Down

0 comments on commit 0f01bb7

Please sign in to comment.