Файловый менеджер - Редактировать - /home/kckglobal/public_html/portal/vendor/azjezz/psl/src/Psl/Hash/Hmac/hash.php
Назад
<?php declare(strict_types=1); namespace Psl\Hash\Hmac; use Psl\Hash; /** * Generate a keyed hash value using the HMAC method. * * @param non-empty-string $key * * @throws Hash\Exception\RuntimeException If unable to pump data into the hashing context. * * @pure */ function hash(string $data, Algorithm $algorithm, string $key): string { return Hash\Context::hmac($algorithm, $key)->update($data)->finalize(); }
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка