sodium_crypto_secretstream_xchacha20poly1305_pull
暗号化されたストリームから、データのチャンクを複号する
説明
arrayfalse sodium_crypto_secretstream_xchacha20poly1305_pull(string &$state
, string $ciphertext
, string $additional_data
= "")
パラメータ
-
state
-
sodium_crypto_secretstream_xchacha20poly1305_init_pull
と
sodium_crypto_secretstream_xchacha20poly1305_init_push
を参照ください。
-
ciphertext
-
復号する、暗号化されたテキスト。
-
additional_data
-
認証タグを含んだ、
オプションの追加データ