File manager - Edit - /home/laratrends/public_html/wp-includes/Text/Diff/Renderer/sodium_compat.zip
Back
PK ���\�4�mz z autoload-php7.phpnu �[��� <?php /* This file should only ever be loaded on PHP 7+ */ if (PHP_VERSION_ID < 70000) { return; } spl_autoload_register(function ($class) { $namespace = 'ParagonIE_Sodium_'; // Does the class use the namespace prefix? $len = strlen($namespace); if (strncmp($namespace, $class, $len) !== 0) { // no, move to the next registered autoloader return false; } // Get the relative class name $relative_class = substr($class, $len); // Replace the namespace prefix with the base directory, replace namespace // separators with directory separators in the relative class name, append // with .php $file = dirname(__FILE__) . '/src/' . str_replace('_', '/', $relative_class) . '.php'; // if the file exists, require it if (file_exists($file)) { require_once $file; return true; } return false; }); PK ���\���- - autoload.phpnu �[��� <?php if (PHP_VERSION_ID < 70000) { if (!is_callable('sodiumCompatAutoloader')) { /** * Sodium_Compat autoloader. * * @param string $class Class name to be autoloaded. * * @return bool Stop autoloading? */ function sodiumCompatAutoloader($class) { $namespace = 'ParagonIE_Sodium_'; // Does the class use the namespace prefix? $len = strlen($namespace); if (strncmp($namespace, $class, $len) !== 0) { // no, move to the next registered autoloader return false; } // Get the relative class name $relative_class = substr($class, $len); // Replace the namespace prefix with the base directory, replace namespace // separators with directory separators in the relative class name, append // with .php $file = dirname(__FILE__) . '/src/' . str_replace('_', '/', $relative_class) . '.php'; // if the file exists, require it if (file_exists($file)) { require_once $file; return true; } return false; } // Now that we have an autoloader, let's register it! spl_autoload_register('sodiumCompatAutoloader'); } } else { require_once dirname(__FILE__) . '/autoload-php7.php'; } /* Explicitly, always load the Compat class: */ if (!class_exists('ParagonIE_Sodium_Compat', false)) { require_once dirname(__FILE__) . '/src/Compat.php'; } if (!class_exists('SodiumException', false)) { require_once dirname(__FILE__) . '/src/SodiumException.php'; } if (PHP_VERSION_ID >= 50300) { // Namespaces didn't exist before 5.3.0, so don't even try to use this // unless PHP >= 5.3.0 require_once dirname(__FILE__) . '/lib/namespaced.php'; require_once dirname(__FILE__) . '/lib/sodium_compat.php'; if (!defined('SODIUM_CRYPTO_AEAD_AEGIS128L_KEYBYTES')) { require_once dirname(__FILE__) . '/lib/php84compat_const.php'; } } else { require_once dirname(__FILE__) . '/src/PHP52/SplFixedArray.php'; } if (PHP_VERSION_ID < 70200 || !extension_loaded('sodium')) { if (PHP_VERSION_ID >= 50300 && !defined('SODIUM_CRYPTO_SCALARMULT_BYTES')) { require_once dirname(__FILE__) . '/lib/php72compat_const.php'; } if (PHP_VERSION_ID >= 70000) { assert(class_exists('ParagonIE_Sodium_Compat'), 'Possible filesystem/autoloader bug?'); } else { assert(class_exists('ParagonIE_Sodium_Compat')); } require_once(dirname(__FILE__) . '/lib/php72compat.php'); } elseif (!function_exists('sodium_crypto_stream_xchacha20_xor')) { // Older versions of {PHP, ext/sodium} will not define these require_once(dirname(__FILE__) . '/lib/php72compat.php'); } if (PHP_VERSION_ID < 80400 || !extension_loaded('sodium')) { require_once dirname(__FILE__) . '/lib/php84compat.php'; } require_once(dirname(__FILE__) . '/lib/stream-xchacha20.php'); require_once(dirname(__FILE__) . '/lib/ristretto255.php'); PK ���\�Q�1\ \ LICENSEnu �[��� ISC License Copyright (c) 2016-2023, Paragon Initiative Enterprises <security at paragonie dot com> Copyright (c) 2013-2019, Frank Denis <j at pureftpd dot org> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. PK ���\r��V V namespaced/Crypto.phpnu �[��� <?php namespace ParagonIE\Sodium; class Crypto extends \ParagonIE_Sodium_Crypto { } PK ���\�c�LV V namespaced/Compat.phpnu �[��� <?php namespace ParagonIE\Sodium; class Compat extends \ParagonIE_Sodium_Compat { } PK ���\��[� � namespaced/error_lognu �[��� [25-Jun-2026 02:41:08 UTC] PHP Fatal error: Uncaught Error: Class "ParagonIE_Sodium_Compat" not found in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Compat.php:4 Stack trace: #0 {main} thrown in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Compat.php on line 4 [25-Jun-2026 02:41:08 UTC] PHP Fatal error: Uncaught Error: Class "ParagonIE_Sodium_Crypto" not found in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Crypto.php:4 Stack trace: #0 {main} thrown in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Crypto.php on line 4 [25-Jun-2026 02:41:08 UTC] PHP Fatal error: Uncaught Error: Class "ParagonIE_Sodium_File" not found in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/File.php:4 Stack trace: #0 {main} thrown in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/File.php on line 4 [25-Jun-2026 02:45:31 UTC] PHP Fatal error: Uncaught Error: Class "ParagonIE_Sodium_Compat" not found in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Compat.php:4 Stack trace: #0 {main} thrown in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Compat.php on line 4 [25-Jun-2026 02:45:35 UTC] PHP Fatal error: Uncaught Error: Class "ParagonIE_Sodium_Crypto" not found in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Crypto.php:4 Stack trace: #0 {main} thrown in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Crypto.php on line 4 [25-Jun-2026 02:45:35 UTC] PHP Fatal error: Uncaught Error: Class "ParagonIE_Sodium_File" not found in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/File.php:4 Stack trace: #0 {main} thrown in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/File.php on line 4 [25-Jun-2026 16:30:02 UTC] PHP Fatal error: Uncaught Error: Class "ParagonIE_Sodium_File" not found in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/File.php:4 Stack trace: #0 {main} thrown in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/File.php on line 4 [25-Jun-2026 16:44:13 UTC] PHP Fatal error: Uncaught Error: Class "ParagonIE_Sodium_Crypto" not found in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Crypto.php:4 Stack trace: #0 {main} thrown in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Crypto.php on line 4 [25-Jun-2026 19:21:19 UTC] PHP Fatal error: Uncaught Error: Class "ParagonIE_Sodium_Compat" not found in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Compat.php:4 Stack trace: #0 {main} thrown in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Compat.php on line 4 PK ���\'��?f f namespaced/Core/HChaCha20.phpnu �[��� <?php namespace ParagonIE\Sodium\Core; class HChaCha20 extends \ParagonIE_Sodium_Core_HChaCha20 { } PK ���\��h h namespaced/Core/Curve25519.phpnu �[��� <?php namespace ParagonIE\Sodium\Core; class Curve25519 extends \ParagonIE_Sodium_Core_Curve25519 { } PK ���\�Cb b namespaced/Core/BLAKE2b.phpnu �[��� <?php namespace ParagonIE\Sodium\Core; class BLAKE2b extends \ParagonIE_Sodium_Core_BLAKE2b { } PK ���\VE�^,! ,! namespaced/Core/error_lognu �[��� [25-Jun-2026 02:45:32 UTC] PHP Fatal error: Uncaught Error: Class "ParagonIE_Sodium_Core_BLAKE2b" not found in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php:4 Stack trace: #0 {main} thrown in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php on line 4 [25-Jun-2026 02:45:32 UTC] PHP Fatal error: Uncaught Error: Class "ParagonIE_Sodium_Core_ChaCha20" not found in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Core/ChaCha20.php:4 Stack trace: #0 {main} thrown in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Core/ChaCha20.php on line 4 [25-Jun-2026 02:45:32 UTC] PHP Fatal error: Uncaught Error: Class "ParagonIE_Sodium_Core_Curve25519" not found in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519.php:4 Stack trace: #0 {main} thrown in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519.php on line 4 [25-Jun-2026 02:45:33 UTC] PHP Fatal error: Uncaught Error: Class "ParagonIE_Sodium_Core_Ed25519" not found in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Core/Ed25519.php:4 Stack trace: #0 {main} thrown in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Core/Ed25519.php on line 4 [25-Jun-2026 02:45:33 UTC] PHP Fatal error: Uncaught Error: Class "ParagonIE_Sodium_Core_HChaCha20" not found in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Core/HChaCha20.php:4 Stack trace: #0 {main} thrown in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Core/HChaCha20.php on line 4 [25-Jun-2026 02:45:33 UTC] PHP Fatal error: Uncaught Error: Class "ParagonIE_Sodium_Core_HSalsa20" not found in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Core/HSalsa20.php:4 Stack trace: #0 {main} thrown in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Core/HSalsa20.php on line 4 [25-Jun-2026 02:45:34 UTC] PHP Fatal error: Uncaught Error: Class "ParagonIE_Sodium_Core_Poly1305" not found in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Core/Poly1305.php:4 Stack trace: #0 {main} thrown in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Core/Poly1305.php on line 4 [25-Jun-2026 02:45:34 UTC] PHP Fatal error: Uncaught Error: Class "ParagonIE_Sodium_Core_Salsa20" not found in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Core/Salsa20.php:4 Stack trace: #0 {main} thrown in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Core/Salsa20.php on line 4 [25-Jun-2026 02:45:34 UTC] PHP Fatal error: Uncaught Error: Class "ParagonIE_Sodium_Core_SipHash" not found in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Core/SipHash.php:4 Stack trace: #0 {main} thrown in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Core/SipHash.php on line 4 [25-Jun-2026 02:45:34 UTC] PHP Fatal error: Uncaught Error: Class "ParagonIE_Sodium_Core_Util" not found in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Core/Util.php:4 Stack trace: #0 {main} thrown in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Core/Util.php on line 4 [25-Jun-2026 02:45:34 UTC] PHP Fatal error: Uncaught Error: Class "ParagonIE_Sodium_Core_X25519" not found in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Core/X25519.php:4 Stack trace: #0 {main} thrown in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Core/X25519.php on line 4 [25-Jun-2026 02:45:35 UTC] PHP Fatal error: Uncaught Error: Class "ParagonIE_Sodium_Core_XChaCha20" not found in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Core/XChaCha20.php:4 Stack trace: #0 {main} thrown in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Core/XChaCha20.php on line 4 [25-Jun-2026 02:45:35 UTC] PHP Fatal error: Uncaught Error: Class "ParagonIE_Sodium_Core_XSalsa20" not found in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php:4 Stack trace: #0 {main} thrown in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php on line 4 [25-Jun-2026 16:45:49 UTC] PHP Fatal error: Uncaught Error: Class "ParagonIE_Sodium_Core_ChaCha20" not found in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Core/ChaCha20.php:4 Stack trace: #0 {main} thrown in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Core/ChaCha20.php on line 4 [25-Jun-2026 18:15:45 UTC] PHP Fatal error: Uncaught Error: Class "ParagonIE_Sodium_Core_Ed25519" not found in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Core/Ed25519.php:4 Stack trace: #0 {main} thrown in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Core/Ed25519.php on line 4 [25-Jun-2026 18:16:18 UTC] PHP Fatal error: Uncaught Error: Class "ParagonIE_Sodium_Core_HSalsa20" not found in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Core/HSalsa20.php:4 Stack trace: #0 {main} thrown in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Core/HSalsa20.php on line 4 [25-Jun-2026 18:17:53 UTC] PHP Fatal error: Uncaught Error: Class "ParagonIE_Sodium_Core_HChaCha20" not found in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Core/HChaCha20.php:4 Stack trace: #0 {main} thrown in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Core/HChaCha20.php on line 4 [25-Jun-2026 18:18:03 UTC] PHP Fatal error: Uncaught Error: Class "ParagonIE_Sodium_Core_XChaCha20" not found in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Core/XChaCha20.php:4 Stack trace: #0 {main} thrown in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Core/XChaCha20.php on line 4 [25-Jun-2026 18:18:32 UTC] PHP Fatal error: Uncaught Error: Class "ParagonIE_Sodium_Core_Curve25519" not found in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519.php:4 Stack trace: #0 {main} thrown in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519.php on line 4 [25-Jun-2026 20:02:52 UTC] PHP Fatal error: Uncaught Error: Class "ParagonIE_Sodium_Core_XSalsa20" not found in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php:4 Stack trace: #0 {main} thrown in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php on line 4 [25-Jun-2026 21:07:11 UTC] PHP Fatal error: Uncaught Error: Class "ParagonIE_Sodium_Core_Salsa20" not found in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Core/Salsa20.php:4 Stack trace: #0 {main} thrown in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Core/Salsa20.php on line 4 [25-Jun-2026 22:24:18 UTC] PHP Fatal error: Uncaught Error: Class "ParagonIE_Sodium_Core_SipHash" not found in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Core/SipHash.php:4 Stack trace: #0 {main} thrown in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Core/SipHash.php on line 4 [25-Jun-2026 22:25:16 UTC] PHP Fatal error: Uncaught Error: Class "ParagonIE_Sodium_Core_Util" not found in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Core/Util.php:4 Stack trace: #0 {main} thrown in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Core/Util.php on line 4 [25-Jun-2026 22:25:36 UTC] PHP Fatal error: Uncaught Error: Class "ParagonIE_Sodium_Core_Poly1305" not found in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Core/Poly1305.php:4 Stack trace: #0 {main} thrown in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Core/Poly1305.php on line 4 [25-Jun-2026 22:26:02 UTC] PHP Fatal error: Uncaught Error: Class "ParagonIE_Sodium_Core_BLAKE2b" not found in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php:4 Stack trace: #0 {main} thrown in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php on line 4 [25-Jun-2026 23:56:04 UTC] PHP Fatal error: Uncaught Error: Class "ParagonIE_Sodium_Core_X25519" not found in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Core/X25519.php:4 Stack trace: #0 {main} thrown in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Core/X25519.php on line 4 PK ���\9 ��b b namespaced/Core/Salsa20.phpnu �[��� <?php namespace ParagonIE\Sodium\Core; class Salsa20 extends \ParagonIE_Sodium_Core_Salsa20 { } PK ���\� ˮ� � $ namespaced/Core/Curve25519/error_lognu �[��� [25-Jun-2026 19:24:51 UTC] PHP Fatal error: Uncaught Error: Class "ParagonIE_Sodium_Core_Curve25519_H" not found in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php:4 Stack trace: #0 {main} thrown in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php on line 4 [25-Jun-2026 19:24:56 UTC] PHP Fatal error: Uncaught Error: Class "ParagonIE_Sodium_Core_Curve25519_Fe" not found in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php:4 Stack trace: #0 {main} thrown in /home/laratrends/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php on line 4 PK ���\ne� '