| Current Path : /srv/web/sites/trentinoplant.it/httpdocs/vendor1/spomky-labs/aes-key-wrap/src/ |
| Current File : /srv/web/sites/trentinoplant.it/httpdocs/vendor1/spomky-labs/aes-key-wrap/src/A192KW.php |
<?php
declare(strict_types=1);
namespace AESKW;
final class A192KW implements Wrapper
{
use AESKW;
protected static function getMethod(): string
{
return 'aes-192-ecb';
}
}