/home/desid573/new.perthdesignateddrivers.com.au/wp-includes/sodium_compat/src/Core
NameSizeModeActions
AEGIS/-0755rm
AES/-0755rm
Base64/-0755rm
ChaCha20/-0755rm
Curve25519/-0755rm
Poly1305/-0755rm
SecretStream/-0755rm
AEGIS128L.php36680644editdlrm
AEGIS256.php35980644editdlrm
AES.php158850644editdlrm
BLAKE2b.php241920644editdlrm
ChaCha20.php128890644editdlrm
Curve25519.php1436410644editdlrm
Ed25519.php184820644editdlrm
HChaCha20.php41400644editdlrm
HSalsa20.php36730644editdlrm
Poly1305.php15760644editdlrm
Ristretto255.php218840644editdlrm
Salsa20.php82330644editdlrm
SipHash.php82330644editdlrm
Util.php289040644editdlrm
X25519.php84130644editdlrm
XChaCha20.php33200644editdlrm
XSalsa20.php13710644editdlrm
Edit: /home/desid573/new.perthdesignateddrivers.com.au/wp-includes/sodium_compat/src/Core/HSalsa20.php (3673B)
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); } }