array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'zh', ), 'this' => array ( 0 => 'function.sodium-crypto-secretstream-xchacha20poly1305-rekey.php', 1 => 'sodium_crypto_secretstream_xchacha20poly1305_rekey', 2 => 'Explicitly rotate the key in the secretstream state', ), 'up' => array ( 0 => 'ref.sodium.php', 1 => 'Sodium 函数', ), 'prev' => array ( 0 => 'function.sodium-crypto-secretstream-xchacha20poly1305-push.php', 1 => 'sodium_crypto_secretstream_xchacha20poly1305_push', ), 'next' => array ( 0 => 'function.sodium-crypto-shorthash.php', 1 => 'sodium_crypto_shorthash', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/sodium/functions/sodium-crypto-secretstream-xchacha20poly1305-rekey.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

sodium_crypto_secretstream_xchacha20poly1305_rekey

(PHP 7 >= 7.2.0, PHP 8)

sodium_crypto_secretstream_xchacha20poly1305_rekeyExplicitly rotate the key in the secretstream state

说明

sodium_crypto_secretstream_xchacha20poly1305_rekey(string &$state): void

Explicitly rotate the key in the secretstream state. Overwrites the value passed in.

参数

state

Secretstream state.

返回值

没有返回值。