diff --git a/phpseclib/Crypt/RSA/PublicKey.php b/phpseclib/Crypt/RSA/PublicKey.php index 5e267b9e..89408792 100644 --- a/phpseclib/Crypt/RSA/PublicKey.php +++ b/phpseclib/Crypt/RSA/PublicKey.php @@ -364,7 +364,7 @@ class PublicKey extends RSA implements Common\PublicKey * @throws \LengthException if strlen($m) > $this->k - 2 * $this->hLen - 2 * @return string */ - private function rsaes_oaep_encrypt(BigInteger $m) + private function rsaes_oaep_encrypt($m) { $mLen = strlen($m);