@@ -235,7 +235,7 @@ |
||
| 235 | 235 | } |
| 236 | 236 | |
| 237 | 237 | /** |
| 238 | - * @return int |
|
| 238 | + * @return string |
|
| 239 | 239 | */ |
| 240 | 240 | public function getValueOut() |
| 241 | 241 | { |
@@ -34,7 +34,7 @@ |
||
| 34 | 34 | * result and the remainder |
| 35 | 35 | * |
| 36 | 36 | * @param \GMP $dividend |
| 37 | - * @param \GMP $divisor |
|
| 37 | + * @param resource $divisor |
|
| 38 | 38 | * @return array |
| 39 | 39 | */ |
| 40 | 40 | public function divQr(\GMP $dividend, \GMP $divisor): array |
@@ -10,7 +10,6 @@ |
||
| 10 | 10 | use BitWasp\Bitcoin\Crypto\EcAdapter\Serializer\Key\PublicKeySerializerInterface; |
| 11 | 11 | use BitWasp\Buffertools\Buffer; |
| 12 | 12 | use BitWasp\Buffertools\BufferInterface; |
| 13 | -use BitWasp\Buffertools\Parser; |
|
| 14 | 13 | |
| 15 | 14 | class PublicKeySerializer implements PublicKeySerializerInterface |
| 16 | 15 | { |