sodium_crypto_secretstream_xchacha20poly1305_init_pull()
Хуков нет.
Возвращает
Строку
.
Использование
sodium_crypto_secretstream_xchacha20poly1305_init_pull( $header, $key );
- $header(строка) (обязательный)
- -
- $key(строка) (обязательный)
- -
Код sodium_crypto_secretstream_xchacha20poly1305_init_pull() sodium crypto secretstream xchacha20poly1305 init pull WP 6.0
function sodium_crypto_secretstream_xchacha20poly1305_init_pull($header, $key) { return ParagonIE_Sodium_Compat::crypto_secretstream_xchacha20poly1305_init_pull($header, $key); }