File manager - Edit - /home/ferretapmx/public_html/libraries/vendor/web-auth/cose-lib/src/Algorithm/Mac/Mac.php
Back
<?php declare(strict_types=1); namespace Cose\Algorithm\Mac; use Cose\Algorithm\Algorithm; use Cose\Key\Key; interface Mac extends Algorithm { public function hash(string $data, Key $key): string; public function verify(string $data, Key $key, string $signature): bool; }
| ver. 1.4 |
Github
|
.
| PHP 8.2.32 | Generation time: 0.06 |
proxy
|
phpinfo
|
Settings