sodium_crypto_secretstream_xchacha20poly1305_pull

(PHP 7 >= 7.2.0, PHP 8)

sodium_crypto_secretstream_xchacha20poly1305_pull从加密流中解密数据块

描述

sodium_crypto_secretstream_xchacha20poly1305_pull(string &$state, string $ciphertext, string $additional_data = ""): array|false

从加密流中解密数据块。

参数

state

参见 sodium_crypto_secretstream_xchacha20poly1305_init_pull()sodium_crypto_secretstream_xchacha20poly1305_init_push()

ciphertext

要解密的密文块。

additional_data

可选的附加数据,包含在身份验证标签中。

返回值

包含两个值的数组

添加注释

用户贡献注释

此页面没有用户贡献注释。
To Top