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 66bdbc8 commit a896cd9Copy full SHA for a896cd9
src/Ecc/Point.php
@@ -54,7 +54,7 @@ public function liftX(): self
54
$c,
55
$adapter->powmod(
56
$y,
57
- gmp_init(2),
+ gmp_init(2, 10),
58
$curve->getPrime()
59
)
60
) !== 0) {
0 commit comments