sodium_crypto_secretstream_xchacha20poly1305_init_push() WP 1.0
Хуков нет.
Возвращает
Массив<Число,. string>
Использование
sodium_crypto_secretstream_xchacha20poly1305_init_push( $key );
- $key(строка) (обязательный)
- -
Код sodium_crypto_secretstream_xchacha20poly1305_init_push() sodium crypto secretstream xchacha20poly1305 init push WP 5.6.2
function sodium_crypto_secretstream_xchacha20poly1305_init_push($key)
{
return ParagonIE_Sodium_Compat::crypto_secretstream_xchacha20poly1305_init_push($key);
}