We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8da4820 commit db3bca9Copy full SHA for db3bca9
src/Utils.php
@@ -50,7 +50,6 @@ public static function unserializePublicKey(string $data): array
50
{
51
$data = bin2hex($data);
52
if (mb_substr($data, 0, 2, '8bit') !== '04') {
53
- var_dump($data);
54
throw new \InvalidArgumentException('Invalid data: only uncompressed keys are supported.');
55
}
56
$data = mb_substr($data, 2, null, '8bit');
0 commit comments