run:R W Run
10.22 KB
2026-03-11 16:18:52
R W Run
304 By
2026-03-11 16:18:52
R W Run
1.84 KB
2026-03-11 16:18:52
R W Run
error_log
📄Expanded.php
1<?php
2
3if (class_exists('ParagonIE_Sodium_Core_AES_Expanded', false)) {
4 return;
5}
6
7/**
8 * @internal This should only be used by sodium_compat
9 */
10class ParagonIE_Sodium_Core_AES_Expanded extends ParagonIE_Sodium_Core_AES_KeySchedule
11{
12 /** @var bool $expanded */
13 protected $expanded = true;
14}
15