├── LICENSE ├── composer.json └── src └── AESGCM.php /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spomky-Labs/php-aes-gcm/HEAD/LICENSE -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spomky-Labs/php-aes-gcm/HEAD/composer.json -------------------------------------------------------------------------------- /src/AESGCM.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spomky-Labs/php-aes-gcm/HEAD/src/AESGCM.php --------------------------------------------------------------------------------