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 0f01bb7 commit b6c5fa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Hyperwallet/Util/HyperwalletEncryption.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
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 phpseclib3\Crypt\Hash;
use JOSE_URLSafeBase64;
use JOSE_JWS;
use JOSE_JWE;
Expand Down

0 comments on commit b6c5fa8

Please sign in to comment.