@@ -191,7 +191,7 @@ discard block |
||
191 | 191 | * Calculate modulo of any given number using prime |
192 | 192 | * |
193 | 193 | * @param integer Number |
194 | - * @return integer Module of number |
|
194 | + * @return string Module of number |
|
195 | 195 | */ |
196 | 196 | protected function modulo($number) |
197 | 197 | { |
@@ -240,7 +240,7 @@ discard block |
||
240 | 240 | * |
241 | 241 | * @param array $keyX |
242 | 242 | * @param int $threshold |
243 | - * @return array |
|
243 | + * @return string |
|
244 | 244 | * @throws RuntimeException |
245 | 245 | */ |
246 | 246 | protected function reverseCoefficients(array $keyX, $threshold) |