| Current Path : /var/www/magento.test.indacotrentino.com/www/vendor/spomky-labs/aes-key-wrap/src/ |
| Current File : /var/www/magento.test.indacotrentino.com/www/vendor/spomky-labs/aes-key-wrap/src/A256KW.php |
<?php
declare(strict_types=1);
namespace AESKW;
final class A256KW implements Wrapper
{
use AESKW;
protected static function getMethod(): string
{
return 'aes-256-ecb';
}
}