NOX-ROOT-MARAZ Manager v2
PHP 8+ Secure
/
home
/
xiedrke
/
randm-fr
/
wp-includes
/
sodium_compat
/
src
/
Core
/
AES
/
Name
Size
Perms
Actions
📄 Expanded.php
304 B
0644
Edit
|
Chmod
|
Delete
📄 KeySchedule.php
1,881 B
0644
Edit
|
Chmod
|
Delete
Editing: Expanded.php
<?php if (class_exists('ParagonIE_Sodium_Core_AES_Expanded', false)) { return; } /** * @internal This should only be used by sodium_compat */ class ParagonIE_Sodium_Core_AES_Expanded extends ParagonIE_Sodium_Core_AES_KeySchedule { /** @var bool $expanded */ protected $expanded = true; }
Cancel