D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
ltfsolutionsco
/
public_html
/
wp-includes
/
sodium_compat
/
lib
/
Filename :
stream-xchacha20.php
back
Copy
<?php if (!is_callable('sodium_crypto_stream_xchacha20')) { /** * @see ParagonIE_Sodium_Compat::crypto_stream_xchacha20() * @param int $len * @param string $nonce * @param string $key * @return string * @throws SodiumException * @throws TypeError */ function sodium_crypto_stream_xchacha20($len, $nonce, $key) { return ParagonIE_Sodium_Compat::crypto_stream_xchacha20($len, $nonce, $key, true); } } if (!is_callable('sodium_crypto_stream_xchacha20_keygen')) { /** * @see ParagonIE_Sodium_Compat::crypto_stream_xchacha20_keygen() * @return string * @throws Exception */ function sodium_crypto_stream_xchacha20_keygen() { return ParagonIE_Sodium_Compat::crypto_stream_xchacha20_keygen(); } } if (!is_callable('sodium_crypto_stream_xchacha20_xor')) { /** * @see ParagonIE_Sodium_Compat::crypto_stream_xchacha20_xor() * @param string $message * @param string $nonce * @param string $key * @return string * @throws SodiumException * @throws TypeError */ function sodium_crypto_stream_xchacha20_xor($message, $nonce, $key) { return ParagonIE_Sodium_Compat::crypto_stream_xchacha20_xor($message, $nonce, $key, true); } } if (!is_callable('sodium_crypto_stream_xchacha20_xor_ic')) { /** * @see ParagonIE_Sodium_Compat::crypto_stream_xchacha20_xor_ic() * @param string $message * @param string $nonce * @param int $counter * @param string $key * @return string * @throws SodiumException * @throws TypeError */ function sodium_crypto_stream_xchacha20_xor_ic($message, $nonce, $counter, $key) { return ParagonIE_Sodium_Compat::crypto_stream_xchacha20_xor_ic($message, $nonce, $counter, $key, true); } }
Name
Size
Last Modified
Owner
Permissions
Actions
constants.php
4.063
KB
May 20 2023 4:34:32
ltfsolutionsco
0644
namespaced.php
1.313
KB
May 20 2023 4:34:32
ltfsolutionsco
0644
php72compat.php
42.517
KB
February 03 2024 2:08:52
ltfsolutionsco
0644
php72compat_const.php
4.489
KB
May 20 2023 4:34:32
ltfsolutionsco
0644
ristretto255.php
7.041
KB
May 20 2023 4:34:32
ltfsolutionsco
0644
sodium_compat.php
24.098
KB
May 20 2023 4:34:32
ltfsolutionsco
0644
stream-xchacha20.php
1.791
KB
May 20 2023 4:34:32
ltfsolutionsco
0644
2017 © D7net | D704T team