Submit
Path:
~
/
/
opt
/
psa
/
phpMyAdmin
/
vendor
/
web-auth
/
cose-lib
/
src
/
Algorithm
/
Mac
/
File Content:
HS256Truncated64.php
<?php declare(strict_types=1); /* * The MIT License (MIT) * * Copyright (c) 2014-2021 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. */ namespace Cose\Algorithm\Mac; final class HS256Truncated64 extends Hmac { public const ID = 4; public static function identifier(): int { return self::ID; } protected function getHashAlgorithm(): string { return 'sha256'; } protected function getSignatureLength(): int { return 64; } }
Submit
FILE
FOLDER
INFO
Name
Size
Permission
Action
HS256.php
578 bytes
0644
HS256Truncated64.php
588 bytes
0644
HS384.php
578 bytes
0644
HS512.php
578 bytes
0644
Hmac.php
1125 bytes
0644
Mac.php
486 bytes
0644
N4ST4R_ID | Naxtarrr