Your IP : 216.73.216.84


Current Path : /home/helpink/www/libraries/vendor/web-auth/cose-lib/src/Algorithm/
Upload File :
Current File : /home/helpink/www/libraries/vendor/web-auth/cose-lib/src/Algorithm/Algorithm.php

<?php

declare(strict_types=1);

namespace Cose\Algorithm;

interface Algorithm
{
    public static function identifier(): int;
}