Priority File Manager

📁 public_html
Base Directory:
/home/ecedu/public_html/wp-includes/sodium_compat/src/Core
NameTypeSizeActions
📁 .. Folder -
📁 AEGIS Folder -
📄 AEGIS128L.php File 3668
Edit Download
📄 AEGIS256.php File 3598
Edit Download
📁 AES Folder -
📄 AES.php File 15885
Edit Download
📄 BLAKE2b.php File 24192
Edit Download
📁 Base64 Folder -
📁 ChaCha20 Folder -
📄 ChaCha20.php File 12934
Edit Download
📁 Curve25519 Folder -
📄 Curve25519.php File 142630
Edit Download
📄 Ed25519.php File 17484
Edit Download
📄 HChaCha20.php File 3871
Edit Download
📄 HSalsa20.php File 3673
Edit Download
📁 Poly1305 Folder -
📄 Poly1305.php File 1574
Edit Download
📄 Ristretto255.php File 21884
Edit Download
📄 Salsa20.php File 8233
Edit Download
📁 SecretStream Folder -
📄 SipHash.php File 8233
Edit Download
📄 Util.php File 28923
Edit Download
📄 X25519.php File 9450
Edit Download
📄 XChaCha20.php File 3370
Edit Download
📄 XSalsa20.php File 1371
Edit Download
0; $i -= 2) { $x4 ^= self::rotate($x0 + $x12, 7); $x8 ^= self::rotate($x4 + $x0, 9); $x12 ^= self::rotate($x8 + $x4, 13); $x0 ^= self::rotate($x12 + $x8, 18); $x9 ^= self::rotate($x5 + $x1, 7); $x13 ^= self::rotate($x9 + $x5, 9); $x1 ^= self::rotate($x13 + $x9, 13); $x5 ^= self::rotate($x1 + $x13, 18); $x14 ^= self::rotate($x10 + $x6, 7); $x2 ^= self::rotate($x14 + $x10, 9); $x6 ^= self::rotate($x2 + $x14, 13); $x10 ^= self::rotate($x6 + $x2, 18); $x3 ^= self::rotate($x15 + $x11, 7); $x7 ^= self::rotate($x3 + $x15, 9); $x11 ^= self::rotate($x7 + $x3, 13); $x15 ^= self::rotate($x11 + $x7, 18); $x1 ^= self::rotate($x0 + $x3, 7); $x2 ^= self::rotate($x1 + $x0, 9); $x3 ^= self::rotate($x2 + $x1, 13); $x0 ^= self::rotate($x3 + $x2, 18); $x6 ^= self::rotate($x5 + $x4, 7); $x7 ^= self::rotate($x6 + $x5, 9); $x4 ^= self::rotate($x7 + $x6, 13); $x5 ^= self::rotate($x4 + $x7, 18); $x11 ^= self::rotate($x10 + $x9, 7); $x8 ^= self::rotate($x11 + $x10, 9); $x9 ^= self::rotate($x8 + $x11, 13); $x10 ^= self::rotate($x9 + $x8, 18); $x12 ^= self::rotate($x15 + $x14, 7); $x13 ^= self::rotate($x12 + $x15, 9); $x14 ^= self::rotate($x13 + $x12, 13); $x15 ^= self::rotate($x14 + $x13, 18); } return self::store32_le($x0) . self::store32_le($x5) . self::store32_le($x10) . self::store32_le($x15) . self::store32_le($x6) . self::store32_le($x7) . self::store32_le($x8) . self::store32_le($x9); } }