Skip to content

Commit a896cd9

Browse files
committed
gmp init base fix
1 parent 66bdbc8 commit a896cd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Ecc/Point.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function liftX(): self
5454
$c,
5555
$adapter->powmod(
5656
$y,
57-
gmp_init(2),
57+
gmp_init(2, 10),
5858
$curve->getPrime()
5959
)
6060
) !== 0) {

0 commit comments

Comments
 (0)