Your IP : 216.73.216.81


Current Path : /srv/web/sites/trentinoplant.it/httpdocs/vendor1/spomky-labs/aes-key-wrap/src/
Upload File :
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';
    }
}