golden hour
/home/saudarju/aakar.rojantamrakar.com.np/wp-includes/sodium_compat/src/Core/AES
⬆️ Go Up
Upload
File/Folder
Size
Actions
Block.php
10.22 KB
Del
OK
Expanded.php
304 B
Del
OK
KeySchedule.php
1.84 KB
Del
OK
Edit: 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; }
Save