summaryrefslogtreecommitdiff
path: root/ext/hash/hash.stub.php
diff options
context:
space:
mode:
Diffstat (limited to 'ext/hash/hash.stub.php')
-rw-r--r--ext/hash/hash.stub.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/hash/hash.stub.php b/ext/hash/hash.stub.php
index f8788ed61e..6a660aeaef 100644
--- a/ext/hash/hash.stub.php
+++ b/ext/hash/hash.stub.php
@@ -30,10 +30,6 @@ function hash_hmac_algos(): array {}
function hash_pbkdf2(string $algo, string $password, string $salt, int $iterations, int $length = 0, bool $raw_output = false): string {}
-/**
- * @param $known_string no type juggling is performed
- * @param $user_string no type juggling is performed
- */
function hash_equals(string $known_string, string $user_string): bool {}
function hash_hkdf(string $algo, string $ikm, int $length = 0, string $info = '', string $salt = ''): string {}