1<?php23if (class_exists('ParagonIE_Sodium_Core_AES_Expanded', false)) {4return;5}67/**8* @internal This should only be used by sodium_compat9*/10class ParagonIE_Sodium_Core_AES_Expanded extends ParagonIE_Sodium_Core_AES_KeySchedule11{12/** @var bool $expanded */13protected $expanded = true;14}15