@@ -43,6 +43,7 @@ discard block |
||
| 43 | 43 | /** |
| 44 | 44 | * Does this platform support an algorithm? |
| 45 | 45 | * |
| 46 | + * @param string $algorithm |
|
| 46 | 47 | * @return bool |
| 47 | 48 | **/ |
| 48 | 49 | public static function platformSupports($algorithm) |
@@ -87,10 +88,6 @@ discard block |
||
| 87 | 88 | * strings. All input will be concatenated before hashing. |
| 88 | 89 | * |
| 89 | 90 | * @param string $sharedSecret |
| 90 | - * @param mixed $what1 |
|
| 91 | - * @param mixed $what2 |
|
| 92 | - * ... |
|
| 93 | - * @param mixed $whatN |
|
| 94 | 91 | * @return string |
| 95 | 92 | **/ |
| 96 | 93 | public function hmac($sharedSecret) |