PHP 8.1.28 Released!

sodium_crypto_secretstream_xchacha20poly1305_rekey

(PHP 7 >= 7.2.0, PHP 8)

sodium_crypto_secretstream_xchacha20poly1305_rekeyシークレットストリームのステート中で、鍵を入れ替える

説明

sodium_crypto_secretstream_xchacha20poly1305_rekey(string &$state): void

シークレットストリームのステート中で、鍵を明示的に入れ替えます。 渡された値は上書きされます。

パラメータ

state

シークレットストリームのステート

戻り値

値を返しません。

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top