Files
f7cloud_client/3rdparty/web-auth/cose-lib/src/Algorithm/Algorithm.php
T

11 lines
130 B
PHP

<?php
declare(strict_types=1);
namespace Cose\Algorithm;
interface Algorithm
{
public static function identifier(): int;
}