@@ -1110,6 +1110,13 @@ |
||
1110 | 1110 | * @param $hash (hexa) |
1111 | 1111 | * @return bool |
1112 | 1112 | */ |
1113 | + |
|
1114 | + /** |
|
1115 | + * @param string $pubKey |
|
1116 | + * @param string $R |
|
1117 | + * @param string $S |
|
1118 | + * @param string $hash |
|
1119 | + */ |
|
1113 | 1120 | public function checkSignaturePoints($pubKey, $R, $S, $hash) |
1114 | 1121 | { |
1115 | 1122 | $G = $this->G; |